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
/
commands
/
seat
/
cursor.c
Age
Commit message (
Expand
)
Author
2024-02-28
Convert to new pointer enums
Simon Ser
2024-02-23
Define _POSIX_C_SOURCE globally
Simon Ser
2023-04-14
commands: add printf attribute to cmd_results_new()
Simon Ser
2022-03-17
sway/input: follow up wlroots input device events renaming
Simon Zeni
2020-12-06
input/cursor: unhide cursor on synthetic input
Tudor Brindus
2020-05-29
seat_cmd_cursor: emit frame events
Brian Ashworth
2020-03-11
commands: Adjust style in cursors command
Michael Weiser
2019-02-17
seat_cmd_cursor: fix typo in expected syntax
Brian Ashworth
2019-02-03
seat_cmd_cursor: do not create non-existing seat
Brian Ashworth
2019-01-14
Remove now-unused "input" argument of cmd_results_new
M Stoeckl
2019-01-10
seat_cmd_cursor: utilize mouse button helpers
Brian Ashworth
2019-01-09
Simplify evdev includes on FreeBSD by relying on up-to-date package
Jan Beich
2018-12-29
seat_cmd_cursor: work on seat name provided
Brian Ashworth
2018-11-25
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
emersion
2018-10-19
Introduce cursor_rebase
Ryan Dwyer
2018-10-18
cmd_bind{sym,code}: Implement per-device bindings
Brian Ashworth
2018-09-05
Implement type safe arguments and demote sway_container
Ryan Dwyer
2018-05-20
Fix border commands from changing focus
Brian Ashworth
2018-04-21
Default to current time when triggering cursor events
emersion
2018-04-10
Clean up cursor simulation code.
Danny Bautista
2018-04-10
Implement cursor event simulation with sway commands.
Danny Bautista