aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h (unfollow)
Commit message (Expand)AuthorLines
2021-04-27Calculate colors using the client's visual and colormapWynn Wolf Arbor-1/+3
2021-04-27Remove matching on window title historyWynn Wolf Arbor-3/+0
2021-04-27Remove wm menuWynn Wolf Arbor-5/+0
2021-04-27Remove ssh menuWynn Wolf Arbor-2/+0
2021-04-27Remove path completion in the exec menuWynn Wolf Arbor-2/+0
2021-04-27Add BSD compatibility functions and headersWynn Wolf Arbor-0/+20
2020-04-18Allow configuring a percentage window size of the master window during htile/...okan-1/+3
2020-03-26Instead of using _NET_ACTIVE_WINDOW on restart, use the pointer location to d...okan-3/+2
2020-03-18Unrelated style fixes, consistency changes and sorting, appropriate dosage/re...okan-43/+36
2020-03-18add, then use, xvasprintf, checking for appropriate return.okan-1/+3
2019-03-07Teach client_current() to use a screen to find the current client instead ofokan-2/+2
2019-03-07gc clientq inside groups, instead use the better maintained one per-screenokan-3/+1
2019-03-07shuffle deck chairs: rename group actions to match intent for clarityokan-4/+4
2019-03-04Separate out the menu window from the client resize/move geom window; in eachokan-9/+8
2019-03-04fix a few misplaced (and misnamed) ewmh root window functionsokan-3/+3
2019-03-01Tie group number and name together during config.okan-2/+3
2019-02-28Selectively hide and show clients based on state; merge client_unhide() andokan-2/+1
2019-02-25Add 'group-close-[n]' action to close all windows within specified group.okan-1/+3
2019-02-22Rename internal functions to delinate between client remove, delete and xprotookan-4/+4
2018-11-08Use the original client border width to adjust initial placement of clientsokan-1/+2
2018-07-16Remove unused prototype; from Ross L Richardson.okan-2/+1
2018-02-13Store the screen's visual type and colormap.okan-1/+3
2018-02-13Consolidate region 'view' and 'area'.okan-2/+1
2018-02-09limit scope of screen_apply_gap()okan-2/+1
2018-02-09Clean up conf_file/homedir and conf_init() bits.okan-5/+3
2018-02-04Slightly expand and expose verbose debugging.okan-10/+9
2018-02-02Add a simple debug logging mechanism.okan-1/+11
2018-02-02Simplification; use asprintf where appropriate now.okan-5/+5
2018-02-01Use func attributes where appropriate.okan-3/+6
2018-01-23Generate name_to_func[] in a clean and readable fashion.okan-2/+10
2017-12-29Convert menu-exec-wm from an abritrary exec menu, into a config-based menu fromokan-5/+9
2017-12-29As done for buttonrelease, work specific un-cycling and un-highlighting actionsokan-2/+2
2017-12-29Merge group_toggle_membership_leave into the buttonrelease event and only dookan-3/+2
2017-12-29add helper function client_show to bring together like actions for unhide/raiseokan-1/+2
2017-12-19Add support for _NET_WM_STATE_SKIP_PAGER and _NET_WM_STATE_SKIP_TASKBAR; eerilyokan-2/+11
2017-12-15remove duplicate ExposureMaskokan-3/+3
2017-12-11Unconditionally show prompt on menus, regardless of invocation.okan-3/+3
2017-12-07Original idea from Dimitris Papastamos to move windows to corners a while ago;okan-1/+2
2017-12-07give command and group menus their own match callbacksokan-1/+5
2017-12-07stash dir into conf since it'll be of useokan-2/+2
2017-07-14Pull over the remaining re-implemented window move/resize functions and createokan-4/+1
2017-07-12rename one function, matching others, to help upcoming changeokan-2/+2
2017-05-09Alter callbacks to take a struct instead of a growing number of arguments;okan-61/+51
2017-05-01Clean up, unify and accurately calculate edge distance with client move/resizeokan-1/+2
2017-04-26Switch bwidth type; unfortunately X11 is inconsistent.okan-2/+2
2016-12-06Add search_print_text(), a default callback for mi->print in menu_filter(). W...okan-1/+2
2016-12-01Tame the number of 'exec' and 'path' search_match wrappers. No functionalokan-4/+2
2016-12-01Change 'menu-window' to display all windows; then add 'menu-window-hidden' forokan-1/+3
2016-11-15revert previous; upcoming changes will hopefully deal with these moreokan-3/+1
2016-11-15Add a wrapper based upon xevent handlers around client move/resize for key andokan-1/+3