GTK+に必要と思われるimmoduleを実験的に実装するプロジェクトです。
現在はMac版GTK+の多言語入力モジュールGtkIMCocoaの開発に取り組んでおり、そのリリースファイルを本プロジェクトで管理しています。
過去にはWindows版のGTK+でIMEによる多言語入力を実現するためのモジュールimimeを開発していましたが、この成果は既にGTK+本体に取り込まれています。
* Now the module holds supported locale infomation by it self.
* Enabled to restore preedit context when the widget is focused in.
2003-05-07 21:45 makeinu
* configure.ac: Version 0.0.2.
2003-05-07 21:44 makeinu
* README: Fixed typo.
2003-05-07 21:43 makeinu
* test-imime.sh.in: Remove GTK_IM_MODULE from test-imime.sh.in.
2003-05-07 21:42 makeinu
* gtkimcontextime.c, imime.c: Add locale info to GtkIMContextInfo
struct. Clean up.
2003-05-07 19:08 makeinu
* gtkimcontextime.c, gtkimcontextime.h: Implemented "reset" method.
Also implementing "get_preedit_string" method is now progressing.
Modified to save preedit context when focus out, and to restore it
when focus in. Clean up some codes.
2003-05-06 22:54 makeinu
* gtkimcontextime.c: Some functions forgot to call
ImmReleaseContext.
2003-05-06 21:27 makeinu
* gtkimcontextime.c: clean up.