d63e517ddbremoved compiler warning if XINERAMA is disabled
Anselm R Garbe
2008-07-17 17:40:42 +0100
333dfdd1e1got 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 +0100
df33f5f989reverted uint/ulong introduction
Anselm R Garbe
2008-07-16 18:18:38 +0100
fb73f3dafcminor update regarding locale support
Anselm R Garbe
2008-06-30 10:00:00 +0100
05f455d197removed emalloc, used only once so obsolete
Anselm R Garbe
2008-06-21 16:43:12 +0100
faa881ba49minor fix
Anselm R Garbe
2008-06-19 09:18:17 +0100
3aa94bbc7dAdded tag 3.7 for changeset 0508a3a6ee10
Anselm R Garbe
2008-06-18 18:21:45 +0100
82562d61ffminor fix
Anselm R Garbe
2008-06-18 18:20:21 +0100
9f1970ff22reusing 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 +0100
09dd6c70bdusing xidx
Anselm R Garbe
2008-06-13 12:04:04 +0100
c3806d426fyet another cosmetic change
Anselm R Garbe
2008-06-13 11:53:53 +0100
ce0927e93fcosmetic fixes
Anselm R Garbe
2008-06-13 11:46:50 +0100
41a1e115dcs/unsigned int/uint/, s/unsigned long/ulong/
Anselm R Garbe
2008-05-22 11:15:11 +0100
48193a5601foo
Anselm R Garbe
2008-05-20 15:07:42 +0100
fcbababeeaadded Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -w
anselm@anselm1
2008-05-19 20:29:32 +0100
bed4bc5fd0no exe should be unquoted, agreed to Peter Hartlich
Anselm R Garbe
2008-04-10 18:12:00 +0100
833d8cc986fixed unquoted dmenu_run $exe-use reported by Jukka
Anselm R Garbe
2008-04-10 16:46:32 +0100
aecf6ce78dthough sticking to |uniq
Anselm R Garbe
2008-04-09 23:32:46 +0100
23c9149e1are-applied Peter Hartlich's and Jukkas dmenu-related patches, for odd reasons they disappeared
Anselm R Garbe
2008-04-09 23:31:49 +0100
79528810c0Added tag 3.6 for changeset 0bc2751d06e8
anselm@anselm1
2008-04-03 21:56:42 +0100
7a1c04e177fix typo
Sander van Dijk
2008-03-25 19:18:16 +0100
3d6fd016a4using limits.h
Anselm R Garbe
2008-03-25 10:18:17 +0000
757ded3b27bugfix of the -0 case in dmenu (thanks to Sander for his hint)
Anselm R Garbe
2008-03-25 09:43:34 +0000
edc5bd2624applied Jukkas hotfix
Anselm R Garbe
2008-03-24 15:56:41 +0000
b550b3807dmore cosmetics
Sander van Dijk
2008-03-23 22:06:09 +0100
191b11fa4ecosmetics
Sander van Dijk
2008-03-23 21:17:35 +0100
d03db27466made some whitespacing consistent.
Sander van Dijk
2008-03-23 21:11:42 +0100
a244fee551fixed 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
4459f0ef6aAdded tag 3.5 for changeset 05e5bd706b3b
Anselm R Garbe
2008-03-13 16:53:25 +0000
67ca561939applied next patch of Sander
Anselm R Garbe
2008-03-13 12:02:29 +0000
7bc43c37a5removed 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
2405d35041removed set
Anselm R Garbe
2008-02-12 09:42:48 +0000
67bf8f1c85added dmenu run
anselm@anselm1
2007-12-22 12:20:20 +0000
9631ee0a2bAdded tag 3.4 for changeset 9ab649b3b3e5
Anselm R. Garbe
2007-10-25 20:26:17 +0200
559b38db87adapted c99 for pedantic checks, even if those checks are somewhat broken
Anselm R. Garbe
2007-10-10 18:57:51 +0200
2c6f4ebae3implemented 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
b9531d316bfixed font definition
Anselm R. Garbe
2007-10-01 11:44:25 +0200
4f5725af95fixed dmenu
Anselm R. Garbe
2007-09-30 19:20:31 +0200
f84b41a584using saner defaults
Anselm R. Garbe
2007-09-30 12:47:40 +0200
5038ace4e7applied new color nuance
Anselm R. Garbe
2007-09-27 18:55:05 +0200
51842c9b9bapplied my favorite color scheme
Anselm R. Garbe
2007-09-26 19:15:47 +0200
9740d47579casting char to int when using tolower (thanks to Jukkas careful cosmetic checking!)
arg@suckless.org
2007-09-24 15:04:31 +0200
85e4094994switching to white
Anselm R. Garbe
2007-09-23 18:49:24 +0200
3d8bf688d4yet another cosmetic fix
Anselm R. Garbe
2007-09-23 18:32:08 +0200
64baa5e456small cosmetic fix
Anselm R. Garbe
2007-09-23 18:31:19 +0200
4a2f2fbdddapplied 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
6dedc680dcAdded tag 3.3 for changeset 709df5a4bad7
Anselm R. Garbe
2007-09-22 09:12:50 +0200
6b16d827bbreorganized
Anselm R. Garbe
2007-09-17 20:53:14 +0200
c5f7a23034next version is 3.3
arg@suckless.org
2007-09-17 09:13:21 +0200
5ba5ad8216micromizing dmenu step 1
Anselm R. Garbe
2007-09-16 20:14:09 +0200
34e03fa120fixed fallback
Anselm R. Garbe
2007-09-15 20:28:20 +0200
71a551bf64applied ido-matching to dmenu
arg@f00b4r
2007-07-24 18:19:09 +0200
0ef5c46ea6foooooo
Anselm R. Garbe
2007-06-01 12:28:30 +0200
6fbcb8effdAdded tag 3.2 for changeset e4c81a78ffba
Anselm R. Garbe
2007-05-30 12:22:38 +0200
bba29b10adreferred to LICENSE file
Anselm R. Garbe
2007-05-30 12:19:06 +0200
f36570c2c5I 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
d0d401e6aaFix the uptodate logic (uptodate if !find newer dirs than the cache).
Kris Maglione
2007-05-23 19:38:23 -0400
3b3a626c23Silence the first find in dmenu_path.
Kris Maglione
2007-05-23 18:35:05 -0400
808ace9176Fix grouping in dmenu_path.
Kris Maglione
2007-05-23 16:59:38 -0400
f0a8fb790dfixed a small bug in dmenu when an empty font is supplied
Anselm R. Garbe
2007-05-02 15:25:52 +0200
c24292229fAdded tag 3.0 for changeset 59b3024854db
Anselm R. Garbe
2007-04-19 09:27:08 +0200
607547ebe9making copyright notice more compact
Anselm R. Garbe
2007-04-13 11:36:44 +0200
083d4ad1f9next version is 2.9
Anselm R. Garbe
2007-03-28 08:17:57 +0200
36750fa19ballowing numpad keys as inpyt
Anselm R. Garbe
2007-03-27 16:52:50 +0200
76d0540381Added tag 2.8 for changeset dd3d02b07cac
Anselm R. Garbe
2007-03-07 13:30:57 +0100
01f4392ccfattempt to grab the keyboard only 1000 times, not forever.
Anselm R. Garbe
2007-03-07 11:01:14 +0100
d9298c3762reverting keyboard grab to root window - invoking several dmenu's now works again...
Anselm R. Garbe
2007-03-07 10:54:21 +0100
8f1c31bf98Wait for an Expose and draw the menu immediately after mapping the window.
Kris Maglione
2007-03-06 03:24:40 -0500
d9804ca73bAdded tag 2.7 for changeset fbd9e9d63f20
Anselm R. Garbe
2007-03-05 11:25:18 +0100
4f2eda6ce3keyboard 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
4225921733also, don't set the font all the time
Anselm R. Garbe
2007-03-02 15:16:36 +0100
fc1b666f81Added tag 2.6 for changeset 775f761a5647
Anselm R. Garbe
2007-03-01 15:47:54 +0100
31bf2d9a6duseless var declaration prev_nitem
Anselm R. Garbe
2007-02-27 14:44:21 +0100
60c7046126changed Backspace/C-w behavior (now it only removes a single character)
Anselm R. Garbe
2007-02-26 14:07:19 +0100
29ca954fadif 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
40b8f05922next is 2.6, but not yet ;)
Anselm R. Garbe
2007-02-26 10:47:52 +0100
3a73e96db8Escape -s in dmenu.1
Kris Maglione
2007-02-25 16:41:05 -0500
f79b5faa65Added tag 2.5 for changeset 041143e9fc54
Anselm R. Garbe
2007-02-24 15:38:26 +0100
1509f6827aI 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
2834e68690removed superfluous externs as well
Anselm R. Garbe
2007-02-24 14:07:40 +0100
f50ed00128using the old-style fashion we uses earlier
Anselm R. Garbe
2007-02-23 15:28:25 +0100
54bc217bd9fixed a bug when dmenu is run with -v
Anselm R. Garbe
2007-02-23 14:39:54 +0100
92f6ceb82dAdded tag 2.4.2 for changeset 1ca5d430524e
Anselm R. Garbe
2007-02-23 13:51:23 +0100
c017190564ok 2.4.2
Anselm R. Garbe
2007-02-23 13:51:06 +0100
fc00f4a3c5Added tag 2.4.1 for changeset 03e83e2788c8
Anselm R. Garbe
2007-02-23 13:28:43 +0100
158acd3d68hotfix
Anselm R. Garbe
2007-02-23 13:28:38 +0100
dc46ba0633Added tag 2.4 for changeset 9e9036cbfb4b
Anselm R. Garbe
2007-02-23 10:42:00 +0100