44e372b
fixed a problem when backporting dwm's drawtext() by
2008-08-18 19:24:29 +0100
17232f4
abc... by
2008-08-18 10:20:53 +0100
b95e61c
removed the i = textnw... as remarked by Martin Hurton by
2008-08-18 10:17:15 +0100
cf7e4c1
backported drawtext() simplifications to dmenu by
2008-08-18 10:03:28 +0100
c43c692
getting rid of setlocale(), it doesn't seem to make sense with Xmb, artifact of Xutf8 times by
2008-08-18 09:31:01 +0100
abd9fbb
Added tag 3.8 for changeset 644b0798fccc by
2008-07-29 19:20:53 +0100
698ec25
similiar change as in dwm by
2008-07-18 20:20:19 +0100
88efbf3
removed compiler warning if XINERAMA is disabled by
2008-07-17 17:40:42 +0100
4d8a646
got rid of compile time xidx, grabbing the mouse pointer instead, falling back to screen 0 if no pointer available by
2008-07-16 18:38:53 +0100
b89a950
reverted uint/ulong introduction by
2008-07-16 18:18:38 +0100
65d655b
minor update regarding locale support by
2008-06-30 10:00:00 +0100
2cef0dd
removed emalloc, used only once so obsolete by
2008-06-21 16:43:12 +0100
3f244b1
minor fix by
2008-06-19 09:18:17 +0100
a6945d5
Added tag 3.7 for changeset 0508a3a6ee10 by
2008-06-18 18:21:45 +0100
8911aa1
minor fix by
2008-06-18 18:20:21 +0100
d2305e4
reusing config.h's color values, note we have to use const char *, instead of const char [] here, because the pointer might change by
2008-06-14 10:55:13 +0100
fcf26a3
using xidx by
2008-06-13 12:04:04 +0100
4fc6cbe
yet another cosmetic change by
2008-06-13 11:53:53 +0100
a45f106
cosmetic fixes by
2008-06-13 11:46:50 +0100
596033b
s/unsigned int/uint/, s/unsigned long/ulong/ by
2008-05-22 11:15:11 +0100
3575587
foo by
2008-05-20 15:07:42 +0100
1f6af5e
added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -w by
2008-05-19 20:29:32 +0100
f3617bd
no exe should be unquoted, agreed to Peter Hartlich by
2008-04-10 18:12:00 +0100
096fb37
fixed unquoted dmenu_run $exe-use reported by Jukka by
2008-04-10 16:46:32 +0100
6423288
though sticking to |uniq by
2008-04-09 23:32:46 +0100
7195e94
re-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd reasons they disappeared by
2008-04-09 23:31:49 +0100
12805b6
Added tag 3.6 for changeset 0bc2751d06e8 by
2008-04-03 21:56:42 +0100
1538bb7
fix typo by
2008-03-25 19:18:16 +0100
cbe5e88
using limits.h by
2008-03-25 10:18:17 +0000
2fe3ccd
bugfix of the -0 case in dmenu (thanks to Sander for his hint) by
2008-03-25 09:43:34 +0000
07d82c0
applied Jukkas hotfix by
2008-03-24 15:56:41 +0000
e7423f8
more cosmetics by
2008-03-23 22:06:09 +0100
61976c2
cosmetics by
2008-03-23 21:17:35 +0100
63c9e30
made some whitespacing consistent. by
2008-03-23 21:11:42 +0100
015f51a
removed unused variable nitem. by
2008-03-23 12:09:29 +0100
542c58d
several performance tweaks by
2008-03-22 14:52:00 +0000
745c46d
fixed match() to prefer prefix-matches to strstr-matches in the match list, extended the -y handling, next version is 3.6 by
2008-03-18 16:52:51 +0000
d058e83
Added tag 3.5 for changeset 05e5bd706b3b by
2008-03-13 16:53:25 +0000
301b4e5
applied next patch of Sander by
2008-03-13 12:02:29 +0000
38b866b
applied Sanders patch by
2008-03-12 21:37:43 +0000
540a787
removed ido-matching, changed behavior of -i meaning case insensitive matching now, commented -x, -y, -w arguments in dmenu.1 by
2008-03-12 15:41:19 +0000
7804354
removed set by
2008-02-12 09:42:48 +0000
6d8e68d
updated by
2008-02-11 11:22:38 +0000
d8688f7
added dmenu run by
2007-12-22 12:20:20 +0000
09d0926
Added tag 3.4 for changeset 9ab649b3b3e5 by
2007-10-25 20:26:17 +0200
adc4ec0
adapted c99 for pedantic checks, even if those checks are somewhat broken by
2007-10-10 18:57:51 +0200
8b2f132
implemented strcasestr for dmenu (I call it cistrstr) for portability issues (cygwin has no strcasestr, oh dear) by
2007-10-01 15:28:42 +0200
1c488e6
fixed font definition by
2007-10-01 11:44:25 +0200
03c546c
fixed dmenu by
2007-09-30 19:20:31 +0200
fdc1dba
using saner defaults by
2007-09-30 12:47:40 +0200
3439470
applied new color nuance by
2007-09-27 18:55:05 +0200
6674bac
applied my favorite color scheme by
2007-09-26 19:15:47 +0200
72a8eb4
casting char to int when using tolower (thanks to Jukkas careful cosmetic checking!) by
2007-09-24 15:04:31 +0200
975dfb4
switching to white by
2007-09-23 18:49:24 +0200
2e898a3
yet another cosmetic fix by
2007-09-23 18:32:08 +0200
6514b07
small cosmetic fix by
2007-09-23 18:31:19 +0200
724fe3c
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 by
2007-09-23 18:26:41 +0200
70cb32b
Added tag 3.3 for changeset 709df5a4bad7 by
2007-09-22 09:12:50 +0200
56f9e26
applied yiyus initfont fix by
2007-09-19 17:33:35 +0200
d094ebe
reorganized by
2007-09-17 20:53:14 +0200
ccf4d71
next version is 3.3 by
2007-09-17 09:13:21 +0200
06ae894
micromizing dmenu step 1 by
2007-09-16 20:14:09 +0200
b97783b
fixed fallback by
2007-09-15 20:28:20 +0200
11cb2e7
applied ido-matching to dmenu by
2007-07-24 18:19:09 +0200
07239bb
foooooo by
2007-06-01 12:28:30 +0200
124bfd4
Added tag 3.2 for changeset e4c81a78ffba by
2007-05-30 12:22:38 +0200
d27e3c1
referred to LICENSE file by
2007-05-30 12:19:06 +0200
3a9f3a5
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 by
2007-05-24 10:34:44 +0200
53e92b5
Fix the uptodate logic (uptodate if !find newer dirs than the cache). by
2007-05-23 19:38:23 -0400
d50ff5c
Silence the first find in dmenu_path. by
2007-05-23 18:35:05 -0400
383e40d
Fix grouping in dmenu_path. by
2007-05-23 16:59:38 -0400
8369e17
Merge. by
2007-05-23 16:44:15 -0400
c04b688
Changed dmenu_path (fixed race, improved speed, check that $PATH is the same as the last run). by
2007-05-23 16:42:51 -0400
4ebd7c4
removed some superflous strncmp's by
2007-05-23 22:32:43 +0200
dfe95cb
made dmenu_path the way anydot proposed in response to Jukka by
2007-05-23 22:13:46 +0200
8b633bf
applied Jukka's fix by
2007-05-23 13:22:27 +0200
64697cd
Added tag 3.1 for changeset 8f0f917ac988 by
2007-05-21 14:36:03 +0200
5a3dfb1
removed strip, added -s to LDFLAGs by
2007-05-15 13:44:41 +0200
4042a11
applied anydot's dmenu_path caching patch, thank you! by
2007-05-14 11:56:41 +0200
aa2f73f
fixed a small bug in dmenu when an empty font is supplied by
2007-05-02 15:25:52 +0200
f189781
Added tag 3.0 for changeset 59b3024854db by
2007-04-19 09:27:08 +0200
0e19146
making copyright notice more compact by
2007-04-13 11:36:44 +0200
85a151c
next version is 2.9 by
2007-03-28 08:17:57 +0200
1fa4fa3
allowing numpad keys as inpyt by
2007-03-27 16:52:50 +0200
e1515a2
Added tag 2.8 for changeset dd3d02b07cac by
2007-03-07 13:30:57 +0100
f555908
attempt to grab the keyboard only 1000 times, not forever. by
2007-03-07 11:01:14 +0100
7312041
reverting keyboard grab to root window - invoking several dmenu's now works again... by
2007-03-07 10:54:21 +0100
9911455
Wait for an Expose and draw the menu immediately after mapping the window. by
2007-03-06 03:24:40 -0500
2772c51
Added tag 2.7 for changeset fbd9e9d63f20 by
2007-03-05 11:25:18 +0100
d57c873
keyboard grab works on the dmenu window now (not on the root window) - thx for Kris for this hint by
2007-03-02 21:48:48 +0100
724f721
also, don't set the font all the time by
2007-03-02 15:16:36 +0100
5b8dce1
Added tag 2.6 for changeset 775f761a5647 by
2007-03-01 15:47:54 +0100
063c3d2
useless var declaration prev_nitem by
2007-02-27 14:44:21 +0100
03c2b05
changed Backspace/C-w behavior (now it only removes a single character) by
2007-02-26 14:07:19 +0100
8a066fa
if isatty() first read from stdin and then grab the keyboard, otherwise first grab the keyboard and then read from stdin by
2007-02-26 11:44:41 +0100
6c0e05e
next is 2.6, but not yet ;) by
2007-02-26 10:47:52 +0100
900d343
Escape -s in dmenu.1 by
2007-02-25 16:41:05 -0500
4d0cc17
Added tag 2.5 for changeset 041143e9fc54 by
2007-02-24 15:38:26 +0100
28b6ea0
I also dislike sort -u, I support that each Unix tool does one job and does it right ;) by
2007-02-24 15:38:10 +0100
598d72f
removed superfluous externs as well by
2007-02-24 14:07:40 +0100