aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* added support for nested ^ca() commands, thanks to Devin J. Pohlygotmor2010-06-131-2/+3
* Fixed Xinerama for screens with different resolutionsgotmor2009-09-031-6/+27
* removed some unnecessary intilizationsgotmor2009-04-231-3/+3
* fixed command line parsing bug for menu mode optionsgotmor2009-04-231-3/+11
* corrected typo in draw.cgotmor2009-03-301-1/+1
* set WM_CLASS hint to "dzen2" "dzen"gotmor2009-03-281-2/+35
* applied patch from Philip Lewis:gotmor2009-02-271-25/+29
* fixed small bug in ^ca()gotmor2009-02-141-1/+1
* updated yeargotmor2009-02-131-1/+1
* made ^ca() to always bind to the title windowgotmor2009-02-131-2/+5
* first bloody support for ^ca(button,cmd) ... ^ca()gotmor2009-02-131-0/+11
* minor changes. comments and codegotmor2009-02-131-20/+9
* reverted strlen_utf8() change. now we use default strlen() againgotmor2009-02-121-2/+2
* replaced libc strlen() with optimized strlen_utf8() versiongotmor2009-02-121-2/+2
* added printing of optional enabled features on "-v" switchgotmor2009-02-121-2/+15
* fixed segfault on exitgotmor2009-02-121-0/+2
* correct handling of '-geometry' and '-y' options for dzen atgotmor2009-02-021-124/+122
* added the new options to the help stringgotmor2009-01-261-0/+1
* added "-title-name" and "-slave-name" command line optionsgotmor2009-01-261-3/+11
* added WM_CLIENT_MACHINE and _NET_WM_PID propertiesgotmor2009-01-261-20/+50
* 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