summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Massive cleanup, make actually legible. - Fix some clamp-to-range bugsOwen Taylor2002-01-082-46/+50
* don't export functions prefixed with underscoreHans Breuer2002-01-053-4/+9
* Fix and uncomment non-MMX version.Owen Taylor2002-01-044-24/+143
* Add makefile.msc.Tor Lillqvist2001-12-292-0/+5
* Fix trailing "," in enumeration.Owen Taylor2001-12-232-1/+5
* Forgotten files.Matthias Clasen2001-12-202-4/+10
* More precise documentation about underscores and mnemonics. (#66380)Matthias Clasen2001-12-207-24/+27
* small doc tweaks, specifically some "just do XYZ" advice next to theHavoc Pennington2001-12-162-19/+42
* Use g_ascii_strcasecmp() instead of g_strcasecmp().Sebastian Wilhelmi2001-12-142-1/+6
* Remove assorted G_OBJECT casts where unnecessary.Sebastian Wilhelmi2001-12-1323-65/+91
* Markup fixes.Matthias Clasen2001-12-132-10/+13
* define G_LOG_DOMAIN for GdkPixbuf.Matthias Clasen2001-12-122-1/+4
* Markup fixes.Matthias Clasen2001-12-123-13/+17
* gdk_pixbuf__png_image_save: removed wrong endian conversion stuff; don'tMichael Natterer2001-12-112-36/+9
* Fix docs. (#66383)Matthias Clasen2001-12-062-0/+10
* Fill in color fields to black for transparent colors since we'll laterOwen Taylor2001-12-042-0/+10
* Add gdk_pixbuf_get_option.Tor Lillqvist2001-12-022-0/+5
* Fix alignment problem in deserialization, (#65785, reported by HidetoshiOwen Taylor2001-11-302-15/+20
* Fill in missing error parameters to DecodeHeader and DecodeColormap.Manish Singh2001-11-292-3/+10
* Fix Ximian bug #12125; merged from gdk-pixbuf stable.Federico Mena Quintero2001-11-292-100/+279