about summary refs log tree commit diff
path: root/exwm-layout.el (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-24 Use '=' instead of 'eq' to compare numbers.Steven Allen1-1/+2
2024-01-13 Drop :version keywords from defgroupDaniel Mendler1-1/+0
2024-01-08 Update copyright year to 2024Adrián Medraño Calvo1-1/+1
2023-08-18 Fix bytecompiler warnings, improve docstringsAdrián Medraño Calvo1-8/+15
2023-08-18 Fix layout being refreshed too often on minibuffer setupAdrián Medraño Calvo1-2/+2
2023-08-18 Update copyright year to 2023Adrián Medraño Calvo1-1/+1
2022-11-22 Use `active-minibuffer-window' rather than `minibuffer-window'Adrián Medraño Calvo1-8/+9
2022-02-01 Check EXWM terminal instead of client or graphical framesAdrián Medraño Calvo1-12/+15
2021-11-10 Fix previous commit "Remove duplicate code"Adrián Medraño Calvo1-3/+5
2021-10-30 Remove duplicate codeAdrián Medraño Calvo1-2/+0
2021-10-29 Update copyright year to 2021Adrián Medraño Calvo1-1/+1
2020-06-14 Fix fullscreen statesChris Feng1-2/+4
2020-03-29 Add support for _NET_WM_STATE_HIDDENChris Feng1-7/+16
2020-02-02 Update copyright year to 2020Chris Feng1-1/+1
2019-09-15 Fix `exwm-layout-enlarge-window' for floating X windowsChris Feng1-1/+1
2019-09-14 Replace `frame-geometry'Chris Feng1-4/+3
2019-09-13 Fix hiding floating X windowsChris Feng1-4/+9
2019-09-08 Fix floating X window size with menu-bar/tool-bar enabledChris Feng1-2/+6
2019-03-17 Remove loading order dependency on `mouse-autoselect-window'Chris Feng1-1/+1
2019-02-01 Update copyright year to 2019Chris Feng1-1/+1
2018-12-30 Automatically iconify floating X windowsChris Feng1-1/+21
2018-12-02 ; Improve debug logs.Chris Feng1-0/+3
2018-11-04 Select more sensible buffers after creating new windowsChris Feng1-3/+9
2018-10-21 Restore keyboard grabbing after exiting fullscreenAdrián Medraño Calvo1-1/+1
2018-10-21 Do away with `exwm-input--input-mode'Adrián Medraño Calvo1-2/+1
2018-10-08 Simplify input handlingAdrián Medraño Calvo1-1/+2
2018-08-30 Refresh layout after activating/deactivating workspacesAdrián Medraño Calvo1-3/+4
2018-08-19 Merge branch 'medranocalvo/fix-x-window-vanish' into externals/exwmChris Feng1-53/+72
2018-08-19 ; Comment layout algorithm.Adrián Medraño Calvo1-6/+12
2018-08-16 Split exwm-layout--refresh into three functionsAdrián Medraño Calvo1-46/+57
2018-08-16 Don't assume order of `get-buffer-window-list' resultsAdrián Medraño Calvo1-2/+4
2018-08-16 Use more explicit argument for excluding minibuffersAdrián Medraño Calvo1-4/+4
2018-08-16 Consider windows of the frame being refreshed, not the selected one at the ti...Adrián Medraño Calvo1-1/+1
2018-08-13 Trace more functionsAdrián Medraño Calvo1-0/+14
2018-08-12 Exclude irrelevant X windows when refreshingChris Feng1-1/+2
2018-08-05 When mapping an X window check if it's on an active workspaceChris Feng1-4/+7
2018-07-15 ; Use `derived-mode-p'.Chris Feng1-9/+10
2018-05-20 Provide a fallback value for X window geometryChris Feng1-2/+2
2018-05-13 Avoid hiding full screen X windows unexpectedlyChris Feng1-0/+2
2018-04-15 Port to 32-bit Emacs on master branchPaul Eggert1-1/+1
2018-04-01 Preserve keyboard grab state after quitting fullscreen modeChris Feng1-3/+4
2018-03-10 Fix regressionsChris Feng1-3/+3
2018-03-09 Minor fixesChris Feng1-0/+1
2018-03-06 Cleanup exwm-layout on exitAdrián Medraño Calvo1-0/+2
2018-03-04 Fix fullscreen mode after switching workspace and backChris Feng1-5/+19
2018-02-19 Fix various issues with multi-monitor supportChris Feng1-7/+2
2018-02-19 Support displaying floating X windows on all workspacesChris Feng1-1/+3
2018-02-19 Add customization settingsChris Feng1-35/+40
2018-02-18 Make X windows container-lessChris Feng1-143/+35
2018-02-04 Avoid crashing Emacs by resizing its frame into 0x0Chris Feng1-2/+2