summaryrefslogtreecommitdiffstats
path: root/dmenu.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-18fixed a problem when backporting dwm's drawtext()Anselm R Garbe1-1/+1
2008-08-18abc...Anselm R Garbe1-1/+1
2008-08-18removed the i = textnw... as remarked by Martin HurtonAnselm R Garbe1-1/+1
2008-08-18backported drawtext() simplifications to dmenuAnselm R Garbe1-21/+10
2008-08-18getting rid of setlocale(), it doesn't seem to make sense with Xmb, artifact ...Anselm R Garbe1-2/+1
2008-07-18similiar change as in dwm3.8Anselm R Garbe1-5/+4
2008-07-17removed compiler warning if XINERAMA is disabledAnselm R Garbe1-1/+2
2008-07-16got rid of compile time xidx, grabbing the mouse pointer instead, falling bac...Anselm R Garbe1-6/+17
2008-07-16reverted uint/ulong introductionAnselm R Garbe1-20/+18
2008-06-30minor update regarding locale supportAnselm R Garbe1-1/+3
2008-06-21removed emalloc, used only once so obsoleteAnselm R Garbe1-11/+2
2008-06-19minor fixAnselm R Garbe1-2/+2
2008-06-14reusing config.h's color values, note we have to use const char *, instead of...Anselm R Garbe1-13/+8
2008-06-13using xidxAnselm R Garbe1-3/+3
2008-06-13cosmetic fixesAnselm R Garbe1-68/+62
2008-05-22s/unsigned int/uint/, s/unsigned long/ulong/Anselm R Garbe1-25/+27
2008-05-20fooAnselm R Garbe1-2/+1
2008-05-19added Xinerama support to dmenu, reverted -b behavior, removed -x, -y, -wanselm@anselm11-28/+32
2008-03-25using limits.hAnselm R Garbe1-2/+3
2008-03-25bugfix of the -0 case in dmenu (thanks to Sander for his hint)Anselm R Garbe1-2/+2
2008-03-24applied Jukkas hotfixAnselm R Garbe1-1/+1
2008-03-23more cosmeticsSander van Dijk1-2/+1
2008-03-23cosmeticsSander van Dijk1-5/+3
2008-03-23made some whitespacing consistent.Sander van Dijk1-3/+3
2008-03-23removed unused variable nitem.sander@localhost1-11/+3
2008-03-22several performance tweaksanselm@anselm11-18/+43
2008-03-18fixed match() to prefer prefix-matches to strstr-matches in the match list, e...Anselm R Garbe1-28/+42
2008-03-13applied next patch of Sander3.5Anselm R Garbe1-3/+2
2008-03-12applied Sanders patchanselm@anselm11-8/+6
2008-03-12removed ido-matching, changed behavior of -i meaning case insensitive matchin...Anselm R Garbe1-30/+23
2007-10-01implemented strcasestr for dmenu (I call it cistrstr) for portability issues ...Anselm R. Garbe1-1/+25
2007-09-24casting char to int when using tolower (thanks to Jukkas careful cosmetic che...arg@suckless.org1-1/+1
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 de...Anselm R. Garbe1-40/+39
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-13/+136
2007-09-15fixed fallbackAnselm R. Garbe1-2/+4
2007-07-24applied ido-matching to dmenuarg@f00b4r1-0/+21
2007-05-30referred to LICENSE file3.2Anselm R. Garbe1-3/+1
2007-05-23removed some superflous strncmp'sAnselm R. Garbe1-8/+8
2007-05-02fixed a small bug in dmenu when an empty font is suppliedAnselm R. Garbe1-0/+2
2007-04-13making copyright notice more compact3.0Anselm R. Garbe1-5/+4
2007-03-27allowing numpad keys as inpytAnselm R. Garbe1-0/+7
2007-03-07attempt to grab the keyboard only 1000 times, not forever.2.8Anselm R. Garbe1-5/+11
2007-03-07reverting keyboard grab to root window - invoking several dmenu's now works a...Anselm R. Garbe1-22/+24
2007-03-06Wait for an Expose and draw the menu immediately after mapping the window.Kris Maglione1-4/+3
2007-03-02keyboard grab works on the dmenu window now (not on the root window) - thx fo...2.7Anselm R. Garbe1-21/+20
2007-03-02also, don't set the font all the timeAnselm R. Garbe1-0/+2