summaryrefslogtreecommitdiffstats
path: root/LICENSE (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-23made some whitespacing consistent.Gravatar Sander van Dijk 1-3/+3
2008-03-23removed unused variable nitem.Gravatar sander@localhost 1-11/+3
2008-03-22several performance tweaksGravatar anselm@anselm1 2-19/+44
2008-03-18fixed match() to prefer prefix-matches to strstr-matches in the match list, e...Gravatar Anselm R Garbe 3-30/+46
2008-03-13Added tag 3.5 for changeset 05e5bd706b3bGravatar Anselm R Garbe 1-0/+1
2008-03-13applied next patch of SanderGravatar Anselm R Garbe 1-3/+2
2008-03-12applied Sanders patchGravatar anselm@anselm1 2-9/+7
2008-03-12removed ido-matching, changed behavior of -i meaning case insensitive matchin...Gravatar Anselm R Garbe 4-36/+37
2008-02-12removed setGravatar Anselm R Garbe 1-1/+1
2008-02-11updatedGravatar anselm@aab 1-1/+1
2007-12-22added dmenu runGravatar anselm@anselm1 3-3/+7
2007-10-25Added tag 3.4 for changeset 9ab649b3b3e5Gravatar Anselm R. Garbe 1-0/+1
2007-10-10adapted c99 for pedantic checks, even if those checks are somewhat brokenGravatar Anselm R. Garbe 1-1/+1
2007-10-01implemented strcasestr for dmenu (I call it cistrstr) for portability issues ...Gravatar Anselm R. Garbe 1-1/+25
2007-10-01fixed font definitionGravatar Anselm R. Garbe 1-1/+1
2007-09-30fixed dmenuGravatar Anselm R. Garbe 1-1/+1
2007-09-30using saner defaultsGravatar Anselm R. Garbe 1-4/+4
2007-09-27applied new color nuanceGravatar Anselm R. Garbe 1-2/+2
2007-09-26applied my favorite color schemeGravatar Anselm R. Garbe 1-5/+5
2007-09-24casting char to int when using tolower (thanks to Jukkas careful cosmetic che...Gravatar arg@suckless.org 1-1/+1
2007-09-23switching to whiteGravatar Anselm R. Garbe 1-4/+4
2007-09-23yet another cosmetic fixGravatar Anselm R. Garbe 1-6/+2
2007-09-23small cosmetic fixGravatar Anselm R. Garbe 1-1/+1
2007-09-23applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by de...Gravatar Anselm R. Garbe 4-41/+45
2007-09-22Added tag 3.3 for changeset 709df5a4bad7Gravatar Anselm R. Garbe 1-0/+1
2007-09-19applied yiyus initfont fixGravatar arg@suckless.org 1-4/+3
2007-09-17reorganizedGravatar Anselm R. Garbe 1-288/+299
2007-09-17next version is 3.3Gravatar arg@suckless.org 2-2/+2
2007-09-16micromizing dmenu step 1Gravatar Anselm R. Garbe 6-152/+149
2007-09-15fixed fallbackGravatar Anselm R. Garbe 1-2/+4
2007-07-24applied ido-matching to dmenuGravatar arg@f00b4r 1-0/+21
2007-06-01fooooooGravatar Anselm R. Garbe 1-6/+6
2007-05-30Added tag 3.2 for changeset e4c81a78ffbaGravatar Anselm R. Garbe 1-0/+1
2007-05-30referred to LICENSE fileGravatar Anselm R. Garbe 4-12/+4
2007-05-24I agree with the race fix of JG, but I dislike the SUSV3-breaking find, and I...Gravatar Anselm R. Garbe 1-17/+17
2007-05-23Fix the uptodate logic (uptodate if !find newer dirs than the cache).Gravatar Kris Maglione 1-2/+2
2007-05-23Silence the first find in dmenu_path.Gravatar Kris Maglione 1-1/+1
2007-05-23Fix grouping in dmenu_path.Gravatar Kris Maglione 1-1/+1
2007-05-23Changed dmenu_path (fixed race, improved speed, check that $PATH is the same ...Gravatar Kris Maglione 1-16/+17
2007-05-23removed some superflous strncmp'sGravatar Anselm R. Garbe 1-8/+8
2007-05-23made dmenu_path the way anydot proposed in response to JukkaGravatar Anselm R. Garbe 1-15/+8
2007-05-23applied Jukka's fixGravatar Anselm R. Garbe 2-5/+7
2007-05-21Added tag 3.1 for changeset 8f0f917ac988Gravatar Anselm R. Garbe 1-0/+1
2007-05-15removed strip, added -s to LDFLAGsGravatar Anselm R. Garbe 2-2/+1
2007-05-14applied anydot's dmenu_path caching patch, thank you!Gravatar Anselm R. Garbe 1-5/+26
2007-05-02fixed a small bug in dmenu when an empty font is suppliedGravatar Anselm R. Garbe 2-1/+3
2007-04-19Added tag 3.0 for changeset 59b3024854dbGravatar Anselm R. Garbe 1-0/+1
2007-04-13making copyright notice more compactGravatar Anselm R. Garbe 7-20/+17
2007-03-28next version is 2.9Gravatar Anselm R. Garbe 1-1/+1
2007-03-27allowing numpad keys as inpytGravatar Anselm R. Garbe 1-0/+7
3&d=retro' width='13' height='13' alt='Gravatar' /> Hiltjo Posthuma 1-1/+1 2015-09-27config.mk: improve feature test checkGravatar Hiltjo Posthuma 1-1/+1 this fixes a crash on NetBSD because it requires -D_XOPEN_SOURCE (strdup, usleep). thanks k0ga and stateless for reporting and fixing this issue! 2015-08-06Fixed typo introduced by shared codeGravatar 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