about summary refs log tree commit diff
path: root/exwm-floating.el
AgeCommit message (Collapse)AuthorFilesLines
2015-08-10 Fix emacsclient bugsChris Feng1-6/+8
`emacsclient` started with `-c` or `-t` argument create a new frame that shall not be used to manage X windows. Also fix some related input focus issues (with some remaining unfixed). Close #17.
2015-08-08 Fixes for manage/unmanage windowChris Feng1-1/+0
* Make sure `exwm-manage--manage-window-queue` is cleaned * Improve input focus handling after unmanaging a window * Remove a redundant call to `exwm-layout--show`
2015-07-18 Improve move/resizeChris Feng1-100/+83
The type of move/resize is consistent during one complete operation. So there is no need to judge it on every mouse motion.
2015-07-17 First commitChris Feng1-0/+431