Age | Commit message (Expand) | Author |
2022-05-30 | sway: add bindgesture command | Florian Franzen |
2022-03-17 | sway/input: follow up wlroots input device events renaming | Simon Zeni |
2022-01-22 | input/cursor: pass through pointer hold gestures | Tudor Brindus |
2022-01-13 | Upgrade for wlroots surface refactoring | Simon Ser |
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 |
2020-12-06 | input/cursor: unhide cursor on synthetic input | Tudor Brindus |
2020-11-01 | commands/focus: force container warp when fulfilling `focus mode_toggle` | Tudor Brindus |
2020-10-30 | hide_cursor: Add an option to hide when typing | Tamir Zahavi-Brunner |
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-05-29 | input/cursor: rename `simulated_tool_tip_down` to be more accurate | 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-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-22 | input/cursor: fix hide cursor timeouts on tablets and touchscreens | Tudor Brindus |
2020-01-05 | input/cursor: handle image surface destroy | Brian Ashworth |
2019-12-07 | input/cursor: pass gesture events to clients | Benjamin Cheng |
2019-09-25 | input: Add support for tablet protocol. | John Chadwick |
2019-03-17 | Introduce default seatop | Ryan Dwyer |
2019-02-12 | Rebase cursor when a layer surface maps | emersion |
2019-01-30 | Implement pointer-constraints-unstable-v1 | Las |
2019-01-27 | Update for swaywm/wlroots#1503 | emersion |
2019-01-16 | bar_cmd_tray_bind: Use mouse button helpers | Brian Ashworth |
2019-01-13 | Merge pull request #3343 from RedSoxFan/seat-cursor-buttons-improved | Drew DeVault |
2019-01-10 | seat_cmd_cursor: utilize mouse button helpers | Brian Ashworth |
2019-01-10 | Refactor seat operations to use an interface | Ryan Dwyer |
2019-01-09 | Add helpers for improved mouse button parsing | Brian Ashworth |
2019-01-07 | cursor: move unhide and timeout retrieval into separate functions | Rouven Czerwinski |
2018-12-30 | hide_cursor: change to a seat subcommand | Brian Ashworth |
2018-12-25 | Split image_surface handling into own function | Brian Ashworth |
2018-12-25 | Implement hide_cursor <timeout> command | Brian Ashworth |
2018-12-25 | Change mouse buttons to x11 map and libevdev names | Brian Ashworth |
2018-10-19 | Introduce cursor_rebase | Ryan Dwyer |
2018-10-18 | cmd_bind{sym,code}: Implement per-device bindings | Brian Ashworth |
2018-10-16 | cursor: functions to warp cursor to container and workspace | Rouven Czerwinski |
2018-10-03 | Fix focusing topmost floating windows | Jonathan Buch |
2018-07-23 | Invoke mouse bindings | frsfnrrg |
2018-07-22 | Prevent re-uploading the same cursor image multiple times | Ryan Dwyer |
2018-05-28 | Move previous cursor_position inline. | Scott Leggett |
2018-05-28 | Store previous position in sway_cursor. | Scott Leggett |
2018-05-27 | Focus containers only on entry. | Scott Leggett |
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 |
2018-04-08 | Fix cursor motion issues | Drew DeVault |
2018-04-08 | Implement tablet tool support | Drew DeVault |
2018-03-30 | Handle set_cursor requests from clients | emersion |