]> Pileus Git - ~andy/gtk/history - gdk-pixbuf/gdk-pixdata.c
Patch from Andy Wingo to always escape ? to avoid accidentally generating
[~andy/gtk] / gdk-pixbuf / gdk-pixdata.c
2002-10-01 Owen TaylorPatch from Andy Wingo to always escape ? to avoid accid...
2002-07-31 Sven Neumannfree the result of gdk_pixdata_serialize() (bug #89411).
2002-05-16 Owen TaylorFixes for #78258
2002-02-27 Owen TaylorUse {} not () to group around string assigned to char...
2001-12-20 Matthias ClasenMore precise documentation about underscores and mnemon...
2001-12-13 Sebastian WilhelmiRemove assorted G_OBJECT casts where unnecessary.
2001-11-30 Owen TaylorFix alignment problem in deserialization, (#65785,...
2001-10-16 Matthias ClasenDocumentation. Spelling fixes.
2001-10-10 Owen TaylorGet rid of GDK_PIXBUF_ERROR_HEADER/PIXEL_CORRUPT and...
2001-10-02 Owen TaylorFix indentation use a macro to make code a bit more...
2001-10-02 Sven Neumanns/g_string_printfa/g_string_append_printf/
2001-08-06 Kjartan MaraasFix a typo.
2001-07-20 Hans Breuerdon't 'g_tohl (*istream++)', but move pointer increment...
2001-06-29 Havoc PenningtonClip the retrieved image data to the screen, using...
2001-06-26 Tim Janikuse gdk_pixbuf_new_from_stream(). fixed up item factory...