Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-02 | applied Martti Kühne's dmenu monitor patch | ||
https://gist.github.com/mar77i/3349298/raw/f6581ca96627f4c71c0bd1faf531daaf2a613b95/monarg.patch becomes upstream now | |||
2013-04-17 | applied multisel patch to mainline | ||
2012-01-19 | add ^G escape keybinding | ||
2012-01-02 | align M-[hjkl] closer to vi keys | ||
2012-01-01 | add Mod1Mask keybindings | ||
2011-11-16 | update manpage | ||
2011-09-20 | update manpage | ||
2011-06-18 | simpler lsx | ||
2011-06-13 | new dmenu_run | ||
2011-05-18 | no -m, cleanup | ||
2011-05-15 | cleanup | ||
2011-05-14 | fast dmenu_path script | ||
2011-05-08 | fast grab patch (thanks Rob) | ||
2010-11-17 | moved main, updated args | ||
2010-11-12 | updated manpage | ||
2010-10-08 | updated manpage | ||
2010-08-20 | rebound paste, removed useless max widths | ||
2010-08-05 | new libdraw, typo fixes | ||
2010-08-02 | fixed bugs, no more config.h, updated manpage, new libdraw | ||
2010-07-31 | updated manpage, added paste, cleaned up, new libdraw | ||
2010-06-23 | typo fixes | ||
2010-06-20 | updated manpage, changed keybinds | ||
M- binds tend to be wm level, and there were up to 3 binds for the same action M-{hjkl} also no longer made sense in vlist mode | |||
2010-06-09 | updated manpage | ||
2009-11-28 | applied cursor, vertical and paste patches for upcoming 4.1 dmenu version ↵ | ||
(due to the fact that surf is using dmenu as well) | |||
2008-05-19 | added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -w | ||
2008-03-25 | fix typo | ||
2008-03-18 | fixed match() to prefer prefix-matches to strstr-matches in the match list, ↵ | ||
extended the -y handling, next version is 3.6 | |||
2008-03-12 | removed ido-matching, changed behavior of -i meaning case insensitive ↵ | ||
matching now, commented -x, -y, -w arguments in dmenu.1 | |||
2007-09-30 | fixed dmenu | ||
2007-09-23 | applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by ↵ | ||
default, added -i command line option to enable ido matching, added Michał to Copyright holders | |||
2007-09-17 | next version is 3.3 | ||
2007-02-26 | changed Backspace/C-w behavior (now it only removes a single character) | ||
2007-02-25 | Escape -s in dmenu.1 | ||
2007-02-19 | removed -t, now using isatty() instead of select() to prevent execution from ↵ | ||
an interactive shell | |||
2007-02-19 | removed draw.c, implemented C-w handling (backward word deletion) | ||
2007-02-08 | nah nah nah, I can't get used to the bottom bar, pushing the conditional ↵ | ||
dmenu again | |||
2007-02-08 | letting dmenu appear at the bottom by default | ||
2007-01-16 | small fix of Control-j in dmenu.1 | ||
2007-01-11 | s/Mod1-Shift-g/Mod1-G/ in fact Sander is right | ||
2007-01-11 | documenting undocumented vi-alike shortcuts of dmenu | ||
2007-01-11 | commented recent Control-shortcut additions | ||
2006-12-19 | fixed a typo in dmenu.1 | ||
2006-12-19 | prepared dmenu-1.8, shortened command line options (-font is -fn, -selbg is ↵ | ||
-sb, -selfg is -sf, -normbg is -nb, -normfg is -nf now) | |||
2006-12-18 | added wmii reference to dmenu(1) | ||
2006-12-18 | applied Stefan Tibus' sun patch, added -bottom option to dmenu which makes ↵ | ||
it appear in the bottom (for wmii compliance), slightly modified version than the patch proposed by Stefan Tibus | |||
2006-12-13 | changed text in dmenu manpage | ||
2006-12-13 | added prompt option (-p 'prompt text'), documented in man page as well | ||
2006-12-12 | ordered switch branches in kpress alphabetically, applied Sanders patch for ↵ | ||
PgUp/Dn and Home/End scrolling | |||
2006-09-26 | small update to man page (backported) | ||
2006-09-26 | removed config.h stuff, made dwm configurable due to command line options | ||