aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-05-30referred to LICENSE file3.2Anselm R. Garbe4-12/+4
2007-05-24I agree with the race fix of JG, but I dislike the SUSV3-breaking find, and I...Anselm R. Garbe1-17/+17
2007-05-23Fix the uptodate logic (uptodate if !find newer dirs than the cache).Kris Maglione1-2/+2
2007-05-23Silence the first find in dmenu_path.Kris Maglione1-1/+1
2007-05-23Fix grouping in dmenu_path.Kris Maglione1-1/+1
2007-05-23Merge.Kris Maglione1-8/+8
2007-05-23Changed dmenu_path (fixed race, improved speed, check that $PATH is the same ...Kris Maglione1-16/+17
2007-05-23removed some superflous strncmp'sAnselm R. Garbe1-8/+8
2007-05-23made dmenu_path the way anydot proposed in response to JukkaAnselm R. Garbe1-15/+8
2007-05-23applied Jukka's fixAnselm R. Garbe2-5/+7
2007-05-21Added tag 3.1 for changeset 8f0f917ac988Anselm R. Garbe1-0/+1
2007-05-15removed strip, added -s to LDFLAGs3.1Anselm R. Garbe2-2/+1
2007-05-14applied anydot's dmenu_path caching patch, thank you!Anselm R. Garbe1-5/+26
2007-05-02fixed a small bug in dmenu when an empty font is suppliedAnselm R. Garbe2-1/+3
2007-04-19Added tag 3.0 for changeset 59b3024854dbAnselm R. Garbe1-0/+1
2007-04-13making copyright notice more compact3.0Anselm R. Garbe7-20/+17
2007-03-28next version is 2.9Anselm R. Garbe1-1/+1
2007-03-27allowing numpad keys as inpytAnselm R. Garbe1-0/+7
2007-03-07Added tag 2.8 for changeset dd3d02b07cacAnselm R. Garbe1-0/+1
2007-03-07attempt to grab the keyboard only 1000 times, not forever.2.8Anselm R. Garbe2-6/+12
2007-03-07reverting keyboard grab to root window - invoking several dmenu's now works a...Anselm R. Garbe1-22/+24
2007-03-06Wait for an Expose and draw the menu immediately after mapping the window.Kris Maglione1-4/+3
2007-03-05Added tag 2.7 for changeset fbd9e9d63f20Anselm R. Garbe1-0/+1
2007-03-02keyboard grab works on the dmenu window now (not on the root window) - thx fo...2.7Anselm R. Garbe1-21/+20
2007-03-02also, don't set the font all the timeAnselm R. Garbe3-12/+7
2007-03-01Added tag 2.6 for changeset 775f761a5647Anselm R. Garbe1-0/+1
2007-02-27useless var declaration prev_nitem2.6Anselm R. Garbe1-1/+1
2007-02-26changed Backspace/C-w behavior (now it only removes a single character)Anselm R. Garbe2-7/+3
2007-02-26if isatty() first read from stdin and then grab the keyboard, otherwise first...Anselm R. Garbe1-10/+17
2007-02-26next is 2.6, but not yet ;)Anselm R. Garbe1-1/+1
2007-02-25Escape -s in dmenu.1Kris Maglione1-11/+11
2007-02-24Added tag 2.5 for changeset 041143e9fc54Anselm R. Garbe1-0/+1
2007-02-24I also dislike sort -u, I support that each Unix tool does one job and does i...2.5Anselm R. Garbe1-1/+1
2007-02-24removed superfluous externs as wellAnselm R. Garbe1-9/+9
2007-02-23using the old-style fashion we uses earlierAnselm R. Garbe1-1/+8
2007-02-23fixed a bug when dmenu is run with -vAnselm R. Garbe2-4/+4
2007-02-23Added tag 2.4.2 for changeset 1ca5d430524eAnselm R. Garbe1-0/+1
2007-02-23ok 2.4.22.4.2Anselm R. Garbe2-2/+2
2007-02-23Added tag 2.4.1 for changeset 03e83e2788c8Anselm R. Garbe1-0/+1
2007-02-23hotfix2.4.1Anselm R. Garbe2-2/+2
2007-02-23Added tag 2.4 for changeset 9e9036cbfb4bAnselm R. Garbe1-0/+1
2007-02-23added dmenu_path convenience script2.4Anselm R. Garbe2-3/+6
2007-02-22made Fnt an anonymous structAnselm R. Garbe2-15/+10
2007-02-21Added tag 2.3 for changeset b6e09682c8adcb6569656bee73c311f9ab457715Anselm R. Garbe1-0/+1
2007-02-21applied the fix inspired by a recent wmii commit2.3Anselm R. Garbe1-1/+1
2007-02-20renamed getcolor to initcolorAnselm R. Garbe1-5/+5
2007-02-20s/setfont/initfont/Anselm R. Garbe1-2/+2
2007-02-20readded draw.c again (except getcolor and setfont)Anselm R. Garbe5-67/+77
2007-02-19removed -t, now using isatty() instead of select() to prevent execution from ...Anselm R. Garbe2-31/+15
2007-02-19removed draw.c, implemented C-w handling (backward word deletion)Anselm R. Garbe6-132/+130