Age | Commit message (Expand) | Author |
2007-09-16 | micromizing dmenu step 1 |  Anselm R. Garbe |
2007-09-15 | fixed fallback |  Anselm R. Garbe |
2007-07-24 | applied ido-matching to dmenu |  arg@f00b4r |
2007-05-30 | referred to LICENSE file |  Anselm R. Garbe |
2007-05-23 | removed some superflous strncmp's |  Anselm R. Garbe |
2007-05-02 | fixed a small bug in dmenu when an empty font is supplied |  Anselm R. Garbe |
2007-04-13 | making copyright notice more compact |  Anselm R. Garbe |
2007-03-27 | allowing numpad keys as inpyt |  Anselm R. Garbe |
2007-03-07 | attempt to grab the keyboard only 1000 times, not forever. |  Anselm R. Garbe |
2007-03-07 | reverting keyboard grab to root window - invoking several dmenu's now works a... |  Anselm R. Garbe |
2007-03-06 | Wait for an Expose and draw the menu immediately after mapping the window. |  Kris Maglione |
2007-03-02 | keyboard grab works on the dmenu window now (not on the root window) - thx fo... |  Anselm R. Garbe |
2007-03-02 | also, don't set the font all the time |  Anselm R. Garbe |
2007-02-27 | useless var declaration prev_nitem |  Anselm R. Garbe |
2007-02-26 | changed Backspace/C-w behavior (now it only removes a single character) |  Anselm R. Garbe |
2007-02-26 | if isatty() first read from stdin and then grab the keyboard, otherwise first... |  Anselm R. Garbe |
2007-02-23 | fixed a bug when dmenu is run with -v |  Anselm R. Garbe |
2007-02-20 | renamed getcolor to initcolor |  Anselm R. Garbe |
2007-02-20 | s/setfont/initfont/ |  Anselm R. Garbe |
2007-02-20 | readded draw.c again (except getcolor and setfont) |  Anselm R. Garbe |
2007-02-19 | removed -t, now using isatty() instead of select() to prevent execution from ... |  Anselm R. Garbe |
2007-02-19 | removed draw.c, implemented C-w handling (backward word deletion) |  Anselm R. Garbe |
2007-02-08 | nah nah nah, I can't get used to the bottom bar, pushing the conditional dme... |  Anselm R. Garbe |
2007-02-08 | letting dmenu appear at the bottom by default |  Anselm R. Garbe |
2007-01-17 | hotfix changes |  Anselm R. Garbe |
2007-01-16 | small fix |  Anselm R. Garbe |
2007-01-16 | removed useless mx, my |  Anselm R. Garbe |
2007-01-11 | added evil key support to dmenu |  Anselm R. Garbe |
2007-01-10 | applied Sanders dmenu_ctrlchars.patch (thanks!) |  Anselm R. Garbe |
2007-01-10 | applied Alexis Hildebrandts patches |  Anselm R. Garbe |
2007-01-02 | corrections |  arg@mig29 |
2007-01-02 | corrected |  arg@mig29 |
2007-01-02 | next version will contain updated copyright notice |  arg@mig29 |
2006-12-19 | prepared dmenu-1.8, shortened command line options (-font is -fn, -selbg is -... |  arg@mig29 |
2006-12-18 | agreed with Sander |  arg@mig29 |
2006-12-18 | applied Stefan Tibus' sun patch, added -bottom option to dmenu which makes it... |  arg@mig29 |
2006-12-14 | hotfix |  arg@mig29 |
2006-12-14 | added vi-like key-bindings for keyboards without cursor keys (they are undocu... |  arg@mig29 |
2006-12-14 | silent hotfix |  arg@mig29 |
2006-12-14 | applied hotfix of sander |  arg@mig29 |
2006-12-13 | added prompt option (-p 'prompt text'), documented in man page as well |  arg@mig29 |
2006-12-12 | ordered switch branches in kpress alphabetically, applied Sanders patch for P... |  arg@mig29 |
2006-12-07 | also fixing dmenu accordingly |  arg@mig29 |
2006-11-26 | fixing sizeof stuff |  arg@mig29 |
2006-10-23 | removed misleading input cursor |  Anselm R. Garbe |
2006-10-23 | fixing arg handling in dmenu (thanks to Sander for his report) |  Anselm R. Garbe |
2006-10-10 | simplified main event loop |  Anselm R. Garbe |
2006-10-06 | small change |  Anselm R. Garbe |
2006-10-06 | removed useless newlines |  Anselm R. Garbe |
2006-09-26 | reverting |  arg@mmvi |