gtk/gdk/win32
Tor Lillqvist 08fc500e8d Merge from stable:
2002-11-24  Tor Lillqvist  <tml@iki.fi>

	Merge from stable:

	Implement tiles and stipples for all drawing methids (except the
	deprecated draw_text() and draw_text_wc()).

	* gdk/win32/gdkdrawable-win32.c: Remove the already ifdeffed-out
	code that didn't use generic_draw().

	(generic_draw): When drawing into the mask (for tiled/stippled
	fill styles), copy the line attributes from the actual GC. Also
	ask for text drawing setup if needed. Use differently set up HDCs
	in the normal and tiled/stippled cases.

	(draw_lines, gdk_win32_draw_lines, draw_polygon,
	gdk_win32_draw_polygon, draw_segments, gdk_win32_draw_segments,
	draw_arc, gdk_win32_draw_arc): Use generic_draw(), thus
	implementing tiled and stippled fill styles for lines, polygons,
	segments, and args.

	(gdk_win32_draw_points): Use Rectangle() instead of
	SetPixel(). Rectangle() uses the function (raster op) set for the
	HDC, SetPixel() doesn't.

	(widen_bounds): New function, refactoring.

	* gdk/win32/gdkgc-win32.c: Remove ifdeffed-out code.

	(predraw_set_foreground, gdk_win32_hdc_get): Some code moved
	around. Call SetROP2() only if necessary. Call SetTextColor() only
	if GDK_GC_FOREGROUND flag present. Don't handle
	GDK_OPAQUE_STIPPLED here, has been superseded by the code in
	generic_draw(). Always create a solid brush.

	Remove background color handling from here. The background color
	of a GdkGC is supposed to affect only GDK_OPAQUE_STIPPLED fill
	style, which it is already handled in generic_draw(), and
	GDK_LINE_DOUBLE_DASH lines, which aren't implemented properly
	anyway. Calling SetBkColor() is unnecessary as we always use
	TRANSPARENT text output.

	(gdk_win32_hdc_get, gdk_win32_hdc_release): Add doc comments, as
	these are public functions.

	* gdk/win32/gdkevents-win32.c (synthesize_expose_events): Don't
	synthesize expose events for GDK_INPUT_ONLY windows.
	(gdk_event_translate): On WM_SIZE, call
	gdk_synthesize_window_state() if window was iconified, restored or
	maximized. (#98983, Arnaud Charlet)

	* gtk+/gdk/win32/gdkwindow-win32.c
	(gdk_window_get_frame_extents): Fix typo in setting y.  (#98983,
	Arnaud Charlet)
2002-11-24 23:54:01 +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 Add missing entries, needed by gtk. 2002-11-16 21:51:47 +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-11-24 23:54:01 +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 Merge from stable: 2002-11-24 23:54:01 +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 Merge from stable: 2002-11-24 23:54:01 +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 Add missing entries, needed by gtk. 2002-11-16 21:51:47 +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_image_get_pixel, gdk_image_put_pixel: Fixed sense of bounds checks. 2002-10-07 15:16:06 +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 Add missing entries, needed by gtk. 2002-11-16 21:51:47 +00:00
gdkpango-win32.c Renames: 2002-06-20 23:59:27 +00:00
gdkpixmap-win32.c Reflect recent renamings and removals of functions. 2002-11-16 01:12:10 +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 Add missing entries, needed by gtk. 2002-11-16 21:51:47 +00:00
gdkproperty-win32.c gdk/win32/gdkprivate-win32.h Rename all global variables and functions to 2002-11-12 22:17:48 +00:00
gdkscreen-win32.c Add missing entries, needed by gtk. 2002-11-16 21:51:47 +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 Merge from stable: 2002-11-24 23:54:01 +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 Try a different hack to force gdkenumtypes.h to be updated before building 2002-11-14 06:07:46 +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