1
0
Commit Graph

15 Commits

Author SHA1 Message Date
Sander van Dijk
d03db27466 made some whitespacing consistent. 2008-03-23 21:11:42 +01:00
sander@localhost
f0b40c2272 removed unused variable nitem. 2008-03-23 12:09:29 +01:00
anselm@anselm1
526ac879ce several performance tweaks 2008-03-22 14:52:00 +00:00
Anselm R Garbe
a244fee551 fixed match() to prefer prefix-matches to strstr-matches in the match list, extended the -y handling, next version is 3.6 2008-03-18 16:52:51 +00:00
Anselm R Garbe
67ca561939 applied next patch of Sander 2008-03-13 12:02:29 +00:00
anselm@anselm1
a2fd1ba078 applied Sanders patch 2008-03-12 21:37:43 +00:00
Anselm R Garbe
7bc43c37a5 removed ido-matching, changed behavior of -i meaning case insensitive matching now, commented -x, -y, -w arguments in dmenu.1 2008-03-12 15:41:19 +00:00
Anselm R. Garbe
2c6f4ebae3 implemented strcasestr for dmenu (I call it cistrstr) for portability issues (cygwin has no strcasestr, oh dear) 2007-10-01 15:28:42 +02:00
arg@suckless.org
9740d47579 casting char to int when using tolower (thanks to Jukkas careful cosmetic checking!) 2007-09-24 15:04:31 +02:00
Anselm R. Garbe
3d8bf688d4 yet another cosmetic fix 2007-09-23 18:32:08 +02:00
Anselm R. Garbe
64baa5e456 small cosmetic fix 2007-09-23 18:31:19 +02:00
Anselm R. Garbe
4a2f2fbddd 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 2007-09-23 18:26:41 +02:00
arg@suckless.org
f8690b9940 applied yiyus initfont fix 2007-09-19 17:33:35 +02:00
Anselm R. Garbe
6b16d827bb reorganized 2007-09-17 20:53:14 +02:00
Anselm R. Garbe
5ba5ad8216 micromizing dmenu step 1 2007-09-16 20:14:09 +02:00