about summary refs log tree commit diff
path: root/exwm-input.el (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-18 Update copyright year to 2023Adrián Medraño Calvo1-1/+1
2023-08-18 Declare defsubst indentationAdrián Medraño Calvo1-0/+2
2023-06-14 Merge branch 'nbarrientos.github.com/ib_exwm_conn_nil' into externals/exwmAdrián Medraño Calvo1-6/+7
2023-06-09 Observe connection status on deinitializationAdrián Medraño Calvo1-1/+1
2023-06-09 Make sure the buffer that generates the event is currentNacho Barrientos1-3/+6
2023-06-09 Don't assume that exwm--connection is non-nilNacho Barrientos1-6/+7
2022-02-01 Check EXWM terminal instead of client or graphical framesAdrián Medraño Calvo1-24/+26
2021-10-29 Update copyright year to 2021Adrián Medraño Calvo1-1/+1
2020-07-12 Make button events working with winner-modeChris Feng1-11/+17
2020-05-06 Run hook upon input mode changeAdrián Medraño Calvo1-2/+8
2020-03-29 Merge branch 'Curiosidad-Racional/patch-1' into externals/exwmChris Feng1-13/+13
2020-03-29 Additional fix for winner-modeChris Feng1-3/+4
2020-03-21 Fixed fail update when current buffer differs from windowCuriosidad-Racional1-13/+13
2020-03-01 Make exwm-mode buffers work with winner-modeChris Feng1-6/+17
2020-02-02 Update copyright year to 2020Chris Feng1-1/+1
2019-12-01 Avoid redundant input focus transferChris Feng1-28/+43
2019-11-03 Add support for accessing keymaps in char-modeChris Feng1-0/+15
2019-10-27 Loosen the requirements for input focus updateChris Feng1-2/+1
2019-10-13 Fix `exwm-input-set-simulation-key'Chris Feng1-3/+5
2019-10-07 Add minibuffer-keyboard-quit to the default pre-post-command-blacklistSteven Allen1-1/+3
2019-10-06 Set the current buffer before handling key eventsSteven Allen1-12/+13
2019-10-02 Avoid calling `x-focus-frame' on non-graphical framesChris Feng1-0/+2
2019-10-02 Allow customizing undetectable commandsChris Feng1-1/+5
2019-09-22 Make input focus continue to work after EXWM exitsChris Feng1-1/+8
2019-09-22 Skip global keys unavailable in X serverChris Feng1-18/+21
2019-08-18 Make it possible to answer questions from Emacs when in char-modeChris Feng1-4/+55
2019-08-11 Avoid checking `*temp*' buffersChris Feng1-5/+1
2019-08-05 Fix detection of modifier keys in Emacs eventsChris Feng1-18/+21
2019-07-14 Added option to have a key that ends exwm-input-send-next-keySebastian Wålinder1-4/+10
2019-06-16 Avoid workspace switch loop with `mouse-autoselect-window' enabledChris Feng1-2/+7
2019-03-24 ; Follows upChris Feng1-6/+6
2019-02-11 Fix compatibility issue with Emacs 25Chris Feng1-1/+3
2019-02-06 Merge branch 'retain-echo-area-until-input' of https://github.com/medranocalv...Chris Feng1-2/+7
2019-02-06 Cleanup simulation key config issuesIan Eure1-4/+4
2019-02-06 Add input method supportChris Feng1-11/+4
2019-02-01 Update copyright year to 2019Chris Feng1-1/+1
2019-01-20 Fix issue with managed tray iconsChris Feng1-3/+10
2018-12-16 Avoid unnecessary focus changes when creating/killing buffersChris Feng1-0/+4
2018-12-02 ; Improve debug logs.Chris Feng1-1/+16
2018-11-25 Avoid unnecessary keyboard grab/ungrab in char-modeChris Feng1-7/+8
2018-11-03 Hide minibuffer upon receiving any eventAdrián Medraño Calvo1-2/+7
2018-10-21 Restore keyboard grabbing after exiting fullscreenAdrián Medraño Calvo1-0/+2
2018-10-21 Do away with `exwm-input--input-mode'Adrián Medraño Calvo1-11/+4
2018-10-14 Merge branch 'medranocalvo/fix-minibuffer-only-focus-jump' into externals/exwmChris Feng1-11/+1
2018-10-08 Support binding mouse events in line-modeAdrián Medraño Calvo1-24/+61
2018-10-08 Fix focus jumps with minibuffer-only framesAdrián Medraño Calvo1-11/+1
2018-10-08 Simplify input handlingAdrián Medraño Calvo1-21/+29
2018-08-19 ; Unimportant tweaksChris Feng1-2/+2
2018-08-13 Trace more functionsAdrián Medraño Calvo1-0/+32
2018-07-15 Fix XTerm crash on startupChris Feng1-10/+12