gtk2/gdk/win32
Hans Breuer 6ff97d2e0b disable USE_MMX for msvc build cause the assembler doesn't fit and is out
2001-03-31  Hans Breuer  <hans@breuer.org>

	* config.h.win32.in : disable USE_MMX for msvc build cause
	the assembler doesn't fit and is out of my scope. Disable
	USE_GMODULE for msvc build as wel. The right way to share
	binaries on win32 would be to use libtiff.dll etc. To reduce
	installation hassles IMO it's better to include all fileformats
	builtin to gdk-pixbuf

	* gdk-pixbuf/makefile.msc : new file

	* gdk/gdk.def : updated

	* gdk/win32/gdkevents-win32.c : don't erase the background if
	.no_bg is set. It improves the scrolling (e.g. of testgtk main
	buttons
	* gdk/win32/gdkgeometry-win32.c : added comment about the above

	* gdk/win32/gdkwindow-win32.c : added three new functions like
	the X version. Only one is implemented, because the other two
	"gdk_window_begin_(resize|move)_drag" got no docs and appear to
	be default behaviour on win32 anyway ...

	* gtk/gtk.def : updated

	* gtk/makefile.msc.in : update for new files, use glib-genmarshal
	from where it was built and add an additional rule to automagically
	build gtkmarshal.[hc]

	* gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
	before array access for the current entry isn't finished

	* gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
	use g_return_val_if_fail

	* gtk/testgtk.c (window_controls) : don't use the *wrong* size
	for the static array, but let the compiler calculate it. It
	makes me wonder if gcc isn't capable to catch bugs like this ...
2001-03-31 19:33:49 +00:00
..
rc Update. Mention the gtk-1-3-win32-production branch. 2001-02-23 03:51:41 +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 New function, copied from X11 version. 2001-02-11 11:00:14 +00:00
gdkcursor-win32.c Update. Mention the gtk-1-3-win32-production branch. 2001-02-23 03:51:41 +00:00
gdkdnd-win32.c gdk/gdk.def Update. 2000-11-11 18:39:57 +00:00
gdkdrawable-win32.c gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
gdkdrawable-win32.h More work on GDK for Win32. Still in an intermediate state. 2000-07-23 01:18:34 +00:00
gdkevents-win32.c disable USE_MMX for msvc build cause the assembler doesn't fit and is out 2001-03-31 19:33:49 +00:00
gdkfont-win32.c Include <stdlib.h> for getenv(). 2001-01-15 22:12:31 +00:00
gdkgc-win32.c updated 2001-03-10 18:13:03 +00:00
gdkgeometry-win32.c disable USE_MMX for msvc build cause the assembler doesn't fit and is out 2001-03-31 19:33:49 +00:00
gdkglobals-win32.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gdkim-win32.c Remove old XIM code. 2001-03-09 20:28:20 +00:00
gdkimage-win32.c gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
gdkinput-win32.c Include x11/gdkx.h only when building for X11. 2000-10-25 18:07:12 +00:00
gdkinput-win32.h gdk/gdk.def Update. 2000-11-11 18:39:57 +00:00
gdkinput.c Doc fixes 2001-03-04 00:12:55 +00:00
gdkkeys-win32.c updated for win32 msvc build (forgot this before) 2001-02-19 22:02:23 +00:00
gdkmain-win32.c Add gdkkeys. 2000-12-14 23:14:18 +00:00
gdkpango-win32.c Add makefile.mingw.in to EXTRA_DIST. 2000-07-30 08:11:28 +00:00
gdkpixmap-win32.c New function, as in the X11 backend. (gdk_window_new, 2000-12-30 20:06:14 +00:00
gdkpixmap-win32.h More work on GDK for Win32. Still in an intermediate state. 2000-07-23 01:18:34 +00:00
gdkprivate-win32.h updated 2001-03-10 18:13:03 +00:00
gdkproperty-win32.c Include x11/gdkx.h only when building for X11. 2000-10-25 18:07:12 +00:00
gdkregion-win32.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gdkselection-win32.c corrected object casts, make it work again on win32 2000-11-12 15:46:55 +00:00
gdkvisual-win32.c Include <stdlib.h> for getenv(). 2001-01-15 22:12:31 +00:00
gdkwin32.h New function, as in the X11 backend. (gdk_window_new, 2000-12-30 20:06:14 +00:00
gdkwin32id.c GCompareFunc -> GEqualFunc where applicable. 2000-11-13 13:15:41 +00:00
gdkwindow-win32.c disable USE_MMX for msvc build cause the assembler doesn't fit and is out 2001-03-31 19:33:49 +00:00
gdkwindow-win32.h Include the build directory. 2000-07-25 17:31:05 +00:00
Makefile.am Update. Mention the gtk-1-3-win32-production branch. 2001-02-23 03:51:41 +00:00
makefile.mingw.in New function, copied from X11 version. 2001-02-11 11:00:14 +00:00
makefile.msc updated for win32 msvc build 2001-02-19 21:54:04 +00:00
surrogate-dimm.h Just renamed the Win32 backend files to *-win32. 1999-11-10 00:04:17 +00:00
xcursors.h Update. Mention the gtk-1-3-win32-production branch. 2001-02-23 03:51:41 +00:00