summaryrefslogtreecommitdiffstats
path: root/bus
Commit message (Collapse)AuthorAgeFilesLines
* Fix make distcheck errors.HEADmasterPeng Huang2009-03-311-1/+5
|
* Localize desktop files and gconf schemas file.Peng Huang2009-03-302-3/+4
|
* Check reply of ProcessKeyEvent.Peng Huang2009-03-231-1/+5
|
* Fix a typo.Huang Peng2009-03-221-1/+1
|
* Remove some debug output.Huang Peng2009-03-091-2/+0
|
* Implement ibus_bus_get_config function.Huang Peng2009-03-092-4/+16
|
* 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
|
* Refine coding style.Huang Peng2009-03-021-13/+14
|
* Fix some compile problems with Sun C compiler.Huang Peng2009-03-022-2/+47
|
* Fix compile warnings.Huang Peng2009-02-281-2/+2
|
* Load default input method engine in right moment.Huang Peng2009-02-272-3/+12
|
* Close all fds before restartPeng Huang2009-02-271-0/+7
|
* Change some methods of matchrulePeng Huang2009-02-273-14/+11
|
* Give out more information when server listens failed.Peng Huang2009-02-251-4/+12
|
* Check current uid during startup.Peng Huang2009-02-251-0/+15
|
* Replace priority in EngineDesc with rank.Huang Peng2009-02-241-1/+1
|
* Sort the default preload engines by priority.Huang Peng2009-02-241-0/+9
|
* Enable default engines by locale name.Huang Peng2009-02-243-0/+88
|
* Update ibus.desktop.Huang Peng2009-02-241-2/+2
|
* implement next_engine & prev_engine hotkeys.Huang Peng2009-02-243-52/+172
|
* Install ibus.desktop in $(sysconfdir/xdg/autostartPeng Huang2009-02-232-4/+11
|
* 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
|
* Fix BusEngineProxy leak.Huang Peng2009-02-181-0/+1
|
* 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
|
* Refine coding style.Huang Peng2009-02-152-7/+7
|
* Not call FocusIn & FocusOut methods of engines, if input context is disabled.Huang Peng2009-02-151-3/+4
|
* Fix a typo, and create the engine after create the input context.Huang Peng2009-02-152-1/+3
|
* Refine code.Huang Peng2009-02-141-7/+7
|
* set cursor location in bus_input_context_set_engine.Huang Peng2009-02-131-4/+5
|
* Fix restart problemPeng Huang2009-02-121-1/+8
|
* Try to make all child processes finished before ibus-daemon exits.Peng Huang2009-02-122-22/+46
|
* 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
|
* Add --replace option for ibus-daemon command.Peng Huang2009-02-111-1/+21
|
* Fix crash problems.Peng Huang2009-02-101-3/+4
|
* Fix compile warnings.Peng Huang2009-02-102-7/+13
|
* Fix problem on x86_64 platform.Peng Huang2009-02-102-3/+3
|
* Fix crash on x86_64 platform.Peng Huang2009-02-101-1/+1
|
* Fix problem with desktop files.Huang Peng2009-02-102-0/+18
|
* Change rescan to re-scanHuang Peng2009-02-061-1/+1
|
* Implement --rescan option for ibus-daemon.Huang Peng2009-02-062-3/+7
|
* Add restart menu item in system menu.Huang Peng2009-02-0610-140/+193
|
* re-implement ibus in c language.Huang Peng2009-02-0525-0/+8108