]> Pileus Git - ~andy/gtk/history - gdk-pixbuf/gdk-pixdata.c
Cleanups
[~andy/gtk] / gdk-pixbuf / gdk-pixdata.c
2006-10-08 Matthias ClasenCleanups
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-09-10 Matthias ClasenCommit a patch by Behdad to fix typos, omissions and...
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-08-24 Matthias ClasenActually free the temporary pixbuf data.
2004-08-24 Matthias ClasenWork around bugs in the runlength encoder by forcing...
2004-08-11 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-01-07 Federico Mena QuinteroFix example in documentation comment. Fixes #130701.
2003-12-31 Christian NeumairUse ngettext for plurals (#123847).
2003-08-18 Owen TaylorAdd the correct alignment magic for Sun compiler and...
2003-08-13 Matthias ClasenImprove doc comment wording. (#119754, Doug Quale)
2003-06-02 Matthias ClasenDocument data_length == -1, add an example. (#97290)
2003-05-27 Matthias ClasenRemove dubious bitfields of unspecified signedness...
2003-05-14 Owen TaylorAdd a (gint32 *) => (guint32 *) cast. (#108615, Rick...
2002-10-03 Matthias ClasenSupport for separately installed loaders. (#77486)
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...