summaryrefslogtreecommitdiffstats
path: root/dmenu.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-09-30fixed dmenuGravatar Anselm R. Garbe 1-1/+1
2007-09-30using saner defaultsGravatar Anselm R. Garbe 1-4/+4
2007-09-27applied new color nuanceGravatar Anselm R. Garbe 1-2/+2
2007-09-26applied my favorite color schemeGravatar Anselm R. Garbe 1-5/+5
2007-09-24casting char to int when using tolower (thanks to Jukkas careful cosmetic ↵Gravatar arg@suckless.org 1-1/+1
checking!)
2007-09-23switching to whiteGravatar Anselm R. Garbe 1-4/+4
2007-09-23yet another cosmetic fixGravatar Anselm R. Garbe 1-6/+2
2007-09-23small cosmetic fixGravatar Anselm R. Garbe 1-1/+1
2007-09-23applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by ↵Gravatar Anselm R. Garbe 4-41/+45
default, added -i command line option to enable ido matching, added Michał to Copyright holders
2007-09-22Added tag 3.3 for changeset 709df5a4bad7Gravatar Anselm R. Garbe 1-0/+1
2007-09-19applied yiyus initfont fixGravatar arg@suckless.org 1-4/+3
2007-09-17reorganizedGravatar Anselm R. Garbe 1-288/+299
2007-09-17next version is 3.3Gravatar arg@suckless.org 2-2/+2
2007-09-16micromizing dmenu step 1Gravatar Anselm R. Garbe 6-152/+149
2007-09-15fixed fallbackGravatar Anselm R. Garbe 1-2/+4
2007-07-24applied ido-matching to dmenuGravatar arg@f00b4r 1-0/+21
2007-06-01fooooooGravatar Anselm R. Garbe 1-6/+6
2007-05-30Added tag 3.2 for changeset e4c81a78ffbaGravatar Anselm R. Garbe 1-0/+1
2007-05-30referred to LICENSE fileGravatar Anselm R. Garbe 4-12/+4
2007-05-24I agree with the race fix of JG, but I dislike the SUSV3-breaking find, and ↵Gravatar Anselm R. Garbe 1-17/+17
I don't care about PATH changes, keep it simple, stupid
2007-05-23Fix the uptodate logic (uptodate if !find newer dirs than the cache).Gravatar Kris Maglione 1-2/+2
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
as the last run).
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 ↵Gravatar Anselm R. Garbe 1-22/+24
again...
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 ↵Gravatar Anselm R. Garbe 1-21/+20
for Kris for this hint
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 ↵Gravatar Anselm R. Garbe 1-10/+17
first grab the keyboard and then read from stdin
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 ↵Gravatar Anselm R. Garbe 1-1/+1
it right ;)