]> Pileus Git - ~andy/gtk/history - gdk/gdkpixbuf-drawable.c
Make GTK+ use an external gdk-pixbuf
[~andy/gtk] / gdk / gdkpixbuf-drawable.c
2010-06-26 Matthias ClasenMake GTK+ use an external gdk-pixbuf
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-02-19 Johan Dahlin[annotations] Add allow-none
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2005-09-11 Matthias ClasenNew function to avoid pointless strdups when creating...
2005-03-16 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-01 Matthias Clasengdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2003-11-17 Matthias ClasenFix for #119555, Peter Zelesny:
2003-06-08 Soeren Sandmannswap G and B. Fixes (#114669)
2003-06-03 Owen Taylor#71597, reported by Morten Welinder
2002-09-14 Sven Neumannfixed my latest change.
2002-09-13 Sven Neumannuse the most significant bits of the GdkColor component...
2002-07-26 Shivram UCheck if depth of the source is not equal to the depth...
2002-07-16 Federico Mena QuinteroFixed the LSB -> MSB case. Fixes #79463.
2002-06-03 Federico Mena QuinteroFix the MSB -> MSB case. Fixes #79190.
2002-04-25 Owen TaylorStart of integration of Erwann Chenede's multihead...
2002-04-13 Havoc Penningtoncreate the target pixbuf AFTER filling in width/height...
2002-02-23 Owen TaylorFixes for AIX compilation from Miroslaw Dobrzanski...
2002-01-25 Federico Mena QuinteroMerge from gdk-pixbuf stable.
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-08-26 Havoc Penningtonremove gtk_menu_* compat defines; these are already...
2001-06-29 Havoc PenningtonClip the retrieved image data to the screen, using...
2001-02-02 Owen TaylorMake gdk_colormap_sync private since it was never expor...
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-06-21 Owen TaylorIndentation fixups to GTK+ standard.
2000-06-21 Owen TaylorWelcome aboard, gdk-pixbuf.
2000-05-09 Darin AdlerChange all conversion from 16-bit formats to 32-bit...
2000-04-11 Federico Mena QuinteroMost of this patch is based on a patch by Havoc Penning...
2000-02-29 Matt Wilsons/unsigned long/guint32/g, s/unsigned short/guint16...
2000-01-02 Federico Mena QuinteroAdded reference counting to animations. A web browser...
1999-12-10 Jonathan Blandfordmake a warning go away.
1999-12-09 Michael ZucchiShould now handle all formats, slow routine used where...
1999-12-09 Michael ZucchiFilled in body of function. (rgbconvert): Added GdkColo...
1999-12-08 Arjan van de VenFixed the red/green/red bug on two occasions. Changed...
1999-12-08 Federico Mena QuinteroFix includes. (gdk_pixbuf_get_from_drawable): Implement...
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-20 Michael ZucchiRework/reorder of the code. Each case has been separate...
1999-11-13 Cody RussellApplying Michael Zucchi's changes to significantly...
1999-11-03 Cody Russellsrc/gdk-pixbuf-drawable.c: Changed the behavior to...
1999-11-02 Cody Russellsrc/gdk-pixbuf-drawable.c (gdk_pibxuf_from_drawable_cor...
1999-10-18 Federico Mena QuinteroReindented to use the GNOME Indentation.
1999-10-10 Cody RussellChanged 'pixbuf' variable to 'art_pixbuf' in the core...
1999-10-07 Cody RussellChanged the functions to return GdkPixBuf* instead...
1999-10-07 Cody RussellAdded #include "gdk-pixbuf-drawable.h" to the top....
1999-10-07 Arturo EspinosaAdded files from Cody Russell