about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2016-07-21 Fix workspace creation and deletionChris Feng3-43/+96
2016-07-21 Minor fixesChris Feng2-4/+24
2016-07-21 Minor cleanupsChris Feng6-34/+25
2016-07-19 Add support for attachable/detachable minibufferChris Feng2-59/+113
2016-07-19 Fix an bug for emacsclientChris Feng1-8/+4
2016-07-19 Fix a workspace switch issueChris Feng1-4/+10
2016-07-19 Merge branch 'medranocalvo/dynamic-workspaces' into externals/exwmChris Feng11-293/+626
2016-07-19 Mention dynamic workspace in various placesChris Feng3-15/+23
2016-07-19 Adapt dynamic workspace for RandR moduleChris Feng2-6/+15
2016-07-19 Adapt dynamic workspace for floating moduleChris Feng1-7/+13
2016-07-19 Improve the handling of workspacesChris Feng2-10/+76
2016-07-19 Fix various minor issuesChris Feng4-54/+102
2016-07-18 Fix 2 dock-related issuesChris Feng2-13/+29
2016-07-18 * exwm-workspace.el (exwm-workspace--init): Rebalance parentheses.Chris Feng1-2/+2
2016-07-17 Remove `exwm-worspace-number'Adrián Medraño Calvo2-37/+64
2016-07-17 Support adding and removing workspacesAdrián Medraño Calvo1-145/+223
2016-07-17 Support moving workspacesAdrián Medraño Calvo1-1/+15
2016-07-17 Support swapping workspacesAdrián Medraño Calvo1-0/+22
2016-07-17 Factor out prompt for workspaceAdrián Medraño Calvo1-21/+14
2016-07-17 Work with workspace frames instead of indicesAdrián Medraño Calvo6-110/+114
2016-07-17 Move defvars to the topAdrián Medraño Calvo1-2/+2
2016-07-17 New function exwm-workspace--workspace-pAdrián Medraño Calvo3-4/+10
2016-07-17 Add helper for counting number of workspacesAdrián Medraño Calvo2-15/+20
2016-07-17 Add `exwm-workspace--position' helperAdrián Medraño Calvo4-7/+16
2016-07-17 Apply minibuffer in own frame configuration to created framesAdrián Medraño Calvo1-2/+16
2016-07-17 Add missing declarationsAdrián Medraño Calvo6-5/+31
2016-07-17 Minor cleanupAdrián Medraño Calvo1-2/+1
2016-07-17 Add major mode menuChris Feng2-1/+73
2016-07-16 Add RandR support for docks and reuse workareasChris Feng5-148/+170
2016-07-15 Add multi-dock support and fix fullscreen issues with dockChris Feng5-65/+149
2016-07-15 Fix a `unread-command-events' issue for Emacs 24Chris Feng1-2/+14
2016-07-14 Fix various stability issuesChris Feng5-8/+22
2016-07-13 Add/improve some ICCCM/EWMH featuresChris Feng8-131/+310
2016-07-12 * exwm-input.el (exwm-input--on-KeyPress-char-mode): No need toChris Feng1-3/+1
2016-07-12 Add initial support for dock (panel) applicationsChris Feng5-61/+163
2016-07-12 * exwm-workspace.el (exwm-workspace--init): Remove possibleChris Feng1-3/+9
2016-07-12 Fix a bug of simulation keysChris Feng1-2/+8
2016-06-17 Allow buffer-local simulation keysChris Feng1-1/+16
2016-06-17 * exwm-layout.el (exwm-layout--show): Resize the X windowChris Feng1-5/+6
2016-05-25 Bump version to 0.5Chris Feng1-2/+2
2016-05-24 * exwm-input.el (exwm-input--update-focus): Do not update input focusChris Feng1-1/+7
2016-05-24 Manage a certain type of undecorated X windowsChris Feng3-9/+22
2016-05-23 Add cleanup codes for Emacs daemonChris Feng8-22/+149
2016-05-21 Always add `exwm-workspace--on-focus-in'Chris Feng1-2/+2
2016-05-13 Use `xcb:connect' instead of `xcb:connect-to-socket'Chris Feng2-2/+2
2016-04-21 Announce manager selection with client messageChris Feng1-0/+24
2016-04-21 Properly place undecorated X windowsChris Feng1-6/+14
2016-04-07 Fix 2 multi-monitor issuesChris Feng2-1/+15
2016-04-03 Some commands should be called interactivelyChris Feng2-4/+4
2016-03-25 Fix emacsclient issuesChris Feng3-14/+24