aboutsummaryrefslogtreecommitdiff
path: root/include/sway/input/seat.h
AgeCommit message (Expand)Author
2024-02-28Convert to new pointer enumsSimon Ser
2024-01-18seat: Remove dead seatop_render functionAlexander Orzechowski
2024-01-18scene_graph: Port seat drag iconsAlexander Orzechowski
2023-12-13input/seat: rename seat_set_exclusive_client()Simon Ser
2023-12-13input/seat: drop exclusive_clientSimon Ser
2023-11-16Only reconfigure input mappings on output changeSimon Ser
2023-06-06Add support for wlr-layer-shell ON_DEMAND keyboard interactivityErik Reider
2023-05-04Add support for touch cancel eventshrdl
2023-05-02render: pass rendering state together in a structAlexander Orzechowski
2023-02-22Constify pixman_region32_t for rendering functionsSimon Ser
2023-02-20Implement seatop_touchStacy Harper
2022-11-15input/seat: locally compute drag icon offsetSimon Ser
2022-10-28Rework session lock keyboard focus handlingDaniel De Graaf
2022-10-09Use keyboard_state.focused_surface directlyFerdinand Schober
2022-10-09allow pointer_constraints on layer_shell surfacesFerdinand Schober
2022-05-30sway: add bindgesture commandFlorian Franzen
2022-04-29Implement ext-session-lock-v1Daniel De Graaf
2022-03-17sway/input: follow up wlroots input device events renamingSimon Zeni
2021-09-02seatop_down: End if surface is destroyed or other seatop startsSimon Plakolb
2021-09-02input: Use seatop_down on layer surface clickSimon Plakolb
2021-08-05seatop_down: Change type of sx, sy to double in begin_seatop_downDavid Rosca
2020-10-31input: remove motion deltas from seatop callbacksTudor Brindus
2020-06-30seat: Refocus seat when wlr_drag is destroyedKenny Levinsen
2020-05-26input/cursor: keep reference to cursor in constraintTudor Brindus
2020-05-25input/tablet: add seatop_down entry for tablet inputTudor Brindus
2020-05-21input/pointer: only warp cursor when the confine region has changedTudor Brindus
2020-05-13commands: Add per-view shortcuts_inhibitor commandMichael Weiser
2020-05-10input/tablet: simplify parameter plumbing for tablet referencesTudor Brindus
2020-05-02input: rename pointer handlers to be unambiguousTudor Brindus
2020-05-02input: refactor tablet motion into seatop handlerTudor Brindus
2020-05-02input/cursor: make cursor rebasing cursor type-agnosticTudor Brindus
2020-04-04Port input method and text input from rootstonxdavidwu
2020-03-11input: Add support for keyboard shortcuts inhibitMichael Weiser
2019-12-12Add seat <seat> idle_{inhibit,wake} <sources...>Drew DeVault
2019-11-21Add support for wlr_keyboard_groupBrian Ashworth
2019-09-25input: Add support for tablet protocol.John Chadwick
2019-06-12bindings: defer while initiailizingBrian Ashworth
2019-04-13Fix scratchpad fullscreen behavior and crashBrian Ashworth
2019-03-19Support WLR_INPUT_DEVICE_SWITCH in swayRyan Walklin
2019-03-17Introduce default seatopRyan Dwyer
2019-03-17Replace seatup allows_events with button callbackRyan Dwyer
2019-03-11Don't send button events to surfaces when dragging or resizingRyan Dwyer
2019-02-28seat: don't send button release when not pressedemersion
2019-02-23Update for swaywm/wlroots#1517emersion
2019-01-30Implement pointer-constraints-unstable-v1Las
2019-01-24Update for swaywm/wlroots#1402emersion
2019-01-13Merge pull request #3402 from RyanDwyer/refactor-seatopsDrew DeVault
2019-01-10Refactor seat operations to use an interfaceRyan Dwyer
2019-01-09reload: reset input configsBrian Ashworth
2019-01-02Implement tiling_drag_thresholdBrian Ashworth