gtk/modules/input
Hidetoshi Tajima 66933a6bdd New function for XIM instantiate callback. New function where call to
Tue Jun 10 11:23:48 2003  Hidetoshi Tajima  <hidetoshi.tajima@sun.com>

	* modules/input/gtkimcontextxim.c (xim_instantiate_callback): New
	function for XIM instantiate callback.
	* modules/input/gtkimcontextxim.c (xim_info_try_im): New function
	where call to XOpenIM() or XRegisterIMInstantiateCallback() is
	actually made.
	* modules/input/gtkimcontextxim.c (xim_destroy_callback): New function
	for XIM's destroy callback.
	* modules/input/gtkimcontextxim.c (get_im): add a check if info->im
	is set or not - if it's not set, call xim_info_try_im() to try to
	initiaize it.
	* modules/input/gtkimcontextxim.c (reinitialize_ic): reset
	filter_key_release flag of the context.
	* modules/input/gtkimcontextxim.c (get_ic_real): removed
	* modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): move
	code from the removed get_ic_real().

	For XIM instantiation, destruction and re-instantiation. With
	this, Gtk+ apps will be able to connect or reconnect to the XIM,
	when it starts after the apps, or when the XIM gets lost and recover.
	(#113099, #107782).
2003-06-10 18:24:29 +00:00
..
.cvsignore corrected path to gtk.immodules 2001-04-04 18:28:37 +00:00
gtkimcontextxim.c New function for XIM instantiate callback. New function where call to 2003-06-10 18:24:29 +00:00
gtkimcontextxim.h Add a 'finalizing' flag to keep preedit-[start,changed,end] signals from 2003-06-06 19:42:10 +00:00
imam-et.c make "Default" label of default input method localizable. use translations 2003-05-30 00:37:58 +00:00
imcyrillic-translit.c make "Default" label of default input method localizable. use translations 2003-05-30 00:37:58 +00:00
imhangul-defs.h modules/input/imhangul.c modules/input/imhangul-defs.h po/POTFILES.in. Add 2002-01-29 01:36:05 +00:00
imhangul.c Deprecation cleanup 2002-10-13 20:44:18 +00:00
iminuktitut.c make "Default" label of default input method localizable. use translations 2003-05-30 00:37:58 +00:00
imipa.c use GETTEXT_PACKAGE to get a translation for "Default"(#113850). 2003-05-30 01:31:15 +00:00
imthai-broken.c make "Default" label of default input method localizable. use translations 2003-05-30 00:37:58 +00:00
imti-er.c make "Default" label of default input method localizable. use translations 2003-05-30 00:37:58 +00:00
imti-et.c make "Default" label of default input method localizable. use translations 2003-05-30 00:37:58 +00:00
imviqr.c make "Default" label of default input method localizable. use translations 2003-05-30 00:37:58 +00:00
imxim.c make "Default" label of default input method localizable. use translations 2003-05-30 00:37:58 +00:00
Makefile.am Patch from James Henstridge to update to automake-1.7 (#109542) 2003-05-06 21:55:41 +00:00