Simplify surrounding-text initialization.
[platform/upstream/ibus.git] / src / ibusengine.c
2011-06-18 Daiki UenoSimplify surrounding-text initialization.
2011-04-22 Yusuke SatoAdd org.freedesktop.IBus.InputContext.ProcessHandWritin...
2011-04-05 Daiki UenoSupport surrounding-text retrieval.
2011-01-27 Peng HuangFix problem in introspection of Engine.
2010-11-03 Peng HuangFix some issues within codereview.
2010-11-03 Peng HuangFix some runtime errors.
2010-11-03 Peng HuangUse gdbus in glib, and get rid of libdbus
2010-09-09 Satoru TakabayashiAdd Emacs modeline for .c and .h files.
2010-06-04 Julien HumbertMerge branch 'master' of git://github.com/phuang/ibus
2010-06-01 Peng HuangAdd gobject-introspection support
2010-06-01 Peng HuangFix problem in ibus_engine_update_lookup_table_fast.
2010-04-22 Peng HuangUpdate API references of IBusEngine
2010-03-16 Peng HuangCall ibus_engine_update_preedit_text_with_mode in ibus_...
2010-03-16 fujiwaratAdd ibus_engine_update_preedit_text_with_mode
2010-01-30 Peng HuangUse G_DEFINE_TYPE to simplify code.
2010-01-29 Peng HuangMerge branch 'G_DEFINE_TYPE'
2010-01-28 Peng HuangRelease floating objects in IBusEngine
2010-01-28 Peng HuangUse GInitiallyUnowned correctly
2010-01-09 Peng HuangUpdate copyright.
2010-01-01 Peng HuangFix bug in ibus_engine_update_lookup_table_fast.
2009-12-24 Peng HuangProcess engine method call correctly.
2009-12-06 Peng HuangRefine code, and remove goto statements.
2009-12-05 Peng HuangRemove some goto statement
2009-12-05 Peng HuangAdjust the condition test order to get better performance
2009-12-05 Peng HuangAvoid using ibus_message_is in loop to get better perfo...
2009-12-04 Peng HuangRefine coding style.
2009-12-04 Peng HuangAdd delete surrounding text feature.
2009-11-11 Peng HuangMerge remote branch 'XueWei/master'
2009-10-23 Peng HuangAdd Copying for Red Hat
2009-10-23 Peng HuangChange file header
2009-06-25 Ding-Yi ChenAPIDOC: Completed IBusInputContext
2009-06-25 Ding-Yi ChenAPIDOC: revised IBusEngine, IBusLookupTable.
2009-06-25 Ding-Yi ChenAPIDOC: revised IBusEngine, IBusInputContext
2009-06-25 Peng HuangAdd keycode argument in forward_key_event signal.
2009-06-14 Peng HuangImplement keymaps, merged keymaps branch
2009-06-12 Peng HuangSupport mouse click on lookup table. 1.1.0.20090612
2009-06-01 Ding-Yi ChenAPIDOC: Finished IBusConnection, IBusHotKey, IBusProxy
2009-04-17 Peng HuangMerge commit 'definite/master'
2009-04-17 dchen@redhat.comAPI DOC-new: ibusdebug IBusError IBusFactory; and revised.
2009-04-16 dchen@redhat.comTranslation zh_TW updated; API DOC for IBusConfigServic...
2009-03-27 dchen@redhat.comAPI-DOC and Fix iBus Google issue 320.
2009-03-22 Huang PengAdd method ibus_engine_update_lookup_table_fast, it...
2009-03-11 Huang PengImplement ibus_engine_forward_event_key function.
2009-02-17 Huang PengFix typo.
2009-02-16 Huang PengUse guint to replace gint for state argument of propert...
2009-02-16 Huang PengUse ibus_message_new_error_printf correctly in ibusengine.c
2009-02-16 Huang PengCreate PROPERTY_* signals correctly and refine coding...
2009-02-10 Peng HuangFix crash on x86_64 platform.
2009-02-05 Huang PengMerge branch 'master' into c_impl
2009-02-05 Huang Pengre-implement ibus in c language.