Add Ctrl+space customization.
[platform/upstream/ibus.git] / src / ibustext.c
2011-12-22 Peng HuangAdd ibus_text_set_attributes for scipt language bindings.
2011-09-18 Peng HuangAdd some warning message in ibustext.c
2011-04-08 Takao FujiwaraImplement APIs for another non-Python panel.
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-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-08-28 Peng HuangFix memory leak in libibus.so
2009-07-09 Peng HuangImplememnt org.freedesktop.IBus.Ping method.
2009-02-28 Huang PengAssert input of ibus_text_new_*
2009-02-25 Huang PengCheck ucs4 and unichar when create IBusText object.
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.