summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the call to correct_total() to the right spot. (#72732)Matthias Clasen2002-02-282-2/+7
* Use {} not () to group around string assigned to char[]. (#72767, TomasOwen Taylor2002-02-272-4/+10
* new fileHans Breuer2002-02-272-2/+35
* remove C++-commented debug spew, reported by David L. CooperHavoc Pennington2002-02-222-1/+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-152-9/+36
* Add a (#ifdef 0'ed) test provoking a segfault in TIFFReadDirectory().Matthias Clasen2002-02-127-10/+82
* Fix handing of overall alpha.Owen Taylor2002-02-112-3/+8
* Enable some tests which should work now.Matthias Clasen2002-02-105-19/+82
* Force all weight arrays to sum exactly to 65535. (Fixes #70971, reportedOwen Taylor2002-02-093-7/+35
* Fix comment; PixopsInterpType -> GdkInterpType.Federico Mena Quintero2002-02-082-1/+5
* Wean this from <ctype.h>.Darin Adler2002-02-082-3/+6
* Build the tga loader as a static library. (#70157)Matthias Clasen2002-02-012-2/+9
* Merge 16- and 32-bit ico support from the stable branch. (#61179)Matthias Clasen2002-02-014-26/+127
* shut up CVSManish Singh2002-01-221-0/+1
* Made sure all the error cases involving jpeg or png load/saves cleanManish Singh2002-01-203-11/+27
* Credit Michael Hore for last two changesOwen Taylor2002-01-121-2/+2
* Fix integer overflow for the values passed to the pixel functions.Owen Taylor2002-01-112-4/+9
* Remove meaningless FIXME.Owen Taylor2002-01-116-22/+54
* Replace some hardcoded values with the SUBSAMPLEOwen Taylor2002-01-102-6/+11
* Include glib-object.h, Add G_BEGIN_DECLS/END_DECLS toOwen Taylor2002-01-096-28/+19