Add Ctrl+space customization.
[platform/upstream/ibus.git] / src / ibusfactory.c
2012-12-03 Colin WaltersIBusFactory: Fix syntax of gtk-doc comment
2012-04-03 Yusuke SatoFix typo in ibusfactory.c.
2012-02-26 Peng HuangMerge remote-tracking branch 'origin/devel'
2012-02-21 Peng HuangCreate simple engine
2012-02-21 Peng HuangUse g_list_free_full to simplified some code.
2012-02-16 fujiwaratFix gir annotations.
2012-01-24 fujiwaratRename ibus_engine_new_type with ibus_engine_new_with_type.
2011-08-13 fujiwaratAdd create-engine signal in IBusFactory for non-C appli...
2010-11-03 Peng HuangFix some issues within codereview.
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-02-02 Peng HuangAdd property connection and fix crash in IBusFactory 1.2.99.20100202
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-12 Peng HuangRemove Class IBusFactoryInfo
2010-01-12 Peng Huangremove IBusFactoryInfo
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-07-09 Peng HuangImplememnt org.freedesktop.IBus.Ping method.
2009-04-04 Peng HuangFix crash when engine is destroyed.
2009-02-17 Peng HuangUse NULL to replace 0 as the last argument of g_object_new.
2009-02-05 Huang PengMerge branch 'master' into c_impl
2009-02-05 Huang Pengre-implement ibus in c language.