Age | Commit message (Expand) | Author | Files | Lines |
2020-05-10 | Make return key work in exwm-xim | Chris Feng | 1 | -1/+2 |
2020-05-10 | Merge branch 'medranocalvo/upcase-menu-item' into externals/exwm | Chris Feng | 1 | -1/+1 |
2020-05-10 | Merge branch 'medranocalvo/prevent-jump-back-workspace' into externals/exwm | Chris Feng | 1 | -5/+5 |
2020-05-10 | Merge branch 'medranocalvo/input-mode-change-hook' into externals/exwm | Chris Feng | 1 | -2/+8 |
2020-05-06 | ; Upcase menu item | Adrián Medraño Calvo | 1 | -1/+1 |
2020-05-06 | Prevent jumping back to previous workspace | Adrián Medraño Calvo | 1 | -5/+5 |
2020-05-06 | Run hook upon input mode change | Adrián Medraño Calvo | 1 | -2/+8 |
2020-05-05 | Merge branch 'medranocalvo/abort-recursive-edit-on-workspace-switch' into ext... | Chris Feng | 1 | -6/+0 |
2020-04-15 | Fix window manager name | Adrián Medraño Calvo | 1 | -2/+3 |
2020-04-15 | Stop aborting recursive edit upon switching workspaces. | Adrián Medraño Calvo | 1 | -10/+0 |
2020-04-15 | Abort recursive edit before switching workspaces | Adrián Medraño Calvo | 1 | -6/+10 |
2020-03-29 | Merge branch 'Curiosidad-Racional/patch-1' into externals/exwm | Chris Feng | 1 | -13/+13 |
2020-03-29 | Add support for _NET_WM_STATE_HIDDEN | Chris Feng | 2 | -8/+17 |
2020-03-29 | Additional fix for winner-mode | Chris Feng | 1 | -3/+4 |
2020-03-21 | Fixed fail update when current buffer differs from window | Curiosidad-Racional | 1 | -13/+13 |
2020-03-01 | Make exwm-mode buffers work with winner-mode | Chris Feng | 1 | -6/+17 |
2020-02-02 | Add solid background support to systemtray | Chris Feng | 1 | -3/+39 |
2020-02-02 | Refactor color-related code | Chris Feng | 2 | -59/+28 |
2020-02-02 | Update copyright year to 2020 | Chris Feng | 12 | -12/+12 |
2019-12-15 | Fix moving Emacs frames | Chris Feng | 1 | -1/+27 |
2019-12-08 | Eliminate a compile warning | Chris Feng | 1 | -1/+1 |
2019-12-01 | Avoid redundant input focus transfer | Chris Feng | 1 | -28/+43 |
2019-11-03 | Add support for accessing keymaps in char-mode | Chris Feng | 1 | -0/+15 |
2019-10-27 | Loosen the requirements for input focus update | Chris Feng | 1 | -2/+1 |
2019-10-13 | Fix `exwm-input-set-simulation-key' | Chris Feng | 1 | -3/+5 |
2019-10-07 | Add minibuffer-keyboard-quit to the default pre-post-command-blacklist | Steven Allen | 1 | -1/+3 |
2019-10-06 | Set the current buffer before handling key events | Steven Allen | 1 | -12/+13 |
2019-10-02 | Fix detection of `exwm-workspace--window-y-offset' | Chris Feng | 1 | -4/+10 |
2019-10-02 | Avoid calling `x-focus-frame' on non-graphical frames | Chris Feng | 2 | -1/+4 |
2019-10-02 | Allow customizing undetectable commands | Chris Feng | 1 | -1/+5 |
2019-09-22 | Make input focus continue to work after EXWM exits | Chris Feng | 1 | -1/+8 |
2019-09-22 | Make _NET_ACTIVE_WINDOW working for floating X windows | Chris Feng | 1 | -10/+12 |
2019-09-22 | Skip global keys unavailable in X server | Chris Feng | 1 | -18/+21 |
2019-09-15 | Fix `exwm-layout-enlarge-window' for floating X windows | Chris Feng | 1 | -1/+1 |
2019-09-15 | Fix timestamp for debug logs | Chris Feng | 1 | -10/+13 |
2019-09-14 | Bump version to 0.23 | Chris Feng | 1 | -2/+2 |
2019-09-14 | Support starting EXWM from Emacs server not in daemon mode | Chris Feng | 1 | -4/+5 |
2019-09-14 | Replace `frame-geometry' | Chris Feng | 6 | -66/+122 |
2019-09-13 | Fix hiding floating X windows | Chris Feng | 1 | -4/+9 |
2019-09-13 | Improve user options | Chris Feng | 2 | -28/+87 |
2019-09-08 | ; Autoload `exwm-enable' | Chris Feng | 1 | -0/+1 |
2019-09-08 | ; Improve messages for automatically created workspaces | Chris Feng | 1 | -2/+4 |
2019-09-08 | Fix floating X window size with menu-bar/tool-bar enabled | Chris Feng | 2 | -12/+27 |
2019-09-08 | ; Improve the docstring of `exwm-manage-configurations' | Chris Feng | 1 | -1/+3 |
2019-09-08 | Handle and skip problematic per-application configurations | Chris Feng | 1 | -1/+2 |
2019-09-08 | Add timestamps to `exwm-debug' logs | Chris Feng | 1 | -1/+25 |
2019-08-25 | * exwm-core.el (exwm-mode-menu): Clarify simulation keys in menu. | Chris Feng | 1 | -1/+2 |
2019-08-25 | Ignore non-`exwm-mode' buffers in `exwm-workspace-move-window' | Chris Feng | 1 | -1/+3 |
2019-08-25 | Clear echo area for input methods | Chris Feng | 1 | -0/+2 |
2019-08-25 | Fix a lock issue with _NET_CLOSE_WINDOW and WM_DELETE_WINDOW | Chris Feng | 2 | -4/+7 |