index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
input
/
cursor.c
Age
Commit message (
Expand
)
Author
2020-05-13
Implement pointer simulation if client hasn't bound to touch
David96
2020-05-13
input/cursor: don't apply pointer constraint to emulated tablet input
Tudor Brindus
2020-05-10
input/tablet: simplify parameter plumbing for tablet references
Tudor Brindus
2020-05-05
Don't unhide cursor on touch events
David96
2020-05-02
input/cursor: remove erroneous cast for tablet tool button
Tudor Brindus
2020-05-02
input: rename pointer handlers to be unambiguous
Tudor Brindus
2020-05-02
input: refactor tablet motion into seatop handler
Tudor Brindus
2020-05-02
input/cursor: disambiguate cursor functions from pointer functions
Tudor Brindus
2020-05-02
input/cursor: make cursor rebasing cursor type-agnostic
Tudor Brindus
2020-05-01
input/cursor: release simulated tool tip button when over v2 surface
Tudor Brindus
2020-04-24
input/cursor: correctly transfer focus when using tablet pen
Tudor Brindus
2020-04-22
input/cursor: fix hide cursor timeouts on tablets and touchscreens
Tudor Brindus
2020-04-22
input/cursor: fix jerky resizing of non-tablet_v2 surfaces
Tudor Brindus
2020-04-22
input/cursor: correctly send tablet_v2 up event when over non-v2 surface
Tudor Brindus
2020-04-17
Don't transfer focus to NULL node on touch
David96
2020-04-10
Adjust focus order to match rendering order of layer shell popups.
Aleksei Bavshin
2020-04-03
swapped hiding the cursor and sending a touch event as a more logical sequence
Some Chinese Guy
2020-03-29
switched to setting focus with seat_set_focus
Some Chinese Guy
2020-03-29
Added focus following for touch_down
Some Chinese Guy
2020-03-16
sway/input/cursor.c: fix undefined behaviour when event is NULL
Jason Nader
2020-03-15
sway/input/cursor.c: move NULL check to where it should be
Jason Nader
2020-01-06
input/cursor: handle setting a NULL image surface
Brian Ashworth
2020-01-05
input/cursor: handle image surface destroy
Brian Ashworth
2019-12-12
Add seat <seat> idle_{inhibit,wake} <sources...>
Drew DeVault
2019-12-07
input/cursor: remove gesture listeners in destroy
Benjamin Cheng
2019-12-07
input/cursor: pass gesture events to clients
Benjamin Cheng
2019-09-25
input: Add support for tablet protocol.
John Chadwick
2019-08-14
layer-shell: add support for popups
Drew DeVault
2019-08-06
input/cursor: do not hide when buttons are pressed
Brian Ashworth
2019-06-08
Unhide cursor on cursor activity after touch
Alex Maese
2019-03-17
Introduce default seatop
Ryan Dwyer
2019-03-17
Replace seatup allows_events with button callback
Ryan Dwyer
2019-03-11
Fix click behaviour
Ryan Dwyer
2019-03-11
Don't send button events to surfaces when dragging or resizing
Ryan Dwyer
2019-03-04
Allow concurrent clicks
Ryan Dwyer
2019-02-28
seat: don't send button release when not pressed
emersion
2019-02-27
cursor: intitialize sx and sy to zero
Rouven Czerwinski
2019-02-27
cursor: remove unused node assignement
Rouven Czerwinski
2019-02-23
Update for swaywm/wlroots#1517
emersion
2019-02-22
input/cursor: allow whole-window bindings on ws
Brian Ashworth
2019-02-21
Handle NULL from output_get_active_workspace
Brian Ashworth
2019-02-16
Check layout before getting pointer surface coords
Vincent Vanlaer
2019-02-13
cursor: relative-pointer-v1 time is usec
Brian Ashworth
2019-02-12
Rebase cursor when a layer surface maps
emersion
2019-02-03
Merge pull request #3562 from vilhalmer/focus_follows_mouse-workspace-last-in...
Drew DeVault
2019-02-03
Fall back to wildcard in sway_cursor_constrain
vilhalmer
2019-02-03
Skip constraining cursor if no seat config
vilhalmer
2019-02-03
Focus ws inactive node with focus_follows_mouse
vilhalmer
2019-02-01
Merge pull request #3543 from emersion/relative-pointer-usec
Drew DeVault
2019-01-31
pointer_constraint: change to a seat subcommand
Brian Ashworth
[next]