| Commit message (Expand) | Author | Lines |
2016-12-01 | Switch ssh menu to search_match_text; like group/window/cmd menus, use only a | okan | -2/+2 |
2016-12-01 | Change 'menu-window' to display all windows; then add 'menu-window-hidden' for | okan | -2/+3 |
2016-11-15 | Use an additional check with lstat(2) when d_type is unknown. | okan | -4/+11 |
2016-11-15 | revert previous; upcoming changes will hopefully deal with these more | okan | -23/+1 |
2016-11-15 | Add a wrapper based upon xevent handlers around client move/resize for key and | okan | -1/+23 |
2016-10-24 | Make it clear these are flags. | okan | -7/+7 |
2016-10-24 | Sprinkle __func__ in appropriate error messages. | okan | -4/+4 |
2016-10-18 | Refactor callbacks to take a void * so as to not try and generalize into | okan | -167/+171 |
2016-10-06 | Rename 2 kbfunc to match closer to what they do | okan | -3/+3 |
2016-10-06 | Add an argument to the callbacks to pass the xevent context, button or | okan | -36/+36 |
2016-10-03 | For both kb and mouse move, it is possible to grab a client and move it | okan | -2/+14 |
2016-10-03 | client_ptrwarp should not deal with unhiding or raising clients (non ptr | okan | -1/+3 |
2016-09-22 | Continue merging kb and mouse functions: fold | okan | -8/+23 |
2015-11-17 | If a client does not set increment values, use 'moveamount' as a way to | okan | -8/+10 |
2015-11-12 | more client vs screen context differences | okan | -5/+5 |
2015-11-12 | If a client sets hints, honor them for kb resize requests, just like we | okan | -5/+5 |
2015-11-12 | Move kb pointer movement out of the kbfunc_client_moveresize since it's | okan | -76/+93 |
2015-11-11 | Partial revert of replacing screen_area() with region_find(); until a | okan | -6/+7 |
2015-11-10 | Use position on root to figure out region. | okan | -4/+3 |
2015-11-10 | Start cleaning up name vs function differences; replace magic numbers. | okan | -18/+18 |
2015-11-09 | Extend region to include both view and work areas; switch to | okan | -6/+6 |
2015-09-16 | On execwm, we should properly release resources before exec'ing into a | okan | -3/+4 |
2015-08-28 | Lost fix from r1.112; add comment. | okan | -2/+3 |
2015-08-27 | Move client cycle grab/ungrab into a more relevant place; while here, | okan | -9/+3 |
2015-08-21 | _NET_WM_STATE_STICKY implies only sticky at the group/desktop level, not | okan | -2/+2 |
2015-08-21 | Instead of special casing the 'term' and 'lock' commands, go back to | okan | -3/+7 |
2015-07-12 | introduce 'groupsearch' for group menu search; matches on either group | okan | -1/+26 |
2015-07-03 | revert previous; seems search_match_text() needs mi->text pre-populated. | okan | -2/+2 |
2015-06-30 | no longer need to pass down format strings after introducing search_print_cmd | okan | -2/+2 |
2015-06-30 | Introduce a callback for cmd menu printing, special-casing 'lock' and | okan | -2/+2 |
2015-06-29 | Shuffle code in kbfunc_ssh so that a missing known_hosts file still | okan | -8/+7 |
2015-06-26 | Mechanical change from xinerama to region backed areas. | okan | -5/+5 |
2015-06-08 | just populating the ctx is enough since the menu uses a callback and ignores ... | okan | -2/+2 |
2015-05-21 | merge kbd and mouse grouptoggle | okan | -4/+6 |
2015-01-19 | Switch to limits.h; replace MAXPATHLEN and MAXHOSTNAMELEN with PATH_MAX | okan | -5/+6 |
2014-09-27 | these have nothing to do with 'sticky', but rather group membership; rename. | okan | -2/+2 |
2014-09-17 | these client actions are just toggles; less confusing with better names | okan | -13/+13 |
2014-09-17 | ewmh states _NET_WM_STATE_STICKY should not alter position | okan | -2/+2 |
2014-09-11 | Remove incorrect cast in kbfunc_exec. In kbfunc_ssh, reverse logic on | okan | -5/+5 |
2014-09-08 | Remove duplicate client queue (mruq); instead, remove and take the | okan | -2/+2 |
2014-09-06 | Few style nits; extend 'path' to MAXPATHLEN. | okan | -11/+14 |
2014-09-06 | Move termpath and lockpath into cmdq; side effect is that 'lock' and | okan | -4/+17 |
2014-09-01 | add explicit paran and drop some empty lines bringing like functions closer | okan | -2/+1 |
2014-08-25 | Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows any | okan | -1/+7 |
2014-01-30 | Move cwm_status around to avoid header fu, and remove extraneous signal | okan | -1/+3 |
2014-01-29 | Minimize trivial differences between a few kb and mb functions. | okan | -2/+2 |
2014-01-23 | If no title is supplied, term uses only the basename for its title. | okan | -3/+3 |
2014-01-22 | zap whitespace | okan | -26/+26 |
2014-01-22 | Somewhat streamline event loop/restart/quit handling; most notable | okan | -13/+3 |
2014-01-21 | Sprinkle a few more const; from Tiago Cunha. | okan | -2/+3 |