Add Ctrl+space customization.
[platform/upstream/ibus.git] / src / ibusproperty.c
2012-09-14 fujiwaratAdd IBusProperty.symbol for the short label.
2011-12-22 Peng HuangMake all fields of IBusProperty as gobject property.
2011-04-08 Takao FujiwaraImplement APIs for another non-Python panel.
2010-11-03 Peng HuangFix crash when icon of property is Null
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-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 HuangSeparate IBusProperty and IBusPropList.
2010-01-09 Peng HuangUpdate copyright.
2009-12-12 Peng HuangUse g_assert to replace some g_return_
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-10-13 Peng HuangDont need set "" to icon anymore.
2009-08-28 Peng HuangFix build warnings
2009-08-18 Peng HuangAdd some setter functions for IBusProperty
2009-08-10 Peng HuangFix error in ibus_prop_list_destroy function.
2009-08-10 Peng HuangFix memory leak in ibusproperty.c
2009-07-09 Peng HuangImplememnt org.freedesktop.IBus.Ping method.
2009-06-05 Peng HuangFix some build warnings.
2009-04-17 Peng HuangMerge commit 'definite/master'
2009-04-16 dchen@redhat.comTranslation zh_TW updated; API DOC for IBusConfigServic...
2009-03-04 Huang PengImplement ibus_prop_list_update_property.
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.