]> Pileus Git - ~andy/gtk/history - gdk/gdkpixbuf-render.c
Make GTK+ use an external gdk-pixbuf
[~andy/gtk] / gdk / gdkpixbuf-render.c
2010-06-26 Matthias ClasenMake GTK+ use an external gdk-pixbuf
2010-05-07 Matthias ClasenMerge branch 'gtk-2-90'
2010-05-02 Javier JardónRemove deprecated code from GdkPixbuf
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-02-06 Christian PerschIf the pixbuf has an alpha channel, use gdk_draw_rgb_32...
2005-12-20 Matthias ClasenAnother doc update
2005-12-20 Matthias ClasenDocumentation updates
2005-07-18 Matthias ClasenSmall formatting fixes in doc comments.
2005-05-11 Owen TaylorUse a GtkAlignment rather than a GtkDrawingArea to...
2005-05-07 Owen TaylorChange prototype to match cairo_set_source_surface().
2005-04-18 Owen Taylorgtk/gtkstyle.c gtk/gtkcolorsel.c gtk/gtkhsv.c gtk/gtkic...
2005-04-08 Carl WorthSimplify matrix manipulation now that cairo exposes...
2005-03-17 Owen TaylorSwitch set_cairo_target() virtual function to ref_cairo...
2005-03-16 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-02-18 Soeren SandmannUse a scratch GC in the case where the background is...
2004-02-18 Soeren SandmannFix bug reported by Nam SungHyun.
2004-02-18 Soeren SandmannGC caching, bug #125645 (based on patch by Brian Cameron)
2003-01-31 Matthias ClasenDeprecate. (#60582)
2002-10-02 Owen TaylorExport _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename...
2002-09-25 Manish Singhadd -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEP...
2002-08-11 Owen TaylorMention in the docs that @pixmap_return and @mask_retur...
2002-08-05 Owen TaylorFix problem with wrong depth being used. (#89941, Jacob...
2002-06-06 Owen TaylorChanges multihead reorganizing code for win32 support...
2002-04-25 Owen TaylorStart of integration of Erwann Chenede's multihead...
2002-01-29 Owen TaylorCall _gdk_draw_pixbuf(), thus enabling using this funct...
2002-01-05 Hans Breuerneed to cast image->mem away from void* to avoid 'error...
2002-01-04 Owen TaylorPrivate function to tell if we have RENDER extension.
2001-09-19 Owen TaylorAllow -1 for width/height to mean "width/height of...
2001-09-07 Owen TaylorDeprecate gdk_set/get_use_xshm, make gdk_set_use_xshm...
2001-06-29 Havoc PenningtonClip the retrieved image data to the screen, using...
2000-11-01 Havoc PenningtonClip the rectangle to be rendered to the drawable,...
2000-11-01 Havoc PenningtonNew function to create a pixbuf pointing to a subregion...
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-07-02 Owen TaylorAdd gdk_rgb_find_color() to get a pixel value using...
2000-06-21 Owen TaylorIndentation fixups to GTK+ standard.
2000-06-21 Owen TaylorWelcome aboard, gdk-pixbuf.
2000-04-11 Federico Mena QuinteroMost of this patch is based on a patch by Havoc Penning...
2000-02-02 Federico Mena QuinteroAdded sanity check for width and height being >= 0...
2000-01-17 Federico Mena QuinteroRemoved the broken --enable-canvas-pixbuf option. Added...
2000-01-14 Jonathan Blandfordnew function to let you create a gdk_pixmap from a...
1999-12-02 Federico Mena Quintero#include <config.h>, and fix includes.
1999-11-30 Owen TaylorKeep the mask around until after we draw ... since...
1999-11-24 Federico Mena QuinteroCreate the temporary buffer to the size of the interesc...
1999-11-22 Jonathan Blandfordmake the symlink. Does not work for srcdir != buildir...
1999-11-04 Arturo EspinosaMore docs work - Federico
1999-11-04 Havoc PenningtonIn docs, explain what a dither offset is for.
1999-10-28 Federico Mena QuinteroNew function to render a portion of a pixbuf to a drawa...
1999-10-28 Jonathan Blandforddon't send a 0 length buffer.
1999-10-28 Arturo EspinosaSync to desktop - Federico
1999-10-28 Arturo EspinosaSync to laptop - Federico
1999-10-27 Federico Mena QuinteroNew function to threshold a pixbuf's alpha channel...