about summary refs log tree commit diff
path: root/exwm-workspace.el
AgeCommit message (Expand)AuthorFilesLines
2021-12-09 Leave `client' frame parameter in placeAdrián Medraño Calvo1-40/+7
2021-12-09 Support for killing the X terminalAdrián Medraño Calvo1-24/+37
2021-12-09 Refactor re-creation of last frameAdrián Medraño Calvo1-8/+7
2021-12-09 Refactor `exwm-workspace--get-remove-frame-next-workspace'Adrián Medraño Calvo1-23/+15
2021-11-02 Correct wrong variable nameAdrián Medraño Calvo1-1/+1
2021-10-30 Merge branch 'mattbeshara.github.com/less-consy-workspace--client-p' into ext...Adrián Medraño Calvo1-3/+15
2021-10-29 Update copyright year to 2021Adrián Medraño Calvo1-1/+1
2021-10-25 Explicitly remove workspace frames from client-p cache when deletedMatt Beshara1-1/+2
2021-10-25 Rename variable using ‘exwm-workspace’ package prefix; add docstringMatt Beshara1-4/+6
2021-10-25 Use a hash table to cache result of ‘exwm-workspace--client-p’Matt Beshara1-2/+11
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