aboutsummaryrefslogtreecommitdiffstats
path: root/action.c
Commit message (Expand)AuthorAgeFilesLines
* applied patch from Philip Lewis:gotmor2009-02-271-7/+19
* minor changes. comments and codegotmor2009-02-131-1/+1
* correct handling of '-geometry' and '-y' options for dzen atgotmor2009-02-021-31/+30
* added "menuprint_noparse" actiongotmor2008-07-161-0/+14
* allow ^p() and ^pa() to set both X and Y positions in a linegotmor2008-01-111-2/+1
* added button6 and button7 eventsgotmor2007-08-181-0/+2
* added XPM icons supportgotmor2007-08-141-0/+17
* changed a_menuexec and a_menuprint to use the new parsergotmor2007-07-191-3/+10
* clean upgotmor2007-07-161-3/+4
* changed Makefile to be aware of the gadgetsgotmor2007-07-151-2/+4
* corrected stupid error in add_handler()gotmor2007-07-111-5/+8
* add_action last actionhandler points to NULLgotmor2007-07-111-0/+1
* added actions:gotmor2007-07-061-5/+22
* added "onnewinput" eventgotmor2007-07-011-4/+5
* fix add_option, thanks Alexander V. Inyukhingotmor2007-06-241-0/+1
* code cleanups, thanks 'mauke'gotmor2007-06-181-14/+32
* help script addedgotmor2007-06-151-2/+2
* added dynamic color supportgotmor2007-06-141-4/+4
* removed unused variablegotmor2007-06-131-0/+2
* final warning fixesgotmor2007-06-131-2/+2
* warningsgotmor2007-06-131-4/+4
* fixes to compile cleanly with -Wall and -DPOSIX_SOURCEgotmor2007-06-131-3/+3
* changed default actionsgotmor2007-06-131-13/+12
* removed event array, all events are handled with a linked listgotmor2007-06-131-72/+60
* added keyboard handlinggotmor2007-06-131-13/+142
* clean up to compile cleanly witg -Wall and -DPOSIX_SOURCEgotmor2007-06-111-1/+1
* get rid of exposetitle and exposeslave actions, gotmor2007-06-111-28/+8
* adapted hide/unhide actions to the horizontal menu modegotmor2007-06-071-3/+11
* fixed strtol in main, must be strtoulgotmor2007-06-051-33/+40
* really fixed scrollgotmor2007-06-041-1/+1
* changed option handling for -p to strtoulgotmor2007-06-041-1/+1
* don't be a smartass and use tabs for intendation like every one elsegotmor2007-06-041-236/+236
* intendation fixesgotmor2007-06-041-5/+5
* fixed bug in scrollgotmor2007-06-031-1/+3
* simplified scrollinggotmor2007-06-031-24/+21
* fixed scrollinggotmor2007-06-031-7/+4
* a_scrollup, a_scrolldown take argument: number of lines to scrollgotmor2007-06-031-4/+26
* renamed a_showhead to a_scrollhomegotmor2007-06-031-4/+4
* better x_draw_body in a_showhead only if dzen.slave_win.max_lines is setgotmor2007-06-021-1/+1
* a_showhead addedgotmor2007-06-021-0/+12
* 0.3.0 - switch to select()gotmor2007-06-011-3/+4
* fixed a_menuexecgotmor2007-05-291-1/+2
* fixed bug in a_menuprintgotmor2007-05-291-1/+2
* cleanups, renamed mh to line_heightgotmor2007-05-161-2/+2
* renamed "onquit" to "onexit"gotmor2007-05-111-1/+1
* code clean und and rearrangementgotmor2007-05-111-35/+0
* new clean_up codegotmor2007-05-101-21/+16
* raise, lower actionsgotmor2007-05-091-0/+20
* added onstart, onquit eventsgotmor2007-05-091-0/+22
* fixed broken autohide by relacing obsolete dzen.mw with dzen.title_win.widthgotmor2007-05-081-3/+3