summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drw: simplify drw_font_xcreate and prevent a potential unneeded allocationGravatar Hiltjo Posthuma 2015-10-201-22/+19
* drw: a valid (non-NULL) Drw and Fnt context must be passedGravatar Hiltjo Posthuma 2015-10-201-16/+3
* add sbase-style ecalloc(), calloc: or dieGravatar Hiltjo Posthuma 2015-10-203-12/+18
* free schemes as arrayGravatar Hiltjo Posthuma 2015-10-181-6/+6
* fix input text matchingGravatar Quentin Rameau 2015-10-041-1/+1
* fix incorrect ordering of match resultsGravatar Davide Del Zompo 2015-10-041-2/+3
* fix paste from clipboard (ctrl+shift+y)Gravatar Hiltjo Posthuma 2015-10-041-0/+1
* minor style fixGravatar Hiltjo Posthuma 2015-09-281-1/+2
* Remove function prototypes and reorder functions accordinglyGravatar FRIGN 2015-09-281-80/+64
* Untypedef struct itemGravatar FRIGN 2015-09-281-10/+9
* Fix the conversion from microseconds to nanosecondsGravatar Quentin Rameau 2015-09-281-1/+1
* Replace deprecated usleep() with nanosleep()Gravatar Quentin Rameau 2015-09-281-2/+3
* config.mk: use -std=c99Gravatar Hiltjo Posthuma 2015-09-281-1/+1
* dmenu: style improvementsGravatar Hiltjo Posthuma 2015-09-271-204/+213
* drw style improvementsGravatar Hiltjo Posthuma 2015-09-272-93/+106
* separate program-specific c99 bool and X11Gravatar Hiltjo Posthuma 2015-09-272-11/+10
* config.mk: fix _XOPEN_SOURCE=700 for getline()Gravatar Hiltjo Posthuma 2015-09-271-1/+1
* config.mk: improve feature test checkGravatar Hiltjo Posthuma 2015-09-271-1/+1
* Fixed typo introduced by shared codeGravatar Eric Pruitt 2015-08-061-1/+1
* stest: get rid of getopt, use suckless arg.hGravatar Hiltjo Posthuma 2015-07-193-53/+141
* config.mk: add FREETYPELIBS and FREETYPEINCGravatar Hiltjo Posthuma 2015-07-191-3/+9
* fix prompt color style how it used to beGravatar Hiltjo Posthuma 2015-07-191-1/+1
* Use libdraw: add Xft and fallback-fonts support to graphics libGravatar Hiltjo Posthuma 2015-06-2711-316/+684
* 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
* 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
* 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
* 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