Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-13 | text-input: Accept disable requests | Dorota Czaplejewicz | |
The disable signal on text-input objects must not be ignored. It is only sent when the previous state was enabled. | |||
2018-10-12 | text-input: fix releasing destroy handlers | Dorota Czaplejewicz | |
2018-10-09 | rootston: add support for text input and the basic of input method | Dorota Czaplejewicz | |
The compositor acts as a relay between applications using the text-input protocol and input methods using the input-method protocol. This change implements the basic but useful support for input-method, leaving out grabs as well as popups. |