Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-15 | text_input: Only send surrounding_text and content_type if supported | Tadeo Kondrak | |
2021-02-15 | text_input: Ignore text_input disable from unfocused windows | Tadeo Kondrak | |
Before this commit, there would be cases where focus changes from one window to another, the new window activates text_input, then the old window sends a deactivate request, making text_input unfocused completely. | |||
2021-01-01 | input: 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-04 | im: Fix crash when im destorying and no focused surface exists | Leo | |
2020-04-04 | im: remove listener on pending surface destoryed | xdavidwu | |
2020-04-04 | im: make text-input listeners per text-input | xdavidwu | |
2020-04-04 | input-method: avoid and log unneeded set_focus | xdavidwu | |
2020-04-04 | input-method: remove surface listener before set | xdavidwu | |
This make sure pending focused surface listener is not reachable from old surface. | |||
2020-04-04 | Port input method and text input from rootston | xdavidwu | |
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> |