| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | quick fix for initializing arrays in benchmark. | Owen Taylor | 2000-01-05 | 3 | -2/+10 |
* | Change the order of the update func to make it more compatible with the | Jonathan Blandford | 2000-01-05 | 11 | -49/+113 |
* | Added a README with a TODO and some explainations of the algorithms. | Owen Taylor | 2000-01-05 | 2 | -0/+119 |
* | Directory full of pixel data scaling code that will eventually migrate | Owen Taylor | 2000-01-05 | 15 | -1/+2777 |
* | Documentation changes. | Jonathan Blandford | 2000-01-05 | 1 | -0/+4 |
* | Added reference counting to animations. A web browser may want to share a | Federico Mena Quintero | 2000-01-02 | 10 | -215/+318 |
* | add $(LIBTIFF) to libpixbuf_tiff_la_LIBADD, proxying for mmarker. This | Peter Teichman | 1999-12-27 | 2 | -1/+7 |
* | Stuff that should have been set to NULL here (specifically | Havoc Pennington | 1999-12-24 | 2 | -1/+7 |
* | finished work to make animated gifs load correctly. Progressive loading | Jonathan Blandford | 1999-12-20 | 4 | -10/+73 |
* | shut up, CVS | Jonathan Blandford | 1999-12-17 | 1 | -0/+1 |
* | moved the file here. It seems natural to put this function here, as that's | Jonathan Blandford | 1999-12-17 | 6 | -30/+127 |
* | Added notice about initializing GdkRGB before using the GdkPixbuf | Federico Mena Quintero | 1999-12-17 | 1 | -0/+6 |
* | make it build when gdk-pixbuf is not already installed | Elliot Lee | 1999-12-16 | 1 | -1/+4 |
* | shut up, CVS | Jonathan Blandford | 1999-12-13 | 1 | -0/+1 |
* | Use a conditional to see whether to link $(GNOME_LIBS) or not. | Federico Mena Quintero | 1999-12-12 | 1 | -1/+7 |
* | Renamed arguments to width_in_pixels, height_in_pixels, x_in_pixels, | Federico Mena Quintero | 1999-12-12 | 1 | -0/+11 |
* | Use a conditional to see whether to link $(GNOME_LIBS) or not. | Federico Mena Quintero | 1999-12-12 | 1 | -0/+5 |
* | thinking about the new loading API. | Jonathan Blandford | 1999-12-11 | 4 | -4/+65 |
* | make a warning go away. | Jonathan Blandford | 1999-12-10 | 3 | -18/+76 |
* | Enable gdk_pixbuf_get_from_drawable() api call. | Michael Zucchi | 1999-12-09 | 2 | -6/+3 |
* | Should now handle all formats, slow routine used where optimised | Michael Zucchi | 1999-12-09 | 1 | -0/+6 |
* | Filled in body of function. (rgbconvert): Added GdkColormap parameter, and | Michael Zucchi | 1999-12-09 | 2 | -4/+16 |
* | Fixed the red/green/red bug on two occasions. Changed from the custom | Arjan van de Ven | 1999-12-08 | 2 | -16/+13 |
* | Fix includes. (gdk_pixbuf_get_from_drawable): Implemented the zillion | Federico Mena Quintero | 1999-12-08 | 4 | -33/+54 |
* | Added clarification about reference counting for GdkPixbuf structures. | Federico Mena Quintero | 1999-12-08 | 1 | -0/+5 |
* | Conditionally include $(GNOME_LIBS) here. | Martin Baulig | 1999-12-07 | 2 | -0/+9 |
* | Added missing "include <string.h>" to: gdk-pixbuf/io-ras.c | Arjan van de Ven | 1999-12-07 | 4 | -0/+10 |
* | Renamed arguments to width_in_pixels, height_in_pixels, x_in_pixels, | Federico Mena Quintero | 1999-12-06 | 1 | -36/+36 |
* | Patch from Arjan to fix an initializer. | Federico Mena Quintero | 1999-12-06 | 3 | -3/+11 |
* | Add back $(GNOME_LIBS). This must compile outside of gnome-libs. If you | Federico Mena Quintero | 1999-12-06 | 2 | -2/+9 |
* | removed GNOME_LIBS from testpixbuf_LDADD. | Jaka Mocnik | 1999-12-05 | 2 | -1/+5 |
* | Bug in palet-size calculation fixed | Arjan van de Ven | 1999-12-05 | 2 | -1/+7 |
* | Major cleanup, added support for 32 bpp and 4 bpp (uncompressed) images, | Arjan van de Ven | 1999-12-04 | 5 | -277/+347 |
* | added a comment to explain this function better. | Jonathan Blandford | 1999-12-03 | 2 | -0/+9 |
* | Start of the new test program - Federico | Arturo Espinosa | 1999-12-02 | 1 | -0/+33 |
* | Source files moved from src/ to gdk-pixbuf/, to be consistent with other | Federico Mena Quintero | 1999-12-02 | 2 | -1/+16 |
* | #include <config.h>, and fix includes. | Federico Mena Quintero | 1999-12-02 | 20 | -61/+83 |
* | Removed unused transformation prototypes. | Federico Mena Quintero | 1999-12-02 | 2 | -6/+2 |
* | New file with utility and convenience functions for pixbufs. | Federico Mena Quintero | 1999-12-02 | 4 | -0/+116 |
* | Keep the mask around until after we draw ... since the GC changes aren't | Owen Taylor | 1999-11-30 | 1 | -0/+8 |
* | Add AM_CONDITIONAL for inside gnome-libs | Havoc Pennington | 1999-11-30 | 2 | -2/+16 |
* | more work on the ico loader | Jonathan Blandford | 1999-11-29 | 1 | -9/+7 |
* | Uncomment the GnomeCanvasPixbuf sources. This should be made conditional, | Federico Mena Quintero | 1999-11-29 | 2 | -6/+11 |
* | Added another loader from Arjan to handle .ico files. Cool. | Jonathan Blandford | 1999-11-29 | 4 | -0/+731 |
* | new patch from Arjan to handle compressed bmps. | Jonathan Blandford | 1999-11-24 | 2 | -68/+284 |
* | libart must be built before gdk-pixbuf. | James Henstridge | 1999-11-24 | 1 | -0/+7 |
* | Create the temporary buffer to the size of the interesction of the | Federico Mena Quintero | 1999-11-24 | 2 | -11/+47 |
* | Uniquify the strings to save some memory. Make it build. No imlib! Include | Elliot Lee | 1999-11-23 | 1 | -2/+2 |
* | Removed #PRAGMA } from headers. Also, make compile if you don't have it | Jonathan Blandford | 1999-11-23 | 4 | -11/+14 |
* | Try to fix gdk-pixbuf a bit better. | Elliot Lee | 1999-11-23 | 2 | -2/+2 |