]> git.sur5r.net Git - i3/i3/history - i3bar
Use DISPLAY in XKB-code
[i3/i3] / i3bar /
2011-03-14 Axel WagnerUse DISPLAY in XKB-code
2011-03-14 Axel WagnerBugfix: Don't segfault, if child was killed
2011-02-26 Fernando Tarlá Car... Correct minor issues reported by the analyzer.
2011-02-21 Axel WagnerImplement dock-positioning
2011-02-16 Axel WagnerCorrect typo
2011-02-05 Axel WagnerBugfix: Don't override DEBUG-env in Makefile
2011-02-04 Axel WagnerBugfix: _only_ stop child, if hide_on_modifier is set...
2011-01-26 Axel WagnerBugfix: Use free-workspaces() in xcb-cleanup (thx dothe...
2011-01-26 Axel WagnerBugfix: free() output-names seperately (thx dothebart)
2011-01-26 Axel WagnerBugfix: Also free() the head of slist/tailq (Thx dothebart)
2011-01-26 Axel WagnerBugfix: free() text, after drawing it (thx dothebart)
2011-01-26 Axel WagnerBugfix: free() workspace-list of outputs seperately...
2011-01-26 Axel WagnerRemove superflous FREE_SLIST
2011-01-26 Axel WagnerBugfix: free() workspace-names seperately (thx dothebart)
2011-01-26 Axel WagnerBugfix: free() command-string, after it is not needed...
2011-01-26 Axel WagnerBugfix: Test for outputs == NULL
2011-01-22 Axel WagnerChange default socketpath to /tmp/i3-ipc.sock
2011-01-14 Axel WagnerUse tree-command for workspace-switching
2011-01-14 Axel WagnerDisplay socket-path in connection-error-message
2011-01-11 Axel WagnerUse I3SOCK environment-variable
2011-01-08 Fernando Tarlá Car... Separate the lines received in a single read.
2011-01-06 Axel WagnerBugfix: If hide-on-modifier is set, stop the child...
2011-01-06 Axel WagnerBugfix: Recreate double-buffers on reconfiguring (thx...
2011-01-01 Axel WagnerUse strerror() for more usefull errormessages
2011-01-01 Axel WagnerFix typo (thx julien)
2011-01-01 Axel WagnerOnly use font_info after we know, the request succeded
2011-01-01 Axel WagnerUse "*buffer == '\0'" instead of "strlen(buffer) =...
2010-12-26 Axel WagnerBugfix: Recover from closed socket
2010-12-26 Axel WagnerMerge branch 'master' into tree
2010-12-26 Axel WagnerBugfix: Send child a SIGCONT, so it reacts to SIGTERM...
2010-12-26 Axel WagnerRevert "Double-fork() to avoid zombies"
2010-12-23 Axel WagnerRemove unnecessary declaration
2010-12-23 Axel WagnerUpdate changelog and manpage
2010-12-23 Axel WagnerMerge branch 'next'
2010-12-03 Axel WagnerSwitch back ws_fg and ws_bg (Thanks julien)
2010-12-03 Axel WagnerSwitch back ws_fg and ws_bg (Thanks julien)
2010-11-22 Michael Stapelbergmake i3bar work with tree branch again (current_workspa...
2010-11-11 Axel WagnerWe don't need sig_quit
2010-11-11 Axel WagnerSend a SIGTERM instead of a SIGQUIT to exit the child
2010-11-11 Axel WagnerHandle SIGTERM/-INT/-HUP
2010-11-11 Axel Wagner-V actually does not take an argument (yet)
2010-11-10 Axel WagnerDouble-fork() to avoid zombies
2010-11-04 Axel WagnerAdd support for bar_fg and bar_bg
2010-11-04 Axel WagnerCall init_colors() earlier
2010-11-04 Axel WagnerMention the color-options in the manpage
2010-11-04 Axel WagnerSome stylechanges to previous commit
2010-11-04 Fernando Tarlá Car... Custom colors can be set from the command line.
2010-11-04 Fernando Tarlá Car... Added a distclean target.
2010-10-24 Axel WagnerDon't map bars on creation, if hide_on_modifier is...
2010-10-24 Axel WagnerPlace bar at the bottom of the screen, when creating...
2010-10-21 Axel WagnerRemove unnecessary dependencies
2010-09-17 Axel WagnerAdding a manpage
2010-09-17 Axel WagnerUse DLOG/ELOG-macros, provide --verbose-option
2010-09-17 Axel WagnerClean the XCB-errorhandling a little bit up
2010-09-17 Axel WagnerUse font_ascent instead of font_height, it's more elegant
2010-09-17 Axel WagnerRename xcb_screens to xcb_screen, it's really just one
2010-09-17 Axel WagnerAdd some more comments
2010-09-17 Axel WagnerUse only xcb_query_font()
2010-09-17 Axel WagnerWe don't need get_string_width anymore
2010-09-17 Axel WagnerMake i3_default_sock_path a local variable
2010-09-17 Axel WagnerMove child_pid into child.c
2010-09-17 Axel WagnerUse realloc instead of manually reallocating
2010-09-17 Axel WagnerAdd CHANGELOG
2010-09-17 Axel WagnerUse draw_text() to render text to the correct spot
2010-09-16 Axel WagnerWrite a wrapper around xcb_image_text_16()
2010-09-16 Axel WagnerWe don't need to crop at that point
2010-09-16 Axel WagnerDraw the statusline to a seperate buffer-pixmap
2010-09-16 Axel WagnerDefine Macros MAX and MIN
2010-09-07 Axel WagnerAllocate the right amount of memory for ev_child
2010-09-07 Axel WagnerAllocate the right amount of memory for ev_child
2010-09-04 Axel WagnerReimplement double-buffering
2010-08-25 Axel WagnerMerge branch 'hide' into next
2010-08-25 Axel WagnerMake hide_on_modifier configurable
2010-08-25 Axel WagnerPut usage-message in own function
2010-08-25 Axel WagnerPut the bars on top, when reconfiguring
2010-08-25 Axel WagnerUnhide on urgent-hint
2010-08-25 Axel WagnerSend the child SIGSTOPs and SIGCONTs
2010-08-25 Axel WagnerDefine overrride-redirect
2010-08-25 Axel WagnerImplement hide-on-modifier
2010-08-25 Axel WagnerRemove trailing newline from stdin
2010-08-24 Axel WagnerDon't manually strip dzen-formats.
2010-08-22 Axel WagnerOnly copy the double-buffer on expose-events
2010-08-21 Axel WagnerAdd declaration, accidentally lost in last commit
2010-08-21 Axel WagnerImplement double-buffering to get rid of flickering
2010-08-21 Axel WagnerImplement double-buffering to get rid of flickering
2010-08-19 Axel WagnerCorrect typo in usage-message
2010-08-18 Axel WagnerAdded some error handling for xcb
2010-08-07 Axel WagnerAdd licensing information
2010-08-07 Axel WagnerAdd version-option
2010-08-07 Axel WagnerCorrect behaviour of parsing null-values in src/outputs.c
2010-08-07 Axel WagnerCorrect the Macro-calls in src/xcb.c
2010-08-07 Axel WagnerMove font-height-calculation to the end of init_xcb()
2010-08-07 Axel WagnerUse a while-loop in xcb_chk_cb() to account for the...
2010-08-07 Axel WagnerMerge handle_xcb_event() into xcb_chk_cb()
2010-08-07 Axel WagnerAdd comments
2010-08-06 Axel WagnerWe don't need a callback for null-values
2010-08-06 Axel WagnerReconfigure to the correct coordinates
2010-08-06 Axel WagnerRefresh the workspace-list on output-events
2010-08-06 Axel WagnerModify the active-flag on parsing the output-list
2010-08-06 Axel WagnerUse correct default-path for ipc-socket
next