| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | border width/color makes no sense on menuwin | okan | 2013-05-06 | 1 | -3/+1 |
* | - no need to position and size the menu window before an Expose event | okan | 2013-05-02 | 1 | -16/+9 |
* | zap leftover debug printf | okan | 2013-05-02 | 1 | -1/+0 |
* | no need for font_{ascent,descent,height} wrappers; limit font_width to | okan | 2013-05-02 | 1 | -14/+18 |
* | consistency | okan | 2013-04-08 | 1 | -0/+1 |
* | missing prototype | okan | 2013-04-08 | 1 | -0/+1 |
* | zap stray whitespace | okan | 2013-04-05 | 1 | -7/+7 |
* | fix menu/client placement in panning setups; XineramaQueryScreens gives | okan | 2013-01-07 | 1 | -0/+2 |
* | have screen_find_xinerama() return struct geom *reliably* instead of | okan | 2013-01-02 | 1 | -23/+12 |
* | more variable consistency | okan | 2013-01-02 | 1 | -10/+10 |
* | create and use menuq_clear() helper; from Tiago Cunha | okan | 2012-12-17 | 1 | -4/+12 |
* | knf | okan | 2012-12-17 | 1 | -6/+6 |
* | non-trivial menu drawing rewrite, moving to Xft and solving various | okan | 2012-12-17 | 1 | -29/+48 |
* | tab-complete buglet fix: once exec_path is completed, allow for | okan | 2012-11-14 | 1 | -2/+0 |
* | sort | okan | 2012-11-09 | 1 | -2/+2 |
* | get rid of the xfree() wrapper around free(); from Tiago Cunha. | okan | 2012-11-07 | 1 | -3/+3 |
* | tab completion support for menus; from Alexander Polakov. | okan | 2012-11-07 | 1 | -3/+73 |
* | replace 'reload' with 'restart', which merely re-exec's cwm using the | okan | 2012-10-31 | 1 | -4/+0 |
* | comment what this whole bit does, not just part of it. | okan | 2012-10-23 | 1 | -2/+1 |
* | add a height to struct menu and use it in the most obvious of places. | okan | 2012-10-23 | 1 | -8/+10 |
* | treat menu width the same as the height is treated when deciding its | okan | 2012-10-23 | 1 | -3/+5 |
* | Stop drawing when menu doesn't fit inside the screen; picked from a | okan | 2012-10-23 | 1 | -1/+6 |
* | support multibyte input to menu code; from Alexander Polakov with a tiny tweak. | okan | 2012-08-07 | 1 | -21/+19 |
* | convert xmax/ymax uses to view geometry. | okan | 2012-07-13 | 1 | -2/+2 |
* | convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysym | okan | 2012-05-16 | 1 | -1/+1 |
* | reinit menu on reload; from Alexander Polakov. needed for catching | okan | 2011-09-08 | 1 | -0/+4 |
* | use the menu border; from Alexander Polakov, but with the existing define. | okan | 2011-07-25 | 1 | -2/+3 |
* | We are inconsistent when it comes to function returns, so just go all | okan | 2011-07-25 | 1 | -9/+9 |
* | Clarify defines and make them not look like non-local ones; started by a | okan | 2011-07-23 | 1 | -5/+5 |
* | UTF8-ify, from Alexander Polakov, but without setlocale(), after | okan | 2011-06-27 | 1 | -5/+5 |
* | add 'normal' cursor and shuffle the others we use to make a bit more | okan | 2011-06-24 | 1 | -1/+1 |
* | tag and comment cleanup; ok oga@ | okan | 2011-05-11 | 1 | -0/+4 |
* | make the menu window aware of xinerama info; this makes the menu stay | okan | 2011-05-05 | 1 | -10/+27 |
* | warp the pointer back, iff we don't move the mouse, once we are done | okan | 2011-03-22 | 1 | -0/+8 |
* | we should re-focus the client and ungrab the ptr even if we don't have a | okan | 2011-03-22 | 1 | -5/+5 |
* | fix nousance of always highlighting the first entry even when there is | okan | 2011-03-22 | 1 | -1/+1 |
* | move the default case to the end. | okan | 2011-03-22 | 1 | -2/+2 |
* | move the single keycode function directly into the menu code. | okan | 2011-03-22 | 1 | -2/+95 |
* | preserve labels after an edit action is aborted; extending the menu | okan | 2010-02-10 | 1 | -0/+2 |
* | pull all non-X11 headers from calmwm.h and place them only where they | okan | 2009-12-15 | 1 | -0/+10 |
* | merge the 2 common header files; specific includes to be pulled out as | okan | 2009-12-15 | 1 | -1/+0 |
* | finish unfucking the screen_ctx handling. | oga | 2009-12-10 | 1 | -4/+2 |
* | start fixing screen_ctx usage, for it is utterly broken. bring font | okan | 2009-12-08 | 1 | -15/+15 |
* | fix off-by-one where a mere click would select the first item inside a menu | okan | 2009-12-07 | 1 | -1/+1 |
* | style (whitespaces) | tobias | 2009-11-28 | 1 | -1/+1 |
* | style | tobias | 2009-09-05 | 1 | -2/+2 |
* | static local functions and data; almost identical diff from Thomas Pfaff | okan | 2009-06-26 | 1 | -3/+3 |
* | unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the | okan | 2009-06-20 | 1 | -1/+1 |
* | move like defines to a central, logical location; no binary change. | okan | 2009-06-17 | 1 | -5/+0 |
* | revert the 1.4 change - causes a double free noticed by grange@ a while | okan | 2009-05-30 | 1 | -1/+1 |