Anselm R Garbe
|
3f244b1d52
|
minor fix
|
17 years ago |
Anselm R Garbe
|
d2305e4b13
|
reusing config.h's color values, note we have to use const char *, instead of const char [] here, because the pointer might change
|
17 years ago |
Anselm R Garbe
|
fcf26a38f1
|
using xidx
|
17 years ago |
Anselm R Garbe
|
a45f106d3c
|
cosmetic fixes
|
17 years ago |
Anselm R Garbe
|
596033b781
|
s/unsigned int/uint/, s/unsigned long/ulong/
|
17 years ago |
Anselm R Garbe
|
357558798c
|
foo
|
17 years ago |
anselm@anselm1
|
1f6af5e78f
|
added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -w
|
17 years ago |
Anselm R Garbe
|
cbe5e88e4f
|
using limits.h
|
17 years ago |
Anselm R Garbe
|
2fe3ccdf58
|
bugfix of the -0 case in dmenu (thanks to Sander for his hint)
|
17 years ago |
Anselm R Garbe
|
07d82c0c2a
|
applied Jukkas hotfix
|
17 years ago |
Sander van Dijk
|
e7423f8fc6
|
more cosmetics
|
17 years ago |
Sander van Dijk
|
61976c292b
|
cosmetics
|
17 years ago |
Sander van Dijk
|
63c9e30a76
|
made some whitespacing consistent.
|
17 years ago |
sander@localhost
|
015f51ac46
|
removed unused variable nitem.
|
17 years ago |
anselm@anselm1
|
542c58d8d0
|
several performance tweaks
|
17 years ago |
Anselm R Garbe
|
745c46d8fa
|
fixed match() to prefer prefix-matches to strstr-matches in the match list, extended the -y handling, next version is 3.6
|
17 years ago |
Anselm R Garbe
|
301b4e5591
|
applied next patch of Sander
|
17 years ago |
anselm@anselm1
|
38b866ba34
|
applied Sanders patch
|
17 years ago |
Anselm R Garbe
|
540a78761b
|
removed ido-matching, changed behavior of -i meaning case insensitive matching now, commented -x, -y, -w arguments in dmenu.1
|
17 years ago |
Anselm R. Garbe
|
8b2f132973
|
implemented strcasestr for dmenu (I call it cistrstr) for portability issues (cygwin has no strcasestr, oh dear)
|
17 years ago |
arg@suckless.org
|
72a8eb412f
|
casting char to int when using tolower (thanks to Jukkas careful cosmetic checking!)
|
17 years ago |
Anselm R. Garbe
|
2e898a308f
|
yet another cosmetic fix
|
17 years ago |
Anselm R. Garbe
|
6514b07ad2
|
small cosmetic fix
|
17 years ago |
Anselm R. Garbe
|
724fe3cf7f
|
applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by default, added -i command line option to enable ido matching, added Michał to Copyright holders
|
17 years ago |
arg@suckless.org
|
56f9e26b72
|
applied yiyus initfont fix
|
17 years ago |
Anselm R. Garbe
|
d094ebea96
|
reorganized
|
17 years ago |
Anselm R. Garbe
|
06ae894434
|
micromizing dmenu step 1
|
17 years ago |
Anselm R. Garbe
|
b97783b07f
|
fixed fallback
|
17 years ago |
arg@f00b4r
|
11cb2e7dcc
|
applied ido-matching to dmenu
|
18 years ago |
Anselm R. Garbe
|
d27e3c1092
|
referred to LICENSE file
|
18 years ago |
Anselm R. Garbe
|
4ebd7c4a21
|
removed some superflous strncmp's
|
18 years ago |
Anselm R. Garbe
|
aa2f73fc88
|
fixed a small bug in dmenu when an empty font is supplied
|
18 years ago |
Anselm R. Garbe
|
0e19146d5f
|
making copyright notice more compact
|
18 years ago |
Anselm R. Garbe
|
1fa4fa386a
|
allowing numpad keys as inpyt
|
18 years ago |
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
|
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
|
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
|
6b5b580aff
|
fixed a bug when dmenu is run with -v
|
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
|
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 |