about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2015-11-02 Disable some incompatible featuresChris Feng2-3/+4
2015-11-01 Add hook run when screen changesChris Feng1-5/+15
2015-10-30 Use new calling conventions of xcb:keysymsChris Feng1-9/+15
2015-10-29 Improve robustness of killing buffersChris Feng2-32/+40
2015-10-29 Avoid mapping managed X windows on MapRequestChris Feng1-10/+8
2015-10-28 Check KEYSYMs converted from eventsChris Feng1-3/+14
2015-10-28 Add demo configurationsChris Feng3-38/+122
2015-10-28 Make the creation/destruction of floating frames more silentChris Feng2-11/+16
2015-10-28 Minor input focus fixChris Feng1-1/+1
2015-10-27 Delay closing minibufferChris Feng1-3/+2
2015-10-26 Fix problems introduced/exposed by last commitChris Feng4-30/+32
2015-10-25 Fix workspace switch issuesChris Feng2-6/+10
2015-10-19 Close the (possible) active minibuffer when switching workspaceChris Feng1-0/+2
2015-10-17 Allow certain commands to receive key events in line-modeChris Feng1-0/+8
2015-10-11 Improve robustnessChris Feng1-2/+9
2015-10-10 Restrict the check of _MOTIF_WM_HINTSChris Feng1-2/+5
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