aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* fixed free_buffer(), so that ^cs() will work againgotmor2008-11-081-1/+1
* added "-h" option to the help stringgotmor2008-09-021-1/+1
* Dzen is now able to get font and color settings from X resources alexey.skladnoy2008-07-221-5/+33
* font preloading routines refactoredalexey.skladnoy2008-07-221-22/+10
* aligment setting code refactored. set_alignment replaced with alignment from ...alexey.skladnoy2008-07-201-35/+11
* set strut properties even if override_redirectgotmor2008-04-041-28/+29
* added _NET_WM_WINDOW_TYPE_DOCK supportgotmor2008-04-031-7/+39
* fixed bug in menu mode CL parsinggotmor2008-02-081-1/+4
* fixed menu mode buggotmor2008-02-081-30/+22
* added -fn-preload option to preload fonts at startupgotmor2008-02-011-2/+71
* fixed help stringgotmor2008-01-301-2/+3
* fixed floating point exception for '-l 0'gotmor2008-01-231-11/+14
* allow ^p() and ^pa() to set both X and Y positions in a linegotmor2008-01-111-28/+41
* fixed '-expand l' to take the '-x' position as the right corner of thegotmor2007-12-251-2/+10
* added "-expand" option. automatically grows/srinks the window to fit thegotmor2007-12-221-0/+20
* added additional _NET_WM_STRUT supportgotmor2007-12-131-0/+15
* typogotmor2007-11-271-1/+1
* added -geometry option, allows relative positioninggotmor2007-11-271-4/+27
* added button6 and button7 eventsgotmor2007-08-181-0/+6
* added XPM icons supportgotmor2007-08-141-1/+6
* small readibilĘ£ty fixesgotmor2007-08-051-2/+2
* release 0.7.5gotmor2007-08-011-42/+58
* added textwidth gadgetgotmor2007-07-201-2/+1
* remove flicker that occurs in some cases if slave_win receives exposure eventsgotmor2007-07-201-3/+7
* make '-u' position independendgotmor2007-07-201-1/+3
* give dzen windows namesgotmor2007-07-171-0/+3
* speed up expose handling, do less redrawinggotmor2007-07-171-4/+9
* fixed expose handlinggotmor2007-07-171-0/+1
* clean upgotmor2007-07-161-0/+2
* added support to color arbitrary parts of textgotmor2007-07-161-3/+4
* 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