summaryrefslogtreecommitdiff
path: root/gdk/gdkpixbuf-drawable.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for #119555, Peter Zelesny:Matthias Clasen2003-11-171-2/+2
* swap G and B. Fixes (#114669)Soeren Sandmann2003-06-081-4/+4
* #71597, reported by Morten WelinderOwen Taylor2003-06-031-402/+119
* fixed my latest change.Sven Neumann2002-09-141-1/+1
* use the most significant bits of the GdkColor components (#89703).Sven Neumann2002-09-131-21/+21
* Check if depth of the source is not equal to the depth of the colormapShivram U2002-07-261-0/+33
* Fixed the LSB -> MSB case. Fixes #79463.Federico Mena Quintero2002-07-161-7/+8
* Fix the MSB -> MSB case. Fixes #79190.Federico Mena Quintero2002-06-031-6/+6
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-2/+3
* create the target pixbuf AFTER filling in width/height, so that passing inHavoc Pennington2002-04-131-8/+8
* Fixes for AIX compilation from Miroslaw Dobrzanski-Neumann, #72182.Owen Taylor2002-02-231-4/+4
* Merge from gdk-pixbuf stable.Federico Mena Quintero2002-01-251-4/+4
* need to cast image->mem away from void* to avoid 'error C2036: 'void *' :Hans Breuer2002-01-051-18/+18
* Private function to tell if we have RENDER extension.Owen Taylor2002-01-041-36/+51
* remove gtk_menu_* compat defines; these are already in gtkmenu.h, and theHavoc Pennington2001-08-261-47/+175
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-163/+385
* Make gdk_colormap_sync private since it was never exported in a headerOwen Taylor2001-02-021-6/+7
* New function to create a pixbuf pointing to a subregion of another pixbuf.Havoc Pennington2000-11-011-9/+14
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* Indentation fixups to GTK+ standard.Owen Taylor2000-06-211-841/+950
* Welcome aboard, gdk-pixbuf.Owen Taylor2000-06-211-7/+10
* Change all conversion from 16-bit formats to 32-bit formats to re-useDarin Adler2000-05-091-67/+118
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-111-41/+38
* s/unsigned long/guint32/g, s/unsigned short/guint16/g, s/unsignedMatt Wilson2000-02-291-100/+100
* Added reference counting to animations. A web browser may want to share aFederico Mena Quintero2000-01-021-4/+4
* make a warning go away.Jonathan Blandford1999-12-101-1/+1
* Should now handle all formats, slow routine used where optimisedMichael Zucchi1999-12-091-21/+115
* Filled in body of function. (rgbconvert): Added GdkColormap parameter, andMichael Zucchi1999-12-091-79/+42
* Fixed the red/green/red bug on two occasions. Changed from the customArjan van de Ven1999-12-081-2/+2
* Fix includes. (gdk_pixbuf_get_from_drawable): Implemented the zillionFederico Mena Quintero1999-12-081-173/+331
* #include <config.h>, and fix includes.Federico Mena Quintero1999-12-021-2/+2
* make the symlink. Does not work for srcdir != buildir != . Beats me why; IJonathan Blandford1999-11-221-2/+2
* Rework/reorder of the code. Each case has been separated into anotherMichael Zucchi1999-11-201-376/+785
* Applying Michael Zucchi's changes to significantly speed up pixbuf from drawa...Cody Russell1999-11-131-112/+477
* src/gdk-pixbuf-drawable.c: Changed the behavior to return NULL if part ofCody Russell1999-11-031-14/+6
* src/gdk-pixbuf-drawable.c (gdk_pibxuf_from_drawable_core): Now callsCody Russell1999-11-021-1/+1
* Reindented to use the GNOME Indentation.Federico Mena Quintero1999-10-181-41/+22
* Changed 'pixbuf' variable to 'art_pixbuf' in the core function.Cody Russell1999-10-101-2/+32
* Changed the functions to return GdkPixBuf* instead of ArtPixBuf*.Cody Russell1999-10-071-9/+11
* Added #include "gdk-pixbuf-drawable.h" to the top. This fixes remainingCody Russell1999-10-071-0/+1
* Added files from Cody RussellArturo Espinosa1999-10-071-0/+135