]> git.sur5r.net Git - i3/i3/history - i3bar/src/main.c
make i3bar use i3’s common.mk
[i3/i3] / i3bar / src / main.c
2011-08-01 Michael Stapelbergmake i3bar use i3’s common.mk
2011-08-01 Michael StapelbergMerge i3bar into next
2011-07-31 Axel WagnerBugfix: Delay event-subscription until reconnect (thx...
2011-07-31 Axel WagnerUpdate changelog and copyright, bump version and more
2011-07-31 Axel WagnerMerge branch 'tree' into next
2011-04-28 Axel WagnerFix compiler-warnings from libev
2011-04-28 Axel WagnerFix compiler-warnings from libev
2011-04-21 Axel WagnerRevert "Allow space after space"
2011-04-21 Axel WagnerAllow space after space
2011-04-21 Axel WagnerImplement disabling the workspace buttons („thx“ sECuRE)
2011-03-20 Axel WagnerAdd Color for focused ws (thx phnom)
2011-03-19 Axel WagnerAdd support for I3_SOCKET_PATH-atom
2011-03-14 Axel WagnerBugfix: Don't SIGSTOP child in dockmode
2011-02-21 Axel WagnerImplement dock-positioning
2011-01-26 Axel WagnerRemove superflous FREE_SLIST
2011-01-26 Axel WagnerBugfix: free() command-string, after it is not needed...
2011-01-26 Axel WagnerRemove superflous FREE_SLIST
2011-01-26 Axel WagnerBugfix: free() command-string, after it is not needed...
2011-01-22 Axel WagnerChange default socketpath to /tmp/i3-ipc.sock
2011-01-11 Axel WagnerUse I3SOCK environment-variable
2011-01-11 Axel WagnerUse I3SOCK environment-variable
2011-01-08 Fernando Tarlá Car... Separate the lines received in a single read.
2011-01-08 Fernando Tarlá Car... Separate the lines received in a single read.
2011-01-01 Axel WagnerUse strerror() for more usefull errormessages
2011-01-01 Axel WagnerUse strerror() for more usefull errormessages
2010-12-26 Axel WagnerBugfix: Recover from closed socket
2010-12-26 Axel WagnerBugfix: Recover from closed socket
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-11 Axel WagnerWe don't need sig_quit
2010-11-11 Axel WagnerHandle SIGTERM/-INT/-HUP
2010-11-11 Axel Wagner-V actually does not take an argument (yet)
2010-11-04 Axel WagnerCall init_colors() earlier
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-09-17 Axel WagnerUse DLOG/ELOG-macros, provide --verbose-option
2010-09-17 Axel WagnerAdd some more comments
2010-09-17 Axel WagnerMake i3_default_sock_path a local variable
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-19 Axel WagnerCorrect typo in usage-message
2010-08-07 Axel WagnerAdd licensing information
2010-08-07 Axel WagnerAdd version-option
2010-08-06 Axel WagnerUse correct default-path for ipc-socket
2010-08-06 Axel WagnerAdded Unicode-Support
2010-08-05 Axel WagnerBe more strict with encapsulation
2010-08-04 Axel WagnerCleanup some Memory Leaks
2010-08-04 Axel WagnerDisplay statusline (without formats)
2010-08-03 Axel WagnerChange the indention-style
2010-07-30 Axel WagnerMaking Mouse-clicks work
2010-07-30 Axel WagnerMigrate to queue.h
2010-07-27 Axel WagnerMove XCB-Event-Handling to xcb.c
2010-07-26 Axel WagnerHandling Exposure-Events
2010-07-26 Axel WagnerDraw the workspace-buttons
2010-07-23 Axel WagnerGet outputs on start. Create dock window for every...
2010-07-23 Axel WagnerRework the IPC-Code
2010-07-21 Axel WagnerStart tracking changes