aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* made ^ca() to always bind to the title windowgotmor2009-02-132-24/+31
* first bloody support for ^ca(button,cmd) ... ^ca()gotmor2009-02-133-4/+67
* minor changes. comments and codegotmor2009-02-135-24/+13
* reverted strlen_utf8() change. now we use default strlen() againgotmor2009-02-124-85/+30
* removed "..." truncation indicatorgotmor2009-02-121-19/+3
* replaced libc strlen() with optimized strlen_utf8() versiongotmor2009-02-124-30/+87
* fixed casting warninggotmor2009-02-121-3/+5
* added more commands to parse_non_drawing_commands()gotmor2009-02-121-0/+24
* added printing of optional enabled features on "-v" switchgotmor2009-02-121-2/+15
* fixed segfault on exitgotmor2009-02-121-0/+2
* added XFT supportgotmor2009-02-113-9/+136
* correct handling of '-geometry' and '-y' options for dzen atgotmor2009-02-027-255/+261
* added the new options to the help stringgotmor2009-01-261-0/+1
* added "-title-name" and "-slave-name" command line optionsgotmor2009-01-262-4/+13
* added WM_CLIENT_MACHINE and _NET_WM_PID propertiesgotmor2009-01-261-20/+50
* fixed return type of parse_non_drawing_commands()gotmor2008-12-051-0/+1
* added some of the actions as in-text commands (e.g.gotmor2008-12-051-14/+76
* fixed free_buffer(), so that ^cs() will work againgotmor2008-11-081-1/+1
* added "-h" option to the help stringgotmor2008-09-021-1/+1
* fixed #ifdef/#endif confusion for "option 1" in config.mkgotmor2008-07-261-2/+2
* removed debugging outputgotmor2008-07-251-2/+0
* Dzen is now able to get font and color settings from X resources alexey.skladnoy2008-07-224-5/+58
* 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
* refactored get_rect_vals() and get_circle_vals()gotmor2008-07-201-49/+10
* added "menuprint_noparse" actiongotmor2008-07-162-0/+15
* get_token() uses a table now rather then hardcoding the commands intogotmor2008-06-161-72/+33
* positioning labels reworkedgotmor2008-06-161-67/+11
* added symbolic names to the ^p() commandgotmor2008-04-091-41/+192
* set strut properties even if override_redirectgotmor2008-04-041-28/+29
* added _NET_WM_WINDOW_TYPE_DOCK supportgotmor2008-04-032-7/+42
* fix positioning in segmented outline modegotmor2008-03-011-1/+1
* fixed segmented outlinegotmor2008-03-011-5/+3
* fix positioning for vertical segmented dbardavid.lazar2008-02-081-9/+10
* fixed bug in menu mode CL parsinggotmor2008-02-081-1/+4
* fixed menu mode buggotmor2008-02-082-34/+31
* renamed find_icon to search_icon_cachegotmor2008-02-041-51/+50
* added a simple pixmap cachegotmor2008-02-013-62/+137
* added -fn-preload option to preload fonts at startupgotmor2008-02-013-35/+124
* fixed help stringgotmor2008-01-301-2/+3
* default positioninggotmor2008-01-261-1/+1
* fixed floating point exception for '-l 0'gotmor2008-01-231-11/+14
* fixed a leak in freeing opmgotmor2008-01-221-68/+18
* reset set_posy only if requestedgotmor2008-01-191-19/+32
* ^r(WxH+X+Y) positions relativly to the current posgotmor2008-01-181-7/+30
* fixe in get_rect_vals()gotmor2008-01-171-2/+5
* fixed wrong check in get_rect_vals()gotmor2008-01-171-12/+16
* fixed bug in get_rect_vals()gotmor2008-01-161-10/+11
* applied Mathias Stearn's strncmp() patch to get_token()gotmor2008-01-151-26/+14
* positioning fix - hopefully the lastgotmor2008-01-131-3/+4