aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* changed Makefile to be aware of the gadgetsgotmor2007-07-151-9/+14
* added actions:gotmor2007-07-061-1/+13
* added "onnewinput" eventgotmor2007-07-011-0/+3
* add support for _NET_WM_STRUT_PARTIAL hint, thanks Jason Creightongotmor2007-06-221-0/+33
* minor typogotmor2007-06-181-3/+2
* code cleanups, thanks 'mauke'gotmor2007-06-181-10/+18
* changed default events and actionsgotmor2007-06-141-2/+4
* fixed MAX_LINE_LEN check in chomp()gotmor2007-06-141-4/+5
* proper check if can allocate the requested colorgotmor2007-06-141-2/+4
* dynamic foreground and background colorgotmor2007-06-141-0/+1
* added dynamic color supportgotmor2007-06-141-7/+8
* scrollhome annyoancesgotmor2007-06-141-1/+3
* scroll home againgotmor2007-06-131-1/+3
* removed unused variablegotmor2007-06-131-1/+0
* fixed scrollhomegotmor2007-06-131-1/+1
* check for MAX_LINE_LEN in main.c:chomp to not overflow the buffergotmor2007-06-131-1/+4
* fixes to compile cleanly with -Wall and -DPOSIX_SOURCEgotmor2007-06-131-4/+4
* changed default actionsgotmor2007-06-131-7/+19
* removed event array, all events are handled with a linked listgotmor2007-06-131-6/+12
* added keyboard handlinggotmor2007-06-131-4/+14
* clean up to compile cleanly witg -Wall and -DPOSIX_SOURCEgotmor2007-06-111-2/+2
* get rid of exposetitle and exposeslave actions, gotmor2007-06-111-18/+11
* only redraw if really necessarygotmor2007-06-111-3/+7
* only allow "-u" if dzen.slave_win.max_lines is setgotmor2007-06-101-1/+2
* commentsgotmor2007-06-101-3/+0
* improved buffer handling: gotmor2007-06-101-6/+26
* reduce flickergotmor2007-06-091-23/+21
* typosgotmor2007-06-091-4/+4
* added -u option, update slave window after n+1 lines read wheregotmor2007-06-091-2/+12
* adapted hide/unhide actions to the horizontal menu modegotmor2007-06-071-85/+92
* commentsgotmor2007-06-061-5/+4
* slightly better method to calculate the entry width for the horizontal menu,gotmor2007-06-051-9/+11
* fixed strtol in main, must be strtoulgotmor2007-06-051-12/+60
* changed option handling for -p to strtoulgotmor2007-06-041-1/+1
* don't be a smartass and use tabs for intendation like every one elsegotmor2007-06-041-505/+505
* intendation fixesgotmor2007-06-041-2/+2
* fixed xinerama geometry checking, thanks davidgotmor2007-06-031-8/+9
* intendation fixgotmor2007-06-031-28/+28
* cleaned up a bitgotmor2007-06-031-10/+6
* "-p" takes fㄩll seconds as argumentgotmor2007-06-031-9/+8
* "else if" must be "if" in event_loopgotmor2007-06-031-1/+1
* fixed read with timeoutgotmor2007-06-031-7/+10
* added Adam Langley's timeout patch to "-p"gotmor2007-06-031-2/+29
* renamed a_showhead to a_scrollhomegotmor2007-06-031-2/+4
* tidy upgotmor2007-06-021-11/+8
* fixed bug in chompgotmor2007-06-021-1/+10
* code cleanupgotmor2007-06-011-12/+12
* 0.3.0 - switch to select()gotmor2007-06-011-155/+185
* added optional Xinerama support, thanks David Glassergotmor2007-05-241-19/+66
* cleanups, renamed mh to line_heightgotmor2007-05-161-23/+24