about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2015-10-01 Fix a position calculation error on multi-monitor settingsChris Feng1-2/+9
2015-09-27 Work around subrs that block EXWM; other minor fixesChris Feng7-72/+158
2015-09-25 Fix click-to-focus on multi-monitor settingsChris Feng1-1/+15
2015-09-24 Fix a calculation error of the position of a floating frameChris Feng1-2/+2
2015-09-23 Adjust default prefix keys; advice x-create-frameChris Feng3-7/+15
2015-09-21 Minor fixes for packagingChris Feng4-13/+18
2015-09-20 Fix input & input focus issuesChris Feng2-27/+37
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-29 Merge pull request #52 from pipcet/minor-fixChris Feng1-2/+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-25 Merge pull request #42 from pipcet/ewmh-fullscreenChris Feng4-6/+60
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 Merge branch 'pipcet-move-window-fix'Chris Feng1-4/+6
2015-08-17 Merge branch 'move-window-fix' of https://github.com/pipcet/exwm into pipcet-...Chris Feng1-4/+6
2015-08-17 Merge branch 'pipcet-robustness'Chris Feng3-43/+45
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