aboutsummaryrefslogtreecommitdiffstats
path: root/draw.c
Commit message (Expand)AuthorAgeFilesLines
* also cache XftColorAllocName, for the same reasonHEADmasterJesse Luehrs2012-02-211-4/+10
* cache return values of XAllocNamedColorJesse Luehrs2012-02-211-5/+11
* Updated READMEgotmor2010-06-131-1/+1
* fix parsing in ^ca(), thanks to Michael Stapelberggotmor2010-06-131-1/+4
* added support for nested ^ca() commands, thanks to Devin J. Pohlygotmor2010-06-131-4/+11
* applied Justin Bogner's XFT patchgotmor2009-10-241-1/+2
* fixed reverse colour bug with XFT fonts in menu modegotmor2009-04-231-0/+26
* corrected typo in draw.cgotmor2009-03-301-2/+2
* 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-271-283/+100
* made ^ca() to always bind to the title windowgotmor2009-02-131-22/+26
* first bloody support for ^ca(button,cmd) ... ^ca()gotmor2009-02-131-4/+43
* minor changes. comments and codegotmor2009-02-131-1/+1
* reverted strlen_utf8() change. now we use default strlen() againgotmor2009-02-121-28/+28
* removed "..." truncation indicatorgotmor2009-02-121-19/+3
* replaced libc strlen() with optimized strlen_utf8() versiongotmor2009-02-121-28/+28
* fixed casting warninggotmor2009-02-121-3/+5
* added more commands to parse_non_drawing_commands()gotmor2009-02-121-0/+24
* added XFT supportgotmor2009-02-111-2/+100
* correct handling of '-geometry' and '-y' options for dzen atgotmor2009-02-021-86/+86
* 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 #ifdef/#endif confusion for "option 1" in config.mkgotmor2008-07-261-2/+2
* removed debugging outputgotmor2008-07-251-2/+0
* refactored get_rect_vals() and get_circle_vals()gotmor2008-07-201-49/+10
* 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
* fixed menu mode buggotmor2008-02-081-4/+9
* renamed find_icon to search_icon_cachegotmor2008-02-041-51/+50
* added a simple pixmap cachegotmor2008-02-011-38/+99
* added -fn-preload option to preload fonts at startupgotmor2008-02-011-33/+52
* default positioninggotmor2008-01-261-1/+1
* 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
* more positioning fixesgotmor2008-01-131-4/+23
* fixed return value in get_pos_vals()gotmor2008-01-131-10/+11
* fixed ^fn()gotmor2008-01-131-3/+12
* added ^fn() command to dynamically switch fontsgotmor2008-01-131-1/+20
* fix in positioninggotmor2008-01-121-13/+12
* fixed get_pos_vals()gotmor2008-01-111-7/+6