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
/
seatop_down.c
Age
Commit message (
Expand
)
Author
2024-02-23
Define _POSIX_C_SOURCE globally
Simon Ser
2024-01-23
Chase wlroots!4003
Kirill Primak
2023-05-11
seatop_down: Call seatop_begin_default after sending touch events
hrdl
2023-05-04
handle_touch_cancel: fix begin default
hrdl
2023-05-04
Add support for touch cancel events
hrdl
2023-02-20
Implement seatop_touch
Stacy Harper
2023-01-03
Replace math functions that promote float to double
Carl Smedstad
2022-03-17
sway/input: follow up wlroots input device events renaming
Simon Zeni
2021-09-02
seatop_down: End if surface is destroyed or other seatop starts
Simon Plakolb
2021-09-02
input: Use seatop_down on layer surface click
Simon Plakolb
2021-08-05
seatop_down: Change type of sx, sy to double in begin_seatop_down
David Rosca
2021-02-14
input: Only commit transactions when necessary
Kenny Levinsen
2020-10-31
input: remove motion deltas from seatop callbacks
Tudor Brindus
2020-06-04
input/cursor: refactor tablet tool tip events into seatops
Tudor Brindus
2020-05-25
input/tablet: add seatop_down entry for tablet input
Tudor Brindus
2020-05-02
input: rename pointer handlers to be unambiguous
Tudor Brindus
2019-08-16
input/seatop_down: add axis handler
Brian Ashworth
2019-03-17
Introduce default seatop
Ryan Dwyer
2019-03-17
Replace seatup allows_events with button callback
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-01-30
Implement pointer-constraints-unstable-v1
Las
2019-01-15
seatop_begin_down: raise floating
Brian Ashworth
2019-01-10
Refactor seat operations to use an interface
Ryan Dwyer