| Commit message (Expand) | Author | Age | Files | Lines |
* | simplify menu print text | okan | 2015-07-12 | 1 | -15/+8 |
* | style | okan | 2015-07-01 | 1 | -5/+4 |
* | style and spacing nits | okan | 2015-06-30 | 1 | -2/+3 |
* | Mechanical change from xinerama to region backed areas. | okan | 2015-06-26 | 1 | -15/+15 |
* | clean up | okan | 2015-06-08 | 1 | -16/+13 |
* | use the same geometry struct in menus as everywhere else | okan | 2015-06-05 | 1 | -34/+31 |
* | add a flag to indicate a menu list instead of overloading 'prompt' | okan | 2015-06-05 | 1 | -1/+3 |
* | redundant check for 'list' | okan | 2015-06-05 | 1 | -1/+1 |
* | Reshuffle and slightly simplify menu_complete_path(), removing an | okan | 2015-03-28 | 1 | -9/+5 |
* | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX | okan | 2015-01-19 | 1 | -1/+2 |
* | more style nits | okan | 2014-09-07 | 1 | -13/+13 |
* | style nit | okan | 2014-09-06 | 1 | -2/+2 |
* | 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 |