aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
Commit message (Collapse)AuthorAgeFilesLines
* also cache XftColorAllocName, for the same reasonHEADmasterJesse Luehrs2012-02-211-0/+4
|
* cache return values of XAllocNamedColorJesse Luehrs2012-02-211-0/+3
| | | | round trip to the server on every color lookup is pretty bad
* added support for nested ^ca() commands, thanks to Devin J. Pohlygotmor2010-06-131-0/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@268 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* removed some unnecessary intilizationsgotmor2009-04-231-3/+3
| | | | | | | corrected space/tab mixup git-svn-id: http://dzen.googlecode.com/svn/trunk@265 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* applied patch from Philip Lewis:gotmor2009-02-271-0/+2
| | | | | | | | | | | | | | * refactored out big block of duplicated code in draw.c:parse_line() * y tracking for clickable areas * fixed bug where having position locked at end of line could screw up autoresize * "block align" formatting command: ^ba(width,align) * added optional arguments to menuprint actions git-svn-id: http://dzen.googlecode.com/svn/trunk@255 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* first bloody support for ^ca(button,cmd) ... ^ca()gotmor2009-02-131-0/+13
| | | | | | | | | | as of now it has the following limitations: * only works in the title window * does not work with "-expand" * probably some other issues git-svn-id: http://dzen.googlecode.com/svn/trunk@251 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* minor changes. comments and codegotmor2009-02-131-1/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@249 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* reverted strlen_utf8() change. now we use default strlen() againgotmor2009-02-121-1/+0
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@248 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* replaced libc strlen() with optimized strlen_utf8() versiongotmor2009-02-121-0/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@246 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added XFT supportgotmor2009-02-111-0/+9
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@241 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added "-title-name" and "-slave-name" command line optionsgotmor2009-01-261-1/+2
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@238 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* Dzen is now able to get font and color settings from X resources alexey.skladnoy2008-07-221-0/+1
| | | | | | | | | | | - 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
* added -fn-preload option to preload fonts at startupgotmor2008-02-011-0/+1
| | | | | | | ^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
* allow ^p() and ^pa() to set both X and Y positions in a linegotmor2008-01-111-0/+4
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@195 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added "-expand" option. automatically grows/srinks the window to fit thegotmor2007-12-221-0/+5
| | | | | | | input width git-svn-id: http://dzen.googlecode.com/svn/trunk@177 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
* added -geometry option, allows relative positioninggotmor2007-11-271-4/+4
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@170 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added button6 and button7 eventsgotmor2007-08-181-0/+8
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@162 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* ready for release 0.8.0gotmor2007-08-041-4/+4
| | | | | | | | | | | new in-text commands: ^fg() and ^bg() without arguments set default colors ^ro() and ^co() outlined rectangle/circle fixes to gcpubar and gdbar to use ^fg() git-svn-id: http://dzen.googlecode.com/svn/trunk@151 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* release 0.7.5gotmor2007-08-011-9/+2
| | | | | | | | | | | | | | | | | fixed memory leak added in-text commands: ^tw() ^c() ^p() added gadgets: kittscanner gdbar gcpubar git-svn-id: http://dzen.googlecode.com/svn/trunk@149 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* changed a_menuexec and a_menuprint to use the new parsergotmor2007-07-191-0/+5
| | | | | | | ready for release 0.6.0 git-svn-id: http://dzen.googlecode.com/svn/trunk@131 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* clean upgotmor2007-07-161-1/+1
| | | | | | | readded text longer than line markers git-svn-id: http://dzen.googlecode.com/svn/trunk@125 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* code cleanups, thanks 'mauke'gotmor2007-06-181-5/+5
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@106 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* changed default events and actionsgotmor2007-06-141-0/+1
| | | | | | | | updated README getting ready for new release git-svn-id: http://dzen.googlecode.com/svn/trunk@101 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* proper check if can allocate the requested colorgotmor2007-06-141-1/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@99 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added dynamic color supportgotmor2007-06-141-1/+11
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@95 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* check for MAX_LINE_LEN in main.c:chomp to not overflow the buffergotmor2007-06-131-1/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@90 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* get rid of exposetitle and exposeslave actions, gotmor2007-06-111-3/+4
| | | | | | | we handle those without wrapper functions git-svn-id: http://dzen.googlecode.com/svn/trunk@82 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* commentsgotmor2007-06-101-1/+0
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@78 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* improved buffer handling: gotmor2007-06-101-2/+7
| | | | | | | | malloc buffer buffer size is multiplier of dzen.slave_win.max_lines git-svn-id: http://dzen.googlecode.com/svn/trunk@77 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* reduce flickergotmor2007-06-091-1/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@76 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added -u option, update slave window after n+1 lines read wheregotmor2007-06-091-0/+1
| | | | | | | dzen.slave_win.max_lines = n git-svn-id: http://dzen.googlecode.com/svn/trunk@74 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* adapted hide/unhide actions to the horizontal menu modegotmor2007-06-071-1/+1
| | | | | | | restructered x_create_windows() git-svn-id: http://dzen.googlecode.com/svn/trunk@70 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed strtol in main, must be strtoulgotmor2007-06-051-2/+1
| | | | | | | added horizontal menu functionality git-svn-id: http://dzen.googlecode.com/svn/trunk@67 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* don't be a smartass and use tabs for intendation like every one elsegotmor2007-06-041-59/+59
| | | | | | | does git-svn-id: http://dzen.googlecode.com/svn/trunk@64 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* intendation fixesgotmor2007-06-041-3/+3
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@63 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added Adam Langley's timeout patch to "-p"gotmor2007-06-031-0/+3
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@50 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* 0.3.0 - switch to select()gotmor2007-06-011-7/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@42 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added optional Xinerama support, thanks David Glassergotmor2007-05-241-0/+6
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@29 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* cleanups, renamed mh to line_heightgotmor2007-05-161-2/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@28 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed alignment odditiesgotmor2007-05-161-6/+5
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@26 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* alignment for slave window, option '-sa'gotmor2007-05-151-0/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@25 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* code cleanupgotmor2007-05-121-13/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@23 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* new option: -ta title window content alignement (l|c|r)gotmor2007-05-111-3/+8
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@20 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* code clean und and rearrangementgotmor2007-05-111-0/+5
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@17 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* new clean_up codegotmor2007-05-101-2/+3
| | | | | | | fixed selected line bug in menu mode git-svn-id: http://dzen.googlecode.com/svn/trunk@16 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* cosmetic changesgotmor2007-03-301-2/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@9 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* dzen.h includes pthread.hgotmor2007-03-281-0/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@5 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* 0.1.9 initial svn releasegotmor2007-03-281-0/+120
git-svn-id: http://dzen.googlecode.com/svn/trunk@1 f2baff5b-bf2c-0410-a398-912abdc3d8b2