]> git.sur5r.net Git - i3/i3/history - i3bar/src/main.c
logging: make libi3 use verboselog()/errorlog(), provide it in each caller
[i3/i3] / i3bar / src / main.c
2012-08-13 Michael Stapelberglogging: make libi3 use verboselog()/errorlog(), provid...
2011-11-11 Michael StapelbergMerge branch 'next'
2011-10-31 Michael Stapelbergi3bar: fix -h output (Thanks IsoLnCHiP)
2011-10-25 Michael Stapelbergnormalize file headers across **/*.{h,c}
2011-10-22 Michael StapelbergMerge branch 'bar-config' into next
2011-10-21 Michael Stapelbergi3bar: use safewrappers from libi3
2011-10-21 Michael Stapelbergi3bar: document -b in --help (Thanks mxf)
2011-10-19 Michael StapelbergMake i3bar get its config from i3 via IPC
2011-10-09 Michael StapelbergMerge branch 'i3bar-cleanup' into next
2011-10-09 Michael Stapelbergi3bar: add modelines to all files
2011-08-01 Michael StapelbergMerge branch 'next'
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