Age | Commit message (Expand) | Author |
2020-07-02 | seat: fix segfault in sway_input_method_relay_set_focus | Simon Ser |
2020-06-30 | seat: Refocus seat when wlr_drag is destroyed | Kenny Levinsen |
2020-06-25 | input/pointer: correctly handle bindings for synthetic events | Tudor Brindus |
2020-06-19 | input/seat: don't notify keyboard grabs with NULL surface on shutdown | Tudor Brindus |
2020-06-19 | input: disable events for map_to_output devices when output not present | Tudor Brindus |
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-16 | input/pointer: don't trigger pointer bindings for emulated input | Tudor Brindus |
2020-06-16 | input/tablet: focus appropriate node on tip down | Tudor Brindus |
2020-06-16 | input/keyboard: wlr_keyboard_group enter and leave | Brian Ashworth |
2020-06-08 | input: tweak resize behavior to not change tab focus on border click | Tudor Brindus |
2020-06-07 | input/tablet: allow moving tiling tablet v2 surfaces by pen input | Tudor Brindus |
2020-06-07 | input/tablet: allow moving floating tablet v2 surfaces by pen input | Tudor Brindus |
2020-06-07 | tree/container: introduce `container_toplevel_ancestor` helper | 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-19 | input: fix reloading crash due to keyboard group configuring | Brian Ashworth |
2020-05-14 | input: reset keyboard groups keyboard on reset all | Brian Ashworth |
2020-05-13 | commands: Add per-view shortcuts_inhibitor command | Michael Weiser |
2020-05-13 | Implement pointer simulation if client hasn't bound to touch | David96 |
2020-05-13 | Really fix floating window border resize problems | Adam Kürthy |
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-08 | input/keyboard: use wlr_keyboard_keymaps_match from wlroots | 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 | Fix invisible cursor on startup | Simon Ser |
2020-05-01 | Don't assert the cursor theme loads | Simon Ser |
2020-05-01 | input/cursor: release simulated tool tip button when over v2 surface | Tudor Brindus |
2020-05-01 | input/seatop_default: properly notify pointer leave | Nick Diego Yamane |
2020-04-26 | input/tablet: query tablet focused surface for cursor image check | Tudor Brindus |
2020-04-24 | input/cursor: correctly transfer focus when using tablet pen | Tudor Brindus |
2020-04-24 | config/output: reconfigure input devices on new output | Tudor Brindus |
2020-04-24 | Take window borders into account when resizing floating windows | Adam Kürthy |
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-15 | input/seatop_default: release on empty workspace | Rouven Czerwinski |