aboutsummaryrefslogtreecommitdiffstats
path: root/dmenu.c
AgeCommit message (Collapse)Author
2007-10-01implemented strcasestr for dmenu (I call it cistrstr) for portability issues ↵Anselm R. Garbe
(cygwin has no strcasestr, oh dear)
2007-09-24casting char to int when using tolower (thanks to Jukkas careful cosmetic ↵arg@suckless.org
checking!)
2007-09-23yet another cosmetic fixAnselm R. Garbe
2007-09-23small cosmetic fixAnselm R. Garbe
2007-09-23applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by ↵Anselm R. Garbe
default, added -i command line option to enable ido matching, added Michał to Copyright holders
2007-09-19applied yiyus initfont fix3.3arg@suckless.org
2007-09-17reorganizedAnselm R. Garbe
2007-09-16micromizing dmenu step 1Anselm R. Garbe