summaryrefslogtreecommitdiff
path: root/app/cwm/calmwm.h
AgeCommit message (Expand)Author
2019-03-07Teach client_current() to use a screen to find the current client instead ofOkan Demirmen
2019-03-07gc clientq inside groups, instead use the better maintained one per-screenOkan Demirmen
2019-03-07shuffle deck chairs: rename group actions to match intent for clarityOkan Demirmen
2019-03-04Separate out the menu window from the client resize/move geom window; in eachOkan Demirmen
2019-03-04fix a few misplaced (and misnamed) ewmh root window functionsOkan Demirmen
2019-03-01Tie group number and name together during config.Okan Demirmen
2019-02-28Selectively hide and show clients based on state; merge client_unhide() andOkan Demirmen
2019-02-25Add 'group-close-[n]' action to close all windows within specified group.Okan Demirmen
2019-02-22Rename internal functions to delinate between client remove, delete and xprotoOkan Demirmen
2018-11-08Use the original client border width to adjust initial placement of clientsOkan Demirmen
2018-07-16Remove unused prototype; from Ross L Richardson.Okan Demirmen
2018-02-13Store the screen's visual type and colormap.Okan Demirmen
2018-02-13Consolidate region 'view' and 'area'.Okan Demirmen
2018-02-09limit scope of screen_apply_gap()Okan Demirmen
2018-02-09Clean up conf_file/homedir and conf_init() bits.Okan Demirmen
2018-02-04Slightly expand and expose verbose debugging.Okan Demirmen
2018-02-02Add a simple debug logging mechanism.Okan Demirmen
2018-02-02Simplification; use asprintf where appropriate now.Okan Demirmen
2018-02-01Use func attributes where appropriate.Okan Demirmen
2018-01-23Generate name_to_func[] in a clean and readable fashion.Okan Demirmen
2017-12-29Convert menu-exec-wm from an abritrary exec menu, into a config-based menu fromOkan Demirmen
2017-12-29As done for buttonrelease, work specific un-cycling and un-highlighting actionsOkan Demirmen
2017-12-29Merge group_toggle_membership_leave into the buttonrelease event and only doOkan Demirmen
2017-12-29add helper function client_show to bring together like actions for unhide/raiseOkan Demirmen
2017-12-19Add support for _NET_WM_STATE_SKIP_PAGER and _NET_WM_STATE_SKIP_TASKBAR; eerilyOkan Demirmen
2017-12-15remove duplicate ExposureMaskOkan Demirmen
2017-12-11Unconditionally show prompt on menus, regardless of invocation.Okan Demirmen
2017-12-07Original idea from Dimitris Papastamos to move windows to corners a while ago;Okan Demirmen
2017-12-07give command and group menus their own match callbacksOkan Demirmen
2017-12-07stash dir into conf since it'll be of useOkan Demirmen
2017-07-14Pull over the remaining re-implemented window move/resize functions and createOkan Demirmen
2017-07-12rename one function, matching others, to help upcoming changeOkan Demirmen
2017-05-09Alter callbacks to take a struct instead of a growing number of arguments;Okan Demirmen
2017-05-01Clean up, unify and accurately calculate edge distance with client move/resizeOkan Demirmen
2017-04-26Switch bwidth type; unfortunately X11 is inconsistent.Okan Demirmen
2016-12-06Add search_print_text(), a default callback for mi->print in menu_filter(). W...Okan Demirmen
2016-12-01Tame the number of 'exec' and 'path' search_match wrappers. No functionalOkan Demirmen
2016-12-01Change 'menu-window' to display all windows; then add 'menu-window-hidden' forOkan Demirmen
2016-11-15revert previous; upcoming changes will hopefully deal with these moreOkan Demirmen
2016-11-15Add a wrapper based upon xevent handlers around client move/resize for key andOkan Demirmen
2016-11-14Define callbacks, then default bindings.Okan Demirmen
2016-10-24Get rid of 'matchname'; it's too surprising to have the menu change duringOkan Demirmen
2016-10-18Refactor callbacks to take a void * so as to not try and generalize intoOkan Demirmen
2016-10-12remove another unused protoOkan Demirmen
2016-10-06Rename 2 kbfunc to match closer to what they doOkan Demirmen
2016-10-06Add an argument to the callbacks to pass the xevent context, button orOkan Demirmen
2016-10-05Stash wmname into conf.Okan Demirmen
2016-10-04When removing xrandr regions, ensure clients are within the bounds ofOkan Demirmen
2016-10-04Calculate client nameqlen in client_setname(), the only place it'sOkan Demirmen
2016-10-04Turn CALMWM_NGROUPS define into variable, ngroups.Okan Demirmen