Age | Commit message (Expand) | Author |
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 |
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-24 | input/cursor: correctly transfer focus when using tablet pen | Tudor Brindus |
2020-04-22 | input/cursor: fix hide cursor timeouts on tablets and touchscreens | Tudor Brindus |
2020-04-22 | input/cursor: fix jerky resizing of non-tablet_v2 surfaces | Tudor Brindus |
2020-04-22 | input/cursor: correctly send tablet_v2 up event when over non-v2 surface | Tudor Brindus |
2020-04-17 | Don't transfer focus to NULL node on touch | David96 |
2020-04-10 | Adjust focus order to match rendering order of layer shell popups. | Aleksei Bavshin |
2020-04-03 | swapped hiding the cursor and sending a touch event as a more logical sequence | Some Chinese Guy |
2020-03-29 | switched to setting focus with seat_set_focus | Some Chinese Guy |
2020-03-29 | Added focus following for touch_down | Some Chinese Guy |
2020-03-16 | sway/input/cursor.c: fix undefined behaviour when event is NULL | Jason Nader |
2020-03-15 | sway/input/cursor.c: move NULL check to where it should be | Jason Nader |
2020-01-06 | input/cursor: handle setting a NULL image surface | Brian Ashworth |
2020-01-05 | input/cursor: handle image surface destroy | Brian Ashworth |
2019-12-12 | Add seat <seat> idle_{inhibit,wake} <sources...> | Drew DeVault |
2019-12-07 | input/cursor: remove gesture listeners in destroy | Benjamin Cheng |
2019-12-07 | input/cursor: pass gesture events to clients | Benjamin Cheng |
2019-09-25 | input: Add support for tablet protocol. | John Chadwick |