about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2018-07-15 ; Use `derived-mode-p'.Chris Feng6-26/+27
2018-07-15 Add support for automatic cursor warpingChris Feng1-0/+15
2018-07-15 Shrink Emacs frames with X requestChris Feng1-11/+7
2018-07-15 Also send a WM_TAKE_FOCUS when setting focus with SetInputFocusChris Feng1-30/+21
2018-07-15 Revert "Grab & Replay key events with XI2 and XTEST"Chris Feng1-222/+85
2018-06-18 Grab & Replay key events with XI2 and XTESTChris Feng1-85/+222
2018-05-27 Fix systemtray position when menu-bar / tool-bar is enabledChris Feng1-6/+2
2018-05-20 Provide a fallback value for X window geometryChris Feng2-4/+10
2018-05-13 Avoid hiding full screen X windows unexpectedlyChris Feng1-0/+2
2018-04-15 Port to 32-bit Emacs on master branchPaul Eggert2-2/+2
2018-04-01 Preserve keyboard grab state after quitting fullscreen modeChris Feng1-3/+4
2018-04-01 Add support for various key processing variablesChris Feng1-13/+32
2018-03-23 Fix a compatibility issue with Emacs 24Chris Feng1-1/+3
2018-03-23 Fix local simulation keysChris Feng1-1/+1
2018-03-23 Avoid entering line-mode after exit minibufferChris Feng1-1/+2
2018-03-23 Add workspace support in per-application configurationsChris Feng1-3/+9
2018-03-14 Bump version to 0.18Chris Feng1-2/+2
2018-03-14 Fix wrong exwm-active frame parametersChris Feng1-2/+3
2018-03-10 Fix regressionsChris Feng4-10/+12
2018-03-10 Delay setting workspaces active/inactiveChris Feng1-11/+12
2018-03-09 Minor fixesChris Feng8-32/+24
2018-03-06 Support replacing and being replaced by other window managersAdrián Medraño Calvo2-3/+103
2018-03-06 Clean up when failing to startAdrián Medraño Calvo1-45/+28
2018-03-06 Name all helper windows created by EXWMAdrián Medraño Calvo3-18/+19
2018-03-06 Add interactive commands for starting and stopping EXWMAdrián Medraño Calvo2-4/+7
2018-03-06 Disconnect on `exwm--exit'Adrián Medraño Calvo2-42/+41
2018-03-06 * exwm.el (exwm--exit): Drop SubstructureRedirect on root window.Adrián Medraño Calvo1-1/+5
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 Factor out `exwm-randr--on-ScreenChangeNotify'Adrián Medraño Calvo1-4/+6
2018-03-06 Cleanup exwm-manage on exitAdrián Medraño Calvo2-3/+12
2018-03-06 Cleanup exwm-layout on exitAdrián Medraño Calvo1-0/+2
2018-03-06 Cleanup exwm-input on exitAdrián Medraño Calvo1-0/+1
2018-03-06 Prevent duplicate keys in frameset-filter-alistAdrián Medraño Calvo2-2/+4
2018-03-06 Support disabling default `exwm-mode-map' bindingsAdrián Medraño Calvo2-2/+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 Feng4-20/+32
2018-03-04 Fix local simulation keysChris Feng1-10/+11
2018-03-04 Add header-line format support in per-application configurationsChris Feng2-2/+21
2018-03-04 Add prefix arguments support for various commandsChris Feng1-16/+41
2018-03-03 Add various per-application configurationsChris Feng2-14/+78
2018-03-03 Fix EXWM buffers not being hidden on workspace switchJohan Johansson1-5/+5
2018-03-02 Add initial support for per-application configurationsChris Feng2-7/+44
2018-03-02 Improve multi-monitor performanceChris Feng1-3/+3
2018-02-26 Make `exwm-manage-ping-timeout' a user optionChris Feng1-2/+4
2018-02-26 Forward keys defined in `exwm-mode-map' to Emacs by defaultChris Feng2-2/+8
2018-02-26 Improve the Customize interface for simulation keysChris Feng1-28/+56
2018-02-26 Add Customize interface for global keysChris Feng1-3/+36
2018-02-24 Bump version to 0.17Chris Feng1-2/+2
2018-02-22 Hide blocked frames (they are visible with a compositor)Chris Feng2-29/+58