aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/input/text_input.h
Commit message (Collapse)AuthorAge
* text_input: Implement input-method popupsLibravatar Access2024-02-20
| | | Co-authored-by: tadeokondrak <me@tadeo.ca>
* Fix typoLibravatar luzpaz2023-08-23
|
* Add missing includes & remove duplicatesLibravatar Carl Smedstad2023-01-03
|
* Upgrade for wlroots surface refactoringLibravatar Simon Ser2022-01-13
| | | | | | See [1] for details. [1]: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3412
* Implement input method keyboard grabLibravatar xdavidwu2021-03-12
|
* input: Clean up input_method_relay in seat_destoy()Libravatar Andri Yngvason2021-01-01
| | | | | This fixes a crash that happens when input_method_new or text_method_new events are emitted after the seat has been freed.
* im: make text-input listeners per text-inputLibravatar xdavidwu2020-04-04
|
* Port input method and text input from rootstonLibravatar xdavidwu2020-04-04
This ports swaywm/wlroots#1203, swaywm/wlroots#1303, swaywm/wlroots#1308, swaywm/wlroots#1759 rootston part to sway. Co-Authored-By: Leo Chen <leo881003@gmail.com>