Add Ctrl+space customization.
[platform/upstream/ibus.git] / src / ibusinputcontext.c
2012-02-26 Peng HuangMerge remote-tracking branch 'origin/devel'
2012-02-21 Peng HuangRemove enable status of input context and hotkey logic...
2011-09-09 Peng HuangDo not send surrounding text to ibus-daemon if engine...
2011-08-12 Seigo NonakaSupport selection text retrival.
2011-06-16 Peng HuangFix some fuction signatures to make ibus g-i firendly.
2011-06-15 Peng HuangAdd IBUS_ERROR domain and reply IBUS_ERROR_NO_ENGINE...
2011-04-22 Yusuke SatoAdd org.freedesktop.IBus.InputContext.ProcessHandWritin...
2011-04-05 Daiki UenoSupport surrounding-text retrieval.
2011-03-22 Yusuke SatoAdd asynchronous InputContext.IsEnabled and InputContex...
2011-03-17 Peng HuangDo not block UI in IBusIMContext anymore.
2011-02-28 Peng HuangUnify async and sync function names.
2011-02-16 Peng HuangDo not create GSimpleAsyncResult in ibus_input_context_...
2011-02-15 Yusuke SatoAlways call g_simple_async_result_complete in ibus_inpu...
2011-01-27 Peng HuangExport async version ibus_input_context_process_key_event.
2011-01-06 Yusuke SatoSet the "g-default-timeout" property for ibusconfig...
2010-12-28 Daiki UenoFix g_variant_get() call in DeleteSurroundingText signa...
2010-12-26 Yusuke SatoCreate an instance of GDBusProxy with G_DBUS_PROXY_FLAG...
2010-12-20 Yusuke SatoFix ibus_input_context_get_input_context() so IBus...
2010-12-15 Daiki UenoInit GError before calling g_dbus_proxy_call*().
2010-12-15 Yusuke SatoUse unsigned for the parameter of the PropertyActivate...
2010-11-16 Yusuke SatoUse "org.freedesktop.IBus" instead of "org.freedesktop...
2010-11-04 Peng HuangRefine some code and remove some dead code.
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-09-06 Peng HuangFix memory leak in ibus_input_context_process_key_event...
2010-07-05 Peng HuangSet interface for config and inputcontext proxy
2010-06-08 Peng HuangEmit FORWARD_KEY_EVENT signal correctly
2010-06-05 Peng HuangMerge branch 'async_process_key_event'
2010-06-04 Julien HumbertMerge branch 'master' of git://github.com/phuang/ibus
2010-06-04 Peng HuangMake ibus_input_context_process_key_event in async...
2010-06-01 Peng HuangAdd gobject-introspection support
2010-01-30 Peng HuangUse G_DEFINE_TYPE to simplify code.
2010-01-29 Peng HuangMerge branch 'G_DEFINE_TYPE'
2010-01-29 Peng HuangRefine API document of IBusInputContext
2010-01-28 Peng HuangUse GInitiallyUnowned correctly
2010-01-12 Peng HuangSeparate IBusProperty and IBusPropList.
2010-01-09 Peng HuangUpdate copyright.
2009-12-24 Peng HuangProcess engine method call correctly.
2009-12-08 Peng HuangImplemented some methods of IBusBus and IBusInputContex...
2009-12-05 Peng HuangFix a typo.
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 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-08-28 Peng HuangRemove empty line 1.2.0.20090828
2009-06-25 Ding-Yi ChenAPIDOC: Completed IBusInputContext
2009-06-25 Ding-Yi ChenAPIDOC: revised IBusEngine, IBusLookupTable.
2009-06-25 Peng HuangAdd keycode argument in forward_key_event signal.
2009-06-14 Peng HuangImplement keymaps, merged keymaps branch
2009-04-14 Peng HuangAdd IBUS_IGNORED_MASK and IBUS_HANDLED_MASK.
2009-03-11 Huang PengRemove is_press from ForwardKeyEvent signal.
2009-02-10 Huang PengDo not use glib main loop in ibus_input_context_process...
2009-02-05 Huang PengMerge branch 'master' into c_impl
2009-02-05 Huang Pengre-implement ibus in c language.