aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed "..." truncation indicatorgotmor2009-02-121-19/+3
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@247 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* replaced libc strlen() with optimized strlen_utf8() versiongotmor2009-02-124-30/+87
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@246 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed casting warninggotmor2009-02-121-3/+5
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@245 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added more commands to parse_non_drawing_commands()gotmor2009-02-121-0/+24
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@244 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added printing of optional enabled features on "-v" switchgotmor2009-02-121-2/+15
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@243 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed segfault on exitgotmor2009-02-121-0/+2
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@242 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added XFT supportgotmor2009-02-113-9/+136
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@241 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* correct handling of '-geometry' and '-y' options for dzen atgotmor2009-02-027-255/+261
| | | | | | | | | | the bottom of the screen cosmetic code clean ups Courtesy of Valery V. Vorotyntsev git-svn-id: http://dzen.googlecode.com/svn/trunk@240 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added the new options to the help stringgotmor2009-01-261-0/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@239 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added "-title-name" and "-slave-name" command line optionsgotmor2009-01-262-4/+13
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@238 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added WM_CLIENT_MACHINE and _NET_WM_PID propertiesgotmor2009-01-261-20/+50
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@237 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed return type of parse_non_drawing_commands()gotmor2008-12-051-0/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@236 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added some of the actions as in-text commands (e.g.gotmor2008-12-051-14/+76
| | | | | | | ^togglecollapse(), ^exit(), ...) git-svn-id: http://dzen.googlecode.com/svn/trunk@235 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed free_buffer(), so that ^cs() will work againgotmor2008-11-081-1/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@234 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added "-h" option to the help stringgotmor2008-09-021-1/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@233 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed #ifdef/#endif confusion for "option 1" in config.mkgotmor2008-07-261-2/+2
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@232 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* removed debugging outputgotmor2008-07-251-2/+0
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@231 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* Dzen is now able to get font and color settings from X resources alexey.skladnoy2008-07-224-5/+58
| | | | | | | | | | | - Order of initialization changed: 1. connect to X server 2. Read X resources 3. Parse command line options - README files updated - x_read_resources may contain bugs git-svn-id: http://dzen.googlecode.com/svn/trunk@230 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* font preloading routines refactoredalexey.skladnoy2008-07-221-22/+10
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@229 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* aligment setting code refactored. set_alignment replaced with alignment from ↵alexey.skladnoy2008-07-201-35/+11
| | | | | | char. git-svn-id: http://dzen.googlecode.com/svn/trunk@228 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* refactored get_rect_vals() and get_circle_vals()gotmor2008-07-201-49/+10
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@227 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added "menuprint_noparse" actiongotmor2008-07-162-0/+15
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@226 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* get_token() uses a table now rather then hardcoding the commands intogotmor2008-06-161-72/+33
| | | | | | | the function git-svn-id: http://dzen.googlecode.com/svn/trunk@225 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* positioning labels reworkedgotmor2008-06-161-67/+11
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@224 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added symbolic names to the ^p() commandgotmor2008-04-091-41/+192
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@223 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* 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