| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | applied ido-matching to dmenu | 2007-07-24 | 1 | -0/+21 | |
| | | |||||
| * | referred to LICENSE file | 2007-05-30 | 1 | -3/+1 | |
| | | |||||
| * | removed some superflous strncmp's | 2007-05-23 | 1 | -8/+8 | |
| | | |||||
| * | fixed a small bug in dmenu when an empty font is supplied | 2007-05-02 | 1 | -0/+2 | |
| | | |||||
| * | making copyright notice more compact | 2007-04-13 | 1 | -5/+4 | |
| | | |||||
| * | allowing numpad keys as inpyt | 2007-03-27 | 1 | -0/+7 | |
| | | |||||
| * | attempt to grab the keyboard only 1000 times, not forever. | 2007-03-07 | 1 | -5/+11 | |
| | | |||||
| * | reverting keyboard grab to root window - invoking several dmenu's now works ↵ | 2007-03-07 | 1 | -22/+24 | |
| | | | | | again... | ||||
| * | Wait for an Expose and draw the menu immediately after mapping the window. | 2007-03-06 | 1 | -4/+3 | |
| | | |||||
| * | keyboard grab works on the dmenu window now (not on the root window) - thx ↵ | 2007-03-02 | 1 | -21/+20 | |
| | | | | | for Kris for this hint | ||||
| * | also, don't set the font all the time | 2007-03-02 | 1 | -0/+2 | |
| | | |||||
| * | useless var declaration prev_nitem | 2007-02-27 | 1 | -1/+1 | |
| | | |||||
| * | changed Backspace/C-w behavior (now it only removes a single character) | 2007-02-26 | 1 | -6/+2 | |
| | | |||||
| * | if isatty() first read from stdin and then grab the keyboard, otherwise ↵ | 2007-02-26 | 1 | -10/+17 | |
| | | | | | first grab the keyboard and then read from stdin | ||||
| * | fixed a bug when dmenu is run with -v | 2007-02-23 | 1 | -3/+3 | |
| | | |||||
| * | renamed getcolor to initcolor | 2007-02-20 | 1 | -5/+5 | |
| | | |||||
| * | s/setfont/initfont/ | 2007-02-20 | 1 | -2/+2 | |
| | | |||||
| * | readded draw.c again (except getcolor and setfont) | 2007-02-20 | 1 | -64/+0 | |
| | | |||||
| * | removed -t, now using isatty() instead of select() to prevent execution from ↵ | 2007-02-19 | 1 | -27/+15 | |
| | | | | | an interactive shell | ||||
| * | removed draw.c, implemented C-w handling (backward word deletion) | 2007-02-19 | 1 | -2/+125 | |
| | | |||||
| * | nah nah nah, I can't get used to the bottom bar, pushing the conditional ↵ | 2007-02-08 | 1 | -3/+7 | |
| | | | | | dmenu again | ||||
| * | letting dmenu appear at the bottom by default | 2007-02-08 | 1 | -7/+3 | |
| | | |||||
| * | hotfix changes | 2007-01-17 | 1 | -5/+3 | |
| | | |||||
| * | small fix | 2007-01-16 | 1 | -1/+2 | |
| | | |||||
| * | removed useless mx, my | 2007-01-16 | 1 | -3/+2 | |
| | | |||||
| * | added evil key support to dmenu | 2007-01-11 | 1 | -2/+15 | |
| | | |||||
| * | applied Sanders dmenu_ctrlchars.patch (thanks!) | 2007-01-10 | 1 | -0/+8 | |
| | | |||||
| * | applied Alexis Hildebrandts patches | 2007-01-10 | 1 | -1/+2 | |
| | | |||||
| * | corrections | 2007-01-02 | 1 | -1/+1 | |
| | | |||||
| * | corrected | 2007-01-02 | 1 | -2/+2 | |
| | | |||||
| * | next version will contain updated copyright notice | 2007-01-02 | 1 | -3/+3 | |
| | | |||||
| * | prepared dmenu-1.8, shortened command line options (-font is -fn, -selbg is ↵ | 2006-12-19 | 1 | -11/+11 | |
| | | | | | -sb, -selfg is -sf, -normbg is -nb, -normfg is -nf now) | ||||
| * | agreed with Sander | 2006-12-18 | 1 | -6/+3 | |
| | | |||||
| * | applied Stefan Tibus' sun patch, added -bottom option to dmenu which makes ↵ | 2006-12-18 | 1 | -3/+13 | |
| | | | | | it appear in the bottom (for wmii compliance), slightly modified version than the patch proposed by Stefan Tibus | ||||
| * | hotfix | 2006-12-14 | 1 | -13/+13 | |
| | | |||||
| * | added vi-like key-bindings for keyboards without cursor keys (they are ↵ | 2006-12-14 | 1 | -0/+23 | |
| | | | | | undocumented features) | ||||
| * | silent hotfix | 2006-12-14 | 1 | -1/+1 | |
| | | |||||
| * | applied hotfix of sander | 2006-12-14 | 1 | -9/+13 | |
| | | |||||
| * | added prompt option (-p 'prompt text'), documented in man page as well | 2006-12-13 | 1 | -3/+19 | |
| | | |||||
| * | ordered switch branches in kpress alphabetically, applied Sanders patch for ↵ | 2006-12-12 | 1 | -32/+57 | |
| | | | | | PgUp/Dn and Home/End scrolling | ||||
| * | also fixing dmenu accordingly | 2006-12-07 | 1 | -0/+2 | |
| | | |||||
| * | fixing sizeof stuff | 2006-11-26 | 1 | -5/+5 | |
| | | |||||
| * | removed misleading input cursor | 2006-10-23 | 1 | -2/+0 | |
| | | |||||
| * | fixing arg handling in dmenu (thanks to Sander for his report) | 2006-10-23 | 1 | -12/+18 | |
| | | |||||
| * | simplified main event loop | 2006-10-10 | 1 | -2/+1 | |
| | | |||||
| * | small change | 2006-10-06 | 1 | -1/+0 | |
| | | |||||
| * | removed useless newlines | 2006-10-06 | 1 | -24/+3 | |
| | | |||||
| * | reverting | 2006-09-26 | 1 | -4/+4 | |
| | | |||||
| * | added fallback to color initialization | 2006-09-26 | 1 | -4/+4 | |
| | | |||||
| * | removed config.h stuff, made dwm configurable due to command line options | 2006-09-26 | 1 | -16/+36 | |
| | | |||||
