ch11ng pushed a change to branch externals/exwm. from 4d43e31 Avoid using `set-mouse-position' to warp pointer new 29f2289 Consistently name helper windows new 8d15a39 Print log output to an EXWM-specific messages buffer new ac600f0 Commands for interacting with the log buffer remotely new 33dec8d Trace more functions new b6a3b7b ; Unimportant tweaks new be10e26 Merge branch 'medranocalvo/exwm-log-buffer' into externals/exwm new 5c1aa4d Consider windows of the frame being refreshed, not the selected one at the time exwm-layout--refresh runs new 11fecb5 Use more explicit argument for excluding minibuffers new 633065a Don't assume order of `get-buffer-window-list' results new f820217 Split exwm-layout--refresh into three functions new d4a772f ; Comment layout algorithm. new 2b1ed2c Merge branch 'medranocalvo/fix-x-window-vanish' into externals/exwm
Summary of changes: exwm-core.el | 25 +++++++--- exwm-debug.el | 113 +++++++++++++++++++++++++++++++++++++++++++ exwm-input.el | 32 ++++++++++++ exwm-layout.el | 139 +++++++++++++++++++++++++++++++++-------------------- exwm-manage.el | 16 +++++- exwm-systemtray.el | 37 ++++++++------ exwm-workspace.el | 7 +++ exwm.el | 14 +++--- 8 files changed, 301 insertions(+), 82 deletions(-) create mode 100644 exwm-debug.el