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
2022-10-09
Use keyboard_state.focused_surface directly
Ferdinand Schober
2022-10-09
check for NULL
Ferdinand Schober
2022-10-09
allow pointer_constraints on layer_shell surfaces
Ferdinand Schober
2022-06-22
Remove access to wlr_input_device union
Simon Ser
2022-05-30
sway: add bindgesture command
Florian Franzen
2022-03-17
sway/input: follow up wlroots input device events renaming
Simon Zeni
2022-03-17
sway/input/cursor: take device mm size from wlr_tablet
Simon Zeni
2022-01-22
input/cursor: pass through pointer hold gestures
Tudor Brindus
2022-01-17
input/cursor: treat swipe begin as idle activity too
Tudor Brindus
2022-01-17
input/cursor: count pointer gestures as idle activity
Tudor Brindus
2021-10-26
fix cursor input for layer-shell surfaces
Rasmus Moorats
2021-10-10
use node_is_view
siikamiika
2021-07-26
Fix wl_pointer.frame not sent on touch emulation
Simon Ser
2021-07-08
Add support for touch frame events
Simon Ser
2021-07-07
Update wlr_box includes
Simon Ser
2021-06-23
input: Move get_current_time_msec in from util
Kenny Levinsen
2021-02-16
container: Move pending state to state struct
Kenny Levinsen
2021-02-14
input: Only commit transactions when necessary
Kenny Levinsen
2020-12-06
input/cursor: unhide cursor on synthetic input
Tudor Brindus
2020-11-11
Add missing includes for wlr_input_device.h
Simon Ser
2020-11-01
commands/focus: force container warp when fulfilling `focus mode_toggle`
Tudor Brindus
2020-10-31
input: remove motion deltas from seatop callbacks
Tudor Brindus
2020-10-30
hide_cursor: Add an option to hide when typing
Tamir Zahavi-Brunner
2020-10-12
input/tablet: add tool_mode option to set tablet tools as relative input
Tudor Brindus
2020-10-12
input/cursor: default tablet lens tool to relative motion
Tudor Brindus
2020-09-16
cursor: update hide timer during config apply
Rouven Czerwinski
2020-09-15
cursor: arm cursor hide timer immediately
Rouven Czerwinski
2020-09-14
input/pointer: update cursor activity after updating button counts
Tudor Brindus
2020-09-14
input/cursor: reset event source after unhide
Rouven Czerwinski
2020-07-15
input/cursor: don't send wl_pointer.motion event on pointer unlock warp
Tudor Brindus
2020-07-10
config/output: don't change output state before commit
Simon Ser
2020-06-18
input/pointer: don't trigger pointer bindings for emulated input
Tudor Brindus
2020-06-18
input/cursor: send idle events based off device type, not input type
Tudor Brindus
2020-06-06
common/util: fix `get_current_time_msec` returning microseconds
Tudor Brindus
2020-06-05
Use new wlroots API for clearing keyboard/pointer focus during grabs
Thomas Hebb
2020-06-04
input/cursor: refactor tablet tool tip events into seatops
Tudor Brindus
2020-05-29
input/cursor: rename `simulated_tool_tip_down` to be more accurate
Tudor Brindus
2020-05-28
input/pointer: send pointer enter event on confine warp
Tudor Brindus
2020-05-26
input/cursor: keep reference to cursor in constraint
Tudor Brindus
2020-05-25
input/cursor: fix heap-buffer overflow in constraint set_region
Tudor Brindus
2020-05-25
input/tablet: add seatop_down entry for tablet input
Tudor Brindus
2020-05-21
input/pointer: only warp cursor when the confine region has changed
Tudor Brindus
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
[next]