aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/seat/cursor.c
AgeCommit message (Expand)Author
2024-02-28Convert to new pointer enumsSimon Ser
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2023-04-14commands: add printf attribute to cmd_results_new()Simon Ser
2022-03-17sway/input: follow up wlroots input device events renamingSimon Zeni
2020-12-06input/cursor: unhide cursor on synthetic inputTudor Brindus
2020-05-29seat_cmd_cursor: emit frame eventsBrian Ashworth
2020-03-11commands: Adjust style in cursors commandMichael Weiser
2019-02-17seat_cmd_cursor: fix typo in expected syntaxBrian Ashworth
2019-02-03seat_cmd_cursor: do not create non-existing seatBrian Ashworth
2019-01-14Remove now-unused "input" argument of cmd_results_newM Stoeckl
2019-01-10seat_cmd_cursor: utilize mouse button helpersBrian Ashworth
2019-01-09Simplify evdev includes on FreeBSD by relying on up-to-date packageJan Beich
2018-12-29seat_cmd_cursor: work on seat name providedBrian Ashworth
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-10-19Introduce cursor_rebaseRyan Dwyer
2018-10-18cmd_bind{sym,code}: Implement per-device bindingsBrian Ashworth
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-05-20Fix border commands from changing focusBrian Ashworth
2018-04-21Default to current time when triggering cursor eventsemersion
2018-04-10Clean up cursor simulation code.Danny Bautista
2018-04-10Implement cursor event simulation with sway commands.Danny Bautista