summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* Fix trailing semicolon on macro, clean up a bit.Owen Taylor2002-11-062-7/+15
* Fix LZWP_SP typo. (#97758, Akira Tagoh)Owen Taylor2002-11-052-3/+7
* removed redundant code that did nothing, caused a compiler warning and isSven Neumann2002-11-042-2/+5
* Check for stack overflow throughout. (#91808, Elliot Lee)Matthias Clasen2002-10-222-2/+17
* Fix memory leak. (#94399)Owen Taylor2002-10-032-1/+7
* Patch from Andy Wingo to always escape ? to avoid accidentally generatingOwen Taylor2002-10-012-1/+7
* Don't use .type on Cygwin, either (#91597, Masahiro Sakai).Tor Lillqvist2002-09-285-5/+9
* Free the context if we cannot allocate the HeaderBuf.Federico Mena Quintero2002-09-272-0/+6
* Fix the update region notification to handle top-to-bottom andFederico Mena Quintero2002-09-272-2/+9
* Merged the CMYK changes from HEAD.Federico Mena Quintero2002-09-262-34/+115
* line-wrap all images to avoid problems with line-length-limited compilers.Matthias Clasen2002-09-162-875/+1572
* Add gtk_win32res_lo. (#87101, J. Ali Harlow)Tor Lillqvist2002-08-242-1/+6
* Plug a memory leak. (#91422, Sven Neumann)Matthias Clasen2002-08-222-1/+6
* free the result of gdk_pixdata_serialize() (bug #89411).Sven Neumann2002-07-312-15/+21
* Fix some warnings by adding casts to PixopsInterpType. (#85839, David L.Owen Taylor2002-07-302-3/+8
* Support for compressed ras images (#84994):Matthias Clasen2002-07-162-7/+69
* Correct computation of image height. (OneLine): Correct updateMatthias Clasen2002-07-062-3/+8
* Handle global_error == NULL better. (tiff_image_parse): Don't trustMatthias Clasen2002-07-062-4/+29
* New function to avoid crashes on unchecked reallocs. (DecodeHeader,Matthias Clasen2002-07-022-21/+64
* 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-132-1/+15
* 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-9/+25
* Make the top of the ChangeLog match the one in HEAD - FedericoFederico Mena Quintero2002-05-221-15/+0
* Ahem, take the rowstride into account!!! Fixes #82515.Federico Mena Quintero2002-05-221-0/+15
* Ahem, take the rowstride into account!!! Fixes #82515.Federico Mena Quintero2002-05-222-3/+18
* Use GTK_BINARY_VERSION (and not GTK_VERSION) in the path to the loaders onTor Lillqvist2002-05-223-1/+9
* 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
* 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