about summary refs log tree commit diff
path: root/exwm-input.el (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-19 Fix various input focus issuesChris Feng1-18/+19
2017-11-19 Free unused X resourcesChris Feng1-5/+11
2017-11-19 Correct the detection of emacsclientChris Feng1-5/+4
2017-11-09 Be more precise when choosing the init hookChris Feng1-2/+5
2017-11-09 Update the workarounds for `unread-command-events'Chris Feng1-6/+2
2017-11-05 Fix for "Selecting deleted buffer" exceptionRam Krishnan1-15/+7
2017-11-05 Filter out events relating to temp buffersChris Feng1-3/+6
2017-10-09 Fix systemtray applications crash when restartingChris Feng1-0/+12
2017-09-10 Avoid comparing raw button eventsChris Feng1-26/+6
2017-08-31 Update systemtray when initializingChris Feng1-1/+4
2017-08-31 Avoid reusing dedicated windowChris Feng2-8/+2
2017-08-02 Bump version to 0,15Chris Feng1-1/+1
2017-07-16 Allow customizing workspace indexesChris Feng1-1/+5
2017-05-31 Allow switching to a workspace by selecting one X window on itChris Feng1-2/+12
2017-05-30 Fix X display name comparisonChris Feng1-2/+5
2017-05-07 Bump version to 0.14Chris Feng1-1/+1
2017-05-07 Force repositioning floating Emacs framesChris Feng1-8/+9
2017-04-23 ; Do not cache events for non-`exwm-mode' buffersChris Feng1-3/+5
2017-04-16 Avoid comparing X display namesChris Feng1-2/+2
2017-04-10 Only add graphic frames to `exwm-manage--frame-outer-id-list'Chris Feng1-5/+7
2017-03-05 Manually run `focus-in-hook' and `focus-out-hook'Chris Feng1-0/+19
2017-03-05 ; Update the workaround for bug#23980Chris Feng1-1/+1
2017-02-24 ; Expose `exwm-input-line-mode-passthrough' as a public interface.Chris Feng2-5/+5
2017-02-24 Fix systemtray positionChris Feng2-3/+20
2017-02-22 Use let instead of setq when setting exwm-input--line-mode-passthroughSteven Allen1-10/+9
2017-02-12 Bump version to 0.13Chris Feng1-1/+1
2017-02-10 Correct a renamed variableChris Feng1-2/+2
2017-02-05 Add a menu entry to `exwm-mode-map'Chris Feng1-0/+1
2017-02-05 Fix checkdoc warningsChris Feng7-12/+13
2017-02-05 Update copyright year to 2017Chris Feng11-11/+11
2017-01-03 Prevent certain frame parameters from being saved/restoredChris Feng3-3/+16
2016-12-26 Fix a bug with zero floating border widthChris Feng1-1/+2
2016-11-19 Bump version to 0.12Chris Feng1-2/+2
2016-11-13 Grab global prefix keys with num-lock mask set.Chris Feng1-1/+8
2016-10-06 Fix a possible deadlockChris Feng1-2/+9
2016-10-06 Avoid updating input focus when renaming buffersChris Feng1-3/+13
2016-10-06 Fix problems with active minibufferChris Feng2-42/+47
2016-10-01 Bump version to 0.11Chris Feng1-1/+1
2016-09-30 Use read-buffer-to-switch in exwm-workspace-switch-to-bufferFelix Lange1-1/+1
2016-09-25 Fix a frame resizing problem for Lucid buildChris Feng1-8/+29
2016-09-25 Fix `exwm-manage--kill-buffer-query-function'Chris Feng1-17/+17
2016-09-23 Use X window bordersChris Feng5-36/+66
2016-09-23 Remember the geometries of floating X windowsChris Feng2-9/+24
2016-09-23 Redirect KeyPress events sent to system tray iconsChris Feng1-1/+33
2016-09-23 Allow selecting an X window from another workspaceChris Feng1-8/+2
2016-09-22 Add support for keyboard macroChris Feng2-1/+36
2016-09-22 Drop support for _NET_WM_STATE_MODALChris Feng1-15/+1
2016-09-22 ; Remove dead codeChris Feng1-13/+11
2016-08-31 Force using visible buffers in `other-buffer'Chris Feng2-3/+4
2016-08-30 Improve exwm-workspace-move-window behavior in specific caseVed Vyas1-4/+3