| Commit message (Expand) | Author | Age | Files | Lines |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-16 | 1 | -1/+4 |
* | gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c | Matthias Clasen | 2005-03-01 | 1 | -2/+2 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fix for #119555, Peter Zelesny: | Matthias Clasen | 2003-11-17 | 1 | -2/+2 |
* | swap G and B. Fixes (#114669) | Soeren Sandmann | 2003-06-08 | 1 | -4/+4 |
* | #71597, reported by Morten Welinder | Owen Taylor | 2003-06-03 | 1 | -402/+119 |
* | fixed my latest change. | Sven Neumann | 2002-09-14 | 1 | -1/+1 |
* | use the most significant bits of the GdkColor components (#89703). | Sven Neumann | 2002-09-13 | 1 | -21/+21 |
* | Check if depth of the source is not equal to the depth of the colormap | Shivram U | 2002-07-26 | 1 | -0/+33 |
* | Fixed the LSB -> MSB case. Fixes #79463. | Federico Mena Quintero | 2002-07-16 | 1 | -7/+8 |
* | Fix the MSB -> MSB case. Fixes #79190. | Federico Mena Quintero | 2002-06-03 | 1 | -6/+6 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 1 | -2/+3 |
* | create the target pixbuf AFTER filling in width/height, so that passing in | Havoc Pennington | 2002-04-13 | 1 | -8/+8 |
* | Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182. | Owen Taylor | 2002-02-23 | 1 | -4/+4 |
* | Merge from gdk-pixbuf stable. | Federico Mena Quintero | 2002-01-25 | 1 | -4/+4 |
* | need to cast image->mem away from void* to avoid 'error C2036: 'void *' : | Hans Breuer | 2002-01-05 | 1 | -18/+18 |
* | Private function to tell if we have RENDER extension. | Owen Taylor | 2002-01-04 | 1 | -36/+51 |
* | remove gtk_menu_* compat defines; these are already in gtkmenu.h, and the | Havoc Pennington | 2001-08-26 | 1 | -47/+175 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -163/+385 |
* | Make gdk_colormap_sync private since it was never exported in a header | Owen Taylor | 2001-02-02 | 1 | -6/+7 |
* | New function to create a pixbuf pointing to a subregion of another pixbuf. | Havoc Pennington | 2000-11-01 | 1 | -9/+14 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -3/+3 |
* | Indentation fixups to GTK+ standard. | Owen Taylor | 2000-06-21 | 1 | -841/+950 |
* | Welcome aboard, gdk-pixbuf. | Owen Taylor | 2000-06-21 | 1 | -7/+10 |
* | Change all conversion from 16-bit formats to 32-bit formats to re-use | Darin Adler | 2000-05-09 | 1 | -67/+118 |
* | Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) | Federico Mena Quintero | 2000-04-11 | 1 | -41/+38 |
* | s/unsigned long/guint32/g, s/unsigned short/guint16/g, s/unsigned | Matt Wilson | 2000-02-29 | 1 | -100/+100 |
* | Added reference counting to animations. A web browser may want to share a | Federico Mena Quintero | 2000-01-02 | 1 | -4/+4 |
* | make a warning go away. | Jonathan Blandford | 1999-12-10 | 1 | -1/+1 |
* | Should now handle all formats, slow routine used where optimised | Michael Zucchi | 1999-12-09 | 1 | -21/+115 |
* | Filled in body of function. (rgbconvert): Added GdkColormap parameter, and | Michael Zucchi | 1999-12-09 | 1 | -79/+42 |
* | Fixed the red/green/red bug on two occasions. Changed from the custom | Arjan van de Ven | 1999-12-08 | 1 | -2/+2 |
* | Fix includes. (gdk_pixbuf_get_from_drawable): Implemented the zillion | Federico Mena Quintero | 1999-12-08 | 1 | -173/+331 |
* | #include <config.h>, and fix includes. | Federico Mena Quintero | 1999-12-02 | 1 | -2/+2 |
* | make the symlink. Does not work for srcdir != buildir != . Beats me why; I | Jonathan Blandford | 1999-11-22 | 1 | -2/+2 |
* | Rework/reorder of the code. Each case has been separated into another | Michael Zucchi | 1999-11-20 | 1 | -376/+785 |
* | Applying Michael Zucchi's changes to significantly speed up pixbuf from drawa... | Cody Russell | 1999-11-13 | 1 | -112/+477 |
* | src/gdk-pixbuf-drawable.c: Changed the behavior to return NULL if part of | Cody Russell | 1999-11-03 | 1 | -14/+6 |
* | src/gdk-pixbuf-drawable.c (gdk_pibxuf_from_drawable_core): Now calls | Cody Russell | 1999-11-02 | 1 | -1/+1 |
* | Reindented to use the GNOME Indentation. | Federico Mena Quintero | 1999-10-18 | 1 | -41/+22 |
* | Changed 'pixbuf' variable to 'art_pixbuf' in the core function. | Cody Russell | 1999-10-10 | 1 | -2/+32 |
* | Changed the functions to return GdkPixBuf* instead of ArtPixBuf*. | Cody Russell | 1999-10-07 | 1 | -9/+11 |
* | Added #include "gdk-pixbuf-drawable.h" to the top. This fixes remaining | Cody Russell | 1999-10-07 | 1 | -0/+1 |
* | Added files from Cody Russell | Arturo Espinosa | 1999-10-07 | 1 | -0/+135 |