Anselm R. Garbe
|
aa2f73fc88
|
fixed a small bug in dmenu when an empty font is supplied
|
17 years ago |
Anselm R. Garbe
|
0e19146d5f
|
making copyright notice more compact
|
17 years ago |
Anselm R. Garbe
|
1fa4fa386a
|
allowing numpad keys as inpyt
|
17 years ago |
Anselm R. Garbe
|
f555908cef
|
attempt to grab the keyboard only 1000 times, not forever.
|
17 years ago |
Anselm R. Garbe
|
73120414e2
|
reverting keyboard grab to root window - invoking several dmenu's now works again...
|
17 years ago |
Kris Maglione
|
9911455f5b
|
Wait for an Expose and draw the menu immediately after mapping the window.
|
17 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
|
17 years ago |
Anselm R. Garbe
|
724f72142f
|
also, don't set the font all the time
|
17 years ago |
Anselm R. Garbe
|
063c3d26e9
|
useless var declaration prev_nitem
|
17 years ago |
Anselm R. Garbe
|
03c2b05bb2
|
changed Backspace/C-w behavior (now it only removes a single character)
|
17 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
|
17 years ago |
Anselm R. Garbe
|
6b5b580aff
|
fixed a bug when dmenu is run with -v
|
17 years ago |
Anselm R. Garbe
|
8a10b35c64
|
renamed getcolor to initcolor
|
17 years ago |
Anselm R. Garbe
|
e4fc905317
|
s/setfont/initfont/
|
17 years ago |
Anselm R. Garbe
|
a1913a6af7
|
readded draw.c again (except getcolor and setfont)
|
17 years ago |
Anselm R. Garbe
|
66b2e8379f
|
removed -t, now using isatty() instead of select() to prevent execution from an interactive shell
|
17 years ago |
Anselm R. Garbe
|
665488a6ee
|
removed draw.c, implemented C-w handling (backward word deletion)
|
17 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
|
6175a39e8e
|
hotfix changes
|
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
|
b6cd6ed266
|
added evil key support to dmenu
|
18 years ago |
Anselm R. Garbe
|
c0fcfb7827
|
applied Sanders dmenu_ctrlchars.patch (thanks!)
|
18 years ago |
Anselm R. Garbe
|
a45d6983ab
|
applied Alexis Hildebrandts patches
|
18 years ago |
arg@mig29
|
08420a935b
|
corrections
|
18 years ago |
arg@mig29
|
deea1fb5ab
|
corrected
|
18 years ago |
arg@mig29
|
771c0cb607
|
next version will contain updated copyright notice
|
18 years ago |
arg@mig29
|
0e96ae6f48
|
prepared dmenu-1.8, shortened command line options (-font is -fn, -selbg is -sb, -selfg is -sf, -normbg is -nb, -normfg is -nf now)
|
18 years ago |
arg@mig29
|
f8d2a29a20
|
agreed with Sander
|
18 years ago |
arg@mig29
|
3438af001a
|
applied Stefan Tibus' sun patch, added -bottom option to dmenu which makes it appear in the bottom (for wmii compliance), slightly modified version than the patch proposed by Stefan Tibus
|
18 years ago |
arg@mig29
|
201b056e39
|
hotfix
|
18 years ago |
arg@mig29
|
3dcdbe2a57
|
added vi-like key-bindings for keyboards without cursor keys (they are undocumented features)
|
18 years ago |
arg@mig29
|
2829009138
|
silent hotfix
|
18 years ago |
arg@mig29
|
225cd764c3
|
applied hotfix of sander
|
18 years ago |
arg@mig29
|
65912f2a96
|
added prompt option (-p 'prompt text'), documented in man page as well
|
18 years ago |
arg@mig29
|
4bd3466215
|
ordered switch branches in kpress alphabetically, applied Sanders patch for PgUp/Dn and Home/End scrolling
|
18 years ago |
arg@mig29
|
dd7ee0dae1
|
also fixing dmenu accordingly
|
18 years ago |
arg@mig29
|
8c20e5dbd3
|
fixing sizeof stuff
|
18 years ago |
Anselm R. Garbe
|
194d890517
|
removed misleading input cursor
|
18 years ago |
Anselm R. Garbe
|
f633276774
|
fixing arg handling in dmenu (thanks to Sander for his report)
|
18 years ago |
Anselm R. Garbe
|
d78bcf247f
|
simplified main event loop
|
18 years ago |
Anselm R. Garbe
|
63be0ee22a
|
small change
|
18 years ago |
Anselm R. Garbe
|
5fd7af18c6
|
removed useless newlines
|
18 years ago |
arg@mmvi
|
14133be5bd
|
reverting
|
18 years ago |
arg@mmvi
|
3b590beda2
|
added fallback to color initialization
|
18 years ago |
arg@mmvi
|
5c0d28e4ff
|
removed config.h stuff, made dwm configurable due to command line options
|
18 years ago |
arg@mmvi
|
e0fe9f2fca
|
uriel didn't understood dmenu code, he broke nearly everything
|
18 years ago |
arg@wmii.de
|
c9465859a6
|
applied a change made by Uriel to dmenu (though I didn't applied everything)
|
18 years ago |
arg@mmvi
|
1716159e05
|
applied something similiar to Jukkas patch
|
18 years ago |