GTK+に必要と思われるimmoduleを実験的に実装するプロジェクトです。
現在はMac版GTK+の多言語入力モジュールGtkIMCocoaの開発に取り組んでおり、そのリリースファイルを本プロジェクトで管理しています。
過去にはWindows版のGTK+でIMEによる多言語入力を実現するためのモジュールimimeを開発していましたが、この成果は既にGTK+本体に取り込まれています。
If you install it, please update $(sysconfdir)/gtk-2.0/gtk.immodules manually.
2003-08-24 17:52 makeinu
* configure.ac: Version 0.0.6
2003-07-27 22:49 makeinu
* Makefile.am, gtkimcontextime.c, imm-extra.h, test-ourwidget.c,
test-stdwidget.c: Added test program.
2003-07-26 21:52 makeinu
* gtkimcontextime.c: FIXME! event->string is deprecated.
2003-07-24 21:04 makeinu
* gtkimcontextime.c, gtkimcontextime.h: Changed preedit_mode to
use_preedit.
2003-07-24 21:03 makeinu
* imime.c: Modified module ID.
2003-07-24 21:02 makeinu
* test-reparent.c: Fixed indent.
2003-07-23 11:03 makeinu
* gtkimcontextime.c: Modified finalize method to chain up to
parent. Added dispose method.
2003-07-16 17:09 makeinu
* Makefile.am, gtkimcontextime.c, imm-extra.h: Separated some codes
from gtk_im_context_ime_get_preedit_string() to
get_utf8_preegit_string() and get_pang_attr_list(). Added
imm-extra.h to define lacked definitions.
2003-07-13 21:08 makeinu
* test-reparent.c: Added test code for reparent.
2003-07-13 21:07 makeinu
* Makefile.am, configure.ac, gtkimcontextime.c, gtkimcontextime.h:
Force call gtk_im_context_ime_focus_out() when unset client window.
Modified to track reparent.
2003-07-09 01:28 makeinu
* gtkimcontextime.c, imime.c: Fixed typo ;-P
2003-07-09 00:49 makeinu
* imime.c: Bug fix.
2003-07-09 00:39 makeinu
* gtkimcontextime.c, gtkimcontextime.h, imime.c: PreeditMode has
been modified. (Contributed from Kazuki IWAMOTO <iwm@maid.org>.
Thanks!)
2003-07-03 23:25 makeinu
* gtkimcontextime.c: Added IMR_QUERYCHARPOSITION and
IMR_DOCUMENTFEED. Fixed gtk_im_context_ime_use_preedit() and
default preedit_mode. Fixed clash bug of
gtk_im_context_ime_get_preedit_string() (not UNICODE).
(Contributed from Kazuki IWAMOTO. Thanks!)
2003-07-02 00:07 makeinu
* gtkimcontextime.c: minor fix.
2003-07-02 00:05 makeinu
* gtkimcontextime.c: minor change.
2003-07-01 18:49 makeinu
* gtkimcontextime.c, gtkimcontextime.h, imime.c: Enabled to change
preedit style from menu. Some codes are refined.
2003-07-01 00:06 makeinu
* gtkimcontextime.c: gtk_im_context_ime_get_preedit_string() has
been reintegrated. Enabled to set PangoAttribute even if UNICODE
is not defined.
2003-06-30 19:02 makeinu
* gtkimcontextime.c: Separated
gtk_im_context_ime_get_preedit_string() by definition of UNICODE.
2003-06-30 17:13 makeinu
* AUTHORS, Makefile.msc, configure.ac, gtkimcontextime.c,
gtkimcontextime.h, imime.def: Added some files for Visual C++.
Removed GTK_IM_CONTEXT_IME_PREEDIT_MODE. Removed current_context
and added "focus" member as private. Moved cursor_location from
private to public. UNICODE compile is now supported, and get
preedit_string has been modified. Buffer has been modified to
allocate dynamically. "commit" signal has been modified.
(Contributed from kazuki IWAMOTO <iwm@maid.org>. Thanks!)