745c46d8fafixed 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 +0000
d058e83570Added tag 3.5 for changeset 05e5bd706b3b
Anselm R Garbe
2008-03-13 16:53:25 +0000
301b4e5591applied next patch of Sander
Anselm R Garbe
2008-03-13 12:02:29 +0000
540a78761bremoved 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 +0000
7804354106removed set
Anselm R Garbe
2008-02-12 09:42:48 +0000
d8688f7a4fadded dmenu run
anselm@anselm1
2007-12-22 12:20:20 +0000
09d0926bb9Added tag 3.4 for changeset 9ab649b3b3e5
Anselm R. Garbe
2007-10-25 20:26:17 +0200
adc4ec02c0adapted c99 for pedantic checks, even if those checks are somewhat broken
Anselm R. Garbe
2007-10-10 18:57:51 +0200
8b2f132973implemented 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 +0200
1c488e6dacfixed font definition
Anselm R. Garbe
2007-10-01 11:44:25 +0200
03c546c6b3fixed dmenu
Anselm R. Garbe
2007-09-30 19:20:31 +0200
fdc1dba7ceusing saner defaults
Anselm R. Garbe
2007-09-30 12:47:40 +0200
3439470a47applied new color nuance
Anselm R. Garbe
2007-09-27 18:55:05 +0200
6674bac1d3applied my favorite color scheme
Anselm R. Garbe
2007-09-26 19:15:47 +0200
72a8eb412fcasting char to int when using tolower (thanks to Jukkas careful cosmetic checking!)
arg@suckless.org
2007-09-24 15:04:31 +0200
975dfb4163switching to white
Anselm R. Garbe
2007-09-23 18:49:24 +0200
2e898a308fyet another cosmetic fix
Anselm R. Garbe
2007-09-23 18:32:08 +0200
6514b07ad2small cosmetic fix
Anselm R. Garbe
2007-09-23 18:31:19 +0200
724fe3cf7fapplied 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 +0200
70cb32b021Added tag 3.3 for changeset 709df5a4bad7
Anselm R. Garbe
2007-09-22 09:12:50 +0200
d094ebea96reorganized
Anselm R. Garbe
2007-09-17 20:53:14 +0200
ccf4d7166fnext version is 3.3
arg@suckless.org
2007-09-17 09:13:21 +0200
06ae894434micromizing dmenu step 1
Anselm R. Garbe
2007-09-16 20:14:09 +0200
b97783b07ffixed fallback
Anselm R. Garbe
2007-09-15 20:28:20 +0200
11cb2e7dccapplied ido-matching to dmenu
arg@f00b4r
2007-07-24 18:19:09 +0200
07239bbdddfoooooo
Anselm R. Garbe
2007-06-01 12:28:30 +0200
124bfd4a08Added tag 3.2 for changeset e4c81a78ffba
Anselm R. Garbe
2007-05-30 12:22:38 +0200
d27e3c1092referred to LICENSE file
Anselm R. Garbe
2007-05-30 12:19:06 +0200
3a9f3a51ceI 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 +0200
53e92b5c17Fix the uptodate logic (uptodate if !find newer dirs than the cache).
Kris Maglione
2007-05-23 19:38:23 -0400
d50ff5ca11Silence the first find in dmenu_path.
Kris Maglione
2007-05-23 18:35:05 -0400
383e40dc21Fix grouping in dmenu_path.
Kris Maglione
2007-05-23 16:59:38 -0400
aa2f73fc88fixed a small bug in dmenu when an empty font is supplied
Anselm R. Garbe
2007-05-02 15:25:52 +0200
f189781bbdAdded tag 3.0 for changeset 59b3024854db
Anselm R. Garbe
2007-04-19 09:27:08 +0200
0e19146d5fmaking copyright notice more compact
Anselm R. Garbe
2007-04-13 11:36:44 +0200
85a151c6a4next version is 2.9
Anselm R. Garbe
2007-03-28 08:17:57 +0200
1fa4fa386aallowing numpad keys as inpyt
Anselm R. Garbe
2007-03-27 16:52:50 +0200
e1515a2fdcAdded tag 2.8 for changeset dd3d02b07cac
Anselm R. Garbe
2007-03-07 13:30:57 +0100
f555908cefattempt to grab the keyboard only 1000 times, not forever.
Anselm R. Garbe
2007-03-07 11:01:14 +0100
73120414e2reverting keyboard grab to root window - invoking several dmenu's now works again...
Anselm R. Garbe
2007-03-07 10:54:21 +0100
9911455f5bWait for an Expose and draw the menu immediately after mapping the window.
Kris Maglione
2007-03-06 03:24:40 -0500
2772c51e79Added tag 2.7 for changeset fbd9e9d63f20
Anselm R. Garbe
2007-03-05 11:25:18 +0100
d57c873f10keyboard 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 +0100
724f72142falso, don't set the font all the time
Anselm R. Garbe
2007-03-02 15:16:36 +0100
5b8dce15d3Added tag 2.6 for changeset 775f761a5647
Anselm R. Garbe
2007-03-01 15:47:54 +0100
063c3d26e9useless var declaration prev_nitem
Anselm R. Garbe
2007-02-27 14:44:21 +0100
03c2b05bb2changed Backspace/C-w behavior (now it only removes a single character)
Anselm R. Garbe
2007-02-26 14:07:19 +0100
8a066fabd9if 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 +0100
6c0e05eb0dnext is 2.6, but not yet ;)
Anselm R. Garbe
2007-02-26 10:47:52 +0100
900d34347bEscape -s in dmenu.1
Kris Maglione
2007-02-25 16:41:05 -0500
4d0cc17794Added tag 2.5 for changeset 041143e9fc54
Anselm R. Garbe
2007-02-24 15:38:26 +0100
28b6ea0f67I 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 +0100
598d72fba9removed superfluous externs as well
Anselm R. Garbe
2007-02-24 14:07:40 +0100
007be12f2busing the old-style fashion we uses earlier
Anselm R. Garbe
2007-02-23 15:28:25 +0100
6b5b580afffixed a bug when dmenu is run with -v
Anselm R. Garbe
2007-02-23 14:39:54 +0100
d8b48d64e1Added tag 2.4.2 for changeset 1ca5d430524e
Anselm R. Garbe
2007-02-23 13:51:23 +0100
a71424ac0eok 2.4.2
Anselm R. Garbe
2007-02-23 13:51:06 +0100
f1ab687c62Added tag 2.4.1 for changeset 03e83e2788c8
Anselm R. Garbe
2007-02-23 13:28:43 +0100
68a24f5535hotfix
Anselm R. Garbe
2007-02-23 13:28:38 +0100
47b37834c4Added tag 2.4 for changeset 9e9036cbfb4b
Anselm R. Garbe
2007-02-23 10:42:00 +0100
5f436fdcb7added dmenu_path convenience script
Anselm R. Garbe
2007-02-23 10:16:43 +0100
de34639883made Fnt an anonymous struct
Anselm R. Garbe
2007-02-22 18:16:35 +0100
18592825d2Added tag 2.3 for changeset b6e09682c8adcb6569656bee73c311f9ab457715
Anselm R. Garbe
2007-02-21 11:05:19 +0100
3bc1f99e3capplied the fix inspired by a recent wmii commit
Anselm R. Garbe
2007-02-21 10:59:36 +0100
8a10b35c64renamed getcolor to initcolor
Anselm R. Garbe
2007-02-20 13:57:05 +0100
e4fc905317s/setfont/initfont/
Anselm R. Garbe
2007-02-20 13:54:37 +0100
a1913a6af7readded draw.c again (except getcolor and setfont)
Anselm R. Garbe
2007-02-20 13:54:00 +0100
66b2e8379fremoved -t, now using isatty() instead of select() to prevent execution from an interactive shell
Anselm R. Garbe
2007-02-19 21:18:36 +0100
665488a6eeremoved draw.c, implemented C-w handling (backward word deletion)
Anselm R. Garbe
2007-02-19 15:49:50 +0100
1e01ca0317Added tag 2.2 for changeset 90f0e34e7f11
Anselm R. Garbe
2007-02-14 09:42:02 +0100
f3c12a7bfffixed Copyright notice in Makefile
Anselm R. Garbe
2007-02-08 14:10:17 +0100
3ba8b71abanah nah nah, I can't get used to the bottom bar, pushing the conditional dmenu again
Anselm R. Garbe
2007-02-08 11:17:11 +0100
2bac5599b3letting dmenu appear at the bottom by default
Anselm R. Garbe
2007-02-08 11:10:29 +0100
dbccf6fbffgot rid of LD, inspired by JGs patch to wmii
Anselm R. Garbe
2007-02-05 11:10:41 +0100
aea9bfec5eAdded tag 2.1 for changeset 7656557298c9
Anselm R. Garbe
2007-01-17 11:10:31 +0100
6175a39e8ehotfix changes
Anselm R. Garbe
2007-01-17 11:10:26 +0100
2c7ff85f24Added tag 2.1 for changeset d91c79020430
Anselm R. Garbe
2007-01-17 11:10:09 +0100
447046f7aeAdded tag 2.0 for changeset 1fce5c464fcd
Anselm R. Garbe
2007-01-16 11:42:09 +0100
b76632b9e3small fix
Anselm R. Garbe
2007-01-16 11:39:26 +0100
f8f5b27036removed useless mx, my
Anselm R. Garbe
2007-01-16 11:38:31 +0100
d6bf35caadapplied new default colors
Anselm R. Garbe
2007-01-16 11:24:51 +0100
507c030b5bsmall fix of Control-j in dmenu.1
Anselm R. Garbe
2007-01-16 11:07:30 +0100