Age | Commit message (Expand) | Author |
2022-03-23 | sway/input: wlr_seat_keyboard() now takes wlr_keyboard | Leonardo Hernández Hernández |
2022-03-17 | sway/input: follow up wlroots input device events renaming | Simon Zeni |
2022-02-21 | sway/input: use wlr_input_device from input device base | Simon Zeni |
2021-03-12 | Implement input method keyboard grab | xdavidwu |
2021-02-14 | input: Only commit transactions when necessary | Kenny Levinsen |
2020-11-12 | input/keyboard: fix Group# bindings for keyboard groups | Brian Ashworth |
2020-11-11 | Replace wlr_key_state with wl_keyboard_key_state | Simon Ser |
2020-10-30 | hide_cursor: Add an option to hide when typing | Tamir Zahavi-Brunner |
2020-06-16 | input/keyboard: wlr_keyboard_group enter and leave | Brian Ashworth |
2020-05-19 | input: fix reloading crash due to keyboard group configuring | Brian Ashworth |
2020-05-08 | input/keyboard: use wlr_keyboard_keymaps_match from wlroots | Tudor Brindus |
2020-04-14 | input: keyboard: Never group virtual keyboards. | Andri Yngvason |
2020-03-30 | add --no-repeat option for bindings | Linus Heckemann |
2020-03-11 | input: Add support for keyboard shortcuts inhibit | Michael Weiser |
2019-12-16 | seat_cmd_keyboard_grouping: change keymap to smart | Brian Ashworth |
2019-12-13 | input/keyboard: defer wlr_keyboard_group destroy | Brian Ashworth |
2019-12-13 | input/keyboard: remove group listeners on destroy | Brian Ashworth |
2019-12-12 | Add seat <seat> idle_{inhibit,wake} <sources...> | Drew DeVault |
2019-11-28 | input/keyboard: reset seat keyboard on destroy | Brian Ashworth |
2019-11-26 | input/keyboard: check keyboard group before remove | Brian Ashworth |
2019-11-21 | Add support for wlr_keyboard_group | Brian Ashworth |
2019-11-21 | input/keyboard: cleanup xkb_file error handing | Brian Ashworth |
2019-08-20 | input/keyboard: send released only if pressed sent | Brian Ashworth |
2019-08-01 | bindsym/code: add group support | Brian Ashworth |
2019-08-01 | input/keyboard: don't reset layout for same keymap | Brian Ashworth |
2019-07-23 | ipc: add an input event | Brian Ashworth |
2019-07-17 | Implement input_cmd_xkb_file (#3999) | Ed Younis |
2019-06-09 | commands/input: perform basic keymap validation | Brian Ashworth |
2019-05-30 | bindings: allow unlocked and locked bindings | Brian Ashworth |
2019-05-14 | input/keyboard: attempt default keymap on failure | Brian Ashworth |
2019-04-26 | bindsym: change xkb_rule_names initialization | Konstantin Pospelov |
2019-04-26 | bindsym: consider xkb_rule_names for --to-code | Konstantin Pospelov |
2019-04-20 | ipc: fix criteria for emitting bar_state_update | Brian Ashworth |
2019-03-10 | Make raw keysyms take precedence over translated | Ben Challenor |
2019-02-10 | input/keyboard: respect solo repeat_{rate,delay} | Brian Ashworth |
2019-02-08 | bar_cmd_modifier: add support for none | Brian Ashworth |
2019-01-21 | Move sway-specific functions in common/util.c into sway/ | M Stoeckl |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2019-01-14 | Disarm key repeat on reload | Brian Ashworth |
2019-01-09 | keyboard: update repeat timer before execution | Brian Ashworth |
2018-10-29 | binding: match single-key bindings if no multi-key binding matched | Franklin "Snaipe" Mathieu |
2018-10-20 | Minor refactor of input manager | Ryan Dwyer |
2018-10-18 | cmd_bind{sym,code}: Implement per-device bindings | Brian Ashworth |
2018-10-14 | swaybar: show hidden bar on key event | Ian Fan |
2018-10-08 | Remove unneeded variable | Ryan Dwyer |
2018-10-08 | Reload config using idle event | Ryan Dwyer |
2018-10-04 | Fix #2763 | Drew DeVault |
2018-09-06 | Fix management of bindings during reload | Ryan Dwyer |
2018-09-04 | Deny repeating reload by holding key | Ryan Dwyer |
2018-07-29 | Bindings use advised keyboard repeat parameters | frsfnrrg |