aboutsummaryrefslogtreecommitdiff
path: root/dmenu.c
Commit message (Collapse)AuthorAgeFilesLines
...
* removed ido-matching, changed behavior of -i meaning case insensitive ↵Anselm R Garbe2008-03-121-30/+23
| | | | matching now, commented -x, -y, -w arguments in dmenu.1
* implemented strcasestr for dmenu (I call it cistrstr) for portability issues ↵Anselm R. Garbe2007-10-011-1/+25
| | | | (cygwin has no strcasestr, oh dear)
* casting char to int when using tolower (thanks to Jukkas careful cosmetic ↵arg@suckless.org2007-09-241-1/+1
| | | | checking!)
* yet another cosmetic fixAnselm R. Garbe2007-09-231-6/+2
|
* small cosmetic fixAnselm R. Garbe2007-09-231-1/+1
|
* applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by ↵Anselm R. Garbe2007-09-231-40/+39
| | | | default, added -i command line option to enable ido matching, added Michał to Copyright holders
* applied yiyus initfont fixarg@suckless.org2007-09-191-4/+3
|
* reorganizedAnselm R. Garbe2007-09-171-288/+299
|
* micromizing dmenu step 1Anselm R. Garbe2007-09-161-0/+701