about summary refs log tree commit diff
path: root/exwm-workspace.el (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-02 Explicitly specify frame for cursor warping conditionalJames Ferguson1-1/+1
2018-09-02 Fix cursor warping conditional for cursor left of frameJames Ferguson1-1/+3
2018-08-30 Refresh layout after activating/deactivating workspacesAdrián Medraño Calvo1-2/+3
2018-08-13 Trace more functionsAdrián Medraño Calvo1-0/+7
2018-08-12 Avoid using `set-mouse-position' to warp pointerChris Feng1-3/+12
2018-07-15 ; Use `derived-mode-p'.Chris Feng1-4/+4
2018-07-15 Add support for automatic cursor warpingChris Feng1-0/+15
2018-03-09 Minor fixesChris Feng1-17/+14
2018-03-06 Name all helper windows created by EXWMAdrián Medraño Calvo1-12/+10
2018-03-06 Add interactive commands for starting and stopping EXWMAdrián Medraño Calvo1-1/+1
2018-03-06 Disconnect on `exwm--exit'Adrián Medraño Calvo1-39/+0
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 Prevent duplicate keys in frameset-filter-alistAdrián Medraño Calvo1-1/+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 Feng1-3/+4
2018-03-04 Add prefix arguments support for various commandsChris Feng1-16/+41
2018-03-03 Fix EXWM buffers not being hidden on workspace switchJohan Johansson1-5/+5
2018-02-22 Hide blocked frames (they are visible with a compositor)Chris Feng1-26/+50
2018-02-22 Mark active workspaces on each outputChris Feng1-43/+36
2018-02-20 Use the 'exwm-randr-output' frame parameter to determine the outputChris Feng1-38/+30
2018-02-19 Fix various issues with multi-monitor supportChris Feng1-37/+68
2018-02-19 Support displaying floating X windows on all workspacesChris Feng1-4/+6
2018-02-19 Add customization settingsChris Feng1-96/+122
2018-02-18 Make X windows container-lessChris Feng1-184/+136
2017-12-31 Update copyright year to 2018Chris Feng1-1/+1
2017-11-19 Fix various input focus issuesChris Feng1-7/+6
2017-07-16 Allow customizing workspace indexesChris Feng1-1/+5
2017-05-31 Allow switching to a workspace by selecting one X window on itChris Feng1-2/+12
2017-05-30 Fix X display name comparisonChris Feng1-2/+5
2017-04-16 Avoid comparing X display namesChris Feng1-2/+2
2017-03-05 Manually run `focus-in-hook' and `focus-out-hook'Chris Feng1-0/+19
2017-02-24 Fix systemtray positionChris Feng1-1/+4
2017-02-05 Fix checkdoc warningsChris Feng1-1/+1
2017-02-05 Update copyright year to 2017Chris Feng1-1/+1
2017-01-03 Prevent certain frame parameters from being saved/restoredChris Feng1-1/+6
2016-10-06 Avoid updating input focus when renaming buffersChris Feng1-3/+13
2016-09-30 Use read-buffer-to-switch in exwm-workspace-switch-to-bufferFelix Lange1-1/+1
2016-09-23 Use X window bordersChris Feng1-6/+0
2016-08-31 Force using visible buffers in `other-buffer'Chris Feng1-1/+1
2016-08-30 Improve exwm-workspace-move-window behavior in specific caseVed Vyas1-4/+3
2016-08-15 Do not set _NET_WORKAREAChris Feng1-7/+2
2016-08-12 Fix _NET_DESKTOP_VIEWPORTChris Feng1-5/+0
2016-08-12 Raise all docks/panels when switching workspaceChris Feng1-12/+13
2016-08-12 Check for _NET_WM_STATE_FULLSCREEN on managingChris Feng1-4/+11
2016-08-12 Always put the desktop at bottomChris Feng1-3/+17
2016-08-12 Fix CreateWindow attributesChris Feng1-15/+34
2016-08-09 Update timestamp for WM_TAKE_FOCUS ClientMessageChris Feng1-0/+9
2016-08-01 Fix emacsclient issuesChris Feng1-26/+30
2016-08-01 Fix restarting issuesChris Feng1-19/+36