gtk/gdk/win32
Tor Lillqvist eee70b8153 Move the code that sets the window style and extended window style, and
2002-12-21  Tor Lillqvist  <tml@iki.fi>

	* gdk/win32/gdkwindow-win32.c (gdk_window_new): Move the code that
	sets the window style and extended window style, and adjusts the
	width and height to take the window decorations into account
	earlier. The adjusted width and height used to be ignored. Remove
	the local x, y, width and height variables, no need to further
	confuse the code by having local copies. (Partial fix, I hope, for
	#101588)

	(gdk_window_move): When moving top-level windows, take title bar
	and border width into account, offsetting the coordinates before
	calling SetWindowPos().

	(gdk_window_set_decorations, gdk_window_set_functions):
	Reimplement, taking into account the peculiar semantics of
	GDK_DECOR_ALL and GDK_FUNC_ALL. (#79036)

	(gdk_window_get_decorations): Implement. (#98981)

	(gdk_window_set_type_hint): When setting
	GDK_WINDOW_TYPE_HINT_MENU, call	gdk_window_set_decorations().
	(#79036)

	* gdk/gdk.def: Add gdk_window_get_decorations. (#98981)
2002-12-21 23:32:20 +00:00
..
rc gdk/win32/gdkprivate-win32.h Rename all global variables and functions to 2002-11-12 22:17:48 +00:00
.cvsignore Remove conftest* after use along the lines of AC_TRY_COMPILE. 2000-09-05 14:07:55 +00:00
bdfcursor.c Update. Mention the gtk-1-3-win32-production branch. 2001-02-23 03:51:41 +00:00
gdkcolor-win32.c Fixes from #98358, Havoc Pennington. 2002-11-25 22:52:36 +00:00
gdkcursor-win32.c gdk/win32/gdkprivate-win32.h Rename all global variables and functions to 2002-11-12 22:17:48 +00:00
gdkdisplay-win32.c Add missing entries, needed by gtk. 2002-11-16 21:51:47 +00:00
gdkdnd-win32.c gdk/win32/gdkprivate-win32.h Rename all global variables and functions to 2002-11-12 22:17:48 +00:00
gdkdrawable-win32.c Merge from stable: 2002-12-09 00:43:42 +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 Minor cosmetics. 2002-12-17 01:39:11 +00:00
gdkfont-win32.c gdk/win32/gdkprivate-win32.h Rename all global variables and functions to 2002-11-12 22:17:48 +00:00
gdkgc-win32.c Minor cosmetics. 2002-12-17 01:39:11 +00:00
gdkgeometry-win32.c gdk/win32/gdkprivate-win32.h Rename all global variables and functions to 2002-11-12 22:17:48 +00:00
gdkglobals-win32.c Minor cosmetics. 2002-12-17 01:39:11 +00:00
gdkim-win32.c Massive changes. Too many to list here, but I'll try a summary: 2002-02-17 00:25:05 +00:00
gdkimage-win32.c gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new, gdk_bitmap_create_from_data, 2002-12-11 23:04:39 +00:00
gdkinput-win32.c gdk/win32/gdkprivate-win32.h Rename all global variables and functions to 2002-11-12 22:17:48 +00:00
gdkinput-win32.h Delete leftover declarations of the obsolete Win32-only functions 2002-09-19 23:27:10 +00:00
gdkinput.c Add missing entries, needed by gtk. 2002-11-16 21:51:47 +00:00
gdkkeys-win32.c Remove redundant doc comments. 2002-10-23 21:03:35 +00:00
gdkmain-win32.c Use g_printf instead of system printf. (#99327) 2002-12-15 01:49:01 +00:00
gdkpango-win32.c Renames: 2002-06-20 23:59:27 +00:00
gdkpixmap-win32.c gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new, gdk_bitmap_create_from_data, 2002-12-11 23:04:39 +00:00
gdkpixmap-win32.h Massive changes. Too many to list here, but I'll try a summary: 2002-02-17 00:25:05 +00:00
gdkprivate-win32.h gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new, gdk_bitmap_create_from_data, 2002-12-11 23:04:39 +00:00
gdkproperty-win32.c Use g_printf instead of system printf. (#99327) 2002-12-15 01:49:01 +00:00
gdkscreen-win32.c Fixes from #98358, Havoc Pennington. 2002-11-25 22:52:36 +00:00
gdkselection-win32.c gdk/win32/gdkprivate-win32.h Rename all global variables and functions to 2002-11-12 22:17:48 +00:00
gdkvisual-win32.c Add missing entries, needed by gtk. 2002-11-16 21:51:47 +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 GCompareFunc -> GEqualFunc where applicable. 2000-11-13 13:15:41 +00:00
gdkwindow-win32.c Move the code that sets the window style and extended window style, and 2002-12-21 23:32:20 +00:00
gdkwindow-win32.h Remove the event_mask, it is now in GdkWindowObject. 2002-02-28 23:38:55 +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 Fix gdkenumtypes.h hack 2002-12-06 00:12:53 +00:00
makefile.mingw.in New function, copied from X11 version. 2001-02-11 11:00:14 +00:00
makefile.msc Changes multihead reorganizing code for win32 support, mostly from a patch 2002-06-06 00:26:42 +00:00
xcursors.h Update. Mention the gtk-1-3-win32-production branch. 2001-02-23 03:51:41 +00:00