Anselm R. Garbe
|
f555908cef
|
attempt to grab the keyboard only 1000 times, not forever.
|
18 years ago |
Anselm R. Garbe
|
73120414e2
|
reverting keyboard grab to root window - invoking several dmenu's now works again...
|
18 years ago |
Kris Maglione
|
9911455f5b
|
Wait for an Expose and draw the menu immediately after mapping the window.
|
18 years ago |
Anselm R. Garbe
|
2772c51e79
|
Added tag 2.7 for changeset fbd9e9d63f20
|
18 years ago |
Anselm R. Garbe
|
d57c873f10
|
keyboard grab works on the dmenu window now (not on the root window) - thx for Kris for this hint
|
18 years ago |
Anselm R. Garbe
|
724f72142f
|
also, don't set the font all the time
|
18 years ago |
Anselm R. Garbe
|
5b8dce15d3
|
Added tag 2.6 for changeset 775f761a5647
|
18 years ago |
Anselm R. Garbe
|
063c3d26e9
|
useless var declaration prev_nitem
|
18 years ago |
Anselm R. Garbe
|
03c2b05bb2
|
changed Backspace/C-w behavior (now it only removes a single character)
|
18 years ago |
Anselm R. Garbe
|
8a066fabd9
|
if isatty() first read from stdin and then grab the keyboard, otherwise first grab the keyboard and then read from stdin
|
18 years ago |
Anselm R. Garbe
|
6c0e05eb0d
|
next is 2.6, but not yet ;)
|
18 years ago |
Kris Maglione
|
900d34347b
|
Escape -s in dmenu.1
|
18 years ago |
Anselm R. Garbe
|
4d0cc17794
|
Added tag 2.5 for changeset 041143e9fc54
|
18 years ago |
Anselm R. Garbe
|
28b6ea0f67
|
I also dislike sort -u, I support that each Unix tool does one job and does it right ;)
|
18 years ago |
Anselm R. Garbe
|
598d72fba9
|
removed superfluous externs as well
|
18 years ago |
Anselm R. Garbe
|
007be12f2b
|
using the old-style fashion we uses earlier
|
18 years ago |
Anselm R. Garbe
|
6b5b580aff
|
fixed a bug when dmenu is run with -v
|
18 years ago |
Anselm R. Garbe
|
d8b48d64e1
|
Added tag 2.4.2 for changeset 1ca5d430524e
|
18 years ago |
Anselm R. Garbe
|
a71424ac0e
|
ok 2.4.2
|
18 years ago |
Anselm R. Garbe
|
f1ab687c62
|
Added tag 2.4.1 for changeset 03e83e2788c8
|
18 years ago |
Anselm R. Garbe
|
68a24f5535
|
hotfix
|
18 years ago |
Anselm R. Garbe
|
47b37834c4
|
Added tag 2.4 for changeset 9e9036cbfb4b
|
18 years ago |
Anselm R. Garbe
|
5f436fdcb7
|
added dmenu_path convenience script
|
18 years ago |
Anselm R. Garbe
|
de34639883
|
made Fnt an anonymous struct
|
18 years ago |
Anselm R. Garbe
|
18592825d2
|
Added tag 2.3 for changeset b6e09682c8adcb6569656bee73c311f9ab457715
|
18 years ago |
Anselm R. Garbe
|
3bc1f99e3c
|
applied the fix inspired by a recent wmii commit
|
18 years ago |
Anselm R. Garbe
|
8a10b35c64
|
renamed getcolor to initcolor
|
18 years ago |
Anselm R. Garbe
|
e4fc905317
|
s/setfont/initfont/
|
18 years ago |
Anselm R. Garbe
|
a1913a6af7
|
readded draw.c again (except getcolor and setfont)
|
18 years ago |
Anselm R. Garbe
|
66b2e8379f
|
removed -t, now using isatty() instead of select() to prevent execution from an interactive shell
|
18 years ago |
Anselm R. Garbe
|
665488a6ee
|
removed draw.c, implemented C-w handling (backward word deletion)
|
18 years ago |
Anselm R. Garbe
|
1e01ca0317
|
Added tag 2.2 for changeset 90f0e34e7f11
|
18 years ago |
Anselm R. Garbe
|
f3c12a7bff
|
fixed Copyright notice in Makefile
|
18 years ago |
Anselm R. Garbe
|
3ba8b71aba
|
nah nah nah, I can't get used to the bottom bar, pushing the conditional dmenu again
|
18 years ago |
Anselm R. Garbe
|
2bac5599b3
|
letting dmenu appear at the bottom by default
|
18 years ago |
Anselm R. Garbe
|
dbccf6fbff
|
got rid of LD, inspired by JGs patch to wmii
|
18 years ago |
Anselm R. Garbe
|
aea9bfec5e
|
Added tag 2.1 for changeset 7656557298c9
|
18 years ago |
Anselm R. Garbe
|
6175a39e8e
|
hotfix changes
|
18 years ago |
Anselm R. Garbe
|
2c7ff85f24
|
Added tag 2.1 for changeset d91c79020430
|
18 years ago |
Anselm R. Garbe
|
447046f7ae
|
Added tag 2.0 for changeset 1fce5c464fcd
|
18 years ago |
Anselm R. Garbe
|
b76632b9e3
|
small fix
|
18 years ago |
Anselm R. Garbe
|
f8f5b27036
|
removed useless mx, my
|
18 years ago |
Anselm R. Garbe
|
d6bf35caad
|
applied new default colors
|
18 years ago |
Anselm R. Garbe
|
507c030b5b
|
small fix of Control-j in dmenu.1
|
18 years ago |
Anselm R. Garbe
|
0245394e4d
|
Added tag 1.9 for changeset c7f5f4d54317
|
18 years ago |
Anselm R. Garbe
|
b6cd6ed266
|
added evil key support to dmenu
|
18 years ago |
Anselm R. Garbe
|
09813fcf2c
|
s/Mod1-Shift-g/Mod1-G/ in fact Sander is right
|
18 years ago |
Anselm R. Garbe
|
64d68b7de9
|
documenting undocumented vi-alike shortcuts of dmenu
|
18 years ago |
Anselm R. Garbe
|
eaf8909378
|
commented recent Control-shortcut additions
|
18 years ago |
Anselm R. Garbe
|
c0fcfb7827
|
applied Sanders dmenu_ctrlchars.patch (thanks!)
|
18 years ago |