summaryrefslogtreecommitdiffstats
path: root/util.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-03-07Added tag 2.8 for changeset dd3d02b07cacGravatar Anselm R. Garbe 1-0/+1
2007-03-07attempt to grab the keyboard only 1000 times, not forever.Gravatar Anselm R. Garbe 2-6/+12
2007-03-07reverting keyboard grab to root window - invoking several dmenu's now works a...Gravatar Anselm R. Garbe 1-22/+24
2007-03-06Wait for an Expose and draw the menu immediately after mapping the window.Gravatar Kris Maglione 1-4/+3
2007-03-05Added tag 2.7 for changeset fbd9e9d63f20Gravatar Anselm R. Garbe 1-0/+1
2007-03-02keyboard grab works on the dmenu window now (not on the root window) - thx fo...Gravatar Anselm R. Garbe 1-21/+20
2007-03-02also, don't set the font all the timeGravatar Anselm R. Garbe 3-12/+7
2007-03-01Added tag 2.6 for changeset 775f761a5647Gravatar Anselm R. Garbe 1-0/+1
2007-02-27useless var declaration prev_nitemGravatar Anselm R. Garbe 1-1/+1
2007-02-26changed Backspace/C-w behavior (now it only removes a single character)Gravatar Anselm R. Garbe 2-7/+3
2007-02-26if isatty() first read from stdin and then grab the keyboard, otherwise first...Gravatar Anselm R. Garbe 1-10/+17
2007-02-26next is 2.6, but not yet ;)Gravatar Anselm R. Garbe 1-1/+1
2007-02-25Escape -s in dmenu.1Gravatar Kris Maglione 1-11/+11
2007-02-24Added tag 2.5 for changeset 041143e9fc54Gravatar Anselm R. Garbe 1-0/+1
2007-02-24I also dislike sort -u, I support that each Unix tool does one job and does i...Gravatar Anselm R. Garbe 1-1/+1
2007-02-24removed superfluous externs as wellGravatar Anselm R. Garbe 1-9/+9
2007-02-23using the old-style fashion we uses earlierGravatar Anselm R. Garbe 1-1/+8
2007-02-23fixed a bug when dmenu is run with -vGravatar Anselm R. Garbe 2-4/+4
2007-02-23Added tag 2.4.2 for changeset 1ca5d430524eGravatar Anselm R. Garbe 1-0/+1
2007-02-23ok 2.4.2Gravatar Anselm R. Garbe 2-2/+2
2007-02-23Added tag 2.4.1 for changeset 03e83e2788c8Gravatar Anselm R. Garbe 1-0/+1
2007-02-23hotfixGravatar Anselm R. Garbe 2-2/+2
2007-02-23Added tag 2.4 for changeset 9e9036cbfb4bGravatar Anselm R. Garbe 1-0/+1
2007-02-23added dmenu_path convenience scriptGravatar Anselm R. Garbe 2-3/+6
2007-02-22made Fnt an anonymous structGravatar Anselm R. Garbe 2-15/+10
2007-02-21Added tag 2.3 for changeset b6e09682c8adcb6569656bee73c311f9ab457715Gravatar Anselm R. Garbe 1-0/+1
2007-02-21applied the fix inspired by a recent wmii commitGravatar Anselm R. Garbe 1-1/+1
2007-02-20renamed getcolor to initcolorGravatar Anselm R. Garbe 1-5/+5
2007-02-20s/setfont/initfont/Gravatar Anselm R. Garbe 1-2/+2
2007-02-20readded draw.c again (except getcolor and setfont)Gravatar Anselm R. Garbe 5-67/+77
2007-02-19removed -t, now using isatty() instead of select() to prevent execution from ...Gravatar Anselm R. Garbe 2-31/+15
2007-02-19removed draw.c, implemented C-w handling (backward word deletion)Gravatar Anselm R. Garbe 6-132/+130
2007-02-14Added tag 2.2 for changeset 90f0e34e7f11Gravatar Anselm R. Garbe 1-0/+1
2007-02-08fixed Copyright notice in MakefileGravatar Anselm R. Garbe 1-1/+1
2007-02-08nah nah nah, I can't get used to the bottom bar, pushing the conditional dme...Gravatar Anselm R. Garbe 2-3/+11
2007-02-08letting dmenu appear at the bottom by defaultGravatar Anselm R. Garbe 2-11/+3
2007-02-05got rid of LD, inspired by JGs patch to wmiiGravatar Anselm R. Garbe 2-5/+3
2007-01-17Added tag 2.1 for changeset 7656557298c9Gravatar Anselm R. Garbe 1-0/+1
2007-01-17hotfix changesGravatar Anselm R. Garbe 3-7/+4
2007-01-17Added tag 2.1 for changeset d91c79020430Gravatar Anselm R. Garbe 1-0/+1
2007-01-16Added tag 2.0 for changeset 1fce5c464fcdGravatar Anselm R. Garbe 1-0/+1
2007-01-16small fixGravatar Anselm R. Garbe 1-1/+2
2007-01-16removed useless mx, myGravatar Anselm R. Garbe 1-3/+2
2007-01-16applied new default colorsGravatar Anselm R. Garbe 1-4/+4
2007-01-16small fix of Control-j in dmenu.1Gravatar Anselm R. Garbe 2-3/+3
g.mk: fix _XOPEN_SOURCE=700 for getline()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