gtk/modules/input
Tor Lillqvist 8439956a9c Set _gdk_input_ignore_wintab to FALSE, thus enabling tablet input by
2004-10-01  Tor Lillqvist  <tml@iki.fi>

	* gdk/win32/gdkglobals-win32.c: Set _gdk_input_ignore_wintab to
	FALSE, thus enabling tablet input by default.

	* gdk/win32/gdkmain-win32.c (_gdk_windowing_args): Accept the
	--use-wintab option again (but without effect, as this is now the
	default, see above). (#153788)

	* modules/input/gtkimcontextime.c: Numerous changes.

	Remove the ifdef UNICODE conditionals. Always use the
	wide-character Imm* API. It is present also in Windows 98 and
	Me. (Not Windows 95, but I think we don't care about that.) Using
	the multibyte API wouldn't work anyway on systems where the system
	codepage doesn't support the language the user uses an IME for, so
	for instance I wouldn't be able to test this module on my English
	Windows 2000 although I do have C, J and K IMEs available.

	Guard against IMM not being active, always check ImmGetContext()
	returning NULL. Work to some extent even without any IME. Fixes
	#153800 at least partially.

	* modules/input/imime.c (ime_info): Rename to "ime" to match the
	naming pattern of other input modules. Make it default for
	ja:ko:zh only.
2004-10-01 19:53:55 +00:00
..
.cvsignore corrected path to gtk.immodules 2001-04-04 18:28:37 +00:00
gtkimcontextime.c Set _gdk_input_ignore_wintab to FALSE, thus enabling tablet input by 2004-10-01 19:53:55 +00:00
gtkimcontextime.h Build imime.la on Windows. 2004-08-26 14:29:25 +00:00
gtkimcontextxim.c Fix the recent string_conversion_callback change to work on Solaris. 2004-05-04 17:05:20 +00:00
gtkimcontextxim.h Substantially rework the handling of status windows: 2003-08-19 21:17:18 +00:00
imam-et.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
imcedilla.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
imcyrillic-translit.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
imime.c Set _gdk_input_ignore_wintab to FALSE, thus enabling tablet input by 2004-10-01 19:53:55 +00:00
iminuktitut.c Fix the spelling of Inuktitut in several places. (#154176, John Austin) 2004-10-01 13:40:14 +00:00
imipa.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
imm-extra.h Build imime.la on Windows. 2004-08-26 14:29:25 +00:00
imthai-broken.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
imti-er.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
imti-et.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
imviqr.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
imxim.c Patch to add support for string conversion callbacks to 2004-04-24 09:58:48 +00:00
Makefile.am Link with -limm32. 2004-08-30 04:53:23 +00:00