aboutsummaryrefslogtreecommitdiff
path: root/dmenu.c
AgeCommit message (Collapse)AuthorFilesLines
2008-03-12applied Sanders patchanselm@anselm11-8/+6
2008-03-12removed ido-matching, changed behavior of -i meaning case insensitive ↵Anselm R Garbe1-30/+23
matching now, commented -x, -y, -w arguments in dmenu.1
2007-10-01implemented strcasestr for dmenu (I call it cistrstr) for portability issues ↵Anselm R. Garbe1-1/+25
(cygwin has no strcasestr, oh dear)
2007-09-24casting char to int when using tolower (thanks to Jukkas careful cosmetic ↵arg@suckless.org1-1/+1
checking!)
2007-09-23yet another cosmetic fixAnselm R. Garbe1-6/+2
2007-09-23small cosmetic fixAnselm R. Garbe1-1/+1
2007-09-23applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by ↵Anselm R. Garbe1-40/+39
default, added -i command line option to enable ido matching, added Michał to Copyright holders
2007-09-19applied yiyus initfont fix3.3arg@suckless.org1-4/+3
2007-09-17reorganizedAnselm R. Garbe1-288/+299
2007-09-16micromizing dmenu step 1Anselm R. Garbe1-0/+701