Add Ctrl+space customization.
[platform/upstream/ibus.git] / src / Makefile.am
2012-11-23 Daiki UenoFix out-of-tree build
2012-04-18 Daiki UenoFix make check.
2012-03-05 fujiwaratEnhance make dist
2012-02-26 Peng HuangMerge remote-tracking branch 'origin/devel'
2012-02-21 Peng HuangIntegrate IBusEngineSimple from ibus-xkb project.
2012-02-21 Peng HuangFix src/Makefile.am to install ibuskeysym-compat.h
2012-02-13 Daiki UenoDon't look for ibus-1.0.pc when generating GIR.
2012-01-31 Daiki UenoMinor fixes when generating GIR.
2011-09-18 Peng HuangRefine configure.ac and fix make distcheck errors.
2011-08-12 Peng HuangPort keyval and unicode converting functions from gtk.
2011-06-15 Peng HuangAdd IBUS_ERROR domain and reply IBUS_ERROR_NO_ENGINE...
2011-04-08 Takao FujiwaraImplement APIs for another non-Python panel.
2011-03-16 Peng HuangAdd git.mk from gtk+ project, Use it to update .gitignore
2010-12-02 Yusuke SatoRemove unused header file, src/ibusconfigprivate.h
2010-11-03 Peng HuangRewrite memconf in c languages.
2010-11-03 Peng HuangFix vala and gir build issues.
2010-11-03 Peng HuangRemove ibusdbus.h
2010-11-03 Peng HuangChange version to 1.3.99
2010-11-03 Peng HuangUse gdbus in glib, and get rid of libdbus
2010-10-13 fujiwaratFix a build error of IBus-1.0.gir with gobject-introspe...
2010-10-08 Peng HuangRemove unused dbus-1 package in gir includes
2010-06-04 Julien HumbertMerge branch 'master' of git://github.com/phuang/ibus
2010-06-01 Peng HuangAdd gobject-introspection support
2010-06-01 James SuAdd a test for global engine related functions in ibusb...
2010-03-30 Peng HuangMerge remote branch 'origin/master' into 1.3.y
2010-03-23 Peng HuangMake make output look's better
2010-01-12 Peng HuangSeparate IBusProperty and IBusPropList.
2010-01-12 Peng HuangSeparate IBusAttribute and IBusAttrList
2010-01-09 Peng HuangUpdate copyright.
2009-12-30 Peng HuangCurrect use of autotools: Use *_LIBADD and *_LDADD...
2009-12-27 Peng HuangFix link errors in Ubuntu
2009-12-09 Peng HuangFix build error for rpm
2009-12-08 Peng HuangImplemented some methods of IBusBus and IBusInputContex...
2009-12-05 Peng HuangAdd panel class from Satoru
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-10 Peng HuangUse gnome-autogen.sh
2009-06-23 Peng HuangAdd ibusversion.h.in
2009-06-14 Peng HuangImplement keymaps, merged keymaps branch
2009-06-14 Peng HuangFix a typo in src/Makefile.am
2009-04-30 Peng HuangMake main loop setupable.
2009-03-11 Huang PengFix problems during making distcheck
2009-02-23 Peng HuangOnly export symbols start with ibus_
2009-02-05 Huang PengMerge branch 'master' into c_impl
2009-02-05 Huang Pengre-implement ibus in c language.