platform/upstream/ibus.git
2009-04-03 Peng HuangTranlsate some msg in zh_CN.po
2009-04-03 Peng HuangAdd Polish translation by Piotr Drąg <piotrdrag@gmail...
2009-04-03 Peng HuangAdd Oriya translation by Manoj Giri <mgiri@redhat.com>
2009-04-02 Peng HuangAdd mr.po by sandeep shedmake <sandeep.shedmake@gmail...
2009-04-02 Peng HuangAdd ibus.pot
2009-04-02 Peng HuangAdd Serbian translations by Miloš Komarčević <kmilos...
2009-04-02 Peng HuangRemove some useless code.
2009-04-02 Peng HuangUpdate pa.po by A S Alam <apreet.alam@gmail.com>.
2009-03-31 Peng HuangFix make distcheck errors. 1.1.0.20090331
2009-03-30 Peng HuangUse a global focus_im_context to track the focus, and...
2009-03-30 Peng HuangUpdate po files.
2009-03-30 Peng HuangLocalize desktop files and gconf schemas file.
2009-03-30 Peng HuangFix indent problem in ibus.schemas.
2009-03-30 Peng HuangFix problem when create socket address.
2009-03-30 Peng HuangGet display name from gdk_display_get_name
2009-03-30 Peng HuangUse "unix" as hostname if hostname is empty.
2009-03-30 Peng HuangDoes not include X screen number in socket address.
2009-03-29 Peng HuangUse gtk key snooper to get the key events.
2009-03-29 Peng HuangChange ibuscontext => ibusimcontext; ibus_context ...
2009-03-29 Peng HuangRemove private struct.
2009-03-29 Peng HuangEmit preedit-start & preedit-end signals.
2009-03-28 Peng Huangexit 1 when some command failed.
2009-03-27 dchen@redhat.comAdd ibus-sections.txt as gtk-doc needs it to show the...
2009-03-27 dchen@redhat.comAPI-DOC and Fix iBus Google issue 320.
2009-03-26 Peng HuangFix problem when remove all hotkeys.
2009-03-23 Peng HuangSet cursor pos to zero in ibus_lookup_table_clear.
2009-03-23 Peng HuangCheck reply of ProcessKeyEvent.
2009-03-22 Huang PengAdd method ibus_engine_update_lookup_table_fast, it...
2009-03-22 Huang PengUse GO_DOWN & GO_UP icons when candidates window is...
2009-03-22 Huang PengFix a typo.
2009-03-20 Huang PengUpdate fr.po by Julien <julroy67@gmail.com>
2009-03-20 Huang PengOpen a new line after </rank>
2009-03-20 Huang PengUpdate ja.po by iwaim.sub
2009-03-20 Huang PengChange "Dynamically" to "When active" in setup window.
2009-03-11 Huang PengRemove is_press argument from gtk im module.
2009-03-11 Huang PengRemove is_press from ForwardKeyEvent signal.
2009-03-11 Huang PengImplement ibus_engine_forward_event_key function.
2009-03-11 Huang PengUpdate po files. 1.1.0.20090311
2009-03-11 Huang PengFix problems during making distcheck
2009-03-11 Huang PengFix translation msg in zh_CN.po.
2009-03-11 Huang PengChange sensitive of custom font label.
2009-03-11 Huang PengUpdate setup ui, follow gnome UI guidelines.
2009-03-09 Huang PengRemove some debug output.
2009-03-09 Huang PengImplement ibus_bus_get_config function.
2009-03-06 Huang PengImplement language panel: Always hide feature. 1.1.0.20090306
2009-03-05 Huang PengProcess release key event correctly.
2009-03-05 Huang PengFix name error.
2009-03-05 Huang PengDo not restore preedit in _enabled_cb.
2009-03-05 Huang PengSave lookup table in input context.
2009-03-04 Huang PengStore and restore properties for input context.
2009-03-04 Huang PengImplement ibus_prop_list_update_property.
2009-03-04 Huang PengSave and restore status of InputContext in focus_in...
2009-03-02 Huang PengLimit numeber of hotkey.
2009-03-02 Huang PengRefine coding style.
2009-03-02 Huang PengFix some compile problems with Sun C compiler.
2009-02-28 Huang PengAssert input of ibus_text_new_*
2009-02-28 Huang PengSort the languages in input methods combobox.
2009-02-28 Huang PengClear preedit when input context is disabled.
2009-02-28 Huang PengFix make distcheck failed.
2009-02-28 Huang PengFix compile warnings.
2009-02-27 Huang PengLoad default input method engine in right moment.
2009-02-27 Peng HuangClose all fds before restart
2009-02-27 Huang PengAdd data/Makefile.am.
2009-02-27 Huang PengMove icons to data/icons. Install schemas.
2009-02-27 Huang PengAdd lookup_table_oritation schema.
2009-02-26 Huang PengFix indent of ibus.schemas.
2009-02-26 Huang PengFix a typo in ibus.schemas.
2009-02-26 Peng HuangAdd ibus.schemas for gconf
2009-02-26 Peng HuangChange some methods of matchrule
2009-02-26 Huang PengCheck dbus-python in configure.ac.
2009-02-25 Huang PengCheck ucs4 and unichar when create IBusText object.
2009-02-25 Huang PengChange title of API docs.
2009-02-25 Huang PengUpdate po files. 1.1.0.20090225
2009-02-25 Peng HuangGive out more information when server listens failed.
2009-02-25 Peng HuangCheck current uid during startup.
2009-02-25 Peng HuangRefine coding style.
2009-02-24 Huang PengReplace priority in EngineDesc with rank.
2009-02-24 Huang PengFix typo.
2009-02-24 Huang PengSort the default preload engines by priority.
2009-02-24 Huang PengAdd priority in IBusEngineDesc.
2009-02-24 Huang PengEnable default engines by locale name.
2009-02-24 Huang PengFix crash when parse component.
2009-02-24 Huang PengUpdate ibus.desktop.
2009-02-24 Huang Pengimplement next_engine & prev_engine hotkeys.
2009-02-23 Peng HuangHide "Auto start ibus on login" checkbox.
2009-02-23 Peng HuangDo not install ibus.sh.
2009-02-23 Peng HuangInstall ibus.desktop in $(sysconfdir/xdg/autostart
2009-02-23 Peng HuangInstall ibus.sh to /etc/X11/xinitrc.d.
2009-02-23 Peng HuangUse "Input Methods" replace "Engines" in setup ui.
2009-02-23 Peng HuangUse "No input method" replace "Disable" in im menu.
2009-02-23 Peng HuangAdd Disable menu item on Input Menu. Use it to disable...
2009-02-23 Peng HuangUpdate tooltip of status icon.
2009-02-23 Peng HuangChange default valut of panel/auto_hide to True.
2009-02-23 Peng HuangAuto hide panel by default.
2009-02-23 Peng Huang./configure will be failed when miss gconf-2.0
2009-02-23 Peng HuangOnly export symbols start with ibus_
2009-02-23 Peng HuangRemove unused dependence pygobject
2009-02-18 Huang PengShow IM language & name in engine list.
2009-02-18 Huang PengShow default icon on language bar for engine without...
2009-02-18 Huang PengCall ibus_object_destroy in bus_input_context_unset_engine.
next