summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* updated READMEGravatar arg@mmvi 2006-09-261-7/+1
* removed crap from MakefileGravatar arg@mmvi 2006-09-261-2/+1
* error handlingGravatar arg@mmvi 2006-09-261-2/+3
* fooGravatar arg@mmvi 2006-09-261-1/+1
* revertingGravatar arg@mmvi 2006-09-263-9/+7
* added fallback to color initializationGravatar arg@mmvi 2006-09-263-7/+9
* removed config.h stuff, made dwm configurable due to command line optionsGravatar arg@mmvi 2006-09-267-48/+67
* uriel didn't understood dmenu code, he broke nearly everythingGravatar arg@mmvi 2006-09-261-2/+13
* applied a change made by Uriel to dmenu (though I didn't applied everything)Gravatar arg@wmii.de 2006-09-261-17/+4
* applied something similiar to Jukkas patchGravatar arg@mmvi 2006-09-251-3/+3
* Added tag 1.0 for changeset 9e11140d4cc3eecac3b0ab752f91528fd5e04be8Gravatar arg@mmvi 2006-09-161-0/+1
* made function signatures more consistent to my coding styleGravatar Anselm R. Garbe 2006-09-123-30/+15
* commented dmenuGravatar Anselm R. Garbe 2006-09-112-11/+12
* Added tag 0.9 for changeset d046c818ea467555cc338751c9bf3024609f1f12Gravatar Anselm R. Garbe 2006-09-081-0/+1
* implemented early keyboard grab for dmenu with a timeout for stdin data write...Gravatar Anselm R. Garbe 2006-09-083-4/+21
* new version of dmenuGravatar Anselm R. Garbe 2006-09-071-1/+1
* another fixGravatar Anselm R. Garbe 2006-09-071-12/+9
* made dmenu.1 also conciseGravatar Anselm R. Garbe 2006-09-072-26/+24
* Added tag 0.8 for changeset 409667a57221f7e50ba8b5248f638915cd61b366Gravatar Anselm R. Garbe 2006-09-061-0/+1
* fixed man pageGravatar Anselm R. Garbe 2006-09-042-4/+4
* Added tag 0.7 for changeset 5fc20d7158bd16b4d5f8d1c25e177680b6d54252Gravatar Anselm R. Garbe 2006-09-041-0/+1
* small change of main event loopGravatar Anselm R. Garbe 2006-09-041-2/+2
* updated versionGravatar Anselm R. Garbe 2006-08-281-1/+1
* Added tag 0.6 for changeset 25f679fb19686140a907684ffcb423b9e9d44b53Gravatar Anselm R. Garbe 2006-08-281-0/+1
* updated man pageGravatar Anselm R. Garbe 2006-08-281-5/+5
* fixedGravatar Anselm R. Garbe 2006-08-251-1/+1
* switching back to a dark color scheme with larger fontGravatar Anselm R. Garbe 2006-08-251-5/+5
* small color fixesGravatar Anselm R. Garbe 2006-08-251-3/+3
* updated dmenu to borderless drawing as wellGravatar Anselm R. Garbe 2006-08-255-44/+32
* back to 3 colorsGravatar Anselm R. Garbe 2006-08-255-27/+32
* removed useless callGravatar Anselm R. Garbe 2006-08-241-3/+1
* fixed minor bugGravatar Anselm R. Garbe 2006-08-241-1/+1
* small color changeGravatar Anselm R. Garbe 2006-08-241-1/+1
* migrated dmenu to use 4 instead of 3 colorsGravatar Anselm R. Garbe 2006-08-246-31/+28
* Added tag 0.5 for changeset 4a0ecd881c4fc15de4a0bebd79308b064be020efGravatar Anselm R. Garbe 2006-08-241-0/+1
* prepared dmenu-0.5Gravatar Anselm R. Garbe 2006-08-241-2/+1
* removed unnecessary Xlib callGravatar Anselm R. Garbe 2006-08-242-2/+2
* sanitizing my colorschemeGravatar Anselm R. Garbe 2006-08-231-2/+2
* back to terminus fontGravatar Anselm R. Garbe 2006-08-231-1/+1
* font fixGravatar Anselm R. Garbe 2006-08-221-4/+4
* fixedGravatar Anselm R. Garbe 2006-08-221-2/+2
* applied OpenBSD changes..Gravatar arg@localhost.10kloc.org 2006-08-211-2/+2
* renamed bad_malloc into badmalloc as wellGravatar Anselm R.Garbe 2006-08-211-3/+3
* small changes in dmenu.1Gravatar Anselm R.Garbe 2006-08-211-1/+1
* fixed a typo in config.mk, fixed cleanup code in dmenu (now frees all allocat...Gravatar Anselm R.Garbe 2006-08-162-5/+16
* applied sanders patchGravatar Anselm R.Garbe 2006-08-161-1/+1
* applied sanders Makefile patchGravatar Anselm R.Garbe 2006-08-161-1/+1
* fixed the same issue in dmenuGravatar Anselm R.Garbe 2006-08-151-2/+2
* Added tag 0.4 for changeset 7acf0dde1120542917bae12e0e42293f9d2cc899Gravatar Anselm R.Garbe 2006-08-151-0/+1
* removed finished messageGravatar Anselm R.Garbe 2006-08-141-1/+0
'Gravatar' /> Eric Pruitt 1-1/+1 2015-07-19stest: get rid of getopt, use suckless arg.hGravatar Hiltjo Posthuma 3-53/+141 ... also some style improvements. 2015-07-19config.mk: add FREETYPELIBS and FREETYPEINCGravatar Hiltjo Posthuma 1-3/+9 These variables make it simpler to change the paths to this for ports. `pkg-config` is avoided because it sucks, in particular for cross-compilation. A commented path for *BSD is added, the Xft includes are located at: /usr/X11R6/include there. Also already bump the version number to 4.6, a release will come approximately in August. 2015-07-19fix prompt color style how it used to beGravatar Hiltjo Posthuma 1-1/+1 This is the style how it was before the big Xft change. The colors were inverted, this was not the case before the change. Reported by "zvz" on #suckless IRC, thanks! 2015-06-27Use libdraw: add Xft and fallback-fonts support to graphics libGravatar Hiltjo Posthuma 11-316/+684 - libdraw, util: add drw.{c,h}, util.{c,h} and update code. - libdraw: fix drw_rect(): use w and h parameter. - libdraw: print errstr if last character in string was ":" (sbase). - libdraw: drw_clr_free() allow valid free(NULL). - config.def.h: set default font to monospace. - cleanup() on exit. - LICENSE: update license string for dmenu -v to 2015. - LICENSE: add myself to LICENSE 2014-09-17applied Hiltjo's patch as suggested on the ml to fix ControlMask for C-j and C-mGravatar Anselm R Garbe 2-2/+5 2014-07-30fix crash with ctrl-enter as inputGravatar Hiltjo Posthuma 1-1/+2 reproduce: ./dmenu; send EOF; press ctrl+enter. 2014-05-29updated copyright notices in LICENSE and dmenu.c fileGravatar Anselm R Garbe 2-2/+2 2013-08-13applied Martin Kühl's inverse matching flag to stestGravatar Anselm R Garbe 2-4/+7 2013-08-02applied Martti Kühne's dmenu monitor patchGravatar Anselm R Garbe 3-4/+14 https://gist.github.com/mar77i/3349298/raw/f6581ca96627f4c71c0bd1faf531daaf2a613b95/monarg.patch becomes upstream now 2013-06-28accepted vi'is exit approach ^[ (suggested by Arkaduisz)Gravatar Anselm R Garbe 1-0/+2