Age | Commit message (Expand) | Author |
2024-02-28 | Convert to new pointer enums | Simon Ser |
2024-01-18 | seat: Remove dead seatop_render function | Alexander Orzechowski |
2024-01-18 | scene_graph: Port seat drag icons | Alexander Orzechowski |
2023-12-13 | input/seat: rename seat_set_exclusive_client() | Simon Ser |
2023-12-13 | input/seat: drop exclusive_client | Simon Ser |
2023-11-16 | Only reconfigure input mappings on output change | Simon Ser |
2023-06-06 | Add support for wlr-layer-shell ON_DEMAND keyboard interactivity | Erik Reider |
2023-05-04 | Add support for touch cancel events | hrdl |
2023-05-02 | render: pass rendering state together in a struct | Alexander Orzechowski |
2023-02-22 | Constify pixman_region32_t for rendering functions | Simon Ser |
2023-02-20 | Implement seatop_touch | Stacy Harper |
2022-11-15 | input/seat: locally compute drag icon offset | Simon Ser |
2022-10-28 | Rework session lock keyboard focus handling | Daniel De Graaf |
2022-10-09 | Use keyboard_state.focused_surface directly | Ferdinand Schober |
2022-10-09 | allow pointer_constraints on layer_shell surfaces | Ferdinand Schober |
2022-05-30 | sway: add bindgesture command | Florian Franzen |
2022-04-29 | Implement ext-session-lock-v1 | Daniel De Graaf |
2022-03-17 | sway/input: follow up wlroots input device events renaming | Simon Zeni |
2021-09-02 | seatop_down: End if surface is destroyed or other seatop starts | Simon Plakolb |
2021-09-02 | input: Use seatop_down on layer surface click | Simon Plakolb |
2021-08-05 | seatop_down: Change type of sx, sy to double in begin_seatop_down | David Rosca |
2020-10-31 | input: remove motion deltas from seatop callbacks | Tudor Brindus |
2020-06-30 | seat: Refocus seat when wlr_drag is destroyed | Kenny Levinsen |
2020-05-26 | input/cursor: keep reference to cursor in constraint | Tudor Brindus |
2020-05-25 | input/tablet: add seatop_down entry for tablet input | Tudor Brindus |
2020-05-21 | input/pointer: only warp cursor when the confine region has changed | Tudor Brindus |
2020-05-13 | commands: Add per-view shortcuts_inhibitor command | Michael Weiser |
2020-05-10 | input/tablet: simplify parameter plumbing for tablet references | Tudor Brindus |
2020-05-02 | input: rename pointer handlers to be unambiguous | Tudor Brindus |
2020-05-02 | input: refactor tablet motion into seatop handler | Tudor Brindus |
2020-05-02 | input/cursor: make cursor rebasing cursor type-agnostic | Tudor Brindus |
2020-04-04 | Port input method and text input from rootston | xdavidwu |
2020-03-11 | input: Add support for keyboard shortcuts inhibit | Michael Weiser |
2019-12-12 | Add seat <seat> idle_{inhibit,wake} <sources...> | Drew DeVault |
2019-11-21 | Add support for wlr_keyboard_group | Brian Ashworth |
2019-09-25 | input: Add support for tablet protocol. | John Chadwick |
2019-06-12 | bindings: defer while initiailizing | Brian Ashworth |
2019-04-13 | Fix scratchpad fullscreen behavior and crash | Brian Ashworth |
2019-03-19 | Support WLR_INPUT_DEVICE_SWITCH in sway | Ryan Walklin |
2019-03-17 | Introduce default seatop | Ryan Dwyer |
2019-03-17 | Replace seatup allows_events with button callback | Ryan Dwyer |
2019-03-11 | Don't send button events to surfaces when dragging or resizing | Ryan Dwyer |
2019-02-28 | seat: don't send button release when not pressed | emersion |
2019-02-23 | Update for swaywm/wlroots#1517 | emersion |
2019-01-30 | Implement pointer-constraints-unstable-v1 | Las |
2019-01-24 | Update for swaywm/wlroots#1402 | emersion |
2019-01-13 | Merge pull request #3402 from RyanDwyer/refactor-seatops | Drew DeVault |
2019-01-10 | Refactor seat operations to use an interface | Ryan Dwyer |
2019-01-09 | reload: reset input configs | Brian Ashworth |
2019-01-02 | Implement tiling_drag_threshold | Brian Ashworth |