summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixdata.c
Commit message (Expand)AuthorAgeFilesLines
* Use {} not () to group around string assigned to char[]. (#72767, TomasOwen Taylor2002-02-271-2/+2
* More precise documentation about underscores and mnemonics. (#66380)Matthias Clasen2001-12-201-11/+14
* Remove assorted G_OBJECT casts where unnecessary.Sebastian Wilhelmi2001-12-131-2/+1
* Fix alignment problem in deserialization, (#65785, reported by HidetoshiOwen Taylor2001-11-301-15/+14
* Documentation. Spelling fixes.Matthias Clasen2001-10-161-19/+61
* Get rid of GDK_PIXBUF_ERROR_HEADER/PIXEL_CORRUPT and use CORRUPT_IMAGE.Owen Taylor2001-10-101-31/+37
* Fix indentation use a macro to make code a bit more readable.Owen Taylor2001-10-021-73/+74
* s/g_string_printfa/g_string_append_printf/Sven Neumann2001-10-021-45/+45
* Fix a typo.Kjartan Maraas2001-08-061-1/+1
* don't 'g_tohl (*istream++)', but move pointer increment out of the macro,Hans Breuer2001-07-201-6/+12
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-0/+1
* use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufsTim Janik2001-06-261-0/+817