]> Pileus Git - ~andy/gtk/history - gdk-pixbuf
Delete EWMH properties if no private->state flags are set. (#66754)
[~andy/gtk] / gdk-pixbuf /
2002-12-08 Matthias ClasenAdd docs.
2002-12-07 Owen TaylorMake gdk-pixbuf.loaders also depend gdk-pixbuf-query...
2002-12-05 Matthias ClasenRemove leftover debug output. (#100357, Owen Taylor)
2002-12-04 Bastien Nocerause G_BIG_ENDIAN instead of WORDS_BIGENDIAN which isn...
2002-11-29 Matthias ClasenAdd deprecation docs.
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-11-09 Owen TaylorMake gdk-pixbuf.loaders file depend on the loaders...
2002-11-06 Owen TaylorFix trailing semicolon on macro, clean up a bit.
2002-11-05 Matthias ClasenForgotten ChangeLog
2002-11-05 Matthias ClasenReindent
2002-11-05 Owen TaylorFix leaked pixbuf reference (#96823, Morten Welinder)
2002-10-22 Matthias ClasenCheck for stack overflow throughout. (#91808, Elliot...
2002-10-20 Matthias Clasen Support the Netscape application extension for gif...
2002-10-11 Matthias ClasenDocumentation updates.
2002-10-04 Manish Singhmake it legal C
2002-10-04 jacob berkmanmake legal C
2002-10-03 Matthias ClasenSupport for separately installed loaders. (#77486)
2002-10-03 Owen TaylorFix memory leak. (#94399)
2002-10-01 Owen TaylorPatch from Andy Wingo to always escape ? to avoid accid...
2002-09-29 Manish Singhadd deprecation compile flags
2002-09-28 Tor LillqvistDon't use .type on Cygwin, either (#91597, Masahiro...
2002-09-27 Federico Mena QuinteroFree the context if we cannot allocate the HeaderBuf.
2002-09-27 Federico Mena QuinteroFix the update region notification to handle top-to...
2002-09-19 Matthias ClasenRemove the _-prefix from gdk_pixbuf_set_option and
2002-09-17 Matthias Clasen_-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_opt...
2002-09-14 Hans Breueradded makefile.msc to EXTRA_DIST
2002-09-12 Matthias ClasenMove GdkPixbufFrame from the public header to the gif...
2002-09-12 Federico Mena QuinteroUnref the pixbuf if we hit an unsupported colorspace.
2002-09-06 Matthias Clasen*** empty log message ***
2002-09-06 Matthias ClasenNew loader, for .ANI animations.
2002-09-06 Matthias ClasenAttach hotspot coordinates to the pixbuf as options...
2002-09-03 Matthias ClasenDon't leak memory if g_try_realloc fails.
2002-08-24 Tor LillqvistAdd gtk_win32res_lo. (#87101, J. Ali Harlow)
2002-08-22 Matthias Clasengdk-pixbuf-io.c (_gdk_pixbuf_generic_image_load): No...
2002-07-31 Sven Neumannfree the result of gdk_pixdata_serialize() (bug #89411).
2002-07-30 Owen TaylorFix some warnings by adding casts to PixopsInterpType...
2002-07-16 Matthias ClasenAvoid unnecessary casting.
2002-07-07 Matthias ClasenNew function for loading an image from a file either...
2002-07-06 Matthias ClasenCorrect computation of image height. (OneLine): Correct...
2002-07-06 Matthias ClasenLoad-at-size functionality for gdk-pixbuf.
2002-07-06 Matthias ClasenHandle global_error == NULL better. (tiff_image_parse...
2002-07-02 Matthias Clasen Miscellaneous bmp loader fixes (#85448, #86286, #86287):
2002-07-01 Matthias Clasen Support for compressed ras images (#84994):
2002-07-01 Matthias Clasen Better colorspace support for the jpeg loader (#61211):
2002-06-28 Sven Neumannconverted a Tab to spaces.
2002-06-13 Owen TaylorFix problem where when no alpha was involved, we scaled...
2002-06-13 Owen TaylorFix problem where when no alpha was involved, we scaled...
2002-06-13 Matthias ClasenUse libjpeg in buffered-image mode in order to incremen...
2002-06-10 Federico Mena QuinteroNew functions to fetch 32 or 16-bit little-endian value...
2002-05-31 Matthias ClasenAccept xbms starting with a C comment - those seem...
2002-05-22 Tor LillqvistUse GTK_BINARY_VERSION (and not GTK_VERSION) in the...
2002-05-22 Federico Mena QuinteroAhem, take the rowstride into account!!! Fixes #82515.
2002-05-18 Matthias ClasenCheck for endianness.
2002-05-16 Owen TaylorPatch from Matthias Clasen to fix some typos (#77246)
2002-05-16 Owen TaylorFixes for #78258
2002-05-07 Michael Nattererbuild the static pixbuf loaders conditionally like...
2002-05-05 Soeren Sandmannimage files for testing pixbuf loaders the old test...
2002-04-24 Matthias ClasenRemove the ISO8859-1 restriction from the description...
2002-04-18 Tor Lillqvistgdk-pixbuf/Makefile.am (uninstall-libtool-import-lib...
2002-04-11 Matthias Clasen More fixes for #77807:
2002-04-09 Matthias ClasenUse priv->image_module->module_name instead of image_ty...
2002-04-06 Matthias ClasenRestructured to use gdk_pixbuf_new instead of manually...
2002-04-05 Matthias ClasenAvoid allocating an extra copy of the image by using a
2002-04-03 Matthias ClasenFix a doc typo.
2002-03-29 Matthias Clasenlibpng error handlers must not return to their callers...
2002-03-27 Matthias ClasenDon't leak info_ptr.
2002-03-26 Matthias ClasenMake libpng use g_malloc instead of system malloc.
2002-03-25 Matthias ClasenDon't leak pixbuf on error.
2002-03-25 Matthias ClasenChanged signature to return success and set a GError...
2002-03-23 Matthias Clasencontext->updated_func is NULL during a nonincremental...
2002-03-21 Matthias ClasenAvoid a double free error if reading the colormap fails.
2002-03-20 Owen TaylorPatch from Erwann Chenede, #73900 fixing a lot of warni...
2002-03-18 Matthias ClasenFix assumptions on rowstride by manually allocating...
2002-03-15 Matthias ClasenCatch invalid frame dimensions.
2002-03-13 Matthias ClasenAdd valid_ras_test and invalid_bmp_1.
2002-03-12 Sven Neumannuse sequential writes instead of calling memcpy()....
2002-03-12 Matthias ClasenReplace a g_assert_not_reached () which could actually...
2002-03-06 Tor Lillqvistgdk-pixbuf/gdk_pixbuf.rc.in gdk/win32/rc/gdk.rc.in...
2002-03-05 Matthias ClasenFix docs.
2002-03-05 Owen TaylorUpdate version to 2.0.0
2002-03-05 Owen Taylorue Mar 5 10:39:03 2002 Owen Taylor <otaylor@redhat...
2002-03-04 Manish Singhshut up CVS
2002-03-03 Owen TaylorIf we can't load the module using the g_module_build_pa...
2002-03-03 Owen TaylorBullet-proof against integer overflow.
2002-03-02 Tor LillqvistRemove.
2002-03-02 Owen TaylorDefault to --disable-gtk-doc (avoid Jade breakage)...
2002-02-28 Matthias ClasenMove the call to correct_total() to the right spot...
2002-02-27 Owen TaylorUse {} not () to group around string assigned to char...
2002-02-27 Hans Breuernew file
2002-02-22 Havoc Penningtonremove C++-commented debug spew, reported by David...
2002-02-17 Matthias ClasenMake the paned example deprecation-clean.
2002-02-15 Matthias ClasenNew function to make sure that the weights sum up to...
2002-02-12 Matthias ClasenAdd a (#ifdef 0'ed) test provoking a segfault in TIFFRe...
2002-02-11 Owen TaylorFix handing of overall alpha.
2002-02-10 Matthias ClasenEnable some tests which should work now.
2002-02-09 Owen TaylorForce all weight arrays to sum exactly to 65535. (Fixes...
2002-02-08 Federico Mena QuinteroFix comment; PixopsInterpType -> GdkInterpType.
2002-02-08 Darin AdlerWean this from <ctype.h>.
2002-02-01 Matthias ClasenBuild the tga loader as a static library. (#70157)
2002-02-01 Matthias ClasenMerge 16- and 32-bit ico support from the stable branch...
next