aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/cursor.c
Commit message (Expand)AuthorAge
* Use "default" XCursor instead of "left_ptr"default-xcursorLibravatar Simon Ser2023-06-23
* Use wlr_cursor_unset_image()Libravatar Simon Ser2023-06-19
* Use wlr_cursor_set_xcursor()Libravatar Simon Ser2023-06-19
* Add support for touch cancel eventsLibravatar hrdl2023-05-04
* Use format_str() throughoutLibravatar Simon Ser2023-04-14
* Implement seatop_touchLibravatar Stacy Harper2023-02-20
* Convert to *_try_from_wlr_surface()Libravatar Simon Ser2023-02-02
* Fix pointer events for ext-session-lock surfacesLibravatar Simon Ser2023-01-18
* Fix indentation in surface_is_xdg_popup()Libravatar Simon Ser2023-01-18
* Improve tablet tool button handling.Libravatar John Chadwick2023-01-07
* warp_to_constraint_cursor_hint: Handle NULL viewLibravatar Alexander Orzechowski2023-01-04
* Use keyboard_state.focused_surface directlyLibravatar Ferdinand Schober2022-10-09
* check for NULLLibravatar Ferdinand Schober2022-10-09
* allow pointer_constraints on layer_shell surfacesLibravatar Ferdinand Schober2022-10-09
* Remove access to wlr_input_device unionLibravatar Simon Ser2022-06-22
* sway: add bindgesture commandLibravatar Florian Franzen2022-05-30
* sway/input: follow up wlroots input device events renamingLibravatar Simon Zeni2022-03-17
* sway/input/cursor: take device mm size from wlr_tabletLibravatar Simon Zeni2022-03-17
* input/cursor: pass through pointer hold gesturesLibravatar Tudor Brindus2022-01-22
* input/cursor: treat swipe begin as idle activity tooLibravatar Tudor Brindus2022-01-17
* input/cursor: count pointer gestures as idle activityLibravatar Tudor Brindus2022-01-17
* fix cursor input for layer-shell surfacesLibravatar Rasmus Moorats2021-10-26
* use node_is_viewLibravatar siikamiika2021-10-10
* Fix wl_pointer.frame not sent on touch emulationLibravatar Simon Ser2021-07-26
* Add support for touch frame eventsLibravatar Simon Ser2021-07-08
* Update wlr_box includesLibravatar Simon Ser2021-07-07
* input: Move get_current_time_msec in from utilLibravatar Kenny Levinsen2021-06-23
* container: Move pending state to state structLibravatar Kenny Levinsen2021-02-16
* input: Only commit transactions when necessaryLibravatar Kenny Levinsen2021-02-14
* input/cursor: unhide cursor on synthetic inputLibravatar Tudor Brindus2020-12-06
* Add missing includes for wlr_input_device.hLibravatar Simon Ser2020-11-11
* commands/focus: force container warp when fulfilling `focus mode_toggle`Libravatar Tudor Brindus2020-11-01
* input: remove motion deltas from seatop callbacksLibravatar Tudor Brindus2020-10-31
* hide_cursor: Add an option to hide when typingLibravatar Tamir Zahavi-Brunner2020-10-30
* input/tablet: add tool_mode option to set tablet tools as relative inputLibravatar Tudor Brindus2020-10-12
* input/cursor: default tablet lens tool to relative motionLibravatar Tudor Brindus2020-10-12
* cursor: update hide timer during config applyLibravatar Rouven Czerwinski2020-09-16
* cursor: arm cursor hide timer immediatelyLibravatar Rouven Czerwinski2020-09-15
* input/pointer: update cursor activity after updating button countsLibravatar Tudor Brindus2020-09-14
* input/cursor: reset event source after unhideLibravatar Rouven Czerwinski2020-09-14
* input/cursor: don't send wl_pointer.motion event on pointer unlock warpLibravatar Tudor Brindus2020-07-15
* config/output: don't change output state before commitLibravatar Simon Ser2020-07-10
* input/pointer: don't trigger pointer bindings for emulated inputLibravatar Tudor Brindus2020-06-18
* input/cursor: send idle events based off device type, not input typeLibravatar Tudor Brindus2020-06-18
* common/util: fix `get_current_time_msec` returning microsecondsLibravatar Tudor Brindus2020-06-06
* Use new wlroots API for clearing keyboard/pointer focus during grabsLibravatar Thomas Hebb2020-06-05
* input/cursor: refactor tablet tool tip events into seatopsLibravatar Tudor Brindus2020-06-04
* input/cursor: rename `simulated_tool_tip_down` to be more accurateLibravatar Tudor Brindus2020-05-29
* input/pointer: send pointer enter event on confine warpLibravatar Tudor Brindus2020-05-28
* input/cursor: keep reference to cursor in constraintLibravatar Tudor Brindus2020-05-26