]> Pileus Git - ~andy/gtk/history - gdk-pixbuf/gdk-pixbuf.c
Updated German translation.
[~andy/gtk] / gdk-pixbuf / gdk-pixbuf.c
2008-08-06 Sven HerzbergBug 546549 : Better Type Checking reviewed by mitch
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-05-27 Michael Nattererput back the #define, but call it GDK_PIXBUF_C_COMPILATION.
2008-05-27 Michael NattererFix and simplify definition of GDK_PIXBUF_VAR:
2007-07-02 Matthias ClasenDocument the "orientation" option.
2006-12-21 Matthias ClasenRemove redundant size checks, and document that width...
2006-09-10 Matthias ClasenCommit a patch by Behdad to fix typos, omissions and...
2006-05-14 Matthias ClasenMore of the same
2006-04-04 Matthias ClasenUse G_DEFINE_TYPE
2006-04-04 Matthias ClasenSmall savings
2005-08-31 Matthias ClasenIntern type names before registering the type to avoid...
2005-03-21 Matthias ClasenMark param spec strings as static.
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Matthias ClasenUse canonical form of the name when registering properties.
2005-03-01 Matthias ClasenRevert the previous change, since it breaks bin compat.
2005-03-01 Matthias Clasengdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb...
2004-11-05 Matthias ClasenDocument current restrictions for property values....
2004-08-11 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-06 Tor LillqvistMark the version variables for proper import and export...
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2004-01-07 Federico Mena QuinteroLink to the documentation section on image data.
2004-01-03 Matthias ClasenTurn the pixbuf attributes into (construct-only, but...
2003-08-03 Matthias ClasenClarify misleading explanation of rowstride. (#119000)
2003-03-08 Matthias ClasenTrivial cleanups (bug #107664)
2002-11-29 Matthias ClasenAdd deprecation docs.
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-09-29 Manish Singhadd deprecation compile flags
2002-09-19 Matthias ClasenRemove the _-prefix from gdk_pixbuf_set_option and
2002-09-17 Matthias Clasen_-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_opt...
2002-03-12 Sven Neumannuse sequential writes instead of calling memcpy()....
2002-03-03 Owen TaylorBullet-proof against integer overflow.
2002-02-01 Matthias ClasenMerge 16- and 32-bit ico support from the stable branch...
2001-12-20 Matthias ClasenForgotten files.
2001-12-13 Sebastian WilhelmiRemove assorted G_OBJECT casts where unnecessary.
2001-10-05 Sven Neumanngdk-pixbuf/gdk-pixbuf-io.c gdk-pixbuf/gdk-pixbuf-private.h
2001-08-07 Sven Neumanna comment asked to optimize this function, so that...
2001-05-07 Havoc Penningtonfix some shell typos
2001-04-18 Havoc Penningtonfix to properly queue resizes when the image is set
2001-02-19 Alexander LarssonCopy data and free data with free().
2001-02-04 Tim Janikremoved gtk_signal_init() compat define.
2001-01-31 Havoc Penningtoninclude glib-object.h instead of gvaluetypes.h
2001-01-22 Havoc PenningtonAdd built marshaller files to support GdkPixbufLoader...
2000-11-01 Havoc PenningtonNew function to create a pixbuf pointing to a subregion...
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-10-06 Havoc PenningtonPixbuf saving, patch from David Welton.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-14 Owen Tayloruse FALSE for size_only most of the time when calling
2000-06-22 Havoc PenningtonConvert GdkPixbuf to GObject, leaving it opaque (i...
2000-04-13 Federico Mena QuinteroYour eyes are bloodshot.
2000-04-11 Federico Mena QuinteroMost of this patch is based on a patch by Havoc Penning...
2000-04-02 Federico Mena QuinteroReverted Mark's change. The refcount is private informa...
2000-04-01 Mark CrichtonAdded 2 more convience functions.
2000-03-29 Federico Mena QuinteroReturn gboolean instead of int.
2000-01-21 Federico Mena QuinteroReturn the same pixbuf as the input parameter.
2000-01-10 Elliot LeeNo more libart/gdk-pixbuf as part of gnome-libs
2000-01-02 Federico Mena QuinteroAdded reference counting to animations. A web browser...
1999-12-17 Jonathan Blandfordmoved the file here. It seems natural to put this funct...
1999-12-11 Jonathan Blandfordthinking about the new loading API.
1999-12-02 Federico Mena Quintero#include <config.h>, and fix includes.
1999-11-22 Jonathan Blandfordmake the symlink. Does not work for srcdir != buildir...
1999-11-04 Arturo EspinosaMore docs work - Federico
1999-11-04 Federico Mena QuinteroPopulated.
1999-10-28 Jonathan Blandfordturned convenience macros into convenience
1999-10-27 Federico Mena QuinteroNew function to threshold a pixbuf's alpha channel...
1999-10-27 Havoc PenningtonNew function to create a blank pixbuf.
1999-10-20 Federico Mena QuinteroRemoved the unref_fn field. Now all memory management...
1999-10-18 Federico Mena QuinteroReindented to use the GNOME Indentation.
1999-09-22 Michael MeeksAdd pixbuf_duplicate,
1999-09-17 Federico Mena QuinteroBe more paranoid with sanity checking. (gdk_pixbuf_unre...
1999-08-09 Federico Mena QuinteroFixed compiler warnings. Fixed write to unallocated...
1999-07-20 Mark CrichtonMore fixes to the rotation code. It really works well...
1999-07-20 Mark CrichtonAdded translation to the rotate
1999-07-19 Mark CrichtonOk minor changes.
1999-07-17 Larry Ewingreverted the expose everything changes, I'm not sure...
1999-07-17 Mark CrichtonFixed up the scaling routine.
1999-07-16 Mark CrichtonAdded scaling of pixmaps. Currently doesn't work, howev...
1999-07-13 Mark Crichtonconfigure.in: Fixed GIF check. Actually works now!...
1999-07-13 Mark CrichtonDoh. Forgot the libgif check. Also, slowly adding the...
1999-07-08 Mark CrichtonMassive update...
1999-01-04 Arturo EspinosaInitial revision