gtk/gdk-pixbuf
Tor Lillqvist 773aacf9b6 Win32 build setup:
2000-07-23  Tor Lillqvist  <tml@iki.fi>

	Win32 build setup:

	* makefile.mingw.in
	* pixops/makefile.mingw.in
	* pixbuf_*.def: New files.

	* Makefile.am
	* pixops/Makefile.am: Add them. Add rule to generate makefile.mingw.

	* gdk-pixbuf-io.c (gtk_win32_get_installation_directory):
	New function, to get the GTK+ installation directory from
	the Windows Registry, where the installation program
	for whatever software includes GTK+ has stored it.

	Used to avoid having hardcoding the directory where to look for
	loaders. This function is needed by gtk, too, so it should
	really be just in one place. Maybe a small static library
	one level up from here?

	* gdk-pixbuf-animation.c (gdk_pixbuf_animation_new_from_file)
	* gdk-pixbuf-io.c (gdk_pixbuf_new_from_file):
	Open file in binary mode. This *is* standard C. (No-op on Unix,
	of course.)

	* io-jpeg.c: If we don't HAVE_SIGSETJMP, use normal setjmp().

	* io-tiff.c: Use g_get_tmp_dir(). If we don't HAVE_MKSTEMP, use
	mktemp() and open().
	(gdk_pixbuf__tiff_image_stop_load): g_free() also the tempname.

	* pixops/*.S: The Gas from mingw32 doesn't like the .type
	pseudo-op. Conditionalise on __MINGW32__, but probably
	should conditionalise on Gas version instead? Or could we
	do without .type on all systems?

	* pixops/timescale.c: Use g_get_current_time()
	instead of gettimeofday().
2000-07-22 23:50:19 +00:00
..
pixops Win32 build setup: 2000-07-22 23:50:19 +00:00
.cvsignore Added some tests of composite to highlight problems in the old 2000-05-04 14:53:48 +00:00
ChangeLog Win32 build setup: 2000-07-22 23:50:19 +00:00
gdk_pixbuf.def Win32 build setup: 2000-07-22 23:50:19 +00:00
gdk-pixbuf-animation.c Win32 build setup: 2000-07-22 23:50:19 +00:00
gdk-pixbuf-data.c add xthickness and ythickness to GtkRcStyle and add the necessary tokens. 2000-07-11 04:46:11 +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-io.c Win32 build setup: 2000-07-22 23:50:19 +00:00
gdk-pixbuf-io.h Added progressive animation loading. Added progressive animation loading. 2000-01-07 18:29:13 +00:00
gdk-pixbuf-loader.c include <string.h>. 2000-07-14 20:25:22 +00:00
gdk-pixbuf-loader.h make the current version number 1.3.1 (binary age 0, interface age 0). 2000-06-24 22:32:05 +00:00
gdk-pixbuf-private.h Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is not 2000-06-22 15:36:12 +00:00
gdk-pixbuf-scale.c Properly offset y coordinate accordining to render_y0. 2000-04-24 05:28:02 +00:00
gdk-pixbuf-util.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-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 use FALSE for size_only most of the time when calling 2000-07-14 20:24:14 +00:00
gdk-pixbuf.h Include files outside of the extern "C" block. Makes some C++ compiler 2000-07-19 16:11:40 +00:00
gnome-canvas-pixbuf.c Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) 2000-04-11 07:03:25 +00:00
gnome-canvas-pixbuf.h Comment fixes - Federico 1999-10-22 16:19:59 +00:00
io-bmp.c Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) 2000-04-11 07:03:25 +00:00
io-gif.c add xthickness and ythickness to GtkRcStyle and add the necessary tokens. 2000-07-11 04:46:11 +00:00
io-ico.c Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) 2000-04-11 07:03:25 +00:00
io-jpeg.c Win32 build setup: 2000-07-22 23:50:19 +00:00
io-png.c setjmp for the png error handler. It seems setting the error handling 2000-06-09 19:41:29 +00:00
io-pnm.c Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) 2000-04-11 07:03:25 +00:00
io-ras.c Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) 2000-04-11 07:03:25 +00:00
io-tiff.c Win32 build setup: 2000-07-22 23:50:19 +00:00
io-xpm.c Welcome aboard, gdk-pixbuf. 2000-06-21 20:47:22 +00:00
Makefile.am Win32 build setup: 2000-07-22 23:50:19 +00:00
makefile.mingw.in Win32 build setup: 2000-07-22 23:50:19 +00:00
pixbufloader_bmp.def Win32 build setup: 2000-07-22 23:50:19 +00:00
pixbufloader_gif.def Win32 build setup: 2000-07-22 23:50:19 +00:00
pixbufloader_ico.def Win32 build setup: 2000-07-22 23:50:19 +00:00
pixbufloader_jpeg.def Win32 build setup: 2000-07-22 23:50:19 +00:00
pixbufloader_png.def Win32 build setup: 2000-07-22 23:50:19 +00:00
pixbufloader_pnm.def Win32 build setup: 2000-07-22 23:50:19 +00:00
pixbufloader_ras.def Win32 build setup: 2000-07-22 23:50:19 +00:00
pixbufloader_tiff.def Win32 build setup: 2000-07-22 23:50:19 +00:00
pixbufloader_xpm.def Win32 build setup: 2000-07-22 23:50:19 +00:00
test-gdk-pixbuf.c Convert GdkPixbuf to GObject, leaving it opaque (i.e. derivation is not 2000-06-22 15:36:12 +00:00