about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2017-02-12 Bump version to 0.13Chris Feng1-1/+1
2017-02-10 Correct a renamed variableChris Feng1-2/+2
2017-02-05 Add a menu entry to `exwm-mode-map'Chris Feng1-0/+1
2017-02-05 Fix checkdoc warningsChris Feng7-12/+13
2017-02-05 Update copyright year to 2017Chris Feng11-11/+11
2017-01-03 Prevent certain frame parameters from being saved/restoredChris Feng3-3/+16
2016-12-26 Fix a bug with zero floating border widthChris Feng1-1/+2
2016-11-19 Bump version to 0.12Chris Feng1-2/+2
2016-11-13 Grab global prefix keys with num-lock mask set.Chris Feng1-1/+8
2016-10-06 Fix a possible deadlockChris Feng1-2/+9
2016-10-06 Avoid updating input focus when renaming buffersChris Feng1-3/+13
2016-10-06 Fix problems with active minibufferChris Feng2-42/+47
2016-10-01 Bump version to 0.11Chris Feng1-1/+1
2016-10-01 Merge branch 'fjl/read-buffer-to-switch' into externals/exwmChris Feng1-1/+1
2016-09-30 Use read-buffer-to-switch in exwm-workspace-switch-to-bufferFelix Lange1-1/+1
2016-09-25 Fix a frame resizing problem for Lucid buildChris Feng1-8/+29
2016-09-25 Fix `exwm-manage--kill-buffer-query-function'Chris Feng1-17/+17
2016-09-23 Use X window bordersChris Feng5-36/+66
2016-09-23 Remember the geometries of floating X windowsChris Feng2-9/+24
2016-09-23 Redirect KeyPress events sent to system tray iconsChris Feng1-1/+33
2016-09-23 Allow selecting an X window from another workspaceChris Feng1-8/+2
2016-09-22 Add support for keyboard macroChris Feng2-1/+36
2016-09-22 Drop support for _NET_WM_STATE_MODALChris Feng1-15/+1
2016-09-22 ; Remove dead codeChris Feng1-13/+11
2016-08-31 Merge branch 'vedvyas/workspace-move-window-tweak' into externals/exwmChris Feng2-6/+6
2016-08-31 Force using visible buffers in `other-buffer'Chris Feng2-3/+4
2016-08-30 Improve exwm-workspace-move-window behavior in specific caseVed Vyas1-4/+3
2016-08-28 Bump version to 0.10Chris Feng1-1/+1
2016-08-24 Add toggle commandsChris Feng3-8/+22
2016-08-15 ; Fix typosChris Feng3-4/+4
2016-08-15 Do not set _NET_WORKAREAChris Feng3-12/+6
2016-08-14 Merge branch 'feat/compositor' into externals/exwmChris Feng3-0/+1780
2016-08-14 Document the compositing manager moduleChris Feng2-0/+2
2016-08-14 Implement compositing manager moduleChris Feng1-0/+1778
2016-08-14 Bump version to 0.9Chris Feng1-2/+2
2016-08-14 Only check input focus for globally active modelChris Feng1-31/+30
2016-08-12 Fix _NET_DESKTOP_VIEWPORTChris Feng2-5/+5
2016-08-12 Raise all docks/panels when switching workspaceChris Feng2-26/+19
2016-08-12 Check for _NET_WM_STATE_FULLSCREEN on managingChris Feng5-18/+49
2016-08-12 * exwm-manage.el (exwm-manage--unmanage-window): Do not clear strutsChris Feng1-1/+2
2016-08-12 Always put the desktop at bottomChris Feng2-3/+29
2016-08-12 * exwm-manage.el (exwm-manage--scan): Check for possiblyChris Feng1-9/+16
2016-08-12 Fix CreateWindow attributesChris Feng5-34/+85
2016-08-10 Adapt for the changes in `window-configuration-change-hook'Chris Feng1-4/+10
2016-08-09 Update timestamp for WM_TAKE_FOCUS ClientMessageChris Feng4-34/+112
2016-08-09 Fix coordinates calculations concerning workspacesChris Feng2-22/+20
2016-08-09 Ensure floating hooks are run in the right contextChris Feng1-4/+8
2016-08-07 Set background pixmap for system tray embedderChris Feng1-16/+27
2016-08-06 * exwm-layout.el (exwm-layout--show): Fix the position of floatingChris Feng1-15/+23
2016-08-06 Avoid setting input focus on workspace containersChris Feng1-11/+34