summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixdata.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Fix example in documentation comment. Fixes #130701.Federico Mena Quintero2004-01-071-1/+1
* Use ngettext for plurals (#123847).Christian Neumair2003-12-311-1/+3
* Add the correct alignment magic for Sun compiler and for GCC to get theOwen Taylor2003-08-181-0/+12
* Improve doc comment wording. (#119754, Doug Quale)Matthias Clasen2003-08-131-1/+1
* Document data_length == -1, add an example. (#97290)Matthias Clasen2003-06-021-6/+12
* Remove dubious bitfields of unspecified signedness. (#112919, MortenMatthias Clasen2003-05-271-1/+1
* Add a (gint32 *) => (guint32 *) cast. (#108615, Rick Jones)Owen Taylor2003-05-141-1/+1
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-1/+0
* Patch from Andy Wingo to always escape ? to avoid accidentally generatingOwen Taylor2002-10-011-1/+1
* free the result of gdk_pixdata_serialize() (bug #89411).Sven Neumann2002-07-311-15/+16
* Fixes for #78258Owen Taylor2002-05-161-2/+2
* 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