summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessary casting.Matthias Clasen2002-07-162-3/+5
* New function for loading an image from a file either via module->load orMatthias Clasen2002-07-076-175/+58
* Correct computation of image height. (OneLine): Correct updateMatthias Clasen2002-07-062-3/+6
* Load-at-size functionality for gdk-pixbuf.Matthias Clasen2002-07-0617-79/+254
* Handle global_error == NULL better. (tiff_image_parse): Don't trustMatthias Clasen2002-07-062-7/+32
* Miscellaneous bmp loader fixes (#85448, #86286, #86287):Matthias Clasen2002-07-022-162/+226
* Support for compressed ras images (#84994):Matthias Clasen2002-07-012-7/+69
* Better colorspace support for the jpeg loader (#61211):Matthias Clasen2002-07-012-18/+119
* converted a Tab to spaces.Sven Neumann2002-06-282-1/+5
* Fix problem where when no alpha was involved, we scaled rather thanOwen Taylor2002-06-131-1/+7
* 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-132-15/+5
* New functions to fetch 32 or 16-bit little-endian values starting at aFederico Mena Quintero2002-06-102-11/+37
* Accept xbms starting with a C comment - those seem to be not uncommon,Matthias Clasen2002-05-313-10/+27
* Use GTK_BINARY_VERSION (and not GTK_VERSION) in the path to the loaders onTor Lillqvist2002-05-223-1/+9
* Ahem, take the rowstride into account!!! Fixes #82515.Federico Mena Quintero2002-05-222-3/+18
* Check for endianness.Matthias Clasen2002-05-182-0/+20
* Patch from Matthias Clasen to fix some typos (#77246)Owen Taylor2002-05-162-9/+13
* Fixes for #78258Owen Taylor2002-05-162-2/+7
* build the static pixbuf loaders conditionally like the dynamic ones soMichael Natterer2002-05-072-13/+31
* image files for testing pixbuf loaders the old test-loaders.c split intoSoeren Sandmann2002-05-054-10400/+7
* Remove the ISO8859-1 restriction from the description of png tEXtMatthias Clasen2002-04-243-13/+37
* gdk-pixbuf/Makefile.am (uninstall-libtool-import-lib) Fix typo, thanks toTor Lillqvist2002-04-181-1/+1
* More fixes for #77807:Matthias Clasen2002-04-115-169/+211
* Use priv->image_module->module_name instead of image_type which may beMatthias Clasen2002-04-092-1/+7
* Restructured to use gdk_pixbuf_new instead of manually allocating imageMatthias Clasen2002-04-062-52/+23
* Avoid allocating an extra copy of the image by using aMatthias Clasen2002-04-052-50/+93
* Fix a doc typo.Matthias Clasen2002-04-032-1/+5
* libpng error handlers must not return to their callers, thus longjmp out.Matthias Clasen2002-03-292-0/+8
* Don't leak info_ptr.Matthias Clasen2002-03-272-12/+15
* Make libpng use g_malloc instead of system malloc.Matthias Clasen2002-03-262-2/+38
* Don't leak pixbuf on error.Matthias Clasen2002-03-254-3/+19
* Changed signature to return success and set a GError parameter, adjustedMatthias Clasen2002-03-252-26/+49
* context->updated_func is NULL during a nonincremental load.Matthias Clasen2002-03-232-7/+14
* Avoid a double free error if reading the colormap fails.Matthias Clasen2002-03-212-12/+13
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-1/+1
* Fix assumptions on rowstride by manually allocating a contiguous pixelMatthias Clasen2002-03-182-71/+238
* Catch invalid frame dimensions.Matthias Clasen2002-03-152-0/+15
* Add valid_ras_test and invalid_bmp_1.Matthias Clasen2002-03-135-40/+532
* use sequential writes instead of calling memcpy(). Simpler and potentiallySven Neumann2002-03-122-43/+42
* Replace a g_assert_not_reached () which could actually be reached by aMatthias Clasen2002-03-122-2/+13
* gdk-pixbuf/gdk_pixbuf.rc.in gdk/win32/rc/gdk.rc.in Use GTK_API_VERSION.Tor Lillqvist2002-03-061-2/+2
* Fix docs.Matthias Clasen2002-03-054-4/+1886
* Update version to 2.0.0Owen Taylor2002-03-052-17/+17
* ue Mar 5 10:39:03 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-03-052-1/+7
* shut up CVSManish Singh2002-03-041-0/+1
* If we can't load the module using the g_module_build_path() filename, tryOwen Taylor2002-03-033-32/+65
* Bullet-proof against integer overflow.Owen Taylor2002-03-032-6/+22
* Remove.Tor Lillqvist2002-03-024-7/+24
* Default to --disable-gtk-doc (avoid Jade breakage) and --disable-staticOwen Taylor2002-03-021-13/+21