aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* also cache XftColorAllocName, for the same reasonHEADmasterJesse Luehrs2012-02-213-4/+49
* cache return values of XAllocNamedColorJesse Luehrs2012-02-213-5/+45
* version bumpgotmor2010-06-131-1/+1
* Updated READMEgotmor2010-06-132-47/+83
* fix parsing in ^ca(), thanks to Michael Stapelberggotmor2010-06-131-1/+4
* added support for nested ^ca() commands, thanks to Devin J. Pohlygotmor2010-06-133-6/+15
* applied Justin Bogner's XFT patchgotmor2009-10-241-1/+2
* Fixed Xinerama for screens with different resolutionsgotmor2009-09-031-6/+27
* removed some unnecessary intilizationsgotmor2009-04-232-6/+6
* fixed command line parsing bug for menu mode optionsgotmor2009-04-231-3/+11
* fixed reverse colour bug with XFT fonts in menu modegotmor2009-04-231-0/+26
* corrected a bug where outlined gdbars overflew at 100%gotmor2009-04-211-1/+1
* corrected typo in draw.cgotmor2009-03-302-3/+3
* set WM_CLASS hint to "dzen2" "dzen"gotmor2009-03-281-2/+35
* corrected xft string width calculation in draw.c:textnw()gotmor2009-03-211-1/+1
* get_sens_areas: initialize cmd array to 0 before applying sscanfgotmor2009-03-111-0/+1
* fixed ^p() oddities with XFT fontsgotmor2009-03-111-1/+1
* replaced %s by %c in get_sens_area()gotmor2009-03-101-1/+1
* applied patch from Philip Lewis:gotmor2009-02-274-315/+150
* 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-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