Age | Commit message (Expand) | Author | Files | Lines |
2018-07-15 | Shrink Emacs frames with X request | Chris Feng | 1 | -11/+7 |
2018-07-15 | Also send a WM_TAKE_FOCUS when setting focus with SetInputFocus | Chris Feng | 1 | -30/+21 |
2018-07-15 | Revert "Grab & Replay key events with XI2 and XTEST" | Chris Feng | 1 | -222/+85 |
2018-06-18 | Grab & Replay key events with XI2 and XTEST | Chris Feng | 1 | -85/+222 |
2018-05-27 | Fix systemtray position when menu-bar / tool-bar is enabled | Chris Feng | 1 | -6/+2 |
2018-05-20 | Provide a fallback value for X window geometry | Chris Feng | 2 | -4/+10 |
2018-05-13 | Avoid hiding full screen X windows unexpectedly | Chris Feng | 1 | -0/+2 |
2018-04-15 | Port to 32-bit Emacs on master branch | Paul Eggert | 2 | -2/+2 |
2018-04-01 | Preserve keyboard grab state after quitting fullscreen mode | Chris Feng | 1 | -3/+4 |
2018-04-01 | Add support for various key processing variables | Chris Feng | 1 | -13/+32 |
2018-03-23 | Fix a compatibility issue with Emacs 24 | Chris Feng | 1 | -1/+3 |
2018-03-23 | Fix local simulation keys | Chris Feng | 1 | -1/+1 |
2018-03-23 | Avoid entering line-mode after exit minibuffer | Chris Feng | 1 | -1/+2 |
2018-03-23 | Add workspace support in per-application configurations | Chris Feng | 1 | -3/+9 |
2018-03-14 | Bump version to 0.18 | Chris Feng | 1 | -2/+2 |
2018-03-14 | Fix wrong exwm-active frame parameters | Chris Feng | 1 | -2/+3 |
2018-03-10 | Fix regressions | Chris Feng | 4 | -10/+12 |
2018-03-10 | Delay setting workspaces active/inactive | Chris Feng | 1 | -11/+12 |
2018-03-09 | Minor fixes | Chris Feng | 8 | -32/+24 |
2018-03-06 | Support replacing and being replaced by other window managers | Adrián Medraño Calvo | 2 | -3/+103 |
2018-03-06 | Clean up when failing to start | Adrián Medraño Calvo | 1 | -45/+28 |
2018-03-06 | Name all helper windows created by EXWM | Adrián Medraño Calvo | 3 | -18/+19 |
2018-03-06 | Add interactive commands for starting and stopping EXWM | Adrián Medraño Calvo | 2 | -4/+7 |
2018-03-06 | Disconnect on `exwm--exit' | Adrián Medraño Calvo | 2 | -42/+41 |
2018-03-06 | * exwm.el (exwm--exit): Drop SubstructureRedirect on root window. | Adrián Medraño Calvo | 1 | -1/+5 |
2018-03-06 | Cleanup exwm-workspace on exit | Adrián Medraño Calvo | 1 | -117/+132 |
2018-03-06 | Dissociate frame creation and deletion handlers from the actual configuration... | Adrián Medraño Calvo | 1 | -113/+139 |
2018-03-06 | Factor out `exwm-randr--on-ScreenChangeNotify' | Adrián Medraño Calvo | 1 | -4/+6 |
2018-03-06 | Cleanup exwm-manage on exit | Adrián Medraño Calvo | 2 | -3/+12 |
2018-03-06 | Cleanup exwm-layout on exit | Adrián Medraño Calvo | 1 | -0/+2 |
2018-03-06 | Cleanup exwm-input on exit | Adrián Medraño Calvo | 1 | -0/+1 |
2018-03-06 | Prevent duplicate keys in frameset-filter-alist | Adrián Medraño Calvo | 2 | -2/+4 |
2018-03-06 | Support disabling default `exwm-mode-map' bindings | Adrián Medraño Calvo | 2 | -2/+2 |
2018-03-04 | Avoid switching buffer when moving an X window already in place | Chris Feng | 1 | -1/+3 |
2018-03-04 | Fix fullscreen mode after switching workspace and back | Chris Feng | 4 | -20/+32 |
2018-03-04 | Fix local simulation keys | Chris Feng | 1 | -10/+11 |
2018-03-04 | Add header-line format support in per-application configurations | Chris Feng | 2 | -2/+21 |
2018-03-04 | Add prefix arguments support for various commands | Chris Feng | 1 | -16/+41 |
2018-03-03 | Add various per-application configurations | Chris Feng | 2 | -14/+78 |
2018-03-03 | Fix EXWM buffers not being hidden on workspace switch | Johan Johansson | 1 | -5/+5 |
2018-03-02 | Add initial support for per-application configurations | Chris Feng | 2 | -7/+44 |
2018-03-02 | Improve multi-monitor performance | Chris Feng | 1 | -3/+3 |
2018-02-26 | Make `exwm-manage-ping-timeout' a user option | Chris Feng | 1 | -2/+4 |
2018-02-26 | Forward keys defined in `exwm-mode-map' to Emacs by default | Chris Feng | 2 | -2/+8 |
2018-02-26 | Improve the Customize interface for simulation keys | Chris Feng | 1 | -28/+56 |
2018-02-26 | Add Customize interface for global keys | Chris Feng | 1 | -3/+36 |
2018-02-24 | Bump version to 0.17 | Chris Feng | 1 | -2/+2 |
2018-02-22 | Hide blocked frames (they are visible with a compositor) | Chris Feng | 2 | -29/+58 |
2018-02-22 | Mark active workspaces on each output | Chris Feng | 2 | -45/+57 |
2018-02-22 | Grab global keys on top-level X windows | Chris Feng | 2 | -42/+41 |