Add Ctrl+space customization.
[platform/upstream/ibus.git] / src / ibuslookuptable.c
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-05-31 Peng HuangFix problem in ibus_lookup_table_set_label
2010-05-15 Peng HuangAdd ibus_lookup_table_set_label.
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.
2010-01-01 Peng HuangAdd getter and setter methods of orientation.
2009-12-12 Peng HuangAdd property orientation of IBusLookupTable.
2009-12-12 Peng HuangUse g_assert to replace some g_return_if_fail
2009-12-12 Peng HuangAdd setter and getter for IBusLookupTable->round
2009-12-11 Peng HuangAdd ibus_lookup_table_get_number_of_candidates
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-10 Peng HuangMake code more readable.
2009-08-10 Peng HuangFix memory leak in ibuslookuptable.c
2009-07-09 Peng HuangImplememnt org.freedesktop.IBus.Ping method.
2009-06-04 Peng HuangAdd labels attribute in LookupTable object.
2009-03-23 Peng HuangSet cursor pos to zero in ibus_lookup_table_clear.
2009-02-15 Huang PengImplement several methods of IBusLookupTable.
2009-02-14 Huang PengAdd API: ibus_lookup_table_{page,cursor}_{down,up}.
2009-02-09 Huang PengAdd round lookup table support.
2009-02-05 Huang PengMerge branch 'master' into c_impl
2009-02-05 Huang Pengre-implement ibus in c language.