aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* set strut properties even if override_redirectgotmor2008-04-041-28/+29
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@222 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added _NET_WM_WINDOW_TYPE_DOCK supportgotmor2008-04-032-7/+42
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@221 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fix positioning in segmented outline modegotmor2008-03-011-1/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@220 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed segmented outlinegotmor2008-03-011-5/+3
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@219 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fix positioning for vertical segmented dbardavid.lazar2008-02-081-9/+10
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@218 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed bug in menu mode CL parsinggotmor2008-02-081-1/+4
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@217 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed menu mode buggotmor2008-02-082-34/+31
| | | | | | | added a check to determine if we use the pixmap buffer or not git-svn-id: http://dzen.googlecode.com/svn/trunk@216 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* renamed find_icon to search_icon_cachegotmor2008-02-041-51/+50
| | | | | | | | insert_icon to cache_icon reverted to old pixmap handling, i.e. removed opm and the pointers git-svn-id: http://dzen.googlecode.com/svn/trunk@215 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added a simple pixmap cachegotmor2008-02-013-62/+137
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@214 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added -fn-preload option to preload fonts at startupgotmor2008-02-013-35/+124
| | | | | | | ^fn() makes use of the preloaded fonts when refenrencing them as dfnt0, dfnt1, ... git-svn-id: http://dzen.googlecode.com/svn/trunk@213 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed help stringgotmor2008-01-301-2/+3
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@212 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* default positioninggotmor2008-01-261-1/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@211 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed floating point exception for '-l 0'gotmor2008-01-231-11/+14
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@210 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed a leak in freeing opmgotmor2008-01-221-68/+18
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@209 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* reset set_posy only if requestedgotmor2008-01-191-19/+32
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@208 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* ^r(WxH+X+Y) positions relativly to the current posgotmor2008-01-181-7/+30
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@207 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixe in get_rect_vals()gotmor2008-01-171-2/+5
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@206 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed wrong check in get_rect_vals()gotmor2008-01-171-12/+16
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@205 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed bug in get_rect_vals()gotmor2008-01-161-10/+11
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@204 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* applied Mathias Stearn's strncmp() patch to get_token()gotmor2008-01-151-26/+14
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@203 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* positioning fix - hopefully the lastgotmor2008-01-131-3/+4
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@202 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* more positioning fixesgotmor2008-01-131-4/+23
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@201 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed return value in get_pos_vals()gotmor2008-01-131-10/+11
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@200 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed ^fn()gotmor2008-01-131-3/+12
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@199 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added ^fn() command to dynamically switch fontsgotmor2008-01-131-1/+20
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@198 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fix in positioninggotmor2008-01-121-13/+12
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@197 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed get_pos_vals()gotmor2008-01-111-7/+6
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@196 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* allow ^p() and ^pa() to set both X and Y positions in a linegotmor2008-01-114-100/+236
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@195 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* removed debugging statementsgotmor2008-01-071-1/+0
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@194 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* pie graph supportgotmor2008-01-071-0/+3
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@193 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* pie graphsgotmor2008-01-063-1/+11
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@192 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* ^c() and ^co() accept an optional angle parametergotmor2008-01-061-9/+37
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@191 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* made dbar functions reusablegotmor2008-01-048-549/+430
| | | | | | | gdbar, gcpubar make use of the api git-svn-id: http://dzen.googlecode.com/svn/trunk@190 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* segmented outlined barsgotmor2008-01-021-6/+23
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@189 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* segmented horizontal barsgotmor2008-01-011-29/+45
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@188 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* improved vertical bar handling in case of '-ss 0'gotmor2008-01-011-11/+22
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@187 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* improved vertical bar handlinggotmor2008-01-011-9/+18
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@186 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* vertical meter, thanks stettbergergotmor2007-12-271-17/+53
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@185 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed verticalgotmor2007-12-271-2/+2
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@184 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* off by onegotmor2007-12-271-2/+2
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@183 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixes in vertical barsgotmor2007-12-271-1/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@182 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed help stringgotmor2007-12-271-1/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@181 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* vertical metersgotmor2007-12-271-9/+54
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@180 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed '-expand l' to take the '-x' position as the right corner of thegotmor2007-12-252-3/+11
| | | | | | | window git-svn-id: http://dzen.googlecode.com/svn/trunk@179 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* removed debugging messagesgotmor2007-12-221-2/+0
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@178 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added "-expand" option. automatically grows/srinks the window to fit thegotmor2007-12-223-34/+55
| | | | | | | input width git-svn-id: http://dzen.googlecode.com/svn/trunk@177 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed bug in recty calculationgotmor2007-12-221-16/+38
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@176 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added style option to gcpubar with the ability to draw graphsgotmor2007-12-212-23/+79
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@175 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* Increases max line lengthgotmor2007-12-201-1/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@174 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* new syntax for ^r() and ^ro()gotmor2007-12-203-29/+51
| | | | | | | gcpubar and gdbar fixes git-svn-id: http://dzen.googlecode.com/svn/trunk@173 f2baff5b-bf2c-0410-a398-912abdc3d8b2