Jan Arne Petersen
de3b6a15c0
text: Add activate/deactivate events
...
Let the client know when a text model gets activated or deactiavted.
12 years ago
Jan Arne Petersen
5196374218
text: Rename text_model_manager to factory
...
The text_model_manager interface is just used to create text_model
instances. It is more a factory than a manager so rename it to
text_model_factory.
12 years ago
Jan Arne Petersen
72f6082313
text: Add missing callbacks for text_model events
...
Add all required callbacks for the text_model_listener in the editor
example.
12 years ago
Philipp Brüschweiler
f25602bdc0
Extract the text_model_manager interface from input_method
...
This is necessary because all clients need a way to create
text_models, but only one client at a time can be bound to
the input_method global (else we don't know to whom we are
supposed to send events).
12 years ago
Philipp Brüschweiler
591cfca4e8
editor: deactivate old text model before activating the new one
12 years ago
Jan Arne Petersen
cba9e470ba
text: Add example clients for text protocol
13 years ago