Age | Commit message (Expand) | Author | Files | Lines |
2019-02-01 | Update copyright year to 2019 | Chris Feng | 1 | -1/+1 |
2019-01-20 | Fix issue with managed tray icons | Chris Feng | 1 | -3/+10 |
2018-12-16 | Avoid unnecessary focus changes when creating/killing buffers | Chris Feng | 1 | -0/+4 |
2018-12-02 | ; Improve debug logs. | Chris Feng | 1 | -1/+16 |
2018-11-25 | Avoid unnecessary keyboard grab/ungrab in char-mode | Chris Feng | 1 | -7/+8 |
2018-10-21 | Restore keyboard grabbing after exiting fullscreen | Adrián Medraño Calvo | 1 | -0/+2 |
2018-10-21 | Do away with `exwm-input--input-mode' | Adrián Medraño Calvo | 1 | -11/+4 |
2018-10-14 | Merge branch 'medranocalvo/fix-minibuffer-only-focus-jump' into externals/exwm | Chris Feng | 1 | -11/+1 |
2018-10-08 | Support binding mouse events in line-mode | Adrián Medraño Calvo | 1 | -24/+61 |
2018-10-08 | Fix focus jumps with minibuffer-only frames | Adrián Medraño Calvo | 1 | -11/+1 |
2018-10-08 | Simplify input handling | Adrián Medraño Calvo | 1 | -21/+29 |
2018-08-19 | ; Unimportant tweaks | Chris Feng | 1 | -2/+2 |
2018-08-13 | Trace more functions | Adrián Medraño Calvo | 1 | -0/+32 |
2018-07-15 | Fix XTerm crash on startup | Chris Feng | 1 | -10/+12 |
2018-07-15 | ; Use `derived-mode-p'. | Chris Feng | 1 | -7/+7 |
2018-07-15 | Also send a WM_TAKE_FOCUS when setting focus with SetInputFocus | Chris Feng | 1 | -30/+21 |
2018-07-15 | Revert "Grab & Replay key events with XI2 and XTEST" | Chris Feng | 1 | -222/+85 |
2018-06-18 | Grab & Replay key events with XI2 and XTEST | Chris Feng | 1 | -85/+222 |
2018-04-01 | Add support for various key processing variables | Chris Feng | 1 | -13/+32 |
2018-03-23 | Fix local simulation keys | Chris Feng | 1 | -1/+1 |
2018-03-23 | Avoid entering line-mode after exit minibuffer | Chris Feng | 1 | -1/+2 |
2018-03-10 | Fix regressions | Chris Feng | 1 | -2/+2 |
2018-03-09 | Minor fixes | Chris Feng | 1 | -0/+1 |
2018-03-06 | Name all helper windows created by EXWM | Adrián Medraño Calvo | 1 | -0/+4 |
2018-03-06 | Cleanup exwm-input on exit | Adrián Medraño Calvo | 1 | -0/+1 |
2018-03-06 | Support disabling default `exwm-mode-map' bindings | Adrián Medraño Calvo | 1 | -1/+1 |
2018-03-04 | Fix local simulation keys | Chris Feng | 1 | -10/+11 |
2018-02-26 | Forward keys defined in `exwm-mode-map' to Emacs by default | Chris Feng | 1 | -2/+7 |
2018-02-26 | Improve the Customize interface for simulation keys | Chris Feng | 1 | -28/+56 |
2018-02-26 | Add Customize interface for global keys | Chris Feng | 1 | -3/+36 |
2018-02-22 | Grab global keys on top-level X windows | Chris Feng | 1 | -40/+40 |
2018-02-20 | Fix unexpected focus change after a global key binding is activated | Chris Feng | 1 | -4/+3 |
2018-02-20 | Add Customize interface for simulation keys | Chris Feng | 1 | -29/+91 |
2018-02-19 | Add customization settings | Chris Feng | 1 | -82/+125 |
2018-02-18 | Make X windows container-less | Chris Feng | 1 | -68/+44 |
2018-01-14 | Support key translation in line-mode | Chris Feng | 1 | -0/+15 |
2017-12-31 | ; Add missing autoload cookies. | Chris Feng | 1 | -0/+1 |
2017-12-31 | Add support for `mouse-autoselect-window' | Chris Feng | 1 | -0/+45 |
2017-12-31 | Update copyright year to 2018 | Chris Feng | 1 | -1/+1 |
2017-12-10 | ; Eliminate a compilation warning. | Chris Feng | 1 | -10/+10 |
2017-11-26 | Re-grab global keys on keyboard update | Chris Feng | 1 | -1/+5 |
2017-11-24 | Another fix for input focus issues | Chris Feng | 1 | -15/+14 |
2017-11-19 | Fix various input focus issues | Chris Feng | 1 | -18/+19 |
2017-11-09 | Update the workarounds for `unread-command-events' | Chris Feng | 1 | -6/+2 |
2017-11-05 | Filter out events relating to temp buffers | Chris Feng | 1 | -3/+6 |
2017-09-10 | Avoid comparing raw button events | Chris Feng | 1 | -26/+6 |
2017-04-23 | ; Do not cache events for non-`exwm-mode' buffers | Chris Feng | 1 | -3/+5 |
2017-03-05 | ; Update the workaround for bug#23980 | Chris Feng | 1 | -1/+1 |
2017-02-24 | ; Expose `exwm-input-line-mode-passthrough' as a public interface. | Chris Feng | 1 | -3/+3 |
2017-02-22 | Use let instead of setq when setting exwm-input--line-mode-passthrough | Steven Allen | 1 | -10/+9 |