WIP.
authorHuang Peng <shawn.p.huang@gmail.com>
Sat, 16 Aug 2008 04:51:47 +0000 (12:51 +0800)
committerHuang Peng <shawn.p.huang@gmail.com>
Sat, 16 Aug 2008 04:51:47 +0000 (12:51 +0800)
commit931f116d5fee25f22a48cf50b13323f3bd89180b
tree3bea5f8278717fd9552b008ffa21b01ef698da2f
parent6a820938ed75a8c87ba223e248cba0d552bcb8b1
WIP.
86 files changed:
Makefile.am
client/Makefile.am [new file with mode: 0644]
client/gtk2/Makefile.am [new file with mode: 0644]
client/gtk2/ibusim.c [new file with mode: 0644]
client/gtk2/ibusimclient.c [new file with mode: 0644]
client/gtk2/ibusimclient.h [new file with mode: 0644]
client/gtk2/ibusimcontext.c [new file with mode: 0644]
client/gtk2/ibusimcontext.h [new file with mode: 0644]
client/gtk2/ibusmarshalers.list [new file with mode: 0644]
client/qt4/.gitignore [new file with mode: 0644]
client/qt4/Makefile.am [new file with mode: 0644]
client/qt4/ibus-client.cpp [new file with mode: 0644]
client/qt4/ibus-client.h [new file with mode: 0644]
client/qt4/ibus-input-context.cpp [new file with mode: 0644]
client/qt4/ibus-input-context.h [new file with mode: 0644]
client/qt4/ibus.pro [new file with mode: 0644]
client/qt4/im-ibus-qt.cpp [new file with mode: 0644]
client/x11/IMdkit/FrameMgr.c [new file with mode: 0644]
client/x11/IMdkit/FrameMgr.h [new file with mode: 0644]
client/x11/IMdkit/IMConn.c [new file with mode: 0644]
client/x11/IMdkit/IMMethod.c [new file with mode: 0644]
client/x11/IMdkit/IMValues.c [new file with mode: 0644]
client/x11/IMdkit/IMdkit.h [new file with mode: 0644]
client/x11/IMdkit/Makefile.am [new file with mode: 0644]
client/x11/IMdkit/Xi18n.h [new file with mode: 0644]
client/x11/IMdkit/Xi18nX.h [new file with mode: 0644]
client/x11/IMdkit/XimFunc.h [new file with mode: 0644]
client/x11/IMdkit/XimProto.h [new file with mode: 0644]
client/x11/IMdkit/Xtrans.h [new file with mode: 0644]
client/x11/IMdkit/i18nAttr.c [new file with mode: 0644]
client/x11/IMdkit/i18nClbk.c [new file with mode: 0644]
client/x11/IMdkit/i18nIMProto.c [new file with mode: 0644]
client/x11/IMdkit/i18nIc.c [new file with mode: 0644]
client/x11/IMdkit/i18nMethod.c [new file with mode: 0644]
client/x11/IMdkit/i18nPtHdr.c [new file with mode: 0644]
client/x11/IMdkit/i18nUtil.c [new file with mode: 0644]
client/x11/IMdkit/i18nX.c [new file with mode: 0644]
client/x11/Makefile.am [new file with mode: 0644]
client/x11/gdk-private.c [new file with mode: 0644]
client/x11/gdk-private.h [new file with mode: 0644]
client/x11/main.c [new file with mode: 0644]
configure.ac
gtk2/Makefile.am [deleted file]
gtk2/ibusim.c [deleted file]
gtk2/ibusimclient.c [deleted file]
gtk2/ibusimclient.h [deleted file]
gtk2/ibusimcontext.c [deleted file]
gtk2/ibusimcontext.h [deleted file]
gtk2/ibusmarshalers.list [deleted file]
lib/Makefile.am [new file with mode: 0644]
lib/gtk2/Makefile.am [new file with mode: 0644]
lib/gtk2/ibusimclient.c [new file with mode: 0644]
lib/gtk2/ibusimclient.h [new file with mode: 0644]
lib/gtk2/ibusmarshalers.list [new file with mode: 0644]
qt4/.gitignore [deleted file]
qt4/Makefile.am [deleted file]
qt4/ibus-client.cpp [deleted file]
qt4/ibus-client.h [deleted file]
qt4/ibus-input-context.cpp [deleted file]
qt4/ibus-input-context.h [deleted file]
qt4/ibus.pro [deleted file]
qt4/im-ibus-qt.cpp [deleted file]
x11/IMdkit/FrameMgr.c [deleted file]
x11/IMdkit/FrameMgr.h [deleted file]
x11/IMdkit/IMConn.c [deleted file]
x11/IMdkit/IMMethod.c [deleted file]
x11/IMdkit/IMValues.c [deleted file]
x11/IMdkit/IMdkit.h [deleted file]
x11/IMdkit/Makefile.am [deleted file]
x11/IMdkit/Xi18n.h [deleted file]
x11/IMdkit/Xi18nX.h [deleted file]
x11/IMdkit/XimFunc.h [deleted file]
x11/IMdkit/XimProto.h [deleted file]
x11/IMdkit/Xtrans.h [deleted file]
x11/IMdkit/i18nAttr.c [deleted file]
x11/IMdkit/i18nClbk.c [deleted file]
x11/IMdkit/i18nIMProto.c [deleted file]
x11/IMdkit/i18nIc.c [deleted file]
x11/IMdkit/i18nMethod.c [deleted file]
x11/IMdkit/i18nPtHdr.c [deleted file]
x11/IMdkit/i18nUtil.c [deleted file]
x11/IMdkit/i18nX.c [deleted file]
x11/Makefile.am [deleted file]
x11/gdk-private.c [deleted file]
x11/gdk-private.h [deleted file]
x11/main.c [deleted file]