aboutsummaryrefslogtreecommitdiff
path: root/sway/input/cursor.c
AgeCommit message (Expand)Author
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
2019-01-30relative-pointer-v1: time is in usec, not msecemersion
2019-01-30Send pointer frames on tool eventsDrew DeVault
2019-01-30Missed a spot in pointer constraintsDrew DeVault
2019-01-30Add pointer_constraint commandDrew DeVault
2019-01-30Add relative pointerabsrd
2019-01-30Implement pointer-constraints-unstable-v1Las
2019-01-27Merge pull request #3423 from RyanDwyer/fullscreen-globalDrew DeVault
2019-01-27Update for swaywm/wlroots#1503emersion
2019-01-25Implement fullscreen globalRyan Dwyer
2019-01-21Replace wlr_log with sway_logM Stoeckl
2019-01-19Fix crash in cursor_rebase with multiple screensemersion
2019-01-16bar_cmd_tray_bind: Use mouse button helpersBrian Ashworth
2019-01-15cursor: send clear_focus on hide and enter event on unhideRouven Czerwinski
2019-01-13Merge pull request #3343 from RedSoxFan/seat-cursor-buttons-improvedDrew DeVault
2019-01-13Merge pull request #3342 from RedSoxFan/scroll-buttons-improvedDrew DeVault
2019-01-10input_cmd_scroll_button: utilize mouse btn helpersBrian Ashworth