aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* added textwidth gadgetgotmor2007-07-201-2/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@139 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* remove flicker that occurs in some cases if slave_win receives exposure eventsgotmor2007-07-201-3/+7
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@138 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* make '-u' position independendgotmor2007-07-201-1/+3
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@137 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* give dzen windows namesgotmor2007-07-171-0/+3
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@129 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* speed up expose handling, do less redrawinggotmor2007-07-171-4/+9
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@127 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed expose handlinggotmor2007-07-171-0/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@126 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* clean upgotmor2007-07-161-0/+2
| | | | | | | readded text longer than line markers git-svn-id: http://dzen.googlecode.com/svn/trunk@125 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added support to color arbitrary parts of textgotmor2007-07-161-3/+4
| | | | | | | code needs testing git-svn-id: http://dzen.googlecode.com/svn/trunk@124 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* changed Makefile to be aware of the gadgetsgotmor2007-07-151-9/+14
| | | | | | | | added install rule to gadgets' Makefile updated TODO and README git-svn-id: http://dzen.googlecode.com/svn/trunk@123 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added actions:gotmor2007-07-061-1/+13
| | | | | | | | | | | | togglecollapse togglehide a_collapse: removed unmapping of each subwindow git-svn-id: http://dzen.googlecode.com/svn/trunk@118 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added "onnewinput" eventgotmor2007-07-011-0/+3
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@117 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* add support for _NET_WM_STRUT_PARTIAL hint, thanks Jason Creightongotmor2007-06-221-0/+33
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@108 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* minor typogotmor2007-06-181-3/+2
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@107 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* code cleanups, thanks 'mauke'gotmor2007-06-181-10/+18
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@106 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* changed default events and actionsgotmor2007-06-141-2/+4
| | | | | | | | updated README getting ready for new release git-svn-id: http://dzen.googlecode.com/svn/trunk@101 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed MAX_LINE_LEN check in chomp()gotmor2007-06-141-4/+5
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@100 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* proper check if can allocate the requested colorgotmor2007-06-141-2/+4
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@99 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* dynamic foreground and background colorgotmor2007-06-141-0/+1
| | | | | | | menu mode fixed git-svn-id: http://dzen.googlecode.com/svn/trunk@98 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added dynamic color supportgotmor2007-06-141-7/+8
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@95 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* scrollhome annyoancesgotmor2007-06-141-1/+3
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@94 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* scroll home againgotmor2007-06-131-1/+3
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@93 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* removed unused variablegotmor2007-06-131-1/+0
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@92 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed scrollhomegotmor2007-06-131-1/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@91 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* check for MAX_LINE_LEN in main.c:chomp to not overflow the buffergotmor2007-06-131-1/+4
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@90 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixes to compile cleanly with -Wall and -DPOSIX_SOURCEgotmor2007-06-131-4/+4
| | | | | | | changed config.mk, there were problems with solaris git-svn-id: http://dzen.googlecode.com/svn/trunk@87 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* changed default actionsgotmor2007-06-131-7/+19
| | | | | | | cleaned up git-svn-id: http://dzen.googlecode.com/svn/trunk@86 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* removed event array, all events are handled with a linked listgotmor2007-06-131-6/+12
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@85 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added keyboard handlinggotmor2007-06-131-4/+14
| | | | | | | added a_grabkeys, a_ungrabkeys, a_scrollend git-svn-id: http://dzen.googlecode.com/svn/trunk@84 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* clean up to compile cleanly witg -Wall and -DPOSIX_SOURCEgotmor2007-06-111-2/+2
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@83 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* get rid of exposetitle and exposeslave actions, gotmor2007-06-111-18/+11
| | | | | | | we handle those without wrapper functions git-svn-id: http://dzen.googlecode.com/svn/trunk@82 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* only redraw if really necessarygotmor2007-06-111-3/+7
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@81 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* only allow "-u" if dzen.slave_win.max_lines is setgotmor2007-06-101-1/+2
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@79 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* commentsgotmor2007-06-101-3/+0
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@78 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* improved buffer handling: gotmor2007-06-101-6/+26
| | | | | | | | 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-23/+21
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@76 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* typosgotmor2007-06-091-4/+4
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@75 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* added -u option, update slave window after n+1 lines read wheregotmor2007-06-091-2/+12
| | | | | | | 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-85/+92
| | | | | | | restructered x_create_windows() git-svn-id: http://dzen.googlecode.com/svn/trunk@70 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* commentsgotmor2007-06-061-5/+4
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@69 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* slightly better method to calculate the entry width for the horizontal menu,gotmor2007-06-051-9/+11
| | | | | | | this leaves no gaps git-svn-id: http://dzen.googlecode.com/svn/trunk@68 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed strtol in main, must be strtoulgotmor2007-06-051-12/+60
| | | | | | | added horizontal menu functionality git-svn-id: http://dzen.googlecode.com/svn/trunk@67 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* changed option handling for -p to strtoulgotmor2007-06-041-1/+1
| | | | | | | fixed off by one in scroll git-svn-id: http://dzen.googlecode.com/svn/trunk@65 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* don't be a smartass and use tabs for intendation like every one elsegotmor2007-06-041-505/+505
| | | | | | | does git-svn-id: http://dzen.googlecode.com/svn/trunk@64 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* intendation fixesgotmor2007-06-041-2/+2
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@63 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed xinerama geometry checking, thanks davidgotmor2007-06-031-8/+9
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@61 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* intendation fixgotmor2007-06-031-28/+28
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@60 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* cleaned up a bitgotmor2007-06-031-10/+6
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@58 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* "-p" takes fㄩll seconds as argumentgotmor2007-06-031-9/+8
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@56 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* "else if" must be "if" in event_loopgotmor2007-06-031-1/+1
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@52 f2baff5b-bf2c-0410-a398-912abdc3d8b2
* fixed read with timeoutgotmor2007-06-031-7/+10
| | | | git-svn-id: http://dzen.googlecode.com/svn/trunk@51 f2baff5b-bf2c-0410-a398-912abdc3d8b2