gtk2/gdk/win32
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
..
rc Use correct DLL and import library names, with GTK_API_VERSION in name, 2003-01-05 02:24:15 +00:00
.cvsignore Remove conftest* after use along the lines of AC_TRY_COMPILE. 2000-09-05 14:07:55 +00:00
bdfcursor.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkcolor-win32.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkcursor-win32.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkdisplay-win32.c List the three theme gtkrc files separately, zip doesn't do anything if 2004-09-03 01:27:57 +00:00
gdkdnd-win32.c Add drop_failed, like in the X11 backend. Nothing sets it, though. 2004-08-27 23:38:06 +00:00
gdkdrawable-win32.c Add gdk_draw_rectangle_alpha_libgtk_only which uses XRenderFillRectangle 2004-07-27 21:58:09 +00:00
gdkdrawable-win32.h Massive changes. Too many to list here, but I'll try a summary: 2002-02-17 00:25:05 +00:00
gdkevents-win32.c List the three theme gtkrc files separately, zip doesn't do anything if 2004-09-03 01:27:57 +00:00
gdkfont-win32.c gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text) 2004-07-07 00:10:03 +00:00
gdkgc-win32.c Plug memory leak. (#140775, John Ehresman) 2004-04-29 10:06:12 +00:00
gdkgeometry-win32.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkglobals-win32.c Set _gdk_input_ignore_wintab to FALSE, thus enabling tablet input by 2004-10-01 19:53:55 +00:00
gdkim-win32.c gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text) 2004-07-07 00:10:03 +00:00
gdkimage-win32.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkinput-win32.c Set lcSysOrgX and lcSysOrgY from device instead of hardcoding to 0, a 2004-09-25 20:24:04 +00:00
gdkinput-win32.h gdk/win32/gdkinput-win32.h Drop the GdkEvent* parameter, it wasn't used. 2003-08-07 22:17:18 +00:00
gdkinput.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkkeys-win32.c Don't hardcode mapping of VK_DECIMAL to GDK_KP_Decimal. Instead, let 2004-08-07 23:35:41 +00:00
gdkmain-win32.c Set _gdk_input_ignore_wintab to FALSE, thus enabling tablet input by 2004-10-01 19:53:55 +00:00
gdkpango-win32.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkpixmap-win32.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkpixmap-win32.h Fix for #111028, thanks to J. Ali Harlow, who writes: I found that the 2003-06-28 01:12:51 +00:00
gdkprivate-win32.h List the three theme gtkrc files separately, zip doesn't do anything if 2004-09-03 01:27:57 +00:00
gdkproperty-win32.c Make "ms-windows" the default theme on Win32. 2004-09-01 03:41:35 +00:00
gdkscreen-win32.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkselection-win32.c take targets into account again to allow dnd of other things than text 2004-08-08 22:31:12 +00:00
gdkspawn-win32.c workaround for bug #137496, the real fix would involve just another small 2004-04-11 15:25:06 +00:00
gdkvisual-win32.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkwin32.h Use gdk_window_get_toplevel(), as it is the top-level windows that are 2002-03-19 23:16:08 +00:00
gdkwin32id.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkwindow-win32.c Remove bogus code that tried to do what the X11 backend does in its 2004-09-15 18:37:45 +00:00
gdkwindow-win32.h Implement gdk_window_set_icon_list() for Win32, with support for big and 2003-12-14 01:06:56 +00:00
libie55uuid.la Add headers. Add section about ActiveIMM. 2001-11-08 20:57:18 +00:00
libwntab32x.la Add headers. Add section about ActiveIMM. 2001-11-08 20:57:18 +00:00
Makefile.am Utility functions for multi-screen applications which need to ensure 2003-12-10 13:49:58 +00:00
makefile.msc some more settings from system, also reflect some name changes done a 2004-03-07 13:40:19 +00:00
xcursors.h Update. Mention the gtk-1-3-win32-production branch. 2001-02-23 03:51:41 +00:00