Add Ctrl+space customization.
[platform/upstream/ibus.git] / src / ibusproxy.c
2011-04-08 Peng HuangFix problem in creating IBusPoxy in synchronous mode.
2011-04-05 Peng HuangFix a crash during creating IBusProxy asynchronously
2010-12-20 Yusuke SatoAdd comments to ibusproxy.[ch] and related functions.
2010-12-20 Yusuke SatoFix ibus_input_context_get_input_context() so IBus...
2010-11-24 Peng HuangFix some crashs when engine processes are killed.
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-09 Peng HuangCheck connection state before call ibus_connection_call
2010-06-04 Julien HumbertMerge branch 'master' of git://github.com/phuang/ibus
2010-06-01 Peng HuangAdd gobject-introspection support
2010-05-26 James SuFix memory issues in ibusconnection.* and ibusproxy.c
2010-01-30 Peng HuangUse G_DEFINE_TYPE to simplify code.
2010-01-29 Peng HuangMerge branch 'G_DEFINE_TYPE'
2010-01-28 Peng HuangUse GInitiallyUnowned correctly
2010-01-09 Peng HuangUpdate copyright.
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-01 Ding-Yi ChenAPIDOC: Finished IBusConnection, IBusHotKey, IBusProxy
2009-03-09 Huang PengImplement ibus_bus_get_config function.
2009-02-05 Huang PengMerge branch 'master' into c_impl
2009-02-05 Huang Pengre-implement ibus in c language.