summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update zh_CN.po.Huang Peng2009-02-171-30/+11
* Add setup/enginecombobox.py.Huang Peng2009-02-171-0/+1
* Use engine-default.svg for IM without iconHuang Peng2009-02-172-3/+8
* Show 'Select an input method' in Engine select ComboBox.Huang Peng2009-02-171-3/+16
* Use right icon for engine without icon.Huang Peng2009-02-172-2/+2
* Use DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE in introspect.Huang Peng2009-02-171-2/+1
* Fix typo.Huang Peng2009-02-172-3/+4
* Use NULL to replace 0 as the last argument of g_object_new.Peng Huang2009-02-176-14/+14
* Disable inputcontext when the engine is destroyed.Huang Peng2009-02-161-0/+1
* Use guint to replace gint for state argument of property_activateHuang Peng2009-02-162-5/+6
* Use ibus_message_new_error_printf correctly in ibusengine.cHuang Peng2009-02-161-0/+7
* Create PROPERTY_* signals correctly and refine coding style.Huang Peng2009-02-161-15/+36
* Fix compile warnings.Huang Peng2009-02-161-13/+13
* Do not call ibus_connection_flush in ibus_bus_exit to avoid crash.Huang Peng2009-02-161-2/+3
* Add --copy arguments on gtkdocize command.Huang Peng2009-02-151-1/+1
* Move ldconfig from main to libs rpm.Huang Peng2009-02-151-2/+2
* Refine coding style.Huang Peng2009-02-153-9/+9
* Adjust the languagebar extend policy.Huang Peng2009-02-151-1/+1
* Update rpm spec to move libibus.so to ibu-libs.rpm.Huang Peng2009-02-151-17/+28
* Make language transparent when inactivate.Huang Peng2009-02-152-4/+14
* Make language bar left extend when language is close to right edge of screen.Huang Peng2009-02-151-5/+6
* Not call FocusIn & FocusOut methods of engines, if input context is disabled.Huang Peng2009-02-151-3/+4
* Remove gnome-python2-gconf from requires in spec.Huang Peng2009-02-151-1/+0
* Fix a typo, and create the engine after create the input context.Huang Peng2009-02-152-1/+3
* Add SetCapabilities on org.freedesktop.IBus.Engine interface.Huang Peng2009-02-152-0/+9
* Implement several methods of IBusLookupTable.Huang Peng2009-02-152-0/+56
* Refine code.Huang Peng2009-02-141-7/+7
* Use --xim replace -x.Huang Peng2009-02-141-1/+1
* Add G_MOSULE_EXPORT on some functions.Huang Peng2009-02-141-10/+8
* Add API: ibus_lookup_table_{page,cursor}_{down,up}.Huang Peng2009-02-142-2/+99
* Fix typo.Huang Peng2009-02-141-1/+1
* Flush connection to make sure IBus.Exit has been sent before process exiting.Peng Huang2009-02-131-0/+5
* set cursor location in bus_input_context_set_engine.Huang Peng2009-02-131-4/+5
* Update .gitignore files.Huang Peng2009-02-124-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
* Use label.text instead of lable to fix problem.Peng Huang2009-02-123-6/+4
* 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 a typo (Change Kill to Exit).Peng Huang2009-02-111-1/+1
* Update po files.1.1.0.20090211Peng Huang2009-02-114-8/+8
* Make languagebar extend to left.Peng Huang2009-02-112-4/+28
* Rename iBus to IBus.Peng Huang2009-02-118-39/+51
* Fix crash problems.Peng Huang2009-02-103-18/+21
* Fix compile warnings.Peng Huang2009-02-105-33/+39
* Fix problem on x86_64 platform.Peng Huang2009-02-103-53/+3
* Fix crash on x86_64 platform.Peng Huang2009-02-102-2/+2
* Fix problem with desktop files.Huang Peng2009-02-105-6/+22
* Do not use glib main loop in ibus_input_context_process_key function.Huang Peng2009-02-103-5/+24