summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* free the result of gdk_pixdata_serialize() (bug #89411).Sven Neumann2002-07-311-0/+5
* Fix some warnings by adding casts to PixopsInterpType. (#85839, David L.Owen Taylor2002-07-301-0/+5
* Avoid unnecessary casting.Matthias Clasen2002-07-161-0/+4
* New function for loading an image from a file either via module->load orMatthias Clasen2002-07-071-0/+7
* Correct computation of image height. (OneLine): Correct updateMatthias Clasen2002-07-061-0/+3
* Load-at-size functionality for gdk-pixbuf.Matthias Clasen2002-07-061-0/+31
* Handle global_error == NULL better. (tiff_image_parse): Don't trustMatthias Clasen2002-07-061-0/+9
* Miscellaneous bmp loader fixes (#85448, #86286, #86287):Matthias Clasen2002-07-021-0/+14
* Support for compressed ras images (#84994):Matthias Clasen2002-07-011-0/+9
* Better colorspace support for the jpeg loader (#61211):Matthias Clasen2002-07-011-0/+9
* converted a Tab to spaces.Sven Neumann2002-06-281-0/+4
* Fix problem where when no alpha was involved, we scaled rather thanOwen Taylor2002-06-131-0/+8
* Use libjpeg in buffered-image mode in order to incrementally displayMatthias Clasen2002-06-131-0/+5
* New functions to fetch 32 or 16-bit little-endian values starting at aFederico Mena Quintero2002-06-101-0/+9
* Accept xbms starting with a C comment - those seem to be not uncommon,Matthias Clasen2002-05-311-0/+10
* Use GTK_BINARY_VERSION (and not GTK_VERSION) in the path to the loaders onTor Lillqvist2002-05-221-0/+7
* Ahem, take the rowstride into account!!! Fixes #82515.Federico Mena Quintero2002-05-221-0/+15
* Check for endianness.Matthias Clasen2002-05-181-0/+5
* Patch from Matthias Clasen to fix some typos (#77246)Owen Taylor2002-05-161-0/+5
* Fixes for #78258Owen Taylor2002-05-161-0/+5
* build the static pixbuf loaders conditionally like the dynamic ones soMichael Natterer2002-05-071-0/+6
* image files for testing pixbuf loaders the old test-loaders.c split intoSoeren Sandmann2002-05-051-0/+6
* Remove the ISO8859-1 restriction from the description of png tEXtMatthias Clasen2002-04-241-0/+9
* More fixes for #77807:Matthias Clasen2002-04-111-0/+18
* Use priv->image_module->module_name instead of image_type which may beMatthias Clasen2002-04-091-0/+6
* Restructured to use gdk_pixbuf_new instead of manually allocating imageMatthias Clasen2002-04-061-0/+6
* Avoid allocating an extra copy of the image by using aMatthias Clasen2002-04-051-0/+7
* Fix a doc typo.Matthias Clasen2002-04-031-0/+4
* libpng error handlers must not return to their callers, thus longjmp out.Matthias Clasen2002-03-291-0/+6
* Don't leak info_ptr.Matthias Clasen2002-03-271-0/+8
* Make libpng use g_malloc instead of system malloc.Matthias Clasen2002-03-261-0/+6
* Don't leak pixbuf on error.Matthias Clasen2002-03-251-0/+10
* Changed signature to return success and set a GError parameter, adjustedMatthias Clasen2002-03-251-0/+7
* context->updated_func is NULL during a nonincremental load.Matthias Clasen2002-03-231-0/+6
* Fix assumptions on rowstride by manually allocating a contiguous pixelMatthias Clasen2002-03-181-0/+7
* Catch invalid frame dimensions.Matthias Clasen2002-03-151-0/+4
* Add valid_ras_test and invalid_bmp_1.Matthias Clasen2002-03-131-0/+12
* use sequential writes instead of calling memcpy(). Simpler and potentiallySven Neumann2002-03-121-0/+5
* Replace a g_assert_not_reached () which could actually be reached by aMatthias Clasen2002-03-121-0/+5
* Fix docs.Matthias Clasen2002-03-051-0/+6
* ue Mar 5 10:39:03 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-03-051-0/+6
* If we can't load the module using the g_module_build_path() filename, tryOwen Taylor2002-03-031-3/+14
* Bullet-proof against integer overflow.Owen Taylor2002-03-031-3/+8
* Remove.Tor Lillqvist2002-03-021-0/+11
* Move the call to correct_total() to the right spot. (#72732)Matthias Clasen2002-02-281-0/+5
* Use {} not () to group around string assigned to char[]. (#72767, TomasOwen Taylor2002-02-271-2/+8
* remove C++-commented debug spew, reported by David L. CooperHavoc Pennington2002-02-221-0/+5
* Make the paned example deprecation-clean.Matthias Clasen2002-02-171-3/+3
* New function to make sure that the weights sum up to the correct totalMatthias Clasen2002-02-151-0/+8
* Add a (#ifdef 0'ed) test provoking a segfault in TIFFReadDirectory().Matthias Clasen2002-02-121-0/+17