about summary refs log tree commit diff
path: root/README.md (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-05 Only call exwm-randr-screen-change-hook on new event sequence numberJames Ferguson1-2/+9
2018-12-02 ; Improve debug logs.Chris Feng8-20/+116
2018-12-01 Bump version to 0.21Chris Feng1-1/+1
2018-11-25 Avoid unnecessary keyboard grab/ungrab in char-modeChris Feng1-7/+8
2018-11-18 Fallback to the first monitor as the primary oneChris Feng1-2/+3
2018-11-18 Add support for 'managed' per-application configurationChris Feng1-17/+26
2018-11-18 Automatically refresh RandR settingsChris Feng1-7/+54
2018-11-18 Avoid activating already active X windowsChris Feng1-3/+8
2018-11-11 Fix wrong stacking order of tiling X windowsChris Feng1-5/+14
2018-11-11 Expose `exwm-randr-refresh' public interfaceChris Feng1-1/+6
2018-11-04 Add support for RandR 1.5 monitorChris Feng2-82/+81
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 Calvo3-2/+8
2018-10-21 Do away with `exwm-input--input-mode'Adrián Medraño Calvo2-13/+5
2018-10-21 Fix single workspace invisible problem with XephyrChris Feng1-3/+5
2018-10-14 Bump version to 0.20Chris Feng1-2/+2
2018-10-08 Reduce flicker when switching workspacesAdrián Medraño Calvo1-1/+1
2018-10-08 Support binding mouse events in line-modeAdrián Medraño Calvo1-24/+61
2018-10-08 Fix focus jumps with minibuffer-only framesAdrián Medraño Calvo1-11/+1
2018-10-08 Simplify input handlingAdrián Medraño Calvo3-26/+33
2018-09-16 Simplify debugging and fix dynamic-scoping `eval'Chris Feng2-15/+7
2018-09-09 ; Minor fixes for Calvo's patch set.Chris Feng1-8/+5
2018-09-04 Restack X-Windows after being mapped to ensure EnterNotify events fireAdrián Medraño Calvo1-0/+17
2018-09-04 Command for toggling debugging outputAdrián Medraño Calvo1-1/+12
2018-09-04 Substitute overlapping keybindingsAdrián Medraño Calvo1-2/+2
2018-09-04 Use XELB's debugging facilitiesAdrián Medraño Calvo2-126/+14
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 Calvo2-5/+7
2018-08-19 ; Comment layout algorithm.Adrián Medraño Calvo1-6/+12
2018-08-19 Consistently name helper windowsAdrián Medraño Calvo2-22/+27
2018-08-19 ; Unimportant tweaksChris Feng3-20/+14
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 Calvo6-1/+72
2018-08-13 Commands for interacting with the log buffer remotelyAdrián Medraño Calvo2-0/+17
2018-08-13 Print log output to an EXWM-specific messages bufferAdrián Medraño Calvo2-3/+116
2018-08-12 Avoid using `set-mouse-position' to warp pointerChris Feng1-3/+12
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-29 Fix issues with destroying full screen X windowsChris Feng1-0/+4
2018-07-18 Bump version to 0.19Chris Feng1-2/+2
2018-07-15 Fix XTerm crash on startupChris Feng1-10/+12
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