aboutsummaryrefslogtreecommitdiffstats
path: root/menu.c (follow)
Commit message (Expand)AuthorAgeLines
...
* move the 2 small font helper functions to xutil.cokan2013-05-19-6/+6
* - let callers of font_draw figure out (and pass) the color instead of anokan2013-05-14-5/+5
* spacingokan2013-05-10-2/+2
* border width/color makes sense for some, so put it backokan2013-05-07-2/+4
* border width/color makes no sense on menuwinokan2013-05-06-4/+2
* - no need to position and size the menu window before an Expose eventokan2013-05-02-17/+10
* zap leftover debug printfokan2013-05-02-2/+1
* no need for font_{ascent,descent,height} wrappers; limit font_width tookan2013-05-02-15/+19
* consistencyokan2013-04-08-1/+2
* missing prototypeokan2013-04-08-1/+2
* zap stray whitespaceokan2013-04-05-8/+8
* fix menu/client placement in panning setups; XineramaQueryScreens givesokan2013-01-07-1/+3
* have screen_find_xinerama() return struct geom *reliably* instead ofokan2013-01-02-24/+13
* more variable consistencyokan2013-01-02-11/+11
* create and use menuq_clear() helper; from Tiago Cunhaokan2012-12-17-5/+13
* knfokan2012-12-17-7/+7
* non-trivial menu drawing rewrite, moving to Xft and solving variousokan2012-12-17-30/+49
* tab-complete buglet fix: once exec_path is completed, allow forokan2012-11-14-3/+1
* sortokan2012-11-09-3/+3
* get rid of the xfree() wrapper around free(); from Tiago Cunha.okan2012-11-07-4/+4
* tab completion support for menus; from Alexander Polakov.okan2012-11-07-4/+74
* replace 'reload' with 'restart', which merely re-exec's cwm using theokan2012-10-31-5/+1
* comment what this whole bit does, not just part of it.okan2012-10-23-3/+2
* add a height to struct menu and use it in the most obvious of places.okan2012-10-23-9/+11
* treat menu width the same as the height is treated when deciding itsokan2012-10-23-4/+6
* Stop drawing when menu doesn't fit inside the screen; picked from aokan2012-10-23-2/+7
* support multibyte input to menu code; from Alexander Polakov with a tiny tweak.okan2012-08-07-22/+20
* convert xmax/ymax uses to view geometry.okan2012-07-13-3/+3
* convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysymokan2012-05-16-2/+2
* reinit menu on reload; from Alexander Polakov. needed for catchingokan2011-09-08-1/+5
* use the menu border; from Alexander Polakov, but with the existing define.okan2011-07-25-3/+4
* We are inconsistent when it comes to function returns, so just go allokan2011-07-25-10/+10
* Clarify defines and make them not look like non-local ones; started by aokan2011-07-23-6/+6
* UTF8-ify, from Alexander Polakov, but without setlocale(), afterokan2011-06-27-6/+6
* add 'normal' cursor and shuffle the others we use to make a bit moreokan2011-06-24-2/+2
* tag and comment cleanup; ok oga@okan2011-05-11-0/+4
* make the menu window aware of xinerama info; this makes the menu stayokan2011-05-05-10/+27
* warp the pointer back, iff we don't move the mouse, once we are doneokan2011-03-22-0/+8
* we should re-focus the client and ungrab the ptr even if we don't have aokan2011-03-22-5/+5
* fix nousance of always highlighting the first entry even when there isokan2011-03-22-1/+1
* move the default case to the end.okan2011-03-22-2/+2
* move the single keycode function directly into the menu code.okan2011-03-22-2/+95
* preserve labels after an edit action is aborted; extending the menuokan2010-02-10-0/+2
* pull all non-X11 headers from calmwm.h and place them only where theyokan2009-12-15-0/+10
* merge the 2 common header files; specific includes to be pulled out asokan2009-12-15-1/+0
* finish unfucking the screen_ctx handling.oga2009-12-10-4/+2
* start fixing screen_ctx usage, for it is utterly broken. bring fontokan2009-12-08-15/+15
* fix off-by-one where a mere click would select the first item inside a menuokan2009-12-07-1/+1
* style (whitespaces)tobias2009-11-28-1/+1
* styletobias2009-09-05-2/+2