summaryrefslogtreecommitdiffstats
path: root/bus/inputcontext.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo.Huang Peng2009-03-221-1/+1
* Process release key event correctly.Huang Peng2009-03-051-0/+8
* Save lookup table in input context.Huang Peng2009-03-051-35/+109
* Store and restore properties for input context.Huang Peng2009-03-041-26/+91
* Save and restore status of InputContext in focus_in & out.Huang Peng2009-03-041-51/+397
* implement next_engine & prev_engine hotkeys.Huang Peng2009-02-241-4/+37
* Add Disable menu item on Input Menu. Use it to disable InputContext.Peng Huang2009-02-231-0/+36
* Call ibus_object_destroy in bus_input_context_unset_engine.Huang Peng2009-02-181-0/+2
* Use DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE in introspect.Huang Peng2009-02-171-2/+1
* Disable inputcontext when the engine is destroyed.Huang Peng2009-02-161-0/+1
* Not call FocusIn & FocusOut methods of engines, if input context is disabled.Huang Peng2009-02-151-3/+4
* Refine code.Huang Peng2009-02-141-7/+7
* set cursor location in bus_input_context_set_engine.Huang Peng2009-02-131-4/+5
* Disconnect engine handlers before context destruction.Peng Huang2009-02-121-51/+58
* Set cursor location for engine after create a new engine.Peng Huang2009-02-121-0/+1
* Fix crash problems.Peng Huang2009-02-101-3/+4
* Fix compile warnings.Peng Huang2009-02-101-3/+9
* re-implement ibus in c language.Huang Peng2009-02-051-0/+1559