about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2019-09-13 Fix hiding floating X windowsChris Feng1-4/+9
2019-09-13 Improve user optionsChris Feng2-28/+87
2019-09-08 ; Autoload `exwm-enable'Chris Feng1-0/+1
2019-09-08 ; Improve messages for automatically created workspacesChris Feng1-2/+4
2019-09-08 Fix floating X window size with menu-bar/tool-bar enabledChris Feng2-12/+27
2019-09-08 ; Improve the docstring of `exwm-manage-configurations'Chris Feng1-1/+3
2019-09-08 Handle and skip problematic per-application configurationsChris Feng1-1/+2
2019-09-08 Add timestamps to `exwm-debug' logsChris Feng1-1/+25
2019-08-25 * exwm-core.el (exwm-mode-menu): Clarify simulation keys in menu.Chris Feng1-1/+2
2019-08-25 Ignore non-`exwm-mode' buffers in `exwm-workspace-move-window'Chris Feng1-1/+3
2019-08-25 Clear echo area for input methodsChris Feng1-0/+2
2019-08-25 Fix a lock issue with _NET_CLOSE_WINDOW and WM_DELETE_WINDOWChris Feng2-4/+7
2019-08-18 Make it possible to answer questions from Emacs when in char-modeChris Feng1-4/+55
2019-08-11 Make `exwm-manage-configurations' more user friendlyChris Feng1-21/+57
2019-08-11 Avoid checking `*temp*' buffersChris Feng1-5/+1
2019-08-11 Fix a regression with systemtrayChris Feng1-15/+25
2019-08-11 Inform user about making a frame a workspaceChris Feng1-2/+4
2019-08-05 Fix detection of modifier keys in Emacs eventsChris Feng2-22/+25
2019-08-05 Remove hard-coded keys in menuChris Feng1-2/+2
2019-07-28 Fix `after-focus-change-function' not workingChris Feng1-2/+8
2019-07-14 Added option to have a key that ends exwm-input-send-next-keySebastian Wålinder1-4/+10
2019-06-30 Fix 'Attempt to delete a surrogate minibuffer frame' errorChris Feng2-13/+27
2019-06-16 Allow panel to hide floating X windowsChris Feng1-1/+3
2019-06-16 Avoid workspace switch loop with `mouse-autoselect-window' enabledChris Feng1-2/+7
2019-06-09 Handle (t . EVENT) format events in exwm-ximChris Feng1-1/+5
2019-06-09 Fix character loss with exwm-ximChris Feng1-50/+57
2019-06-02 Fix unreading 'return eventChris Feng1-43/+38
2019-06-02 Fix auto commit issue with input methodsChris Feng1-64/+74
2019-04-14 Add compatibility mode for legacy serversChris Feng1-36/+96
2019-04-14 Clarify the usage of `exwm-manage-configurations'Chris Feng1-1/+23
2019-03-24 Support monitor mirroringChris Feng1-8/+36
2019-03-24 ; Follows upChris Feng3-69/+69
2019-03-17 * exwm-workspace.el: Use closures rather than `(lambda ...)Stefan Monnier1-9/+9
2019-03-17 Remove loading order dependency on `mouse-autoselect-window'Chris Feng4-9/+10
2019-03-17 Add extra keys for selecting workspaceChris Feng1-3/+17
2019-03-10 Make replacing existing WM optionalChris Feng2-5/+9
2019-02-16 Bump version to 0.22.1Chris Feng1-1/+1
2019-02-11 Fix compatibility issue with Emacs 25Chris Feng1-1/+3
2019-02-10 Bump version to 0.22Chris Feng1-1/+1
2019-02-06 Merge branch 'retain-echo-area-until-input' of https://github.com/medranocalv...Chris Feng2-3/+26
2019-02-06 Merge branch 'ieure/default-simulation-keys' into externals/exwmChris Feng2-31/+37
2019-02-06 Add input method supportChris Feng8-42/+812
2019-02-06 Do the same for `exwm-input-global-keys'Chris Feng1-15/+19
2019-02-06 Cleanup simulation key config issuesIan Eure2-16/+18
2019-02-05 Scan for existing X windows only after running `exwm-init-hook'Chris Feng1-2/+2
2019-02-01 Fetch necessary properties before checking per-app configurationsChris Feng1-2/+2
2019-02-01 Update copyright year to 2019Chris Feng11-11/+11
2019-01-20 Fix issue with managed tray iconsChris Feng1-3/+10
2018-12-30 Automatically iconify floating X windowsChris Feng1-1/+21
2018-12-16 Avoid unnecessary focus changes when creating/killing buffersChris Feng2-2/+9