about summary refs log tree commit diff
path: root/exwm-workspace.el (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-08 Update copyright year to 2024Adrián Medraño Calvo1-1/+1
2023-09-10 Fix workspace height unsharing workarea valueAdrián Medraño Calvo1-16/+18
2023-08-18 Fix bytecompiler warnings, improve docstringsAdrián Medraño Calvo1-24/+37
2023-08-18 Update copyright year to 2023Adrián Medraño Calvo1-1/+1
2023-08-18 Declare defsubst indentationAdrián Medraño Calvo1-2/+3
2023-08-18 Merge branch 'jollm.github.com/ignore-struts-top-bottom' into externals/exwmAdrián Medraño Calvo1-87/+94
2023-08-18 Selectively ignore left & right struts in horizontally aligned monitorsAdrián Medraño Calvo1-7/+6
2023-08-18 Convert `delta' to the size the strut occupies in the workareaAdrián Medraño Calvo1-12/+12
2023-08-18 Convert `exwm-workspace--workareas' to a list of `xcb:RECTANGLE'sAdrián Medraño Calvo1-92/+95
2023-06-09 More selectively ignore top and bottom strutsFran Ley1-2/+7
2023-06-09 Observe connection status on deinitializationAdrián Medraño Calvo1-37/+44
2022-11-22 Merge branch 'drop-client-p' into externals/exwmAdrián Medraño Calvo1-112/+71
2022-10-29 Fix logging order in exwm-workspace--set-activeJames1-1/+1
2022-03-24 Use 32-bit visual for frame containersAdrián Medraño Calvo1-4/+17
2022-02-10 Set WM_STATE on emacs framesElijah Malaby1-0/+5
2022-02-01 Check EXWM terminal instead of client or graphical framesAdrián Medraño Calvo1-24/+12
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