summaryrefslogtreecommitdiffstats
path: root/dmenu.1 (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-05new libdraw, typo fixesGravatar Connor Lane Smith 2-6/+6
2010-08-03another typo fix (thanks, Gene Auyeung)Gravatar Connor Lane Smith 1-1/+1
2010-08-03typo fixGravatar Connor Lane Smith 1-1/+1
2010-08-03cleaned upGravatar Connor Lane Smith 1-2/+2
2010-08-03merged *{h,v} functionsGravatar Connor Lane Smith 1-59/+40
2010-08-02retyped promptwGravatar Connor Lane Smith 1-1/+1
2010-08-02replaced promptwGravatar Connor Lane Smith 2-3/+6
2010-08-02fixed bugs, no more config.h, updated manpage, new libdrawGravatar Connor Lane Smith 7-220/+162
2010-07-31updated manpage, added paste, cleaned up, new libdrawGravatar Connor Lane Smith 4-319/+271
2010-07-30merged dmenu & dinput (clunky interface)Gravatar Connor Lane Smith 5-440/+215
2010-07-30underline matchGravatar Connor Lane Smith 1-0/+5
2010-07-30new libdrawGravatar Connor Lane Smith 2-3/+6
2010-07-30fixed vlist selectGravatar Connor Lane Smith 1-5/+9
2010-07-27updated to libdraw tipGravatar Connor Lane Smith 2-3/+6
2010-07-02added dmenu.h, common.cGravatar Connor Lane Smith 6-314/+204
2010-07-02updated to new libdrawGravatar Connor Lane Smith 2-32/+20
2010-07-02atexit cleanupGravatar Connor Lane Smith 2-46/+36
2010-06-30removed -e flag (too buggy), cleaned upGravatar Connor Lane Smith 2-38/+20
2010-06-30fixed no-input invisible text bugGravatar Connor Lane Smith 1-2/+2
2010-06-30libdraw now has own repoGravatar Connor Lane Smith 16-242/+8
2010-06-30resizing vlist, new dinput bindingGravatar Connor Lane Smith 1-18/+16
2010-06-30cleaned upGravatar Connor Lane Smith 1-5/+6
2010-06-29decosmeticsGravatar Connor Lane Smith 1-2/+2
2010-06-29dinput with dmenu flags, fixed usage & -v, cosmeticsGravatar Connor Lane Smith 2-14/+32
2010-06-28extended libdrawGravatar Connor Lane Smith 6-20/+40
2010-06-25cleaned upGravatar Connor Lane Smith 2-9/+10
2010-06-24moved draw.c to libdraw.aGravatar Connor Lane Smith 14-148/+191
2010-06-24removed colors from dcGravatar Connor Lane Smith 3-22/+24
2010-06-24decoupled draw.c from dmenu & dinputGravatar Connor Lane Smith 4-117/+111
2010-06-24fixed offsets, updated eprint, cleaned upGravatar Connor Lane Smith 4-33/+42
2010-06-24fixed static symbols in config.def.hGravatar Connor Lane Smith 1-6/+6
2010-06-23fixed makefileGravatar Connor Lane Smith 1-3/+7
2010-06-23cleaned upGravatar Connor Lane Smith 3-12/+31
2010-06-23cleaned upGravatar Connor Lane Smith 1-1/+0
2010-06-23added draw.hGravatar Connor Lane Smith 5-72/+81
2010-06-23overlapping codeGravatar Connor Lane Smith 3-13/+0
2010-06-23typo fixesGravatar Connor Lane Smith 2-2/+2
2010-06-23initial dmenu / dinput separationGravatar Connor Lane Smith 4-205/+561
2010-06-22fixed vlist cursorGravatar Connor Lane Smith 1-1/+1
2010-06-20updated manpage, changed keybindsGravatar Connor Lane Smith 2-71/+59
2010-06-20cleaned upGravatar Connor Lane Smith 1-10/+1
2010-06-20added ^K, optimisationsGravatar Connor Lane Smith 1-11/+15
2010-06-19added sselp requirement to readmeGravatar Connor Lane Smith 1-0/+1
2010-06-16cleaned upGravatar Connor Lane Smith 1-31/+21
2010-06-11fixed vlist paging, cleaned upGravatar Connor Lane Smith 1-58/+32
2010-06-09updated manpageGravatar Connor Lane Smith 1-7/+11
2010-05-29Added tag 4.1.1 for changeset 72749a826cabGravatar Anselm R Garbe 1-0/+1
2010-05-29prepared bugfix release 4.1.1Gravatar Anselm R Garbe 1-1/+1
2010-05-29applied Ramils patchGravatar Anselm R Garbe 1-10/+21
2010-05-28Added tag 4.1 for changeset 844587572673Gravatar Anselm R Garbe 1-0/+1
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