Age | Commit message (Expand) | Author | Files | Lines |
2019-10-02 | Avoid calling `x-focus-frame' on non-graphical frames | Chris Feng | 1 | -0/+2 |
2019-10-02 | Allow customizing undetectable commands | Chris Feng | 1 | -1/+5 |
2019-09-22 | Make input focus continue to work after EXWM exits | Chris Feng | 1 | -1/+8 |
2019-09-22 | Skip global keys unavailable in X server | Chris Feng | 1 | -18/+21 |
2019-08-18 | Make it possible to answer questions from Emacs when in char-mode | Chris Feng | 1 | -4/+55 |
2019-08-11 | Avoid checking `*temp*' buffers | Chris Feng | 1 | -5/+1 |
2019-08-05 | Fix detection of modifier keys in Emacs events | Chris Feng | 1 | -18/+21 |
2019-07-14 | Added option to have a key that ends exwm-input-send-next-key | Sebastian Wålinder | 1 | -4/+10 |
2019-06-16 | Avoid workspace switch loop with `mouse-autoselect-window' enabled | Chris Feng | 1 | -2/+7 |
2019-03-24 | ; Follows up | Chris Feng | 1 | -6/+6 |
2019-02-11 | Fix compatibility issue with Emacs 25 | Chris Feng | 1 | -1/+3 |
2019-02-06 | Merge branch 'retain-echo-area-until-input' of https://github.com/medranocalv... | Chris Feng | 1 | -2/+7 |
2019-02-06 | Cleanup simulation key config issues | Ian Eure | 1 | -4/+4 |
2019-02-06 | Add input method support | Chris Feng | 1 | -11/+4 |
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-11-03 | Hide minibuffer upon receiving any event | Adrián Medraño Calvo | 1 | -2/+7 |
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 |