Age | Commit message (Expand) | Author | Files | Lines |
2018-11-04 | Add support for RandR 1.5 monitor | Chris Feng | 1 | -9/+9 |
2018-10-21 | Fix single workspace invisible problem with Xephyr | Chris Feng | 1 | -3/+5 |
2018-10-08 | Reduce flicker when switching workspaces | Adrián Medraño Calvo | 1 | -1/+1 |
2018-09-02 | Explicitly specify frame for cursor warping conditional | James Ferguson | 1 | -1/+1 |
2018-09-02 | Fix cursor warping conditional for cursor left of frame | James Ferguson | 1 | -1/+3 |
2018-08-30 | Refresh layout after activating/deactivating workspaces | Adrián Medraño Calvo | 1 | -2/+3 |
2018-08-13 | Trace more functions | Adrián Medraño Calvo | 1 | -0/+7 |
2018-08-12 | Avoid using `set-mouse-position' to warp pointer | Chris Feng | 1 | -3/+12 |
2018-07-15 | ; Use `derived-mode-p'. | Chris Feng | 1 | -4/+4 |
2018-07-15 | Add support for automatic cursor warping | Chris Feng | 1 | -0/+15 |
2018-03-09 | Minor fixes | Chris Feng | 1 | -17/+14 |
2018-03-06 | Name all helper windows created by EXWM | Adrián Medraño Calvo | 1 | -12/+10 |
2018-03-06 | Add interactive commands for starting and stopping EXWM | Adrián Medraño Calvo | 1 | -1/+1 |
2018-03-06 | Disconnect on `exwm--exit' | Adrián Medraño Calvo | 1 | -39/+0 |
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 | Prevent duplicate keys in frameset-filter-alist | Adrián Medraño Calvo | 1 | -1/+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 | 1 | -3/+4 |
2018-03-04 | Add prefix arguments support for various commands | Chris Feng | 1 | -16/+41 |
2018-03-03 | Fix EXWM buffers not being hidden on workspace switch | Johan Johansson | 1 | -5/+5 |
2018-02-22 | Hide blocked frames (they are visible with a compositor) | Chris Feng | 1 | -26/+50 |
2018-02-22 | Mark active workspaces on each output | Chris Feng | 1 | -43/+36 |
2018-02-20 | Use the 'exwm-randr-output' frame parameter to determine the output | Chris Feng | 1 | -38/+30 |
2018-02-19 | Fix various issues with multi-monitor support | Chris Feng | 1 | -37/+68 |
2018-02-19 | Support displaying floating X windows on all workspaces | Chris Feng | 1 | -4/+6 |
2018-02-19 | Add customization settings | Chris Feng | 1 | -96/+122 |
2018-02-18 | Make X windows container-less | Chris Feng | 1 | -184/+136 |
2017-12-31 | Update copyright year to 2018 | Chris Feng | 1 | -1/+1 |
2017-11-19 | Fix various input focus issues | Chris Feng | 1 | -7/+6 |
2017-07-16 | Allow customizing workspace indexes | Chris Feng | 1 | -1/+5 |
2017-05-31 | Allow switching to a workspace by selecting one X window on it | Chris Feng | 1 | -2/+12 |
2017-05-30 | Fix X display name comparison | Chris Feng | 1 | -2/+5 |
2017-04-16 | Avoid comparing X display names | Chris Feng | 1 | -2/+2 |
2017-03-05 | Manually run `focus-in-hook' and `focus-out-hook' | Chris Feng | 1 | -0/+19 |
2017-02-24 | Fix systemtray position | Chris Feng | 1 | -1/+4 |
2017-02-05 | Fix checkdoc warnings | Chris Feng | 1 | -1/+1 |
2017-02-05 | Update copyright year to 2017 | Chris Feng | 1 | -1/+1 |
2017-01-03 | Prevent certain frame parameters from being saved/restored | Chris Feng | 1 | -1/+6 |
2016-10-06 | Avoid updating input focus when renaming buffers | Chris Feng | 1 | -3/+13 |
2016-09-30 | Use read-buffer-to-switch in exwm-workspace-switch-to-buffer | Felix Lange | 1 | -1/+1 |
2016-09-23 | Use X window borders | Chris Feng | 1 | -6/+0 |
2016-08-31 | Force using visible buffers in `other-buffer' | Chris Feng | 1 | -1/+1 |
2016-08-30 | Improve exwm-workspace-move-window behavior in specific case | Ved Vyas | 1 | -4/+3 |
2016-08-15 | Do not set _NET_WORKAREA | Chris Feng | 1 | -7/+2 |
2016-08-12 | Fix _NET_DESKTOP_VIEWPORT | Chris Feng | 1 | -5/+0 |
2016-08-12 | Raise all docks/panels when switching workspace | Chris Feng | 1 | -12/+13 |
2016-08-12 | Check for _NET_WM_STATE_FULLSCREEN on managing | Chris Feng | 1 | -4/+11 |
2016-08-12 | Always put the desktop at bottom | Chris Feng | 1 | -3/+17 |
2016-08-12 | Fix CreateWindow attributes | Chris Feng | 1 | -15/+34 |