summaryrefslogtreecommitdiff
path: root/include/sway/input/text_input.h
AgeCommit message (Collapse)Author
2022-04-27merge sway masterWilliam McKinnon
2021-03-12Implement input method keyboard grabxdavidwu
2021-01-01input: Clean up input_method_relay in seat_destoy()Andri Yngvason
This fixes a crash that happens when input_method_new or text_method_new events are emitted after the seat has been freed.
2020-04-04im: make text-input listeners per text-inputxdavidwu
2020-04-04Port input method and text input from rootstonxdavidwu
This ports swaywm/wlroots#1203, swaywm/wlroots#1303, swaywm/wlroots#1308, swaywm/wlroots#1759 rootston part to sway. Co-Authored-By: Leo Chen <[email protected]>