| Commit message (Expand) | Author | Age | Files | Lines |
| * | Manpage | Douglas Rumbaugh | 2021-12-19 | 1 | -1/+7 |
| * | dmenu.1: document improved fastgrab behaviour from previous patch | Hiltjo Posthuma | 2019-01-27 | 1 | -2/+2 |
| * | Use bold for keyboard shortcuts in dmenu.1 | David Demelier | 2018-05-12 | 1 | -28/+28 |
| * | add key bindings for moving to the word start or end | Quentin Rameau | 2018-03-13 | 1 | -0/+12 |
| * | add embedding support with -w option | Quentin Rameau | 2016-10-14 | 1 | -0/+5 |
| * | dmenu.1: group single options | Quentin Rameau | 2016-10-14 | 1 | -4/+1 |
| * | dmenu.1: fix -l option | Quentin Rameau | 2016-10-14 | 1 | -1/+1 |
| * | dmenu.1: clarify monitor numbers are starting from 0 (first mon) | Hiltjo Posthuma | 2015-11-07 | 1 | -1/+2 |
| * | applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-m | Anselm R Garbe | 2014-09-17 | 1 | -0/+3 |
| * | applied Martti Kühne's dmenu monitor patch | Anselm R Garbe | 2013-08-02 | 1 | -0/+5 |
| * | applied multisel patch to mainline | Anselm R Garbe | 2013-04-17 | 1 | -0/+3 |
| * | add ^G escape keybinding | Karl F | 2012-01-19 | 1 | -0/+3 |
| * | align M-[hjkl] closer to vi keys | Connor Lane Smith | 2012-01-02 | 1 | -4/+7 |
| * | add Mod1Mask keybindings | Connor Lane Smith | 2012-01-01 | 1 | -13/+75 |
| * | update manpage | Connor Lane Smith | 2011-11-16 | 1 | -3/+7 |
| * | update manpage | Connor Lane Smith | 2011-09-20 | 1 | -9/+6 |
| * | simpler lsx | Connor Lane Smith | 2011-06-18 | 1 | -1/+2 |
| * | new dmenu_run | Connor Lane Smith | 2011-06-13 | 1 | -8/+3 |
| * | no -m, cleanup | Connor Lane Smith | 2011-05-18 | 1 | -11/+6 |
| * | cleanup | Connor Lane Smith | 2011-05-15 | 1 | -2/+2 |
| * | fast dmenu_path script | Connor Lane Smith | 2011-05-14 | 1 | -1/+1 |
| * | fast grab patch (thanks Rob) | Connor Lane Smith | 2011-05-08 | 1 | -9/+13 |
| * | moved main, updated args | Connor Lane Smith | 2010-11-17 | 1 | -0/+5 |
| * | updated manpage | Connor Lane Smith | 2010-11-12 | 1 | -1/+1 |
| * | updated manpage | Connor Lane Smith | 2010-10-08 | 1 | -1/+1 |
| * | rebound paste, removed useless max widths | Connor Lane Smith | 2010-08-20 | 1 | -2/+2 |
| * | new libdraw, typo fixes | Connor Lane Smith | 2010-08-05 | 1 | -1/+1 |
| * | fixed bugs, no more config.h, updated manpage, new libdraw | Connor Lane Smith | 2010-08-02 | 1 | -52/+46 |
| * | updated manpage, added paste, cleaned up, new libdraw | Connor Lane Smith | 2010-07-31 | 1 | -45/+49 |
| * | typo fixes | Connor Lane Smith | 2010-06-23 | 1 | -1/+1 |
| * | updated manpage, changed keybinds | Connor Lane Smith | 2010-06-20 | 1 | -26/+20 |
| * | updated manpage | Connor Lane Smith | 2010-06-09 | 1 | -7/+11 |
| * | applied cursor, vertical and paste patches for upcoming 4.1 dmenu version (du... | Anselm R Garbe | 2009-11-28 | 1 | -1/+6 |
| * | added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -w | anselm@anselm1 | 2008-05-19 | 1 | -14/+4 |
| * | fix typo | Sander van Dijk | 2008-03-25 | 1 | -1/+1 |
| * | fixed match() to prefer prefix-matches to strstr-matches in the match list, e... | Anselm R Garbe | 2008-03-18 | 1 | -1/+3 |
| * | removed ido-matching, changed behavior of -i meaning case insensitive matchin... | Anselm R Garbe | 2008-03-12 | 1 | -4/+12 |
| * | fixed dmenu | Anselm R. Garbe | 2007-09-30 | 1 | -1/+1 |
| * | applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by de... | Anselm R. Garbe | 2007-09-23 | 1 | -0/+4 |
| * | next version is 3.3 | arg@suckless.org | 2007-09-17 | 1 | -1/+1 |
| * | changed Backspace/C-w behavior (now it only removes a single character) | Anselm R. Garbe | 2007-02-26 | 1 | -1/+1 |
| * | Escape -s in dmenu.1 | Kris Maglione | 2007-02-25 | 1 | -11/+11 |
| * | removed -t, now using isatty() instead of select() to prevent execution from ... | Anselm R. Garbe | 2007-02-19 | 1 | -4/+0 |
| * | removed draw.c, implemented C-w handling (backward word deletion) | Anselm R. Garbe | 2007-02-19 | 1 | -0/+3 |
| * | nah nah nah, I can't get used to the bottom bar, pushing the conditional dme... | Anselm R. Garbe | 2007-02-08 | 1 | -0/+4 |
| * | letting dmenu appear at the bottom by default | Anselm R. Garbe | 2007-02-08 | 1 | -4/+0 |
| * | small fix of Control-j in dmenu.1 | Anselm R. Garbe | 2007-01-16 | 1 | -2/+2 |
| * | s/Mod1-Shift-g/Mod1-G/ in fact Sander is right | Anselm R. Garbe | 2007-01-11 | 1 | -1/+1 |
| * | documenting undocumented vi-alike shortcuts of dmenu | Anselm R. Garbe | 2007-01-11 | 1 | -3/+3 |
| * | commented recent Control-shortcut additions | Anselm R. Garbe | 2007-01-11 | 1 | -3/+3 |