Age | Commit message (Expand) | Author | Files | Lines |
2016-08-12 | * exwm-manage.el (exwm-manage--unmanage-window): Do not clear struts | Chris Feng | 1 | -1/+2 |
2016-08-12 | Always put the desktop at bottom | Chris Feng | 2 | -3/+29 |
2016-08-12 | * exwm-manage.el (exwm-manage--scan): Check for possibly | Chris Feng | 1 | -9/+16 |
2016-08-12 | Fix CreateWindow attributes | Chris Feng | 5 | -34/+85 |
2016-08-10 | Adapt for the changes in `window-configuration-change-hook' | Chris Feng | 1 | -4/+10 |
2016-08-09 | Update timestamp for WM_TAKE_FOCUS ClientMessage | Chris Feng | 4 | -34/+112 |
2016-08-09 | Fix coordinates calculations concerning workspaces | Chris Feng | 2 | -22/+20 |
2016-08-09 | Ensure floating hooks are run in the right context | Chris Feng | 1 | -4/+8 |
2016-08-07 | Set background pixmap for system tray embedder | Chris Feng | 1 | -16/+27 |
2016-08-06 | * exwm-layout.el (exwm-layout--show): Fix the position of floating | Chris Feng | 1 | -15/+23 |
2016-08-06 | Avoid setting input focus on workspace containers | Chris Feng | 1 | -11/+34 |
2016-08-01 | Fix emacsclient issues | Chris Feng | 3 | -32/+42 |
2016-08-01 | Fix restarting issues | Chris Feng | 2 | -23/+59 |
2016-07-31 | Bump version to 0.8 | Chris Feng | 1 | -2/+2 |
2016-07-31 | ; Eliminate compile warnings | Chris Feng | 2 | -5/+10 |
2016-07-31 | Fix restarting issues | Chris Feng | 2 | -11/+12 |
2016-07-30 | Add restart support | Chris Feng | 5 | -43/+87 |
2016-07-30 | ; * exwm.el (exwm-enable): Ignore unrecognized command line arguments. | Chris Feng | 1 | -0/+3 |
2016-07-30 | ; * exwm-workspace.el (exwm-workspace-switch): Input focus should be set | Chris Feng | 1 | -1/+1 |
2016-07-30 | Merge branch 'uemurax/reset-fullscreen-frame-count' into externals/exwm | Chris Feng | 1 | -0/+1 |
2016-07-30 | set fullscreen-frame-count to 0 on exiting | Taichi Uemura | 1 | -0/+1 |
2016-07-30 | Fit the *Completions* buffer | Chris Feng | 2 | -2/+13 |
2016-07-30 | Exit the active minibuffer on unmanaging X windows | Chris Feng | 1 | -8/+20 |
2016-07-30 | ; * exwm-manage.el (exwm-manage--manage-window): Check the value range | Chris Feng | 1 | -1/+5 |
2016-07-30 | Grab global keys on newly created workspaces | Chris Feng | 1 | -2/+13 |
2016-07-30 | Fix input focus transfer between workspaces | Chris Feng | 2 | -17/+10 |
2016-07-29 | ; * exwm-floating.el (exwm-floating--unset-floating): Reposition an X | Chris Feng | 1 | -0/+8 |
2016-07-29 | Sync with XELB | Chris Feng | 2 | -20/+36 |
2016-07-27 | Bump version to 0.7 | Chris Feng | 1 | -1/+1 |
2016-07-26 | Always update input focus on entering minibuffer | Chris Feng | 2 | -3/+8 |
2016-07-26 | Add an option to force using tiling layout | Chris Feng | 1 | -3/+10 |
2016-07-25 | Bump version to 0.6 | Chris Feng | 1 | -2/+2 |
2016-07-25 | Minor fixes for past few commits | Chris Feng | 2 | -5/+4 |
2016-07-22 | ; * exwm-input.el: Prevent moving/resizing a tiling X window. | Chris Feng | 1 | -23/+31 |
2016-07-22 | Fix issues with deleting the last workspace | Chris Feng | 1 | -8/+10 |
2016-07-22 | Add minibuffer toggle command | Chris Feng | 2 | -6/+13 |
2016-07-21 | Improve the performance of workspace creation | Chris Feng | 1 | -5/+9 |
2016-07-21 | Fix input focus issues revealed by recent commits | Chris Feng | 3 | -27/+57 |
2016-07-21 | Fix workspace creation and deletion | Chris Feng | 3 | -43/+96 |
2016-07-21 | Minor fixes | Chris Feng | 2 | -4/+24 |
2016-07-21 | Minor cleanups | Chris Feng | 6 | -34/+25 |
2016-07-19 | Add support for attachable/detachable minibuffer | Chris Feng | 2 | -59/+113 |
2016-07-19 | Fix an bug for emacsclient | Chris Feng | 1 | -8/+4 |
2016-07-19 | Fix a workspace switch issue | Chris Feng | 1 | -4/+10 |
2016-07-19 | Merge branch 'medranocalvo/dynamic-workspaces' into externals/exwm | Chris Feng | 11 | -293/+626 |
2016-07-19 | Mention dynamic workspace in various places | Chris Feng | 3 | -15/+23 |
2016-07-19 | Adapt dynamic workspace for RandR module | Chris Feng | 2 | -6/+15 |
2016-07-19 | Adapt dynamic workspace for floating module | Chris Feng | 1 | -7/+13 |
2016-07-19 | Improve the handling of workspaces | Chris Feng | 2 | -10/+76 |
2016-07-19 | Fix various minor issues | Chris Feng | 4 | -54/+102 |