summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* 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
* use g_strcasecmp(), some poor platforms don't have strcasecmp()Hans Breuer2001-11-183-4/+18
* Remove include of gobject/signal.h.Owen Taylor2001-11-182-2/+4
* Remove unused static function. (xpm_skip_string): Dito.Daniel Egger2001-11-141-25/+3
* use g_strcasecmp(), some poor platforms don't have strcasecmp()Hans Breuer2001-11-092-2/+2
* gdk_rgb_init() doesn't need to be called anymore. Use g_object_(un)_refSebastian Wilhelmi2001-11-033-18/+23
* Use -no-undefined on Win32. Make libgdk_pixbuf_1_3_la_OBJECTS depend onTor Lillqvist2001-10-296-27/+93
* updated externalsHans Breuer2001-10-261-1/+1
* Don't dereference context when it may be NULL. (#62344)Matthias Clasen2001-10-182-2/+6
* Documentation. Spelling fixes.Matthias Clasen2001-10-164-25/+148
* Get rid of GDK_PIXBUF_ERROR_HEADER/PIXEL_CORRUPT and use CORRUPT_IMAGE.Owen Taylor2001-10-103-39/+50
* gdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.hSven Neumann2001-10-057-29/+269
* Fix indentation use a macro to make code a bit more readable.Owen Taylor2001-10-022-73/+79
* s/g_string_printfa/g_string_append_printf/Sven Neumann2001-10-022-45/+49
* Fix a typo in the include guards. (#61254, Skip Montaro)Owen Taylor2001-09-262-1/+6
* io-xpm.c (xpm_extract_color): Rewritten to handleMatthias Clasen2001-09-212-62/+71