summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix make distcheck errors.HEADmasterPeng Huang2009-03-318-329/+375
* Use a global focus_im_context to track the focus, and deliver the keyPeng Huang2009-03-301-57/+27
* Update po files.Peng Huang2009-03-304-341/+624
* Localize desktop files and gconf schemas file.Peng Huang2009-03-308-25/+40
* Fix indent problem in ibus.schemas.Peng Huang2009-03-301-8/+8
* Fix problem when create socket address.Peng Huang2009-03-302-9/+12
* Get display name from gdk_display_get_namePeng Huang2009-03-303-3/+17
* Use "unix" as hostname if hostname is empty.Peng Huang2009-03-302-0/+5
* Does not include X screen number in socket address.Peng Huang2009-03-302-6/+6
* Use gtk key snooper to get the key events.Peng Huang2009-03-291-12/+77
* Change ibuscontext => ibusimcontext; ibus_context => ibuscontextPeng Huang2009-03-291-222/+229
* Remove private struct.Peng Huang2009-03-292-261/+222
* Emit preedit-start & preedit-end signals.Peng Huang2009-03-291-7/+16
* exit 1 when some command failed.Peng Huang2009-03-281-8/+8
* Add ibus-sections.txt as gtk-doc needs it to show the title correctly.dchen@redhat.com2009-03-271-0/+2710
* API-DOC and Fix iBus Google issue 320.dchen@redhat.com2009-03-2714-51/+736
* Fix problem when remove all hotkeys.Peng Huang2009-03-261-1/+1
* Set cursor pos to zero in ibus_lookup_table_clear.Peng Huang2009-03-231-0/+2
* Check reply of ProcessKeyEvent.Peng Huang2009-03-231-1/+5
* Add method ibus_engine_update_lookup_table_fast, it only sends current page.Huang Peng2009-03-222-3/+37
* Use GO_DOWN & GO_UP icons when candidates window is horizontalHuang Peng2009-03-221-2/+2
* Fix a typo.Huang Peng2009-03-221-1/+1
* Update fr.po by Julien <julroy67@gmail.com>Huang Peng2009-03-201-56/+18
* Open a new line after </rank>Huang Peng2009-03-201-1/+1
* Update ja.po by iwaim.subHuang Peng2009-03-201-56/+31
* Change "Dynamically" to "When active" in setup window.Huang Peng2009-03-205-94/+94
* Remove is_press argument from gtk im module.Huang Peng2009-03-111-2/+1
* Remove is_press from ForwardKeyEvent signal.Huang Peng2009-03-111-2/+0
* Implement ibus_engine_forward_event_key function.Huang Peng2009-03-112-4/+1
* Update po files.1.1.0.20090311Huang Peng2009-03-114-55/+54
* Fix problems during making distcheckHuang Peng2009-03-111-4/+4
* Fix translation msg in zh_CN.po.Huang Peng2009-03-111-1/+1
* Change sensitive of custom font label.Huang Peng2009-03-112-47/+52
* Update setup ui, follow gnome UI guidelines.Huang Peng2009-03-116-461/+438
* Remove some debug output.Huang Peng2009-03-091-2/+0
* Implement ibus_bus_get_config function.Huang Peng2009-03-097-50/+197
* Implement language panel: Always hide feature.1.1.0.20090306Huang Peng2009-03-069-249/+314
* Process release key event correctly.Huang Peng2009-03-053-0/+16
* Fix name error.Huang Peng2009-03-051-23/+22
* Do not restore preedit in _enabled_cb.Huang Peng2009-03-051-1/+1
* 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
* 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