aboutsummaryrefslogtreecommitdiffstats
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
* 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
* 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
* allow ^p() and ^pa() to set both X and Y positions in a linegotmor2008-01-114-100/+236
* removed debugging statementsgotmor2008-01-071-1/+0
* pie graph supportgotmor2008-01-071-0/+3
* pie graphsgotmor2008-01-063-1/+11
* ^c() and ^co() accept an optional angle parametergotmor2008-01-061-9/+37
* made dbar functions reusablegotmor2008-01-048-549/+430
* segmented outlined barsgotmor2008-01-021-6/+23
* segmented horizontal barsgotmor2008-01-011-29/+45
* improved vertical bar handling in case of '-ss 0'gotmor2008-01-011-11/+22
* improved vertical bar handlinggotmor2008-01-011-9/+18
* vertical meter, thanks stettbergergotmor2007-12-271-17/+53