about summary refs log tree commit diff
path: root/exwm-workspace.el (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-29 Update copyright year to 2021Adrián Medraño Calvo1-1/+1
2020-05-06 Prevent jumping back to previous workspaceAdrián Medraño Calvo1-5/+5
2020-04-15 Stop aborting recursive edit upon switching workspaces.Adrián Medraño Calvo1-10/+0
2020-04-15 Abort recursive edit before switching workspacesAdrián Medraño Calvo1-6/+10
2020-02-02 Update copyright year to 2020Chris Feng1-1/+1
2019-12-08 Eliminate a compile warningChris Feng1-1/+1
2019-10-02 Fix detection of `exwm-workspace--window-y-offset'Chris Feng1-4/+10
2019-10-02 Avoid calling `x-focus-frame' on non-graphical framesChris Feng1-1/+2
2019-09-14 Replace `frame-geometry'Chris Feng1-0/+27
2019-09-13 Improve user optionsChris Feng1-1/+3
2019-09-08 ; Improve messages for automatically created workspacesChris Feng1-2/+4
2019-08-25 Ignore non-`exwm-mode' buffers in `exwm-workspace-move-window'Chris Feng1-1/+3
2019-08-11 Inform user about making a frame a workspaceChris Feng1-2/+4
2019-07-28 Fix `after-focus-change-function' not workingChris Feng1-2/+8
2019-06-30 Fix 'Attempt to delete a surrogate minibuffer frame' errorChris Feng1-12/+24
2019-03-17 * exwm-workspace.el: Use closures rather than `(lambda ...)Stefan Monnier1-9/+9
2019-03-17 Add extra keys for selecting workspaceChris Feng1-3/+17
2019-02-06 Merge branch 'retain-echo-area-until-input' of https://github.com/medranocalv...Chris Feng1-1/+19
2019-02-01 Update copyright year to 2019Chris Feng1-1/+1
2018-12-02 ; Improve debug logs.Chris Feng1-2/+29
2018-11-04 Add support for RandR 1.5 monitorChris Feng1-9/+9
2018-11-03 Hide minibuffer upon receiving any eventAdrián Medraño Calvo1-0/+7
2018-11-03 Stop hiding the minibuffer when a message is being displayedAdrián Medraño Calvo1-1/+12
2018-10-21 Fix single workspace invisible problem with XephyrChris Feng1-3/+5
2018-10-08 Reduce flicker when switching workspacesAdrián Medraño Calvo1-1/+1
2018-09-02 Explicitly specify frame for cursor warping conditionalJames Ferguson1-1/+1
2018-09-02 Fix cursor warping conditional for cursor left of frameJames Ferguson1-1/+3
2018-08-30 Refresh layout after activating/deactivating workspacesAdrián Medraño Calvo1-2/+3
2018-08-13 Trace more functionsAdrián Medraño Calvo1-0/+7
2018-08-12 Avoid using `set-mouse-position' to warp pointerChris Feng1-3/+12
2018-07-15 ; Use `derived-mode-p'.Chris Feng1-4/+4
2018-07-15 Add support for automatic cursor warpingChris Feng1-0/+15
2018-03-09 Minor fixesChris Feng1-17/+14
2018-03-06 Name all helper windows created by EXWMAdrián Medraño Calvo1-12/+10
2018-03-06 Add interactive commands for starting and stopping EXWMAdrián Medraño Calvo1-1/+1
2018-03-06 Disconnect on `exwm--exit'Adrián Medraño Calvo1-39/+0
2018-03-06 Cleanup exwm-workspace on exitAdrián Medraño Calvo1-117/+132
2018-03-06 Dissociate frame creation and deletion handlers from the actual configuration...Adrián Medraño Calvo1-113/+139
2018-03-06 Prevent duplicate keys in frameset-filter-alistAdrián Medraño Calvo1-1/+2
2018-03-04 Avoid switching buffer when moving an X window already in placeChris Feng1-1/+3
2018-03-04 Fix fullscreen mode after switching workspace and backChris Feng1-3/+4
2018-03-04 Add prefix arguments support for various commandsChris Feng1-16/+41
2018-03-03 Fix EXWM buffers not being hidden on workspace switchJohan Johansson1-5/+5
2018-02-22 Hide blocked frames (they are visible with a compositor)Chris Feng1-26/+50
2018-02-22 Mark active workspaces on each outputChris Feng1-43/+36
2018-02-20 Use the 'exwm-randr-output' frame parameter to determine the outputChris Feng1-38/+30
2018-02-19 Fix various issues with multi-monitor supportChris Feng1-37/+68
2018-02-19 Support displaying floating X windows on all workspacesChris Feng1-4/+6
2018-02-19 Add customization settingsChris Feng1-96/+122
2018-02-18 Make X windows container-lessChris Feng1-184/+136