about summary refs log tree commit diff
path: root/exwm-input.el
AgeCommit message (Collapse)AuthorFilesLines
2015-08-10 Fix emacsclient bugsChris Feng1-2/+4
`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-07 Fix input focus lost after closing windowChris Feng1-10/+25
Also insert some debug messages.
2015-08-07 Various input fixesChris Feng1-15/+15
* Fix `exwm-reset` * Make input mode buffer local * Allow window to stay in `char-mode` while setting input focus to other window or switching to other workspace
2015-08-05 Various fixesChris Feng1-9/+12
* Prevent marking the end of a key sequence with a single `C-u'. * Enable `C-u' prefix for key simulation since it's not possible for users to define simulation keys starting with `C-u'. * Make Emacs idle only after the visual parts are updated to prevent from disturbing users. * Should use '?\s' instead of '? '.
2015-07-19 Various fixesChris Feng1-1/+1
Remove wrong shift modifiers. Hide a Window when it's moved to another workspace.
2015-07-18 Various fixes for workspaceChris Feng1-2/+0
Fixes for full screen, move window, etc.
2015-07-17 First commitChris Feng1-0/+451