aboutsummaryrefslogtreecommitdiff
path: root/sway/input/cursor.c
AgeCommit message (Expand)Author
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
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-24input/cursor: correctly transfer focus when using tablet penTudor Brindus
2020-04-22input/cursor: fix hide cursor timeouts on tablets and touchscreensTudor Brindus
2020-04-22input/cursor: fix jerky resizing of non-tablet_v2 surfacesTudor Brindus
2020-04-22input/cursor: correctly send tablet_v2 up event when over non-v2 surfaceTudor Brindus
2020-04-17Don't transfer focus to NULL node on touchDavid96
2020-04-10Adjust focus order to match rendering order of layer shell popups.Aleksei Bavshin
2020-04-03swapped hiding the cursor and sending a touch event as a more logical sequenceSome Chinese Guy
2020-03-29switched to setting focus with seat_set_focusSome Chinese Guy
2020-03-29Added focus following for touch_downSome Chinese Guy
2020-03-16sway/input/cursor.c: fix undefined behaviour when event is NULLJason Nader
2020-03-15sway/input/cursor.c: move NULL check to where it should beJason Nader
2020-01-06input/cursor: handle setting a NULL image surfaceBrian Ashworth
2020-01-05input/cursor: handle image surface destroyBrian Ashworth
2019-12-12Add seat <seat> idle_{inhibit,wake} <sources...>Drew DeVault
2019-12-07input/cursor: remove gesture listeners in destroyBenjamin Cheng
2019-12-07input/cursor: pass gesture events to clientsBenjamin Cheng
2019-09-25input: Add support for tablet protocol.John Chadwick
2019-08-14layer-shell: add support for popupsDrew DeVault
2019-08-06input/cursor: do not hide when buttons are pressedBrian Ashworth
2019-06-08Unhide cursor on cursor activity after touchAlex Maese
2019-03-17Introduce default seatopRyan Dwyer
2019-03-17Replace seatup allows_events with button callbackRyan Dwyer
2019-03-11Fix click behaviourRyan Dwyer