gtk/gdk-pixbuf
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
..
pixops Copy data and free data with free(). 2001-02-19 14:35:25 +00:00
.cvsignore shut up CVS 2001-03-05 19:56:46 +00:00
ChangeLog gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
gdk_pixbuf.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
gdk-pixbuf-animation.c marshaller fixes. 2001-03-07 14:49:21 +00:00
gdk-pixbuf-data.c Updated French translation. 2001-02-06 14:46:20 +00:00
gdk-pixbuf-features.h.in No more libart/gdk-pixbuf as part of gnome-libs 2000-01-10 19:17:42 +00:00
gdk-pixbuf-i18n.h Pixbuf saving, patch from David Welton. 2000-10-06 18:19:18 +00:00
gdk-pixbuf-io.c prepend underscore (gdk_pixbuf_get_named_module): prepend underscore 2001-02-20 02:59:30 +00:00
gdk-pixbuf-io.h prepend underscore (gdk_pixbuf_get_named_module): prepend underscore 2001-02-20 02:59:30 +00:00
gdk-pixbuf-loader.c added accumulator data argument to g_signal_newc() functions. 2001-03-08 16:36:17 +00:00
gdk-pixbuf-loader.h rename "private" field in struct to "priv" for C++ 2001-02-02 05:31:27 +00:00
gdk-pixbuf-marshal.list Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
gdk-pixbuf-private.h Move more text widget headers into the private header list 2000-09-26 20:22:17 +00:00
gdk-pixbuf-scale.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gdk-pixbuf-util.c Some updates 2000-10-18 18:42:54 +00:00
gdk-pixbuf-xform.c Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) 2000-04-11 07:03:25 +00:00
gdk-pixbuf.c Copy data and free data with free(). 2001-02-19 14:35:25 +00:00
gdk-pixbuf.h removed gtk_signal_init() compat define. 2001-02-04 07:05:29 +00:00
io-bmp.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
io-gif.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
io-ico.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
io-jpeg.c Copy data and free data with free(). 2001-02-19 14:35:25 +00:00
io-png.c Copy data and free data with free(). 2001-02-19 14:35:25 +00:00
io-pnm.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
io-ras.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
io-tiff.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
io-wbmp.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
io-xbm.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
io-xpm.c Use g_free, since the buffer is allocated with g_try_alloc(). 2001-02-07 11:37:05 +00:00
make-inline-pixbuf.c Finally getting around to checkin per Havoc. This is the fix for bug 2001-03-18 22:08:38 +00:00
Makefile.am Delete. 2001-03-15 19:02:23 +00:00
makefile.mingw.in gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
makefile.msc disable USE_MMX for msvc build cause the assembler doesn't fit and is out 2001-03-31 19:33:49 +00:00
pixbufloader_bmp.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_gif.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_ico.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_jpeg.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_png.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_pnm.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_ras.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_tiff.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_wbmp.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_xbm.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
pixbufloader_xpm.def gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. 2001-03-19 19:37:59 +00:00
test-gdk-pixbuf.c marshaller fixes. 2001-03-07 14:49:21 +00:00