about summary refs log tree commit diff
path: root/exwm-input.el (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-17 Add `exwm-workspace--position' helperAdrián Medraño Calvo1-2/+3
2016-07-17 Add missing declarationsAdrián Medraño Calvo1-0/+3
2016-07-17 Add major mode menuChris Feng1-1/+5
2016-07-15 Fix a `unread-command-events' issue for Emacs 24Chris Feng1-2/+14
2016-07-14 Fix various stability issuesChris Feng1-2/+4
2016-07-13 Add/improve some ICCCM/EWMH featuresChris Feng1-1/+18
2016-07-12 * exwm-input.el (exwm-input--on-KeyPress-char-mode): No need toChris Feng1-3/+1
2016-07-12 Fix a bug of simulation keysChris Feng1-2/+8
2016-06-17 Allow buffer-local simulation keysChris Feng1-1/+16
2016-05-24 * exwm-input.el (exwm-input--update-focus): Do not update input focusChris Feng1-1/+7
2016-05-23 Add cleanup codes for Emacs daemonChris Feng1-3/+17
2016-03-08 Use `cl-case' instead of `case'Chris Feng1-1/+1
2016-03-07 Change input mode of window being clickedAdrián Medraño Calvo1-28/+44
2016-03-01 Avoid unnecessary input focus changes in line-modeChris Feng1-6/+2
2016-02-23 Make input focus revert to pointer rootChris Feng1-1/+2
2016-02-20 Prevent Emacs frames from restacking themselvesChris Feng1-11/+3
2016-02-19 Fix system tray issues after updating workspacesChris Feng1-3/+18
2016-02-06 Resize minibuffer only when it's in its own frameFelix Lange1-1/+1
2016-02-06 Add auto-hiding minibuffer supportChris Feng1-34/+25
2016-02-03 Merge branch 'feat/virtual-root'Chris Feng1-69/+85
2016-02-03 Avoid unnecessary changes of stacking orderChris Feng1-8/+22
2016-02-03 Rework the X windows hierarchy modelChris Feng1-69/+71
2016-02-02 Update copyright year to 2016Chris Feng1-1/+1
2015-12-13 Remove the MappingNotify event listenerChris Feng1-19/+0
2015-10-30 Use new calling conventions of xcb:keysymsChris Feng1-9/+15
2015-10-28 Check KEYSYMs converted from eventsChris Feng1-3/+14
2015-10-28 Minor input focus fixChris Feng1-1/+1
2015-10-26 Fix problems introduced/exposed by last commitChris Feng1-3/+1
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-09-25 Fix click-to-focus on multi-monitor settingsChris Feng1-1/+15
2015-09-23 Adjust default prefix keys; advice x-create-frameChris Feng1-2/+1
2015-09-20 Fix input & input focus issuesChris Feng1-17/+27
2015-09-18 Prevent Emacs cursor style change when pointer is in an X windowChris Feng1-0/+15
2015-09-09 Add support for xcb:Atom:_NET_CLIENT_LIST_STACKING etcChris Feng1-1/+0
2015-09-04 Prepare for GNU ELPA releaseChris Feng1-46/+48
2015-08-27 Re-enable complete refresh of keyboard mappingChris Feng1-12/+5
2015-08-26 Replay KeyPress events instead of fake them in line-modeChris Feng1-53/+24
2015-08-17 Improve code robustness.Philip1-37/+38
2015-08-13 Fix input focus stealingChris Feng1-8/+10
2015-08-13 Fix multi-screen bugsChris Feng1-10/+13
2015-08-13 Minor fixes for emacsclientChris Feng1-2/+2
2015-08-12 Improve input focus switch mechanismChris Feng1-47/+48
2015-08-11 Center floating windows by defaultChris Feng1-1/+0
2015-08-11 Remove redundant code caused by the concurrency of events (contd, 2)Chris Feng1-40/+35
2015-08-10 Ignore repeated `MappingNotify` eventsChris Feng1-7/+18
2015-08-10 Remove redundant code caused by the concurrency of events (continued)Chris Feng1-17/+20
2015-08-10 Fix emacsclient bugsChris Feng1-2/+4
2015-08-07 Fix input focus lost after closing windowChris Feng1-10/+25
2015-08-07 Various input fixesChris Feng1-15/+15