gtk2/gdk/win32
Tor Lillqvist c9b2958b6c Don't draw anything if width or height is zero. Don't print a warning if
* gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
 	or height is zero. Don't print a warning if Pie or Arc fails, they
	always fail (?) for very narrow ellipses.

	* gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
 	the part or the destination window corresponding to source area
 	outside of the source drawable's boundary.

	* gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
 	anything if less than two points.

	* gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
 	return NULL. Gtk cut-and-paste inside a single program works
 	better this way. (It always gets the clipboard contents from
 	Windows, not from its own copy, which is cleared anyway. I can't
 	say I fully understand what happens... Emulating the X selection
 	and property stuff is a bit of a mess.)

	* gdk/win32/gdkevents.c
	* gdk/win32/gdkproperty.c: A bít more verbose logging.

	* gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
 	that never got deleted). Revamp gdk_region_shrink.

	* gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
 	after use.

	* gtk/gtk.def: Add some missing entry points.

	* gtk/gtkrc.c: Strip trailing directory separator from pixmap path
 	component.
1999-07-10 00:26:54 +00:00
..
rc cur files are binary. Changed to -kb and committed the correct versions, 1999-03-06 08:45:07 +00:00
gdk-win32.def Add (commented out) Windows-style theme include line. 1999-05-25 04:03:14 +00:00
gdk.c Fixes to the win32 backend to actually be able to compile within a 1999-03-17 20:12:47 +00:00
gdk.def Add (commented out) Windows-style theme include line. 1999-05-25 04:03:14 +00:00
gdkcc.c Fixes to the win32 backend to actually be able to compile within a 1999-03-17 20:12:47 +00:00
gdkcolor-win32.c Support added for building using a GNU toolchain on Win32, 1999-04-25 21:55:05 +00:00
gdkcolor.c Support added for building using a GNU toolchain on Win32, 1999-04-25 21:55:05 +00:00
gdkconfig.h Support added for building using a GNU toolchain on Win32, 1999-04-25 21:55:05 +00:00
gdkcursor-win32.c Fixes to the win32 backend to actually be able to compile within a 1999-03-17 20:12:47 +00:00
gdkcursor.c Fixes to the win32 backend to actually be able to compile within a 1999-03-17 20:12:47 +00:00
gdkdnd-win32.c Mention using GNU gettext. Enable NLS stuff. Use GNU gettext. Minor header 1999-06-14 21:43:53 +00:00
gdkdnd.c Mention using GNU gettext. Enable NLS stuff. Use GNU gettext. Minor header 1999-06-14 21:43:53 +00:00
gdkdraw.c Don't draw anything if width or height is zero. Don't print a warning if 1999-07-10 00:26:54 +00:00
gdkdrawable-win32.c Don't draw anything if width or height is zero. Don't print a warning if 1999-07-10 00:26:54 +00:00
gdkevents-win32.c Don't draw anything if width or height is zero. Don't print a warning if 1999-07-10 00:26:54 +00:00
gdkevents.c Don't draw anything if width or height is zero. Don't print a warning if 1999-07-10 00:26:54 +00:00
gdkfont-win32.c Fixes to the win32 backend to actually be able to compile within a 1999-03-17 20:12:47 +00:00
gdkfont.c Fixes to the win32 backend to actually be able to compile within a 1999-03-17 20:12:47 +00:00
gdkgc-win32.c Fixes to the win32 backend to actually be able to compile within a 1999-03-17 20:12:47 +00:00
gdkgc.c Fixes to the win32 backend to actually be able to compile within a 1999-03-17 20:12:47 +00:00
gdkglobals-win32.c Support added for building using a GNU toolchain on Win32, 1999-04-25 21:55:05 +00:00
gdkglobals.c Support added for building using a GNU toolchain on Win32, 1999-04-25 21:55:05 +00:00
gdkim-win32.c Support added for building using a GNU toolchain on Win32, 1999-04-25 21:55:05 +00:00
gdkim.c Support added for building using a GNU toolchain on Win32, 1999-04-25 21:55:05 +00:00
gdkimage-win32.c bpl was set wrong for bitmaps, should be multiple of 4. (Thanks to Hans 1999-06-28 07:06:01 +00:00
gdkimage.c bpl was set wrong for bitmaps, should be multiple of 4. (Thanks to Hans 1999-06-28 07:06:01 +00:00
gdkinput-win32.c Support added for building using a GNU toolchain on Win32, 1999-04-25 21:55:05 +00:00
gdkinput.c Support added for building using a GNU toolchain on Win32, 1999-04-25 21:55:05 +00:00
gdkinput.h Win32 version of GDK source files and resource files (cursors and icons). 1999-03-05 19:53:56 +00:00
gdkmain-win32.c Fixes to the win32 backend to actually be able to compile within a 1999-03-17 20:12:47 +00:00
gdkpixmap-win32.c Fixes to the win32 backend to actually be able to compile within a 1999-03-17 20:12:47 +00:00
gdkpixmap.c Fixes to the win32 backend to actually be able to compile within a 1999-03-17 20:12:47 +00:00
gdkprivate-win32.h Support added for building using a GNU toolchain on Win32, 1999-04-25 21:55:05 +00:00
gdkprivate.h Support added for building using a GNU toolchain on Win32, 1999-04-25 21:55:05 +00:00
gdkproperty-win32.c Don't draw anything if width or height is zero. Don't print a warning if 1999-07-10 00:26:54 +00:00
gdkproperty.c Don't draw anything if width or height is zero. Don't print a warning if 1999-07-10 00:26:54 +00:00
gdkregion-win32.c Don't draw anything if width or height is zero. Don't print a warning if 1999-07-10 00:26:54 +00:00
gdkregion.c Don't draw anything if width or height is zero. Don't print a warning if 1999-07-10 00:26:54 +00:00
gdkselection-win32.c Don't draw anything if width or height is zero. Don't print a warning if 1999-07-10 00:26:54 +00:00
gdkselection.c Don't draw anything if width or height is zero. Don't print a warning if 1999-07-10 00:26:54 +00:00
gdkvisual-win32.c Fixes to the win32 backend to actually be able to compile within a 1999-03-17 20:12:47 +00:00
gdkvisual.c Fixes to the win32 backend to actually be able to compile within a 1999-03-17 20:12:47 +00:00
gdkwin32.h Fixes to the win32 backend to actually be able to compile within a 1999-03-17 20:12:47 +00:00
gdkwin32id.c Fixes to the win32 backend to actually be able to compile within a 1999-03-17 20:12:47 +00:00
gdkwindow-win32.c Don't draw anything if width or height is zero. Don't print a warning if 1999-07-10 00:26:54 +00:00
gdkwindow.c Don't draw anything if width or height is zero. Don't print a warning if 1999-07-10 00:26:54 +00:00
gdkx.h Fixes to the win32 backend to actually be able to compile within a 1999-03-17 20:12:47 +00:00
gdkxid.c Fixes to the win32 backend to actually be able to compile within a 1999-03-17 20:12:47 +00:00
makefile.cygwin Copy our gdkprivate.h and gdkx.h to a gdk subdirectory, so that 1999-05-18 22:23:23 +00:00
makefile.msc Copy our gdkprivate.h and gdkx.h to a gdk subdirectory, so that 1999-05-18 22:23:23 +00:00