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