b95e61c9b7
removed the i = textnw... as remarked by Martin Hurton
Anselm R Garbe
2008-08-18 10:17:15 +01:00
cf7e4c15a9
backported drawtext() simplifications to dmenu
Anselm R Garbe
2008-08-18 10:03:28 +01:00
c43c692a4d
getting rid of setlocale(), it doesn't seem to make sense with Xmb, artifact of Xutf8 times
Anselm R Garbe
2008-08-18 09:31:01 +01:00
abd9fbb79a
Added tag 3.8 for changeset 644b0798fccc
Anselm R Garbe
2008-07-29 19:20:53 +01:00
698ec259af
similiar change as in dwm
Anselm R Garbe
2008-07-18 20:20:19 +01:00
88efbf3dd1
removed compiler warning if XINERAMA is disabled
Anselm R Garbe
2008-07-17 17:40:42 +01:00
4d8a646958
got rid of compile time xidx, grabbing the mouse pointer instead, falling back to screen 0 if no pointer available
Anselm R Garbe
2008-07-16 18:38:53 +01:00
b89a9501c7
reverted uint/ulong introduction
Anselm R Garbe
2008-07-16 18:18:38 +01:00
65d655b371
minor update regarding locale support
Anselm R Garbe
2008-06-30 10:00:00 +01:00
2cef0ddb01
removed emalloc, used only once so obsolete
Anselm R Garbe
2008-06-21 16:43:12 +01:00
3f244b1d52
minor fix
Anselm R Garbe
2008-06-19 09:18:17 +01:00
a6945d5094
Added tag 3.7 for changeset 0508a3a6ee10
Anselm R Garbe
2008-06-18 18:21:45 +01:00
8911aa1060
minor fix
Anselm R Garbe
2008-06-18 18:20:21 +01:00
d2305e4b13
reusing config.h's color values, note we have to use const char *, instead of const char [] here, because the pointer might change
Anselm R Garbe
2008-06-14 10:55:13 +01:00
fcf26a38f1
using xidx
Anselm R Garbe
2008-06-13 12:04:04 +01:00
4fc6cbe608
yet another cosmetic change
Anselm R Garbe
2008-06-13 11:53:53 +01:00
a45f106d3c
cosmetic fixes
Anselm R Garbe
2008-06-13 11:46:50 +01:00
542c58d8d0
several performance tweaks
anselm@anselm1
2008-03-22 14:52:00 +00:00
745c46d8fa
fixed match() to prefer prefix-matches to strstr-matches in the match list, extended the -y handling, next version is 3.6
Anselm R Garbe
2008-03-18 16:52:51 +00:00
d058e83570
Added tag 3.5 for changeset 05e5bd706b3b
Anselm R Garbe
2008-03-13 16:53:25 +00:00
301b4e5591
applied next patch of Sander
Anselm R Garbe
2008-03-13 12:02:29 +00:00
540a78761b
removed ido-matching, changed behavior of -i meaning case insensitive matching now, commented -x, -y, -w arguments in dmenu.1
Anselm R Garbe
2008-03-12 15:41:19 +00:00
7804354106
removed set
Anselm R Garbe
2008-02-12 09:42:48 +00:00
d8688f7a4f
added dmenu run
anselm@anselm1
2007-12-22 12:20:20 +00:00
09d0926bb9
Added tag 3.4 for changeset 9ab649b3b3e5
Anselm R. Garbe
2007-10-25 20:26:17 +02:00
adc4ec02c0
adapted c99 for pedantic checks, even if those checks are somewhat broken
Anselm R. Garbe
2007-10-10 18:57:51 +02:00
8b2f132973
implemented strcasestr for dmenu (I call it cistrstr) for portability issues (cygwin has no strcasestr, oh dear)
Anselm R. Garbe
2007-10-01 15:28:42 +02:00
1c488e6dac
fixed font definition
Anselm R. Garbe
2007-10-01 11:44:25 +02:00
03c546c6b3
fixed dmenu
Anselm R. Garbe
2007-09-30 19:20:31 +02:00
fdc1dba7ce
using saner defaults
Anselm R. Garbe
2007-09-30 12:47:40 +02:00
3439470a47
applied new color nuance
Anselm R. Garbe
2007-09-27 18:55:05 +02:00
6674bac1d3
applied my favorite color scheme
Anselm R. Garbe
2007-09-26 19:15:47 +02:00
72a8eb412f
casting char to int when using tolower (thanks to Jukkas careful cosmetic checking!)
arg@suckless.org
2007-09-24 15:04:31 +02:00
975dfb4163
switching to white
Anselm R. Garbe
2007-09-23 18:49:24 +02:00
2e898a308f
yet another cosmetic fix
Anselm R. Garbe
2007-09-23 18:32:08 +02:00
6514b07ad2
small cosmetic fix
Anselm R. Garbe
2007-09-23 18:31:19 +02:00
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
Anselm R. Garbe
2007-09-23 18:26:41 +02:00
70cb32b021
Added tag 3.3 for changeset 709df5a4bad7
Anselm R. Garbe
2007-09-22 09:12:50 +02:00
b97783b07f
fixed fallback
Anselm R. Garbe
2007-09-15 20:28:20 +02:00
11cb2e7dcc
applied ido-matching to dmenu
arg@f00b4r
2007-07-24 18:19:09 +02:00
07239bbddd
foooooo
Anselm R. Garbe
2007-06-01 12:28:30 +02:00
124bfd4a08
Added tag 3.2 for changeset e4c81a78ffba
Anselm R. Garbe
2007-05-30 12:22:38 +02:00
d27e3c1092
referred to LICENSE file
Anselm R. Garbe
2007-05-30 12:19:06 +02:00
3a9f3a51ce
I agree with the race fix of JG, but I dislike the SUSV3-breaking find, and I don't care about PATH changes, keep it simple, stupid
Anselm R. Garbe
2007-05-24 10:34:44 +02:00
53e92b5c17
Fix the uptodate logic (uptodate if !find newer dirs than the cache).
Kris Maglione
2007-05-23 19:38:23 -04:00
d50ff5ca11
Silence the first find in dmenu_path.
Kris Maglione
2007-05-23 18:35:05 -04:00
383e40dc21
Fix grouping in dmenu_path.
Kris Maglione
2007-05-23 16:59:38 -04:00
aa2f73fc88
fixed a small bug in dmenu when an empty font is supplied
Anselm R. Garbe
2007-05-02 15:25:52 +02:00
f189781bbd
Added tag 3.0 for changeset 59b3024854db
Anselm R. Garbe
2007-04-19 09:27:08 +02:00
0e19146d5f
making copyright notice more compact
Anselm R. Garbe
2007-04-13 11:36:44 +02:00
85a151c6a4
next version is 2.9
Anselm R. Garbe
2007-03-28 08:17:57 +02:00
1fa4fa386a
allowing numpad keys as inpyt
Anselm R. Garbe
2007-03-27 16:52:50 +02:00
e1515a2fdc
Added tag 2.8 for changeset dd3d02b07cac
Anselm R. Garbe
2007-03-07 13:30:57 +01:00
f555908cef
attempt to grab the keyboard only 1000 times, not forever.
Anselm R. Garbe
2007-03-07 11:01:14 +01:00
73120414e2
reverting keyboard grab to root window - invoking several dmenu's now works again...
Anselm R. Garbe
2007-03-07 10:54:21 +01:00
9911455f5b
Wait for an Expose and draw the menu immediately after mapping the window.
Kris Maglione
2007-03-06 03:24:40 -05:00
2772c51e79
Added tag 2.7 for changeset fbd9e9d63f20
Anselm R. Garbe
2007-03-05 11:25:18 +01:00
d57c873f10
keyboard grab works on the dmenu window now (not on the root window) - thx for Kris for this hint
Anselm R. Garbe
2007-03-02 21:48:48 +01:00
724f72142f
also, don't set the font all the time
Anselm R. Garbe
2007-03-02 15:16:36 +01:00
5b8dce15d3
Added tag 2.6 for changeset 775f761a5647
Anselm R. Garbe
2007-03-01 15:47:54 +01:00
063c3d26e9
useless var declaration prev_nitem
Anselm R. Garbe
2007-02-27 14:44:21 +01:00
03c2b05bb2
changed Backspace/C-w behavior (now it only removes a single character)
Anselm R. Garbe
2007-02-26 14:07:19 +01:00
8a066fabd9
if isatty() first read from stdin and then grab the keyboard, otherwise first grab the keyboard and then read from stdin
Anselm R. Garbe
2007-02-26 11:44:41 +01:00
6c0e05eb0d
next is 2.6, but not yet ;)
Anselm R. Garbe
2007-02-26 10:47:52 +01:00
900d34347b
Escape -s in dmenu.1
Kris Maglione
2007-02-25 16:41:05 -05:00
4d0cc17794
Added tag 2.5 for changeset 041143e9fc54
Anselm R. Garbe
2007-02-24 15:38:26 +01:00
28b6ea0f67
I also dislike sort -u, I support that each Unix tool does one job and does it right ;)
Anselm R. Garbe
2007-02-24 15:38:10 +01:00
598d72fba9
removed superfluous externs as well
Anselm R. Garbe
2007-02-24 14:07:40 +01:00
007be12f2b
using the old-style fashion we uses earlier
Anselm R. Garbe
2007-02-23 15:28:25 +01:00
6b5b580aff
fixed a bug when dmenu is run with -v
Anselm R. Garbe
2007-02-23 14:39:54 +01:00