aboutsummaryrefslogtreecommitdiff
path: root/dmenu.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-29applied Ramils patchAnselm R Garbe1-10/+21
2010-05-28prepared dmenu-4.1 release4.1Anselm R Garbe1-4/+4
2010-05-05fixed vlist alignmentConnor Lane Smith1-2/+1
2010-05-02cleaning upConnor Lane Smith1-9/+5
2010-04-14fixed bad parenting, simpler vlistConnor Lane Smith1-21/+20
2010-04-13fixed ^U cursor supportConnor Lane Smith1-1/+1
2010-04-07fixed 3 bugs and some inconsistencyConnor Lane Smith1-7/+8
2010-04-01applied Troels' patch, thanks Troels!Anselm R Garbe1-1/+5
2010-04-01commited Connor's sanity patchAnselm R Garbe1-51/+32
2010-04-01apply nibble patch removing per-item length limitpancake1-7/+14
2010-04-01add ^a and ^e keybindingspancake1-0/+8
2010-03-31applied Connor's subwindow patchAnselm R Garbe1-1/+5
2010-03-31applied Connor's next nice patch, thanks a lot!Anselm R Garbe1-36/+29
2010-03-22applied cls' patch, thanks Connor!anselm@garbe.us1-11/+13
2010-03-07applied Connor's patch, thanks!Anselm R Garbe1-44/+33
2009-12-05this is only a temporary workaround, the command executed by -p must be confi...Anselm R Garbe1-1/+1
2009-11-28applied cursor, vertical and paste patches for upcoming 4.1 dmenu version (du...Anselm R Garbe1-25/+138
2009-02-21applied Matthias Christian Ott's sanity fixes (thanks a lot!)4.0Anselm R Garbe1-7/+6
2008-12-09minor modificationa@null1-4/+1
2008-08-29simplified initfont3.9Anselm R Garbe1-4/+1
2008-08-25reverted setlocale() callAnselm R Garbe1-1/+2
2008-08-23removed artifact from wmii menuAnselm R Garbe1-2/+0
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