about summary refs log tree commit diff
path: root/ui-summary.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-23 Bump version to 0.29Daniel Mendler1-1/+1
2024-05-23 Depend on xelb 0.19Daniel Mendler1-1/+1
2024-05-17 ; Fix single quote docstring warningDaniel Mendler1-1/+1
2024-04-03 Correctly activate windows even if they're not in the iconic state (#32)Steven Allen1-9/+6
2024-03-16 ; Make more lambdas visible to the byte compilerDaniel Mendler2-14/+14
2024-03-16 exwm-mode-menu: Make lambdas visible to the byte compilerDaniel Mendler1-25/+25
2024-03-16 Move evaluated mode-name expression to exwm--mode-nameDaniel Mendler1-7/+11
2024-03-16 exwm-mode: Disable command, abbrev and syntax tableDaniel Mendler1-1/+1
2024-03-15 window-pixel-width-before-size-change is available since Emacs 26Daniel Mendler1-5/+2
2024-03-15 window-preserve-size is available since Emacs 25Daniel Mendler1-6/+4
2024-02-12 Use xcb:icccm:-ManagerSelection (#16)Daniel Mendler2-11/+2
2024-02-05 Simplify and improve focus handling (#10)Steven Allen1-29/+23
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<