summaryrefslogtreecommitdiffstats
path: root/util.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
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