aboutsummaryrefslogtreecommitdiff
path: root/dmenu.c
Commit message (Expand)AuthorAgeFilesLines
...
* adopted Alex Sedov's config.h revival patch to tipAnselm R Garbe2013-04-171-10/+2
* applied Alex Sedov's Tab buffer termination patch, thanksAnselm R Garbe2013-04-171-1/+2
* applied multisel patch to mainlineAnselm R Garbe2013-04-171-3/+18
* ignore prompt if it is empty in addition to NULLMoritz Wilhelmy2012-05-151-2/+2
* listen for C-S-[jm]Connor Lane Smith2012-02-101-2/+4
* add ^G escape keybindingKarl F2012-01-191-0/+1
* align M-[hjkl] closer to vi keysConnor Lane Smith2012-01-021-4/+4
* happy new year!Connor Lane Smith2012-01-011-1/+1
* add Mod1Mask keybindingsConnor Lane Smith2012-01-011-6/+13
* set window background_pixelConnor Lane Smith2011-11-231-2/+2
* faster dmenu_run -fConnor Lane Smith2011-11-191-1/+1
* limit direction keys in vlineConnor Lane Smith2011-11-151-0/+4
* fix C-n / C-p directions (thanks bastien)Connor Lane Smith2011-11-141-2/+2
* new default colour schemeConnor Lane Smith2011-11-141-4/+4
* add paste from clipboardConnor Lane Smith2011-10-261-2/+4
* add lots of commentsConnor Lane Smith2011-10-261-18/+33
* input focus: calculate areas of intersectionConnor Lane Smith2011-10-261-12/+22
* merge xim -> defaultConnor Lane Smith2011-10-171-4/+18
|\
| * xim: check for corner casesConnor Lane Smith2011-10-171-4/+6
| * add xim supportTroels Henriksen2011-10-161-3/+15
* | fix extra warningConnor Lane Smith2011-10-161-1/+1
|/
* limit lines to inputConnor Lane Smith2011-10-131-0/+1
* input focus: fix for reparenting wmsConnor Lane Smith2011-10-041-1/+1
* fix monitor select when no focusConnor Lane Smith2011-09-301-1/+1
* merge token -> defaultConnor Lane Smith2011-09-201-25/+36
|\
| * tweak matchConnor Lane Smith2011-09-201-2/+2
| * add token matchingConnor Lane Smith2011-09-191-23/+34
* | detect active monitor using input focusConnor Lane Smith2011-09-191-7/+12
|/
* tweaksConnor Lane Smith2011-07-171-0/+1
* efficiency tweaksConnor Lane Smith2011-07-141-57/+41
* simpler vlineConnor Lane Smith2011-07-061-4/+2
* rebind ^N ^PConnor Lane Smith2011-07-041-2/+2
* add ^MConnor Lane Smith2011-06-131-0/+1
* bugfixConnor Lane Smith2011-05-181-1/+1
* no -m, cleanupConnor Lane Smith2011-05-181-17/+18
* fix possible overflowConnor Lane Smith2011-05-161-4/+4
* fixed extra warningsConnor Lane Smith2011-05-161-6/+6
* portabilityConnor Lane Smith2011-05-151-9/+12
* efficient incremental searchConnor Lane Smith2011-05-151-18/+19
* match firstConnor Lane Smith2011-05-151-4/+5
* faster grabConnor Lane Smith2011-05-151-11/+12
* cleanupConnor Lane Smith2011-05-151-6/+5
* fast but inexactConnor Lane Smith2011-05-151-4/+7
* cleanupConnor Lane Smith2011-05-141-5/+2
* instant ^EConnor Lane Smith2011-05-141-16/+20
* fix typoConnor Lane Smith2011-05-141-1/+1
* use array for itemsConnor Lane Smith2011-05-141-10/+10
* fixed xinerama corner caseConnor Lane Smith2011-05-121-7/+7
* fixed -m bug (thanks Rob)Connor Lane Smith2011-05-111-9/+9
* fast grab patch (thanks Rob)Connor Lane Smith2011-05-081-4/+14