aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-14Added tag 2.2 for changeset 90f0e34e7f11Anselm R. Garbe1-0/+1
2007-02-08fixed Copyright notice in Makefile2.2Anselm R. Garbe1-1/+1
2007-02-08nah nah nah, I can't get used to the bottom bar, pushing the conditional dme...Anselm R. Garbe2-3/+11
2007-02-08letting dmenu appear at the bottom by defaultAnselm R. Garbe2-11/+3
2007-02-05got rid of LD, inspired by JGs patch to wmiiAnselm R. Garbe2-5/+3
2007-01-17Added tag 2.1 for changeset 7656557298c9Anselm R. Garbe1-0/+1
2007-01-17hotfix changes2.1Anselm R. Garbe3-7/+4
2007-01-17Added tag 2.1 for changeset d91c79020430Anselm R. Garbe1-0/+1
2007-01-16Added tag 2.0 for changeset 1fce5c464fcdAnselm R. Garbe1-0/+1
2007-01-16small fix2.0Anselm R. Garbe1-1/+2
2007-01-16removed useless mx, myAnselm R. Garbe1-3/+2
2007-01-16applied new default colorsAnselm R. Garbe1-4/+4
2007-01-16small fix of Control-j in dmenu.1Anselm R. Garbe2-3/+3
2007-01-12Added tag 1.9 for changeset c7f5f4d54317Anselm R. Garbe1-0/+1
2007-01-11added evil key support to dmenu1.9Anselm R. Garbe1-2/+15
2007-01-11s/Mod1-Shift-g/Mod1-G/ in fact Sander is rightAnselm R. Garbe1-1/+1
2007-01-11documenting undocumented vi-alike shortcuts of dmenuAnselm R. Garbe1-3/+3
2007-01-11commented recent Control-shortcut additionsAnselm R. Garbe1-3/+3
2007-01-10applied Sanders dmenu_ctrlchars.patch (thanks!)Anselm R. Garbe1-0/+8