GTK+に必要と思われるimmoduleを実験的に実装するプロジェクトです。
現在はMac版GTK+の多言語入力モジュールGtkIMCocoaの開発に取り組んでおり、そのリリースファイルを本プロジェクトで管理しています。
過去にはWindows版のGTK+でIMEによる多言語入力を実現するためのモジュールimimeを開発していましたが、この成果は既にGTK+本体に取り込まれています。
Overview of Changes in GtkIMCocoa 0.0.1 to 0.0.2
================================================
* Stop beeping on every key press (pull request from Michael Hutchinson)
* Add a workaround for Eisu & Kana keys on JIS keyboard.
This workaround is disabled by default. To enable it, please add a configure
option "--enable-workaround" on building it.
* Add a workaround to set color of preedit string to work with Xamarin Studio.
This workaround is disabled by default. To enable it, please add a configure
option "--enable-workaround" on building it.
* Fix a bug that cannot input characters via characters pad on initial state.
* Add a patch against GTK+ to add keymaps for Eisu & Kana keys.