Add Ctrl+space customization.
[platform/upstream/ibus.git] / src / ibuskeymap.c
2012-02-26 Peng HuangMerge remote-tracking branch 'origin/devel'
2012-02-21 Peng HuangRename ibus keysyms.
2011-08-12 Peng HuangPort keyval and unicode converting functions from gtk.
2010-11-22 Jim HuangAvoid comparison of unsigned expression
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 HuangRemove duplication g_object_ref in ibus_keymap_get
2010-02-02 Peng HuangRefine ibus_keymap_get
2010-02-02 Peng HuangDoes not increase references in ibus_keymap_get
2010-02-01 Peng HuangAdd G_GNUC_DEPRECATED mark on ibus_keymap_new
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-10 Peng HuangRemove some unused variables.
2009-08-10 Peng HuangFix numlock problem.
2009-08-03 Peng HuangFix bug in keymap: Press number with Shift & CapsLock...
2009-06-14 Peng HuangFix error in keymap
2009-06-14 Peng HuangImplement keymaps, merged keymaps branch