summaryrefslogtreecommitdiffstats
path: root/dmenu.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* cosmetic fixesGravatar Anselm R Garbe 2008-06-131-68/+62
|
* s/unsigned int/uint/, s/unsigned long/ulong/Gravatar Anselm R Garbe 2008-05-221-25/+27
|
* fooGravatar Anselm R Garbe 2008-05-201-2/+1
|
* added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -wGravatar anselm@anselm1 2008-05-191-28/+32
|
* using limits.hGravatar Anselm R Garbe 2008-03-251-2/+3
|
* bugfix of the -0 case in dmenu (thanks to Sander for his hint)Gravatar Anselm R Garbe 2008-03-251-2/+2
|
* applied Jukkas hotfixGravatar Anselm R Garbe 2008-03-241-1/+1
|
* more cosmeticsGravatar Sander van Dijk 2008-03-231-2/+1
|
* cosmeticsGravatar Sander van Dijk 2008-03-231-5/+3
|
* made some whitespacing consistent.Gravatar Sander van Dijk 2008-03-231-3/+3
|
* removed unused variable nitem.Gravatar sander@localhost 2008-03-231-11/+3
|
* several performance tweaksGravatar anselm@anselm1 2008-03-221-18/+43
|
* fixed match() to prefer prefix-matches to strstr-matches in the match list, ↵Gravatar Anselm R Garbe 2008-03-181-28/+42
| | | | extended the -y handling, next version is 3.6
* applied next patch of SanderGravatar Anselm R Garbe 2008-03-131-3/+2
|
* applied Sanders patchGravatar anselm@anselm1 2008-03-121-8/+6
|
* removed ido-matching, changed behavior of -i meaning case insensitive ↵Gravatar Anselm R Garbe 2008-03-121-30/+23
| | | | matching now, commented -x, -y, -w arguments in dmenu.1
* implemented strcasestr for dmenu (I call it cistrstr) for portability issues ↵Gravatar Anselm R. Garbe 2007-10-011-1/+25
| | | | (cygwin has no strcasestr, oh dear)
* casting char to int when using tolower (thanks to Jukkas careful cosmetic ↵Gravatar arg@suckless.org 2007-09-241-1/+1
| | | | checking!)
* yet another cosmetic fixGravatar Anselm R. Garbe 2007-09-231-6/+2
|
* small cosmetic fixGravatar Anselm R. Garbe 2007-09-231-1/+1
|
* applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by ↵Gravatar Anselm R. Garbe 2007-09-231-40/+39
| | | | default, added -i command line option to enable ido matching, added Michał to Copyright holders
* applied yiyus initfont fixGravatar arg@suckless.org 2007-09-191-4/+3
|
* reorganizedGravatar Anselm R. Garbe 2007-09-171-288/+299
|
* micromizing dmenu step 1Gravatar Anselm R. Garbe 2007-09-161-0/+701
g-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