aboutsummaryrefslogtreecommitdiff
path: root/include/sway/input/cursor.h
AgeCommit message (Expand)Author
2024-02-28Convert to new pointer enumsSimon Ser
2023-07-24Add support for cursor-shape-v1Simon Ser
2023-06-26input: Move wlr_pointer_gestures_v1 to sway_input_managerMark Bolhuis
2023-05-04Add support for touch cancel eventshrdl
2023-02-20Implement seatop_touchStacy Harper
2023-01-07Improve tablet tool button handling.John Chadwick
2022-05-30sway: add bindgesture commandFlorian Franzen
2022-03-17sway/input: follow up wlroots input device events renamingSimon Zeni
2022-01-22input/cursor: pass through pointer hold gesturesTudor Brindus
2022-01-13Upgrade for wlroots surface refactoringSimon Ser
2021-07-26Fix wl_pointer.frame not sent on touch emulationSimon Ser
2021-07-08Add support for touch frame eventsSimon Ser
2020-12-06input/cursor: unhide cursor on synthetic inputTudor Brindus
2020-11-01commands/focus: force container warp when fulfilling `focus mode_toggle`Tudor Brindus
2020-10-30hide_cursor: Add an option to hide when typingTamir Zahavi-Brunner
2020-06-18input/pointer: don't trigger pointer bindings for emulated inputTudor Brindus
2020-06-18input/cursor: send idle events based off device type, not input typeTudor Brindus
2020-05-29input/cursor: rename `simulated_tool_tip_down` to be more accurateTudor Brindus
2020-05-21input/pointer: only warp cursor when the confine region has changedTudor Brindus
2020-05-13Implement pointer simulation if client hasn't bound to touchDavid96
2020-05-02input/cursor: make cursor rebasing cursor type-agnosticTudor Brindus
2020-05-01input/cursor: release simulated tool tip button when over v2 surfaceTudor Brindus
2020-04-22input/cursor: fix hide cursor timeouts on tablets and touchscreensTudor Brindus
2020-01-05input/cursor: handle image surface destroyBrian Ashworth
2019-12-07input/cursor: pass gesture events to clientsBenjamin Cheng
2019-09-25input: Add support for tablet protocol.John Chadwick
2019-03-17Introduce default seatopRyan Dwyer
2019-02-12Rebase cursor when a layer surface mapsemersion
2019-01-30Implement pointer-constraints-unstable-v1Las
2019-01-27Update for swaywm/wlroots#1503emersion
2019-01-16bar_cmd_tray_bind: Use mouse button helpersBrian Ashworth
2019-01-13Merge pull request #3343 from RedSoxFan/seat-cursor-buttons-improvedDrew DeVault
2019-01-10seat_cmd_cursor: utilize mouse button helpersBrian Ashworth
2019-01-10Refactor seat operations to use an interfaceRyan Dwyer
2019-01-09Add helpers for improved mouse button parsingBrian Ashworth
2019-01-07cursor: move unhide and timeout retrieval into separate functionsRouven Czerwinski
2018-12-30hide_cursor: change to a seat subcommandBrian Ashworth
2018-12-25Split image_surface handling into own functionBrian Ashworth
2018-12-25Implement hide_cursor <timeout> commandBrian Ashworth
2018-12-25Change mouse buttons to x11 map and libevdev namesBrian Ashworth
2018-10-19Introduce cursor_rebaseRyan Dwyer
2018-10-18cmd_bind{sym,code}: Implement per-device bindingsBrian Ashworth
2018-10-16cursor: functions to warp cursor to container and workspaceRouven Czerwinski
2018-10-03Fix focusing topmost floating windowsJonathan Buch
2018-07-23Invoke mouse bindingsfrsfnrrg
2018-07-22Prevent re-uploading the same cursor image multiple timesRyan Dwyer
2018-05-28Move previous cursor_position inline.Scott Leggett
2018-05-28Store previous position in sway_cursor.Scott Leggett
2018-05-27Focus containers only on entry.Scott Leggett
2018-05-20Fix border commands from changing focusBrian Ashworth