aboutsummaryrefslogtreecommitdiff
path: root/sway/input/cursor.c
AgeCommit message (Expand)Author
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
2019-03-11Don't send button events to surfaces when dragging or resizingRyan Dwyer
2019-03-04Allow concurrent clicksRyan Dwyer
2019-02-28seat: don't send button release when not pressedemersion
2019-02-27cursor: intitialize sx and sy to zeroRouven Czerwinski
2019-02-27cursor: remove unused node assignementRouven Czerwinski
2019-02-23Update for swaywm/wlroots#1517emersion
2019-02-22input/cursor: allow whole-window bindings on wsBrian Ashworth
2019-02-21Handle NULL from output_get_active_workspaceBrian Ashworth
2019-02-16Check layout before getting pointer surface coordsVincent Vanlaer
2019-02-13cursor: relative-pointer-v1 time is usecBrian Ashworth
2019-02-12Rebase cursor when a layer surface mapsemersion
2019-02-03Merge pull request #3562 from vilhalmer/focus_follows_mouse-workspace-last-in...Drew DeVault
2019-02-03Fall back to wildcard in sway_cursor_constrainvilhalmer
2019-02-03Skip constraining cursor if no seat configvilhalmer
2019-02-03Focus ws inactive node with focus_follows_mousevilhalmer
2019-02-01Merge pull request #3543 from emersion/relative-pointer-usecDrew DeVault
2019-01-31pointer_constraint: change to a seat subcommandBrian Ashworth