| Commit message (Expand) | Author | Lines |
2014-09-06 | style nit | okan | -3/+3 |
2014-02-01 | Take menu's bwidth into account for position/size; reported by Thomas Adam. | okan | -3/+3 |
2014-01-21 | Sprinkle a few more const; from Tiago Cunha. | okan | -3/+3 |
2014-01-20 | Add a function that adds an entry to a menuq, normalizing a common code | okan | -1/+18 |
2014-01-03 | use consistent types | okan | -3/+3 |
2014-01-02 | calculate proper menu width/height on the first Expose event; 'jump' (while u... | okan | -3/+3 |
2013-12-17 | replace with memset | okan | -2/+2 |
2013-12-13 | Teach screen_find_xinerama() to apply gap only when told to do so; | okan | -2/+2 |
2013-12-02 | When we receive a NotionNotify event, there's no need to (incorrectly | okan | -4/+1 |
2013-12-02 | Always highlight the first menu item (helpful to see selected items when | okan | -5/+3 |
2013-06-17 | move Cursors into conf. | okan | -4/+5 |
2013-05-20 | stray whitespace | okan | -2/+2 |
2013-05-20 | - configure menuwin with the screen, then create the xft drawable using | okan | -13/+4 |
2013-05-20 | no reason to pass around *sc when it's already in menu_ctx. | okan | -34/+32 |
2013-05-19 | move the 2 small font helper functions to xutil.c | okan | -6/+6 |
2013-05-14 | - let callers of font_draw figure out (and pass) the color instead of an | okan | -5/+5 |
2013-05-10 | spacing | okan | -2/+2 |
2013-05-07 | border width/color makes sense for some, so put it back | okan | -2/+4 |
2013-05-06 | border width/color makes no sense on menuwin | okan | -4/+2 |
2013-05-02 | - no need to position and size the menu window before an Expose event | okan | -17/+10 |
2013-05-02 | zap leftover debug printf | okan | -2/+1 |
2013-05-02 | no need for font_{ascent,descent,height} wrappers; limit font_width to | okan | -15/+19 |
2013-04-08 | consistency | okan | -1/+2 |
2013-04-08 | missing prototype | okan | -1/+2 |
2013-04-05 | zap stray whitespace | okan | -8/+8 |
2013-01-07 | fix menu/client placement in panning setups; XineramaQueryScreens gives | okan | -1/+3 |
2013-01-02 | have screen_find_xinerama() return struct geom *reliably* instead of | okan | -24/+13 |
2013-01-02 | more variable consistency | okan | -11/+11 |
2012-12-17 | create and use menuq_clear() helper; from Tiago Cunha | okan | -5/+13 |
2012-12-17 | knf | okan | -7/+7 |
2012-12-17 | non-trivial menu drawing rewrite, moving to Xft and solving various | okan | -30/+49 |
2012-11-14 | tab-complete buglet fix: once exec_path is completed, allow for | okan | -3/+1 |
2012-11-09 | sort | okan | -3/+3 |
2012-11-07 | get rid of the xfree() wrapper around free(); from Tiago Cunha. | okan | -4/+4 |
2012-11-07 | tab completion support for menus; from Alexander Polakov. | okan | -4/+74 |
2012-10-31 | replace 'reload' with 'restart', which merely re-exec's cwm using the | okan | -5/+1 |
2012-10-23 | comment what this whole bit does, not just part of it. | okan | -3/+2 |
2012-10-23 | add a height to struct menu and use it in the most obvious of places. | okan | -9/+11 |
2012-10-23 | treat menu width the same as the height is treated when deciding its | okan | -4/+6 |
2012-10-23 | Stop drawing when menu doesn't fit inside the screen; picked from a | okan | -2/+7 |
2012-08-07 | support multibyte input to menu code; from Alexander Polakov with a tiny tweak. | okan | -22/+20 |
2012-07-13 | convert xmax/ymax uses to view geometry. | okan | -3/+3 |
2012-05-16 | convert from deprecated XKeycodeToKeysym to XkbKeycodeToKeysym | okan | -2/+2 |
2011-09-08 | reinit menu on reload; from Alexander Polakov. needed for catching | okan | -1/+5 |
2011-07-25 | use the menu border; from Alexander Polakov, but with the existing define. | okan | -3/+4 |
2011-07-25 | We are inconsistent when it comes to function returns, so just go all | okan | -10/+10 |
2011-07-23 | Clarify defines and make them not look like non-local ones; started by a | okan | -6/+6 |
2011-06-27 | UTF8-ify, from Alexander Polakov, but without setlocale(), after | okan | -6/+6 |
2011-06-24 | add 'normal' cursor and shuffle the others we use to make a bit more | okan | -2/+2 |
2011-05-11 | tag and comment cleanup; ok oga@ | okan | -0/+4 |