aboutsummaryrefslogtreecommitdiff
path: root/sway/input/cursor.c
AgeCommit message (Expand)Author
2022-10-09Use keyboard_state.focused_surface directlyFerdinand Schober
2022-10-09check for NULLFerdinand Schober
2022-10-09allow pointer_constraints on layer_shell surfacesFerdinand Schober
2022-06-22Remove access to wlr_input_device unionSimon Ser
2022-05-30sway: add bindgesture commandFlorian Franzen
2022-03-17sway/input: follow up wlroots input device events renamingSimon Zeni
2022-03-17sway/input/cursor: take device mm size from wlr_tabletSimon Zeni
2022-01-22input/cursor: pass through pointer hold gesturesTudor Brindus
2022-01-17input/cursor: treat swipe begin as idle activity tooTudor Brindus
2022-01-17input/cursor: count pointer gestures as idle activityTudor Brindus
2021-10-26fix cursor input for layer-shell surfacesRasmus Moorats
2021-10-10use node_is_viewsiikamiika
2021-07-26Fix wl_pointer.frame not sent on touch emulationSimon Ser
2021-07-08Add support for touch frame eventsSimon Ser
2021-07-07Update wlr_box includesSimon Ser
2021-06-23input: Move get_current_time_msec in from utilKenny Levinsen
2021-02-16container: Move pending state to state structKenny Levinsen
2021-02-14input: Only commit transactions when necessaryKenny Levinsen
2020-12-06input/cursor: unhide cursor on synthetic inputTudor Brindus
2020-11-11Add missing includes for wlr_input_device.hSimon Ser
2020-11-01commands/focus: force container warp when fulfilling `focus mode_toggle`Tudor Brindus
2020-10-31input: remove motion deltas from seatop callbacksTudor Brindus
2020-10-30hide_cursor: Add an option to hide when typingTamir Zahavi-Brunner
2020-10-12input/tablet: add tool_mode option to set tablet tools as relative inputTudor Brindus
2020-10-12input/cursor: default tablet lens tool to relative motionTudor Brindus
2020-09-16cursor: update hide timer during config applyRouven Czerwinski
2020-09-15cursor: arm cursor hide timer immediatelyRouven Czerwinski
2020-09-14input/pointer: update cursor activity after updating button countsTudor Brindus
2020-09-14input/cursor: reset event source after unhideRouven Czerwinski
2020-07-15input/cursor: don't send wl_pointer.motion event on pointer unlock warpTudor Brindus
2020-07-10config/output: don't change output state before commitSimon Ser
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-06-06common/util: fix `get_current_time_msec` returning microsecondsTudor Brindus
2020-06-05Use new wlroots API for clearing keyboard/pointer focus during grabsThomas Hebb
2020-06-04input/cursor: refactor tablet tool tip events into seatopsTudor Brindus
2020-05-29input/cursor: rename `simulated_tool_tip_down` to be more accurateTudor Brindus
2020-05-28input/pointer: send pointer enter event on confine warpTudor Brindus
2020-05-26input/cursor: keep reference to cursor in constraintTudor Brindus
2020-05-25input/cursor: fix heap-buffer overflow in constraint set_regionTudor 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-13Implement pointer simulation if client hasn't bound to touchDavid96
2020-05-13input/cursor: don't apply pointer constraint to emulated tablet inputTudor Brindus
2020-05-10input/tablet: simplify parameter plumbing for tablet referencesTudor Brindus
2020-05-05Don't unhide cursor on touch eventsDavid96
2020-05-02input/cursor: remove erroneous cast for tablet tool buttonTudor 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: disambiguate cursor functions from pointer functionsTudor Brindus