GTK+に必要と思われるimmoduleを実験的に実装するプロジェクトです。
現在はMac版GTK+の多言語入力モジュールGtkIMCocoaの開発に取り組んでおり、そのリリースファイルを本プロジェクトで管理しています。
過去にはWindows版のGTK+でIMEによる多言語入力を実現するためのモジュールimimeを開発していましたが、この成果は既にGTK+本体に取り込まれています。
2004-02-17 07:23 makeinu
* configure.ac: Version 0.1.0.
2004-02-17 06:54 makeinu
* gtkimcontextime.c: Ignore key release event and GDK_Return key
value. This patch is contributed by Kenichi Suto
<ksuto@ybb.ne.jp>. Thanks!
2003-12-07 04:57 makeinu
* gtkimcontextime.c, gtkimcontextime.h, imime.c: Changed coding
style to GNU style.
2003-11-20 18:54 iwm
* Makefile.msc: Added user32.lib
2003-11-20 18:26 iwm
* gtkimcontextime.c: Added converting code for coordinates.
2003-11-17 15:28 iwm
* Makefile.msc: added all and clean targets
2003-11-11 17:31 iwm
* gtkimcontextime.c: Modified type different warnning on Visual C++
6.0 when defined UNICODE.
2003-11-09 18:54 makeinu
* gtkimcontextime.c, gtkimcontextime.h, imime.c: Removed
preedit-mode property.
2003-11-08 22:50 makeinu
* gtkimcontextime.c, imime.c: Pass through WM_IME_COMPOSITION,
WM_IME_STARTCOMPOSITION, WM_IME_END_COMPOSITION messages to hide
composition window. (The way to setting position of candidates
window is still dirty.)
2003-10-27 16:11 iwm
* Makefile.msc: Added source folder
2003-08-31 11:26 iwm
* Makefile.am: I forgot to add imime.def into EXTRA_DIST.
2003-08-28 09:17 makeinu
* Makefile.am: I forgot to add Makefile.msc into EXTRA_DIST.