aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Remove 'noresult' (and simplify) as it does nothing and makes the logic aroundokan2017-04-25-11/+5
* search_match_path() isn't supposed to return anything.okan2017-04-24-2/+2
* Move queue init to caller so it's only called once in a few cases.okan2017-04-24-3/+3
* sortokan2017-04-24-11/+11
* Raise the previously focused window, instead of the previous window in theokan2017-04-24-2/+4
* For {h,v}tile, instead of keeping the master client's {h,v} geometry, expand itokan2017-04-24-7/+11
* Fix group hidden state when a client wants to be on all desktops on start;okan2017-02-10-2/+2
* Call client_resize instead of client_move after client_placecalc since the sizeokan2017-02-06-2/+2
* Typo on binding name; from Redouan Ait Mallouk.okan2017-01-15-3/+3
* Ensure client stays inbound on key-based resize; based on logic existing inokan2017-01-05-1/+5
* When a window has a user or program specified position, ensure the edge of theokan2016-12-19-12/+14
* stray newlinesokan2016-12-06-6/+4
* Add search_print_text(), a default callback for mi->print in menu_filter(). W...okan2016-12-06-16/+19
* Consistent use of menuq_add for ssh menu.okan2016-12-06-2/+2
* Now that dim.{x,y} are available early, use them before requiring aokan2016-12-06-1/+5
* Set dim.{x,y} during client_init and update on resize, instead ofokan2016-12-06-4/+5
* 'window-search' is spelled 'menu-window'; the former snuck in during theokan2016-12-06-2/+1
* Fold unbinding functions into one for each, key and mouse; plugs a leak whenokan2016-12-02-37/+11
* use the correct typeokan2016-12-02-2/+2
* Tame the number of 'exec' and 'path' search_match wrappers. No functionalokan2016-12-01-27/+13
* Switch ssh menu to search_match_text; like group/window/cmd menus, use only aokan2016-12-01-2/+2
* Change 'menu-window' to display all windows; then add 'menu-window-hidden' forokan2016-12-01-10/+18
* Normalize bind function names, based on a few categories: window, group, menuokan2016-12-01-344/+390
* Use an additional check with lstat(2) when d_type is unknown.okan2016-11-15-4/+11
* revert previous; upcoming changes will hopefully deal with these moreokan2016-11-15-29/+5
* Add a wrapper based upon xevent handlers around client move/resize for key andokan2016-11-15-5/+29
* Define callbacks, then default bindings.okan2016-11-14-83/+85
* Reorganize for upcoming changes.okan2016-11-14-287/+256
* Remove the (8) default bindings for pointer move since they conflict withokan2016-11-14-16/+3
* Make it clear these are flags.okan2016-10-24-14/+14
* Remove duplicate check that strsubmatch() already does; while here, fix aokan2016-10-24-3/+3
* Sprinkle __func__ in appropriate error messages.okan2016-10-24-15/+15
* Get rid of 'matchname'; it's too surprising to have the menu change duringokan2016-10-24-14/+5
* clean up search_match_client(); no behaviour changeokan2016-10-22-22/+10
* Refactor callbacks to take a void * so as to not try and generalize intookan2016-10-18-514/+517
* remove another unused protookan2016-10-12-2/+1
* Rename 2 kbfunc to match closer to what they dookan2016-10-06-11/+11
* Add an argument to the callbacks to pass the xevent context, button orokan2016-10-06-92/+87
* Check the ptr bounds in the new client during cycling, since not allokan2016-10-06-1/+5
* More accurate to say 'toggle', rather than 'select', for group[n]/nogroup.okan2016-10-05-7/+7
* Add CM-a for 'nogroup' (CM-0 stays for now); update manpage to reflect.okan2016-10-05-4/+5
* Stash wmname into conf.okan2016-10-05-6/+8
* When removing xrandr regions, ensure clients are within the bounds ofokan2016-10-04-3/+28
* Calculate client nameqlen in client_setname(), the only place it'sokan2016-10-04-11/+12
* Turn CALMWM_NGROUPS define into variable, ngroups.okan2016-10-04-23/+25
* Start simplifying menu code; and in turn, remove a cursor no longerokan2016-10-03-30/+25
* Defaults are split between defines and conf_init(); normalize these, asokan2016-10-03-24/+17
* For both kb and mouse move, it is possible to grab a client and move itokan2016-10-03-7/+29
* client_ptrwarp should not deal with unhiding or raising clients (non ptrokan2016-10-03-8/+10
* remove unused protookan2016-09-30-2/+1