about summary refs log tree commit diff
path: root/exwm-manage.el (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-04 Ensure that default-directory is a directory name in EXWM buffers.Daniel Mendler1-1/+1
2024-02-04 Set the EXWM buffer's default directory to match the process's CWD (#14)Steven Allen1-0/+18
2024-02-04 Remove redundant with-current-buffer in manage-window (#13)Steven Allen1-14/+10
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-15/+29
2023-08-18 Update copyright year to 2023Adrián Medraño Calvo1-1/+1
2023-08-18 Merge branch 'jollm.github.com/ignore-struts-top-bottom' into externals/exwmAdrián Medraño Calvo1-7/+3
2023-08-18 Convert `exwm-workspace--workareas' to a list of `xcb:RECTANGLE'sAdrián Medraño Calvo1-7/+3
2023-06-09 Observe connection status on deinitializationAdrián Medraño Calvo1-2/+7
2021-10-29 Update copyright year to 2021Adrián Medraño Calvo1-1/+1
2020-02-02 Update copyright year to 2020Chris Feng1-1/+1
2019-09-08 ; Improve the docstring of `exwm-manage-configurations'Chris Feng1-1/+3
2019-09-08 Handle and skip problematic per-application configurationsChris Feng1-1/+2
2019-08-25 Fix a lock issue with _NET_CLOSE_WINDOW and WM_DELETE_WINDOWChris Feng1-2/+4
2019-08-11 Make `exwm-manage-configurations' more user friendlyChris Feng1-21/+57
2019-04-14 Clarify the usage of `exwm-manage-configurations'Chris Feng1-1/+23
2019-03-24 ; Follows upChris Feng1-2/+2
2019-03-17 Remove loading order dependency on `mouse-autoselect-window'Chris Feng1-2/+2
2019-02-06 Add input method supportChris Feng1-8/+1
2019-02-01 Fetch necessary properties before checking per-app configurationsChris Feng1-2/+2
2019-02-01 Update copyright year to 2019Chris Feng1-1/+1
2018-12-16 Avoid unnecessary focus changes when creating/killing buffersChris Feng1-2/+5
2018-12-02 ; Improve debug logs.Chris Feng1-3/+4
2018-11-18 Add support for 'managed' per-application configurationChris Feng1-17/+26
2018-11-11 Fix wrong stacking order of tiling X windowsChris Feng1-5/+14
2018-09-16 Simplify debugging and fix dynamic-scoping `eval'Chris Feng1-1/+1
2018-09-04 Restack X-Windows after being mapped to ensure EnterNotify events fireAdrián Medraño Calvo1-0/+17
2018-08-13 Trace more functionsAdrián Medraño Calvo1-1/+15
2018-07-29 Fix issues with destroying full screen X windowsChris Feng1-0/+4
2018-07-15 Shrink Emacs frames with X requestChris Feng1-11/+7
2018-05-20 Provide a fallback value for X window geometryChris Feng1-2/+8
2018-03-23 Add workspace support in per-application configurationsChris Feng1-3/+9
2018-03-09 Minor fixesChris Feng1-4/+0
2018-03-06 Cleanup exwm-manage on exitAdrián Medraño Calvo1-2/+11
2018-03-04 Fix fullscreen mode after switching workspace and backChris Feng1-3/+4
2018-03-04 Add header-line format support in per-application configurationsChris Feng1-0/+3
2018-03-03 Add various per-application configurationsChris Feng1-4/+19
2018-03-02 Add initial support for per-application configurationsChris Feng1-7/+43
2018-02-26 Make `exwm-manage-ping-timeout' a user optionChris Feng1-2/+4
2018-02-20 Remove redundant code for fullscreen modeChris Feng1-3/+0
2018-02-19 Fix various issues with multi-monitor supportChris Feng1-10/+16
2018-02-19 Support displaying floating X windows on all workspacesChris Feng1-13/+2
2018-02-19 Add customization settingsChris Feng1-52/+54
2018-02-18 Make X windows container-lessChris Feng1-124/+21
2017-12-31 Update copyright year to 2018Chris Feng1-1/+1
2017-11-24 Fix possible wrong context when killing buffersChris Feng1-5/+6
2017-11-19 Fix various input focus issuesChris Feng1-1/+1
2017-11-05 Fix for "Selecting deleted buffer" exceptionRam Krishnan1-15/+7
2017-08-31 Avoid reusing dedicated windowChris Feng1-3/+1