| Commit message (Expand) | Author | Age | Files | Lines |
* | Pull over the remaining re-implemented window move/resize functions and create | okan | 2017-07-14 | 1 | -3/+0 |
* | rename one function, matching others, to help upcoming change | okan | 2017-07-12 | 1 | -1/+1 |
* | Alter callbacks to take a struct instead of a growing number of arguments; | okan | 2017-05-09 | 1 | -60/+50 |
* | Clean up, unify and accurately calculate edge distance with client move/resize | okan | 2017-05-01 | 1 | -0/+1 |
* | Switch bwidth type; unfortunately X11 is inconsistent. | okan | 2017-04-26 | 1 | -1/+1 |
* | Add search_print_text(), a default callback for mi->print in menu_filter(). W... | okan | 2016-12-06 | 1 | -0/+1 |
* | Tame the number of 'exec' and 'path' search_match wrappers. No functional | okan | 2016-12-01 | 1 | -3/+1 |
* | Change 'menu-window' to display all windows; then add 'menu-window-hidden' for | okan | 2016-12-01 | 1 | -0/+2 |
* | revert previous; upcoming changes will hopefully deal with these more | okan | 2016-11-15 | 1 | -2/+0 |
* | Add a wrapper based upon xevent handlers around client move/resize for key and | okan | 2016-11-15 | 1 | -0/+2 |
* | Define callbacks, then default bindings. | okan | 2016-11-14 | 1 | -1/+1 |
* | Get rid of 'matchname'; it's too surprising to have the menu change during | okan | 2016-10-24 | 1 | -1/+0 |
* | Refactor callbacks to take a void * so as to not try and generalize into | okan | 2016-10-18 | 1 | -120/+122 |
* | remove another unused proto | okan | 2016-10-12 | 1 | -1/+0 |
* | Rename 2 kbfunc to match closer to what they do | okan | 2016-10-06 | 1 | -3/+3 |
* | Add an argument to the callbacks to pass the xevent context, button or | okan | 2016-10-06 | 1 | -37/+37 |
* | Stash wmname into conf. | okan | 2016-10-05 | 1 | -1/+1 |
* | When removing xrandr regions, ensure clients are within the bounds of | okan | 2016-10-04 | 1 | -0/+1 |
* | Calculate client nameqlen in client_setname(), the only place it's | okan | 2016-10-04 | 1 | -2/+1 |
* | Turn CALMWM_NGROUPS define into variable, ngroups. | okan | 2016-10-04 | 1 | -1/+1 |
* | Start simplifying menu code; and in turn, remove a cursor no longer | okan | 2016-10-03 | 1 | -3/+2 |
* | Defaults are split between defines and conf_init(); normalize these, as | okan | 2016-10-03 | 1 | -11/+6 |
* | remove unused proto | okan | 2016-09-30 | 1 | -1/+0 |
* | Use instinsic X11 functions for key/btn/ptr grab/ungrab/regrab requests; | okan | 2016-09-30 | 1 | -7/+0 |
* | Replace mousefunc_sweep_draw() with a generic menu_windraw() using va | okan | 2016-09-30 | 1 | -0/+2 |
* | Mechanical change: move screen menu bits to their own struct. | okan | 2016-09-29 | 1 | -2/+4 |
* | Inline Xft draw and extents wrappers; too much abstraction. | okan | 2016-09-28 | 1 | -3/+0 |
* | Continue merging kb and mouse functions: fold | okan | 2016-09-22 | 1 | -4/+0 |
* | de-static client_inbound() | okan | 2016-09-20 | 1 | -0/+1 |
* | During init, query screen for _NET_ACTIVE_WINDOW and set that client as | okan | 2016-09-16 | 1 | -1/+2 |
* | more client vs screen context differences | okan | 2015-11-12 | 1 | -7/+5 |
* | Move kb pointer movement out of the kbfunc_client_moveresize since it's | okan | 2015-11-12 | 1 | -11/+10 |
* | Partial revert of replacing screen_area() with region_find(); until a | okan | 2015-11-11 | 1 | -1/+6 |
* | Start cleaning up name vs function differences; replace magic numbers. | okan | 2015-11-10 | 1 | -24/+23 |
* | Clean up unused defines. | okan | 2015-11-09 | 1 | -3/+0 |
* | Extend region to include both view and work areas; switch to | okan | 2015-11-09 | 1 | -5/+3 |
* | On execwm, we should properly release resources before exec'ing into a | okan | 2015-09-16 | 1 | -1/+3 |
* | Mechanical change: group->gc | okan | 2015-08-27 | 1 | -1/+1 |
* | Split out sticky mode checks and the restoring of a client's group and | okan | 2015-08-25 | 1 | -1/+3 |
* | Implement _NET_CLIENT_LIST_STACKING (from Thomas Admin), but | okan | 2015-08-24 | 1 | -0/+2 |
* | Sort _NET_WM_STATE Atoms like the spec. | okan | 2015-08-24 | 1 | -1/+1 |
* | Add Xkb modifier to ignore mask; from Alexander Polakov. | okan | 2015-08-21 | 1 | -1/+1 |
* | Fix whitespace. | okan | 2015-08-21 | 1 | -6/+6 |
* | Add client freeze extension to _NET_WM_STATE Atom, allowing flag to | okan | 2015-08-21 | 1 | -1/+2 |
* | introduce 'groupsearch' for group menu search; matches on either group | okan | 2015-07-12 | 1 | -0/+2 |
* | Introduce a callback for cmd menu printing, special-casing 'lock' and | okan | 2015-06-30 | 1 | -0/+1 |
* | Mechanical change from xinerama to region backed areas. | okan | 2015-06-26 | 1 | -2/+1 |
* | collect 'gap' applications | okan | 2015-06-26 | 1 | -0/+1 |
* | Replace screen region info gathering with XRandR equivalent of Xinerama | okan | 2015-06-26 | 1 | -1/+0 |
* | typo in comment; from jsteinha [at] iutbayonne.univ-pau.fr | okan | 2015-06-09 | 1 | -1/+1 |