gtk2/gdk-pixbuf
Havoc Pennington 518f32d97e contrib subdir
2000-10-06  Havoc Pennington  <hp@redhat.com>

	* Makefile.am (SRC_SUBDIRS): contrib subdir

	* gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
	so it can be used in Xlib version

	* demos/testpixbuf.c (update_timeout): error checking from 1.0
	tree

	* gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
	change from 1.0 tree that returns first frame of animation
	if the loaded file is an animation.

        * contrib: add new directory to hold stuff that comes with GTK+
	but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)

	* configure.in: add contrib/*

2000-10-06  Havoc Pennington  <hp@redhat.com>

	* gdk-pixbuf.h: add GdkPixbufAlphaMode

2000-10-06  Havoc Pennington  <hp@redhat.com>

        This entry is a summary of the merged-in changes from 1.0.
	Relevant original ChangeLog entries are spliced in after
	this entry; the files they refer to are from the 1.0
	gdk-pixbuf sources.

	* pixops/pixops.c (pixops_composite_nearest): sync a small fix
	from 1.0

	* io-xpm.c (xpm_seek_string): add fscanf error check from 1.0
	Add progressive loader from 1.0

	* io-tiff.c (gdk_pixbuf__tiff_image_begin_load): mem leak fixes
	from 1.0 tree

	* io-pnm.c: new version from 1.0 tree

	* io-jpeg.c (gdk_pixbuf__jpeg_image_load): sync from 1.0, use
	malloc not g_malloc

	* io-gif.c (lzw_read_byte): sync from 1.0, change a g_error to
	g_warning
	(gif_get_next_step): return 0 here, sync from 1.0

	* gdk-pixbuf-util.c: sync email address change for Cody
	Russell

2000-09-11  Jeffrey Stedfast  <fejj@helixcode.com>

	* gdk-pixbuf/io-pnm.c: Pretty much totally rewrote again because
	last nights code was still "broken". Should now properly handle
	all error conditions gracefully.

2000-09-10  Jeffrey Stedfast  <fejj@helixcode.com>

	* gdk-pixbuf/io-pnm.c: Rewrote.

2000-09-09  Federico Mena Quintero  <federico@helixcode.com>

	* gdk-pixbuf/pixops/pixops.c (pixops_composite_nearest): Compute
	the correct dest offset.

2000-08-25  Federico Mena Quintero  <federico@helixcode.com>

	* gdk-pixbuf/io-xpm.c: #include <unistd.h>

2000-08-05  Larry Ewing  <lewing@helixcode.com>

	* gdk-pixbuf/io-tiff.c: stop leaking context->tempname.

	* gdk-pixbuf/io-xpm.c: same as above.

2000-07-26  Michael Meeks  <michael@helixcode.com>

	* gdk-pixbuf/io-jpeg.c (gdk_pixbuf__jpeg_image_load): make
	g_malloc a malloc.

2000-07-21  Larry Ewing  <lewing@helixcode.com>

	* gdk-pixbuf/io-xpm.c: add a fake progressive loader so that
	xpm at least supports the progressive interface like the one in
	io-tiff.c. This should be reimplemented as an actual progressive
	loader.

2000-07-19  Jonathan Blandford  <jrb@redhat.com>

	* demo/pixbuf-demo.c (update_timeout): changed scaling level to
	make it look better.
	* gdk-pixbuf/testpixbuf.c (update_timeout): Patch from michael
	meeks to handle errors better.
2000-10-09 17:22:20 +00:00
..
pixops contrib subdir 2000-10-09 17:22:20 +00:00
.cvsignore Remove conftest* after use along the lines of AC_TRY_COMPILE. 2000-09-05 14:07:55 +00:00
ChangeLog contrib subdir 2000-10-09 17:22:20 +00:00
gdk_pixbuf.def gdk_pixbuf.def pixbufloader_jpeg.def Add new entry points. 2000-10-06 22:01:45 +00:00
gdk-pixbuf-animation.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gdk-pixbuf-data.c Move more text widget headers into the private header list 2000-09-26 20:22:17 +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 s/format/type/g to be consistent with gdk_pixbuf_loader_new_with_type(). 2000-10-06 18:26:23 +00:00
gdk-pixbuf-io.h Pixbuf saving, patch from David Welton. 2000-10-06 18:19:18 +00:00
gdk-pixbuf-loader.c contrib subdir 2000-10-09 17:22:20 +00:00
gdk-pixbuf-loader.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +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 contrib subdir 2000-10-09 17:22:20 +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 Pixbuf saving, patch from David Welton. 2000-10-06 18:19:18 +00:00
gdk-pixbuf.h contrib subdir 2000-10-09 17:22:20 +00:00
gnome-canvas-pixbuf.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gnome-canvas-pixbuf.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
io-bmp.c Check for <unistd.h>. 2000-08-01 21:43:56 +00:00
io-gif.c contrib subdir 2000-10-09 17:22:20 +00:00
io-ico.c Check for <unistd.h>. 2000-08-01 21:43:56 +00:00
io-jpeg.c contrib subdir 2000-10-09 17:22:20 +00:00
io-png.c Pixbuf saving, patch from David Welton. 2000-10-06 18:19:18 +00:00
io-pnm.c contrib subdir 2000-10-09 17:22:20 +00:00
io-ras.c Check for <unistd.h>. 2000-08-01 21:43:56 +00:00
io-tiff.c contrib subdir 2000-10-09 17:22:20 +00:00
io-wbmp.c Fix compiler warnings 2000-08-09 02:56:13 +00:00
io-xpm.c contrib subdir 2000-10-09 17:22:20 +00:00
make-inline-pixbuf.c Move more text widget headers into the private header list 2000-09-26 20:22:17 +00:00
Makefile.am Pixbuf saving, patch from David Welton. 2000-10-06 18:19:18 +00:00
makefile.mingw.in gdk_pixbuf.def pixbufloader_jpeg.def Add new entry points. 2000-10-06 22:01:45 +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 gdk_pixbuf.def pixbufloader_jpeg.def Add new entry points. 2000-10-06 22:01:45 +00:00
pixbufloader_png.def gdk_pixbuf.def pixbufloader_jpeg.def Add new entry points. 2000-10-06 22:01:45 +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_wbmp.def Add gdk_pixbuf_loader_new_with_type function, to allow handling image 2000-07-28 00:09:36 +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