Télécharger la liste

Description du projet

GTK+に必要と思われるimmoduleを実験的に実装するプロジェクトです。

現在はMac版GTK+の多言語入力モジュールGtkIMCocoaの開発に取り組んでおり、そのリリースファイルを本プロジェクトで管理しています。

過去にはWindows版のGTK+でIMEによる多言語入力を実現するためのモジュールimimeを開発していましたが、この成果は既にGTK+本体に取り込まれています。

Système requise

System requirement is not defined

Livrée : 2003-05-07 22:05
imime 0.0.2 (1 files Cacher)

Notes de release

* Now the module holds supported locale infomation by it self.
* Enabled to restore preedit context when the widget is focused in.

Changelog

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.