summaryrefslogtreecommitdiff
path: root/gdk-pixbuf
Commit message (Expand)AuthorAgeFilesLines
* 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
* updated externalsHans Breuer2001-09-213-7/+48
* On OSF, apparently fseek() works in some on-demand way, so the fseekOwen Taylor2001-09-202-0/+14
* same change as in pango, so that flags types are registered as flagsJames Henstridge2001-09-202-2/+8
* Don't include gkd-pixbuf-features.h here since is in builddir and confusesOwen Taylor2001-09-192-15/+46
* don't use BUILT_SOURCES as its broken in automake 1.4, add explicit objectTim Janik2001-09-191-66/+45
* don't use += before =Matt Wilson2001-09-182-2/+6
* Mirror GdkInterpType to PixopsInterpType to avoid including gdk-pixbufOwen Taylor2001-09-175-34/+44
* add generated files to ignore list.James Henstridge2001-09-164-2/+53
* io-pnm.c (pnm_read_header): Use GDK_PIXBUF_ERROR_CORRUPT_IMAGE,Matthias Clasen2001-09-142-7/+12
* Robustness fixes and test images for the jpeg, tiff, pnm, gif, xpm and tgaMatthias Clasen2001-09-1410-100/+5402
* don't used BUILT_SOURCES to build marshal files, as in conjunction withTim Janik2001-09-132-1/+6
* Version 1.3.7GTK_1_3_7Owen Taylor2001-09-042-1/+5
* updates for 1.3.7 release.Tim Janik2001-09-043-0/+102
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): PropagateMatthias Clasen2001-08-302-3/+17
* io-png.c (png_row_callback): Check that row_num is valid.Matthias Clasen2001-08-302-0/+15
* io-bmp.c (OneLine): Emit area_updated signal with properMatthias Clasen2001-08-282-1/+6
* *** empty log message ***Matthias Clasen2001-08-281-2/+0