aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h (follow)
Commit message (Expand)AuthorAgeLines
* add, then use, xvasprintf, checking for appropriate return.okan2020-03-18-1/+3
* Teach client_current() to use a screen to find the current client instead ofokan2019-03-07-2/+2
* gc clientq inside groups, instead use the better maintained one per-screenokan2019-03-07-3/+1
* shuffle deck chairs: rename group actions to match intent for clarityokan2019-03-07-4/+4
* Separate out the menu window from the client resize/move geom window; in eachokan2019-03-04-9/+8
* fix a few misplaced (and misnamed) ewmh root window functionsokan2019-03-04-3/+3
* Tie group number and name together during config.okan2019-03-01-2/+3
* Selectively hide and show clients based on state; merge client_unhide() andokan2019-02-28-2/+1
* Add 'group-close-[n]' action to close all windows within specified group.okan2019-02-25-1/+3
* Rename internal functions to delinate between client remove, delete and xprotookan2019-02-22-4/+4
* Use the original client border width to adjust initial placement of clientsokan2018-11-08-1/+2
* Remove unused prototype; from Ross L Richardson.okan2018-07-16-2/+1
* Store the screen's visual type and colormap.okan2018-02-13-1/+3
* Consolidate region 'view' and 'area'.okan2018-02-13-2/+1
* limit scope of screen_apply_gap()okan2018-02-09-2/+1
* Clean up conf_file/homedir and conf_init() bits.okan2018-02-09-5/+3
* Slightly expand and expose verbose debugging.okan2018-02-04-10/+9
* Add a simple debug logging mechanism.okan2018-02-02-1/+11
* Simplification; use asprintf where appropriate now.okan2018-02-02-5/+5
* Use func attributes where appropriate.okan2018-02-01-3/+6
* Generate name_to_func[] in a clean and readable fashion.okan2018-01-23-2/+10
* Convert menu-exec-wm from an abritrary exec menu, into a config-based menu fromokan2017-12-29-5/+9
* As done for buttonrelease, work specific un-cycling and un-highlighting actionsokan2017-12-29-2/+2
* Merge group_toggle_membership_leave into the buttonrelease event and only dookan2017-12-29-3/+2
* add helper function client_show to bring together like actions for unhide/raiseokan2017-12-29-1/+2
* Add support for _NET_WM_STATE_SKIP_PAGER and _NET_WM_STATE_SKIP_TASKBAR; eerilyokan2017-12-19-2/+11
* remove duplicate ExposureMaskokan2017-12-15-3/+3
* Unconditionally show prompt on menus, regardless of invocation.okan2017-12-11-3/+3
* Original idea from Dimitris Papastamos to move windows to corners a while ago;okan2017-12-07-1/+2
* give command and group menus their own match callbacksokan2017-12-07-1/+5
* stash dir into conf since it'll be of useokan2017-12-07-2/+2
* Pull over the remaining re-implemented window move/resize functions and createokan2017-07-14-4/+1
* rename one function, matching others, to help upcoming changeokan2017-07-12-2/+2
* Alter callbacks to take a struct instead of a growing number of arguments;okan2017-05-09-61/+51
* Clean up, unify and accurately calculate edge distance with client move/resizeokan2017-05-01-1/+2
* Switch bwidth type; unfortunately X11 is inconsistent.okan2017-04-26-2/+2
* Add search_print_text(), a default callback for mi->print in menu_filter(). W...okan2016-12-06-1/+2
* Tame the number of 'exec' and 'path' search_match wrappers. No functionalokan2016-12-01-4/+2
* Change 'menu-window' to display all windows; then add 'menu-window-hidden' forokan2016-12-01-1/+3
* revert previous; upcoming changes will hopefully deal with these moreokan2016-11-15-3/+1
* Add a wrapper based upon xevent handlers around client move/resize for key andokan2016-11-15-1/+3
* Define callbacks, then default bindings.okan2016-11-14-2/+2
* Get rid of 'matchname'; it's too surprising to have the menu change duringokan2016-10-24-2/+1
* Refactor callbacks to take a void * so as to not try and generalize intookan2016-10-18-120/+122
* remove another unused protookan2016-10-12-2/+1
* Rename 2 kbfunc to match closer to what they dookan2016-10-06-4/+4
* Add an argument to the callbacks to pass the xevent context, button orokan2016-10-06-38/+38
* Stash wmname into conf.okan2016-10-05-2/+2
* When removing xrandr regions, ensure clients are within the bounds ofokan2016-10-04-1/+2
* Calculate client nameqlen in client_setname(), the only place it'sokan2016-10-04-3/+2