about summary refs log tree commit diff
path: root/README.md (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-19 Manage non-floating windows without decorationsChris Feng1-3/+9
2015-09-19 Check _MOTIF_WM_HINTS when attempting to manage an X windowChris Feng2-5/+35
2015-09-19 Avoid autoloading variablesChris Feng3-2/+2
2015-09-18 Prevent Emacs cursor style change when pointer is in an X windowChris Feng1-0/+15
2015-09-18 Fix a compilation warningChris Feng1-0/+1
2015-09-18 Fix wrong/missing ConfigureNotify eventsChris Feng2-11/+57
2015-09-17 On-demand update exwm-workspace--switch-historyChris Feng4-38/+47
2015-09-16 Allow showing buffers on other workspaces and moving an X window by switchingChris Feng4-33/+58
2015-09-11 Fix with-slotsChris Feng1-4/+4
2015-09-11 Minor fix for window moveChris Feng1-1/+1
2015-09-11 Implement move/resize with keyboardChris Feng2-8/+123
2015-09-11 Allow switch to normal buffers in exwm-workspace-switch-to-windowChris Feng1-4/+5
2015-09-09 Add a command to interactively move X window to the current workspaceChris Feng1-2/+29
2015-09-09 Add support for xcb:Atom:_NET_CLIENT_LIST_STACKING etcChris Feng4-2/+25
2015-09-07 Allow hide/show mode-line on floating framesChris Feng2-18/+62
2015-09-06 Code cleanupsChris Feng2-2/+3
2015-09-04 Prepare for GNU ELPA releaseChris Feng12-1045/+382
2015-09-03 Ungrab pointer timely when resizing is abortedChris Feng1-1/+2
2015-08-28 Minor fixPhilip1-2/+2
2015-08-28 Drop intro to xelb-utilChris Feng1-5/+3
2015-08-27 Avoid deleting the frame created by Emacs client by accidentChris Feng1-5/+4
2015-08-27 Re-enable complete refresh of keyboard mappingChris Feng1-12/+5
2015-08-27 Fix window size calculationsChris Feng2-5/+6
2015-08-26 Fix `exwm-workspace-rename-buffer`Chris Feng1-10/+11
2015-08-26 Correct several EWMH propertiesChris Feng5-52/+58
2015-08-26 Replay KeyPress events instead of fake them in line-modeChris Feng1-53/+24
2015-08-24 Avoid using the "no window manager" code in EmacsPhilip4-6/+60
2015-08-24 Only manage windows mapped as the direct children of root window (close #38)Chris Feng1-3/+8
2015-08-17 Improve code robustness.Philip3-43/+45
2015-08-17 fix buffer renamingPhilip1-2/+4
2015-08-16 Fix bug when moving a window to the current workspacePhilip1-2/+2
2015-08-16 Provide hooks run when the floating state of a window changes (close #28)Chris Feng1-2/+9
2015-08-14 Honor `value-mask` field in ConfigureRequest eventChris Feng1-10/+10
2015-08-13 Fix input focus stealingChris Feng1-8/+10
2015-08-13 Fix multi-screen bugsChris Feng6-30/+54
2015-08-13 Minor fixes for emacsclientChris Feng2-5/+5
2015-08-12 Improve input focus switch mechanismChris Feng5-81/+62
2015-08-11 Center floating windows by defaultChris Feng3-2/+26
2015-08-11 Fix buffer switch problemsChris Feng2-1/+31
2015-08-11 Remove redundant code caused by the concurrency of events (contd, 2)Chris Feng4-61/+45
2015-08-10 Ignore repeated `MappingNotify` eventsChris Feng1-7/+18
2015-08-10 Remove redundant code caused by the concurrency of events (continued)Chris Feng4-37/+34
2015-08-10 Fix emacsclient bugsChris Feng4-33/+49
2015-08-09 Remove redundant code caused by the concurrency of eventsChris Feng1-10/+1
2015-08-09 Refresh when minibuffer grows (fix #10)Chris Feng1-1/+12
2015-08-08 Show moved window by defaultChris Feng1-8/+13
2015-08-08 Correct layout refresh problemsChris Feng2-16/+21
2015-08-08 Fix some input focus issuesChris Feng2-5/+11
2015-08-08 Fixes for manage/unmanage windowChris Feng2-4/+13
2015-08-07 Fix race conditions when managing a windowChris Feng1-1/+13