| Commit message (Expand) | Author | Age | Files | Lines |
* | Normalize bind function names, based on a few categories: window, group, menu | okan | 2016-12-01 | 3 | -340/+386 |
* | Use an additional check with lstat(2) when d_type is unknown. | okan | 2016-11-15 | 1 | -3/+10 |
* | revert previous; upcoming changes will hopefully deal with these more | okan | 2016-11-15 | 3 | -26/+2 |
* | Add a wrapper based upon xevent handlers around client move/resize for key and | okan | 2016-11-15 | 3 | -2/+26 |
* | Define callbacks, then default bindings. | okan | 2016-11-14 | 3 | -80/+82 |
* | Reorganize for upcoming changes. | okan | 2016-11-14 | 1 | -286/+255 |
* | Remove the (8) default bindings for pointer move since they conflict with | okan | 2016-11-14 | 2 | -13/+0 |
* | Make it clear these are flags. | okan | 2016-10-24 | 3 | -11/+11 |
* | Remove duplicate check that strsubmatch() already does; while here, fix a | okan | 2016-10-24 | 1 | -2/+2 |
* | Sprinkle __func__ in appropriate error messages. | okan | 2016-10-24 | 5 | -10/+10 |
* | Get rid of 'matchname'; it's too surprising to have the menu change during | okan | 2016-10-24 | 2 | -12/+3 |
* | clean up search_match_client(); no behaviour change | okan | 2016-10-22 | 1 | -21/+9 |
* | Refactor callbacks to take a void * so as to not try and generalize into | okan | 2016-10-18 | 10 | -505/+508 |
* | 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 | 3 | -8/+8 |
* | Add an argument to the callbacks to pass the xevent context, button or | okan | 2016-10-06 | 5 | -87/+82 |
* | Check the ptr bounds in the new client during cycling, since not all | okan | 2016-10-06 | 1 | -0/+4 |
* | More accurate to say 'toggle', rather than 'select', for group[n]/nogroup. | okan | 2016-10-05 | 2 | -4/+4 |
* | Add CM-a for 'nogroup' (CM-0 stays for now); update manpage to reflect. | okan | 2016-10-05 | 2 | -1/+2 |
* | Stash wmname into conf. | okan | 2016-10-05 | 3 | -3/+5 |
* | When removing xrandr regions, ensure clients are within the bounds of | okan | 2016-10-04 | 3 | -0/+25 |
* | Calculate client nameqlen in client_setname(), the only place it's | okan | 2016-10-04 | 3 | -8/+9 |
* | Turn CALMWM_NGROUPS define into variable, ngroups. | okan | 2016-10-04 | 5 | -18/+20 |
* | Start simplifying menu code; and in turn, remove a cursor no longer | okan | 2016-10-03 | 3 | -27/+22 |
* | Defaults are split between defines and conf_init(); normalize these, as | okan | 2016-10-03 | 4 | -20/+13 |
* | For both kb and mouse move, it is possible to grab a client and move it | okan | 2016-10-03 | 2 | -5/+27 |
* | client_ptrwarp should not deal with unhiding or raising clients (non ptr | okan | 2016-10-03 | 3 | -5/+7 |
* | remove unused proto | okan | 2016-09-30 | 1 | -1/+0 |
* | Set the initial ptr position during client init, instead of waiting | okan | 2016-09-30 | 1 | -12/+7 |
* | Use instinsic X11 functions for key/btn/ptr grab/ungrab/regrab requests; | okan | 2016-09-30 | 5 | -85/+45 |
* | Replace mousefunc_sweep_draw() with a generic menu_windraw() using va | okan | 2016-09-30 | 3 | -26/+40 |
* | Switch to XWindowEvent() pulling out events that match the mask *and* | okan | 2016-09-30 | 1 | -2/+2 |
* | no need to unmap menu window again | okan | 2016-09-29 | 1 | -2/+1 |
* | Mechanical change: move screen menu bits to their own struct. | okan | 2016-09-29 | 5 | -30/+32 |
* | Inline Xft draw and extents wrappers; too much abstraction. | okan | 2016-09-28 | 4 | -32/+31 |
* | Do not call sweep_draw() too early: don't yet have w/h dimensions; plus | okan | 2016-09-28 | 1 | -1/+0 |
* | Continue merging kb and mouse functions: fold | okan | 2016-09-22 | 4 | -91/+28 |
* | Allow ctrl-[ for abort (esc); from Benjamin Scher Purcell | okan | 2016-09-20 | 1 | -0/+3 |
* | de-static client_inbound() | okan | 2016-09-20 | 2 | -2/+2 |
* | remove debug that accidentally snuck in | okan | 2016-09-20 | 1 | -1/+1 |
* | Get rid of curcc, instead cycle through the queue; removes the need for | okan | 2016-09-20 | 2 | -21/+13 |
* | During init, query screen for _NET_ACTIVE_WINDOW and set that client as | okan | 2016-09-16 | 5 | -9/+27 |
* | Some clients fail to setup hints at all, so initalize for them; fallout | okan | 2016-09-14 | 1 | -0/+1 |
* | Fix-up a few simple uses of client_current(): check CLIENT_ACTIVE flag | okan | 2016-09-14 | 3 | -11/+14 |
* | init label | okan | 2016-09-13 | 1 | -0/+1 |
* | Limit mouse resize to hints within the client; matches kbd resize | okan | 2016-09-13 | 1 | -7/+2 |
* | Switch to just malloc since we need initialize most everything anyway. | okan | 2016-09-12 | 1 | -5/+7 |
* | change 'sticky' to 'stick' to toggle client stickiness (seems the | okan | 2016-09-12 | 2 | -3/+3 |
* | Simplify group_holds_only_hidden(); from Vadim Vygonets. | okan | 2016-09-02 | 1 | -10/+3 |
* | Simplify toggling flags; from Vadim Vygonets. | okan | 2016-09-02 | 1 | -15/+3 |