Age | Commit message (Expand) | Author | Files | Lines |
2007-02-20 | renamed getcolor to initcolor | Anselm R. Garbe | 1 | -5/+5 |
2007-02-20 | s/setfont/initfont/ | Anselm R. Garbe | 1 | -2/+2 |
2007-02-20 | readded draw.c again (except getcolor and setfont) | Anselm R. Garbe | 1 | -64/+0 |
2007-02-19 | removed -t, now using isatty() instead of select() to prevent execution from ... | Anselm R. Garbe | 1 | -27/+15 |
2007-02-19 | removed draw.c, implemented C-w handling (backward word deletion) | Anselm R. Garbe | 1 | -2/+125 |
2007-02-08 | nah nah nah, I can't get used to the bottom bar, pushing the conditional dme... | Anselm R. Garbe | 1 | -3/+7 |
2007-02-08 | letting dmenu appear at the bottom by default | Anselm R. Garbe | 1 | -7/+3 |
2007-01-17 | hotfix changes2.1 | Anselm R. Garbe | 1 | -5/+3 |
2007-01-16 | small fix2.0 | Anselm R. Garbe | 1 | -1/+2 |
2007-01-16 | removed useless mx, my | Anselm R. Garbe | 1 | -3/+2 |
2007-01-11 | added evil key support to dmenu1.9 | Anselm R. Garbe | 1 | -2/+15 |
2007-01-10 | applied Sanders dmenu_ctrlchars.patch (thanks!) | Anselm R. Garbe | 1 | -0/+8 |
2007-01-10 | applied Alexis Hildebrandts patches | Anselm R. Garbe | 1 | -1/+2 |
2007-01-02 | corrections | arg@mig29 | 1 | -1/+1 |
2007-01-02 | corrected | arg@mig29 | 1 | -2/+2 |
2007-01-02 | next version will contain updated copyright notice | arg@mig29 | 1 | -3/+3 |
2006-12-19 | prepared dmenu-1.8, shortened command line options (-font is -fn, -selbg is -... | arg@mig29 | 1 | -11/+11 |
2006-12-18 | agreed with Sander | arg@mig29 | 1 | -6/+3 |
2006-12-18 | applied Stefan Tibus' sun patch, added -bottom option to dmenu which makes it... | arg@mig29 | 1 | -3/+13 |
2006-12-14 | hotfix | arg@mig29 | 1 | -13/+13 |
2006-12-14 | added vi-like key-bindings for keyboards without cursor keys (they are undocu... | arg@mig29 | 1 | -0/+23 |
2006-12-14 | silent hotfix | arg@mig29 | 1 | -1/+1 |
2006-12-14 | applied hotfix of sander | arg@mig29 | 1 | -9/+13 |
2006-12-13 | added prompt option (-p 'prompt text'), documented in man page as well | arg@mig29 | 1 | -3/+19 |
2006-12-12 | ordered switch branches in kpress alphabetically, applied Sanders patch for P... | arg@mig29 | 1 | -32/+57 |
2006-12-07 | also fixing dmenu accordingly | arg@mig29 | 1 | -0/+2 |
2006-11-26 | fixing sizeof stuff | arg@mig29 | 1 | -5/+5 |
2006-10-23 | removed misleading input cursor1.4 | Anselm R. Garbe | 1 | -2/+0 |
2006-10-23 | fixing arg handling in dmenu (thanks to Sander for his report) | Anselm R. Garbe | 1 | -12/+18 |
2006-10-10 | simplified main event loop | Anselm R. Garbe | 1 | -2/+1 |
2006-10-06 | small change1.2 | Anselm R. Garbe | 1 | -1/+0 |
2006-10-06 | removed useless newlines | Anselm R. Garbe | 1 | -24/+3 |
2006-09-26 | reverting | arg@mmvi | 1 | -4/+4 |
2006-09-26 | added fallback to color initialization | arg@mmvi | 1 | -4/+4 |
2006-09-26 | removed config.h stuff, made dwm configurable due to command line options | arg@mmvi | 1 | -16/+36 |
2006-09-26 | uriel didn't understood dmenu code, he broke nearly everything | arg@mmvi | 1 | -2/+13 |
2006-09-26 | applied a change made by Uriel to dmenu (though I didn't applied everything) | arg@wmii.de | 1 | -17/+4 |
2006-09-25 | applied something similiar to Jukkas patch | arg@mmvi | 1 | -3/+3 |
2006-09-12 | made function signatures more consistent to my coding style1.0 | Anselm R. Garbe | 1 | -12/+6 |
2006-09-08 | implemented early keyboard grab for dmenu with a timeout for stdin data write...0.9 | Anselm R. Garbe | 1 | -4/+19 |
2006-09-04 | small change of main event loop0.7 | Anselm R. Garbe | 1 | -2/+2 |
2006-08-25 | updated dmenu to borderless drawing as well | Anselm R. Garbe | 1 | -9/+10 |
2006-08-25 | back to 3 colors | Anselm R. Garbe | 1 | -9/+8 |
2006-08-24 | migrated dmenu to use 4 instead of 3 colors | Anselm R. Garbe | 1 | -8/+9 |
2006-08-24 | removed unnecessary Xlib call | Anselm R. Garbe | 1 | -0/+1 |
2006-08-16 | fixed a typo in config.mk, fixed cleanup code in dmenu (now frees all allocat... | Anselm R.Garbe | 1 | -4/+15 |
2006-08-10 | readded border colors, this sucks least0.3 | Anselm R.Garbe | 1 | -5/+6 |
2006-08-10 | removed unnecessary border color | Anselm R.Garbe | 1 | -6/+5 |
2006-08-10 | added uppercase chars for C-u and C-h as well | Anselm R.Garbe | 1 | -0/+2 |
2006-08-10 | removed C-[ from source and man page | Anselm R.Garbe | 1 | -4/+0 |