aboutsummaryrefslogtreecommitdiff
path: root/dmenu.c
Commit message (Collapse)AuthorAge
* cosmetic fixesAnselm R Garbe2008-06-13
|
* s/unsigned int/uint/, s/unsigned long/ulong/Anselm R Garbe2008-05-22
|
* fooAnselm R Garbe2008-05-20
|
* added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -wanselm@anselm12008-05-19
|
* using limits.hAnselm R Garbe2008-03-25
|
* bugfix of the -0 case in dmenu (thanks to Sander for his hint)Anselm R Garbe2008-03-25
|
* applied Jukkas hotfixAnselm R Garbe2008-03-24
|
* more cosmeticsSander van Dijk2008-03-23
|
* cosmeticsSander van Dijk2008-03-23
|
* made some whitespacing consistent.Sander van Dijk2008-03-23
|
* removed unused variable nitem.sander@localhost2008-03-23
|
* several performance tweaksanselm@anselm12008-03-22
|
* fixed match() to prefer prefix-matches to strstr-matches in the match list, ↵Anselm R Garbe2008-03-18
| | | | extended the -y handling, next version is 3.6
* applied next patch of SanderAnselm R Garbe2008-03-13
|
* applied Sanders patchanselm@anselm12008-03-12
|
* removed ido-matching, changed behavior of -i meaning case insensitive ↵Anselm R Garbe2008-03-12
| | | | 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-01
| | | | (cygwin has no strcasestr, oh dear)
* casting char to int when using tolower (thanks to Jukkas careful cosmetic ↵arg@suckless.org2007-09-24
| | | | checking!)
* yet another cosmetic fixAnselm R. Garbe2007-09-23
|
* small cosmetic fixAnselm R. Garbe2007-09-23
|
* applied Michał Janeczek dmenu patch, made dmenu match case-insensitive by ↵Anselm R. Garbe2007-09-23
| | | | default, added -i command line option to enable ido matching, added Michał to Copyright holders
* applied yiyus initfont fixarg@suckless.org2007-09-19
|
* reorganizedAnselm R. Garbe2007-09-17
|
* micromizing dmenu step 1Anselm R. Garbe2007-09-16