Age | Commit message (Expand) | Author |
2023-10-05 | Drop support for KDE's idle protocol | Simon Ser |
2023-04-14 | Use format_str() throughout | Simon Ser |
2023-01-11 | input: enable user xkb configs with cap_sys_nice | Ronan Pigott |
2022-12-19 | seat: Set keyboard if seat keyboard is NULL | Kenny Levinsen |
2022-12-04 | seat: Avoid sending redundant keymaps on reload | Kenny Levinsen |
2022-11-28 | Make session optional | Simon Ser |
2022-11-15 | Update for wlroots!3814 | Simon Ser |
2022-06-22 | Remove access to wlr_input_device union | Simon Ser |
2022-04-29 | Implement ext-session-lock-v1 | Daniel De Graaf |
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 |