aboutsummaryrefslogtreecommitdiff
path: root/sway/input
AgeCommit message (Expand)Author
2020-10-31input: remove motion deltas from seatop callbacksTudor Brindus
2020-10-30hide_cursor: Add an option to hide when typingTamir Zahavi-Brunner
2020-10-20tiling_resize: abandon resize if a sibling con diesRonan Pigott
2020-10-18tiling_drag: emit window move ipc eventsRonan Pigott
2020-10-16seat: use default output mapping if there is no input configRonan Pigott
2020-10-12input/tablet: add tool_mode option to set tablet tools as relative inputTudor Brindus
2020-10-12input/cursor: default tablet lens tool to relative motionTudor Brindus
2020-09-26Make focus_follows_mouse work when hovering a layer-shell surface on another ...David96
2020-09-16cursor: update hide timer during config applyRouven Czerwinski
2020-09-15cursor: arm cursor hide timer immediatelyRouven Czerwinski
2020-09-14input/pointer: update cursor activity after updating button countsTudor Brindus
2020-09-14input/cursor: reset event source after unhideRouven Czerwinski
2020-09-03input/libinput: remove input type property biasBrian Ashworth
2020-07-30Fix incorrect format specifiersAntonin Décimo
2020-07-15input/cursor: don't send wl_pointer.motion event on pointer unlock warpTudor Brindus
2020-07-13input: implement xdg_toplevel interactive resize hintsRonan Pigott
2020-07-10config/output: don't change output state before commitSimon Ser
2020-07-07seat/dnd: support null drag icon surfacesNick Diego Yamane
2020-07-03Replace unprintable characters in input device idwb9688
2020-07-02Don't set xwayland cursor when wlr_xwayland failedSimon Ser
2020-07-02seat: fix segfault in sway_input_method_relay_set_focusSimon Ser
2020-06-30seat: Refocus seat when wlr_drag is destroyedKenny Levinsen
2020-06-25input/pointer: correctly handle bindings for synthetic eventsTudor Brindus
2020-06-19input/seat: don't notify keyboard grabs with NULL surface on shutdownTudor Brindus
2020-06-19input: disable events for map_to_output devices when output not presentTudor Brindus
2020-06-18input/pointer: don't trigger pointer bindings for emulated inputTudor Brindus
2020-06-18input/cursor: send idle events based off device type, not input typeTudor Brindus
2020-06-16input/pointer: don't trigger pointer bindings for emulated inputTudor Brindus
2020-06-16input/tablet: focus appropriate node on tip downTudor Brindus
2020-06-16input/keyboard: wlr_keyboard_group enter and leaveBrian Ashworth
2020-06-08input: tweak resize behavior to not change tab focus on border clickTudor Brindus
2020-06-07input/tablet: allow moving tiling tablet v2 surfaces by pen inputTudor Brindus
2020-06-07input/tablet: allow moving floating tablet v2 surfaces by pen inputTudor Brindus
2020-06-07tree/container: introduce `container_toplevel_ancestor` helperTudor Brindus
2020-06-06common/util: fix `get_current_time_msec` returning microsecondsTudor Brindus
2020-06-05Use new wlroots API for clearing keyboard/pointer focus during grabsThomas Hebb
2020-06-04input/cursor: refactor tablet tool tip events into seatopsTudor Brindus
2020-05-29input/cursor: rename `simulated_tool_tip_down` to be more accurateTudor Brindus
2020-05-28input/pointer: send pointer enter event on confine warpTudor Brindus
2020-05-26input/cursor: keep reference to cursor in constraintTudor Brindus
2020-05-25input/cursor: fix heap-buffer overflow in constraint set_regionTudor Brindus
2020-05-25input/tablet: add seatop_down entry for tablet inputTudor Brindus
2020-05-21input/pointer: only warp cursor when the confine region has changedTudor Brindus
2020-05-19input: fix reloading crash due to keyboard group configuringBrian Ashworth
2020-05-14input: reset keyboard groups keyboard on reset allBrian Ashworth
2020-05-13commands: Add per-view shortcuts_inhibitor commandMichael Weiser
2020-05-13Implement pointer simulation if client hasn't bound to touchDavid96
2020-05-13Really fix floating window border resize problemsAdam Kürthy
2020-05-13input/cursor: don't apply pointer constraint to emulated tablet inputTudor Brindus
2020-05-10input/tablet: simplify parameter plumbing for tablet referencesTudor Brindus