gtk2/gdk-pixbuf
Matthias Clasen ed1ac0e2c6 Improve progressive loading from slow sources: (#107368)
2003-05-19  Matthias Clasen  <maclas@gmx.de>

	Improve progressive loading from slow sources:  (#107368)

	* io-gif-animation.c (gdk_pixbuf_gif_anim_get_iter): Initialize
	first_loop_slowness.
	(gdk_pixbuf_gif_anim_iter_advance): Don't wrap during loading if
	the datasource falls behind the speed of the display.

	* io-gif-animation.h: Add a loading flag to GdkPixbufGifAnim and
	first_loop_slowness to GdkPixbufGifAnimIter.
2003-05-19 21:44:03 +00:00
..
pixops Patch from James Henstridge to update to automake-1.7 (#109542) 2003-05-06 21:55:41 +00:00
.cvsignore
ChangeLog Improve progressive loading from slow sources: (#107368) 2003-05-19 21:44:03 +00:00
gdk_pixbuf.def
gdk_pixbuf.rc.in
gdk-pixbuf-animation.c Add sanity checks for GError handling. (#108345) 2003-04-24 18:51:07 +00:00
gdk-pixbuf-animation.h
gdk-pixbuf-csource.1
gdk-pixbuf-csource.c
gdk-pixbuf-data.c
gdk-pixbuf-features.h.in
gdk-pixbuf-i18n.h
gdk-pixbuf-io.c Add sanity checks for GError handling. (#108345) 2003-04-24 18:51:07 +00:00
gdk-pixbuf-io.h
gdk-pixbuf-loader.c Add sanity checks for GError handling. (#108345) 2003-04-24 18:51:07 +00:00
gdk-pixbuf-loader.h
gdk-pixbuf-marshal.list
gdk-pixbuf-private.h
gdk-pixbuf-scale.c
gdk-pixbuf-util.c
gdk-pixbuf-xform.c
gdk-pixbuf.c Trivial cleanups (bug #107664) 2003-03-08 20:49:00 +00:00
gdk-pixbuf.h
gdk-pixdata.c Add a (gint32 *) => (guint32 *) cast. (#108615, Rick Jones) 2003-05-14 22:26:41 +00:00
gdk-pixdata.h
io-ani-animation.c
io-ani-animation.h
io-ani.c
io-bmp.c
io-gif-animation.c Improve progressive loading from slow sources: (#107368) 2003-05-19 21:44:03 +00:00
io-gif-animation.h Improve progressive loading from slow sources: (#107368) 2003-05-19 21:44:03 +00:00
io-gif.c Return gboolean, not gint. (#107664, Morten Welinder) 2003-03-06 20:19:11 +00:00
io-ico.c Add missing static qualifiers apparently causing problems on some 2003-03-21 00:13:17 +00:00
io-jpeg.c Add missing static qualifiers apparently causing problems on some 2003-03-21 00:13:17 +00:00
io-png.c
io-pnm.c
io-ras.c
io-tga.c Auxiliary functions used to implement support for arbitrary origins. 2003-02-18 20:12:08 +00:00
io-tiff.c
io-wbmp.c
io-xbm.c
io-xpm.c Trivial cleanups (bug #107664) 2003-03-08 20:49:00 +00:00
make-inline-pixbuf.c
Makefile.am Patch from James Henstridge to update to automake-1.7 (#109542) 2003-05-06 21:55:41 +00:00
makefile.msc
pixbufloader_ani.def
pixbufloader_bmp.def
pixbufloader_gif.def
pixbufloader_ico.def
pixbufloader_jpeg.def
pixbufloader_png.def
pixbufloader_pnm.def
pixbufloader_ras.def
pixbufloader_tga.def
pixbufloader_tiff.def
pixbufloader_wbmp.def
pixbufloader_xbm.def
pixbufloader_xpm.def
queryloaders.c Better error message if module_open() fails. (#105349, Tim Mooney) 2003-02-06 19:31:46 +00:00
test-gdk-pixbuf.c