aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* changed a_menuexec and a_menuprint to use the new parsergotmor2007-07-196-168/+208
* added specially formated README.dzen to be viewwed with the 'help'gotmor2007-07-183-3/+471
* give dzen windows namesgotmor2007-07-171-0/+3
* typogotmor2007-07-171-1/+1
* speed up expose handling, do less redrawinggotmor2007-07-171-4/+9
* fixed expose handlinggotmor2007-07-172-5/+6
* clean upgotmor2007-07-165-64/+73
* added support to color arbitrary parts of textgotmor2007-07-164-129/+216
* changed Makefile to be aware of the gadgetsgotmor2007-07-158-22/+53
* corrected stupid error in add_handler()gotmor2007-07-111-5/+8
* add_action last actionhandler points to NULLgotmor2007-07-111-0/+1
* typogotmor2007-07-061-1/+1
* updated READMEgotmor2007-07-061-1/+70
* added actions:gotmor2007-07-063-6/+37
* added "onnewinput" eventgotmor2007-07-014-6/+11
* more documentation fixesgotmor2007-07-012-5/+8
* typo in READMEgotmor2007-07-011-2/+2
* README updateREADME updatessgotmor2007-07-011-0/+3
* added Makefile to gadgets directorygotmor2007-07-012-0/+49
* gadget directorygotmor2007-07-012-0/+209
* PREFIX correctedgotmor2007-06-281-1/+1
* fix add_option, thanks Alexander V. Inyukhingotmor2007-06-241-0/+1
* typos in READMEgotmor2007-06-221-1/+1
* 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-187-44/+70
* added pointer to help to makefilegotmor2007-06-151-0/+1
* help script addedgotmor2007-06-153-3/+14
* README fixesgotmor2007-06-141-1/+1
* release 0.5.0gotmor2007-06-144-8/+11
* changed default events and actionsgotmor2007-06-143-8/+74
* fixed MAX_LINE_LEN check in chomp()gotmor2007-06-141-4/+5
* proper check if can allocate the requested colorgotmor2007-06-143-11/+14
* dynamic foreground and background colorgotmor2007-06-142-34/+57
* config.mkgotmor2007-06-141-4/+4
* typosgotmor2007-06-142-10/+8
* added dynamic color supportgotmor2007-06-144-18/+85
* scrollhome annyoancesgotmor2007-06-141-1/+3
* scroll home againgotmor2007-06-131-1/+3
* removed unused variablegotmor2007-06-132-1/+2
* fixed scrollhomegotmor2007-06-131-1/+1
* check for MAX_LINE_LEN in main.c:chomp to not overflow the buffergotmor2007-06-132-2/+5
* final warning fixesgotmor2007-06-131-2/+2
* warningsgotmor2007-06-133-6/+7
* fixes to compile cleanly with -Wall and -DPOSIX_SOURCEgotmor2007-06-134-23/+20
* changed default actionsgotmor2007-06-132-20/+31
* removed event array, all events are handled with a linked listgotmor2007-06-133-89/+75
* added keyboard handlinggotmor2007-06-133-20/+173
* clean up to compile cleanly witg -Wall and -DPOSIX_SOURCEgotmor2007-06-112-3/+3
* get rid of exposetitle and exposeslave actions, gotmor2007-06-116-64/+38