summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement ibus_prop_list_update_property.Huang Peng2009-03-042-3/+47
* Save and restore status of InputContext in focus_in & out.Huang Peng2009-03-041-51/+397
* Limit numeber of hotkey.Huang Peng2009-03-021-1/+2
* Refine coding style.Huang Peng2009-03-021-13/+14
* Fix some compile problems with Sun C compiler.Huang Peng2009-03-028-15/+63
* Assert input of ibus_text_new_*Huang Peng2009-02-281-4/+4
* Sort the languages in input methods combobox.Huang Peng2009-02-281-2/+7
* Clear preedit when input context is disabled.Huang Peng2009-02-281-0/+9
* Fix make distcheck failed.Huang Peng2009-02-283-1/+8
* 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
* Add data/Makefile.am.Huang Peng2009-02-271-0/+39
* Move icons to data/icons. Install schemas.Huang Peng2009-02-2711-2/+23
* Add lookup_table_oritation schema.Huang Peng2009-02-271-3/+11
* Fix indent of ibus.schemas.Huang Peng2009-02-271-7/+7
* Fix a typo in ibus.schemas.Huang Peng2009-02-271-1/+1
* Add ibus.schemas for gconfPeng Huang2009-02-271-0/+88
* Change some methods of matchrulePeng Huang2009-02-273-14/+11
* Check dbus-python in configure.ac.Huang Peng2009-02-271-2/+25
* Check ucs4 and unichar when create IBusText object.Huang Peng2009-02-251-2/+12
* Change title of API docs.Huang Peng2009-02-251-1/+1
* Update po files.1.1.0.20090225Huang Peng2009-02-254-154/+215
* Give out more information when server listens failed.Peng Huang2009-02-252-11/+20
* Check current uid during startup.Peng Huang2009-02-251-0/+15
* Refine coding style.Peng Huang2009-02-251-8/+10
* Replace priority in EngineDesc with rank.Huang Peng2009-02-243-6/+6
* Fix typo.Huang Peng2009-02-241-2/+5
* Sort the default preload engines by priority.Huang Peng2009-02-241-0/+9
* Add priority in IBusEngineDesc.Huang Peng2009-02-242-0/+6
* Enable default engines by locale name.Huang Peng2009-02-243-0/+88
* Fix crash when parse component.Huang Peng2009-02-241-4/+2
* Update ibus.desktop.Huang Peng2009-02-241-2/+2
* implement next_engine & prev_engine hotkeys.Huang Peng2009-02-243-52/+172
* Hide "Auto start ibus on login" checkbox.Peng Huang2009-02-231-1/+0
* Do not install ibus.sh.Peng Huang2009-02-231-4/+4
* Install ibus.desktop in $(sysconfdir/xdg/autostartPeng Huang2009-02-232-4/+11
* Install ibus.sh to /etc/X11/xinitrc.d.Peng Huang2009-02-232-0/+12
* Use "Input Methods" replace "Engines" in setup ui.Peng Huang2009-02-231-46/+65
* Use "No input method" replace "Disable" in im menu.Peng Huang2009-02-231-39/+34
* Add Disable menu item on Input Menu. Use it to disable InputContext.Peng Huang2009-02-234-3/+58
* Update tooltip of status icon.Peng Huang2009-02-232-43/+47
* Change default valut of panel/auto_hide to True.Peng Huang2009-02-231-1/+1
* Auto hide panel by default.Peng Huang2009-02-231-1/+1
* ./configure will be failed when miss gconf-2.0Peng Huang2009-02-231-5/+1
* Only export symbols start with ibus_Peng Huang2009-02-231-0/+1
* Remove unused dependence pygobjectPeng Huang2009-02-231-3/+3
* Show IM language & name in engine list.Huang Peng2009-02-181-1/+2
* Show default icon on language bar for engine without icon.Huang Peng2009-02-181-0/+2
* Call ibus_object_destroy in bus_input_context_unset_engine.Huang Peng2009-02-181-0/+2