gtk/gdk/win32
Tor Lillqvist 8c323acbae Implement lazy extended input initialization on Win32, by Robert Ögren.
2005-02-02  Tor Lillqvist  <tml@novell.com>

	Implement lazy extended input initialization on Win32, by Robert
	Ögren. Fixes #163163, possibly #162334. Lazy initialization would
	be a good idea in any case even if it didn't fix any visible
	problems, though.

	The Wacom tablet driver seems to get confused if Wintab is
	initialized but no window is shown before the process exits. This
	is the case for some GIMP plug-ins, for instance.

	* gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Made
	non-static (and renamed).
	(_gdk_input_init): Don't call _gdk_input_wintab_init_check().

	* gdk/win32/gdkinput-win32.h: Declare _gdk_input_wintab_init_check().

	* gdk/win32/gdkinput.c (gdk_devices_list,
	gdk_display_list_devices, gdk_input_set_extension_events): Call
	_gdk_input_wintab_init_check() here instead.
2005-02-02 18:11:17 +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 updated 2004-10-29 21:44:53 +00:00
gdkdnd-win32.c Use wide character API when available. Use UTF-8 for filenames. 2004-12-19 21:00:58 +00:00
gdkdrawable-win32.c Fix for #162790, by Iwan Wong: 2005-01-12 21:28:03 +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 New functions, code blocks refactored out of update_keymap(). No 2005-02-01 11:26:05 +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 Fix for #162790, by Iwan Wong: 2005-01-12 21:28:03 +00:00
gdkgeometry-win32.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkglobals-win32.c Fix for #163702, from Ivan Wong: 2005-01-23 00:38:17 +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 Implement lazy extended input initialization on Win32, by Robert Ögren. 2005-02-02 18:11:17 +00:00
gdkinput-win32.h Implement lazy extended input initialization on Win32, by Robert Ögren. 2005-02-02 18:11:17 +00:00
gdkinput.c Implement lazy extended input initialization on Win32, by Robert Ögren. 2005-02-02 18:11:17 +00:00
gdkkeys-win32.c Remove superfluous blank line. 2005-02-01 11:31:24 +00:00
gdkmain-win32.c gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Remove 2004-10-31 14:47:15 +00:00
gdkpango-win32.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkpixmap-win32.c remove the disputable memset at the end of gdk_pixmap_new() - on X11 the 2004-11-30 22:56:35 +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 Fix for #163702, from Ivan Wong: 2005-01-23 00:38:17 +00:00
gdkproperty-win32.c gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Remove 2004-10-31 14:47:15 +00:00
gdkscreen-win32.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkselection-win32.c Use a FIFO list for storing GdkSelProp of a single window so that 2005-02-02 17:31:47 +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 Add pointer warping to GDK. (#160437) 2005-01-18 20:59:31 +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