summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-mGravatar Anselm R Garbe 2014-09-172-2/+5
|
* fix crash with ctrl-enter as inputGravatar Hiltjo Posthuma 2014-07-301-1/+2
| | | | reproduce: ./dmenu; send EOF; press ctrl+enter.
* updated copyright notices in LICENSE and dmenu.c fileGravatar Anselm R Garbe 2014-05-292-2/+2
|
* applied Martin Kühl's inverse matching flag to stestGravatar Anselm R Garbe 2013-08-132-4/+7
|
* applied Martti Kühne's dmenu monitor patchGravatar Anselm R Garbe 2013-08-023-4/+14
| | | | https://gist.github.com/mar77i/3349298/raw/f6581ca96627f4c71c0bd1faf531daaf2a613b95/monarg.patch becomes upstream now
* accepted vi'is exit approach ^[ (suggested by Arkaduisz)Gravatar Anselm R Garbe 2013-06-281-0/+2
|
* forgot to add config.def.h, thanks WilliamGravatar Anselm R Garbe 2013-04-171-0/+17
|
* adopted Alex Sedov's config.h revival patch to tipGravatar Anselm R Garbe 2013-04-172-11/+7
|
* applied Alex Sedov's Tab buffer termination patch, thanksGravatar Anselm R Garbe 2013-04-171-1/+2
|
* applied multisel patch to mainlineGravatar Anselm R Garbe 2013-04-172-3/+21
|
* dmenu_run: Split cache logic to dmenu_path againGravatar Quentin Glidic 2012-07-303-16/+18
| | | | This allows to run dmenu_path to update the cache using a packager manager hook system
* ignore prompt if it is empty in addition to NULLGravatar Moritz Wilhelmy 2012-05-151-2/+2
|
* _POSIX_C_SOURCE=200809LGravatar Connor Lane Smith 2012-04-061-1/+1
|
* listen for C-S-[jm]Gravatar Connor Lane Smith 2012-02-101-2/+4
|
* add ^G escape keybindingGravatar Karl F 2012-01-192-0/+4
|
* remove _POSIX_C_SOURCE cflagGravatar Connor Lane Smith 2012-01-181-3/+2
|
* update version 4.5-hgGravatar Connor Lane Smith 2012-01-081-1/+1
|
* config.mk cleanupGravatar anselm@garbe.us 2012-01-041-2/+3
|
* align M-[hjkl] closer to vi keysGravatar Connor Lane Smith 2012-01-022-8/+11
|
* happy new year!Gravatar Connor Lane Smith 2012-01-012-3/+3
|
* add Mod1Mask keybindingsGravatar Connor Lane Smith 2012-01-012-19/+88
|
* merge stest -> defaultGravatar Connor Lane Smith 2011-12-197-69/+186
|\
| * stest: restore stream testingGravatar Connor Lane Smith 2011-12-092-2/+10
| |
| * stest: cleanupGravatar Connor Lane Smith 2011-11-271-2/+1
| |
| * stest: remove unneeded lstatGravatar Connor Lane Smith 2011-11-271-2/+1
| |
| * simplify stestGravatar Connor Lane Smith 2011-11-273-62/+53
| |
| * replace lsx with stestGravatar Connor Lane Smith 2011-11-197-69/+189
| |
* | comment xdg fallback behaviourGravatar Connor Lane Smith 2011-12-191-1/+1
| |
* | fork dmenu_run to disown child shellGravatar Connor Lane Smith 2011-12-091-1/+1
| |
* | dmenu_run: use $SHELLGravatar Connor Lane Smith 2011-11-231-1/+1
| |
* | set window background_pixelGravatar Connor Lane Smith 2011-11-231-2/+2
| |
* | fix dmenu_path exec shGravatar Connor Lane Smith 2011-11-191-1/+1
| |
* | faster dmenu_run -fGravatar Connor Lane Smith 2011-11-192-8/+11
|/
* update manpageGravatar Connor Lane Smith 2011-11-161-3/+7
|
* limit direction keys in vlineGravatar Connor Lane Smith 2011-11-151-0/+4
|
* fix C-n / C-p directions (thanks bastien)Gravatar Connor Lane Smith 2011-11-141-2/+2
|
* new default colour schemeGravatar Connor Lane Smith 2011-11-141-4/+4
|
* makefile: *.o depend on draw.hGravatar Connor Lane Smith 2011-10-261-1/+1
|
* add paste from clipboardGravatar Connor Lane Smith 2011-10-261-2/+4
|
* add lots of commentsGravatar Connor Lane Smith 2011-10-261-18/+33
|
* input focus: calculate areas of intersectionGravatar Connor Lane Smith 2011-10-261-12/+22
|
* simplify dmenu_runGravatar Connor Lane Smith 2011-10-171-1/+1
|
* merge xim -> defaultGravatar Connor Lane Smith 2011-10-171-4/+18
|\
| * xim: check for corner casesGravatar Connor Lane Smith 2011-10-171-4/+6
| |
| * add xim supportGravatar Troels Henriksen 2011-10-161-3/+15
| |
* | merge lsx -> defaultGravatar Connor Lane Smith 2011-10-171-8/+13
|\ \
| * | lsx: detect read errorsGravatar Connor Lane Smith 2011-10-171-7/+9
| | |
| * | lsx: return failure on errorGravatar Connor Lane Smith 2011-10-161-2/+5
| | |
| * | merge default -> lsxGravatar Connor Lane Smith 2011-10-169-119/+118
| |\|
* | | use ~/.dmenu_cache if no xdg cacheGravatar Connor Lane Smith 2011-10-171-1/+4
| | |