aboutsummaryrefslogtreecommitdiff
path: root/dmenu.c
Commit message (Expand)AuthorAge
* backported drawtext() simplifications to dmenuAnselm R Garbe2008-08-18
* getting rid of setlocale(), it doesn't seem to make sense with Xmb, artifact ...Anselm R Garbe2008-08-18
* similiar change as in dwmAnselm R Garbe2008-07-18
* removed compiler warning if XINERAMA is disabledAnselm R Garbe2008-07-17
* got rid of compile time xidx, grabbing the mouse pointer instead, falling bac...Anselm R Garbe2008-07-16
* reverted uint/ulong introductionAnselm R Garbe2008-07-16
* minor update regarding locale supportAnselm R Garbe2008-06-30
* removed emalloc, used only once so obsoleteAnselm R Garbe2008-06-21
* minor fixAnselm R Garbe2008-06-19
* reusing config.h's color values, note we have to use const char *, instead of...Anselm R Garbe2008-06-14
* using xidxAnselm R Garbe2008-06-13
* 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, e...Anselm R Garbe2008-03-18
* 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 matchin...Anselm R Garbe2008-03-12
* implemented strcasestr for dmenu (I call it cistrstr) for portability issues ...Anselm R. Garbe2007-10-01
* casting char to int when using tolower (thanks to Jukkas careful cosmetic che...arg@suckless.org2007-09-24
* 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 de...Anselm R. Garbe2007-09-23
* applied yiyus initfont fixarg@suckless.org2007-09-19
* reorganizedAnselm R. Garbe2007-09-17
* micromizing dmenu step 1Anselm R. Garbe2007-09-16