| Commit message (Expand) | Author | Age | Files | Lines |
* | Take menu's bwidth into account for position/size; reported by Thomas Adam. | okan | 2014-02-01 | 1 | -2/+2 |
* | Sprinkle a few more const; from Tiago Cunha. | okan | 2014-01-21 | 1 | -2/+2 |
* | Add a function that adds an entry to a menuq, normalizing a common code | okan | 2014-01-20 | 1 | -0/+17 |
* | use consistent types | okan | 2014-01-03 | 1 | -2/+2 |
* | calculate proper menu width/height on the first Expose event; 'jump' (while u... | okan | 2014-01-02 | 1 | -2/+2 |
* | replace with memset | okan | 2013-12-17 | 1 | -1/+1 |
* | Teach screen_find_xinerama() to apply gap only when told to do so; | okan | 2013-12-13 | 1 | -1/+1 |
* | When we receive a NotionNotify event, there's no need to (incorrectly | okan | 2013-12-02 | 1 | -3/+0 |
* | Always highlight the first menu item (helpful to see selected items when | okan | 2013-12-02 | 1 | -4/+2 |
* | move Cursors into conf. | okan | 2013-06-17 | 1 | -3/+4 |
* | stray whitespace | okan | 2013-05-20 | 1 | -1/+1 |
* | - configure menuwin with the screen, then create the xft drawable using | okan | 2013-05-20 | 1 | -12/+3 |
* | no reason to pass around *sc when it's already in menu_ctx. | okan | 2013-05-20 | 1 | -33/+31 |
* | move the 2 small font helper functions to xutil.c | okan | 2013-05-19 | 1 | -5/+5 |
* | - let callers of font_draw figure out (and pass) the color instead of an | okan | 2013-05-14 | 1 | -4/+4 |
* | spacing | okan | 2013-05-10 | 1 | -1/+1 |
* | border width/color makes sense for some, so put it back | okan | 2013-05-07 | 1 | -1/+3 |
* | 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 |