aboutsummaryrefslogtreecommitdiff
path: root/dmenu.c
AgeCommit message (Collapse)AuthorFilesLines
2010-06-24decoupled draw.c from dmenu & dinputConnor Lane Smith1-23/+26
2010-06-24fixed offsets, updated eprint, cleaned upConnor Lane Smith1-26/+30
2010-06-23cleaned upConnor Lane Smith1-1/+15
2010-06-23cleaned upConnor Lane Smith1-1/+0
2010-06-23added draw.hConnor Lane Smith1-18/+4
2010-06-23overlapping codeConnor Lane Smith1-6/+0
2010-06-23initial dmenu / dinput separationConnor Lane Smith1-197/+22
2010-06-22fixed vlist cursorConnor Lane Smith1-1/+1
2010-06-20updated manpage, changed keybindsConnor Lane Smith1-45/+39
M- binds tend to be wm level, and there were up to 3 binds for the same action M-{hjkl} also no longer made sense in vlist mode
2010-06-20cleaned upConnor Lane Smith1-10/+1
2010-06-20added ^K, optimisationsConnor Lane Smith1-11/+15
2010-06-16cleaned upConnor Lane Smith1-31/+21
2010-06-11fixed vlist paging, cleaned upConnor Lane Smith1-58/+32
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 ↵Anselm R Garbe1-1/+1
configurable through some switch, that was the initial idea, just using sselp is too limited, I'll look into the other issues soon
2009-11-28applied cursor, vertical and paste patches for upcoming 4.1 dmenu version ↵Anselm R Garbe1-25/+138
(due to the fact that surf is using dmenu as well)
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
of Xutf8 times
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 ↵Anselm R Garbe1-6/+17
back to screen 0 if no pointer available
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 ↵Anselm R Garbe1-13/+8
of const char [] here, because the pointer might change
2008-06-13using xidxAnselm R Garbe1-3/+3
2008-06-13cosmetic fixesAnselm R Garbe1-68/+62