| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix for srcdir != builddir. | Raja R Harinath | 1999-11-22 | 1 | -0/+4 |
* | Patch from Paul Fisher <pnfisher@redhat.com> adds all -lgdk-pixbuf and all | Havoc Pennington | 1999-11-22 | 2 | -7/+16 |
* | Call the update_area callback depending on the number of rows loaded in | Havoc Pennington | 1999-11-22 | 2 | -10/+98 |
* | make the symlink. Does not work for srcdir != buildir != . Beats me why; I | Jonathan Blandford | 1999-11-22 | 17 | -25/+32 |
* | more changes | Jonathan Blandford | 1999-11-22 | 1 | -7/+9 |
* | added io-bmp from Arjan <arjan@fenrus.demon.nl> | Jonathan Blandford | 1999-11-21 | 4 | -23/+411 |
* | Rework/reorder of the code. Each case has been separated into another | Michael Zucchi | 1999-11-20 | 2 | -1/+10 |
* | implement the bounds method correctly. (compute_viewport_affine): compute | Larry Ewing | 1999-11-17 | 2 | -23/+47 |
* | patch from arjan to work better with ras files. | Jonathan Blandford | 1999-11-17 | 1 | -293/+291 |
* | Use includes from the current directory, not the system directory. | Havoc Pennington | 1999-11-16 | 2 | -1/+6 |
* | use includes from the current directory rather then from the system | George Lebl | 1999-11-16 | 1 | -0/+6 |
* | Added testpixbuf-drawable test program | Cody Russell | 1999-11-13 | 2 | -1/+12 |
* | Applying Michael Zucchi's changes to significantly speed up pixbuf from drawa... | Cody Russell | 1999-11-13 | 1 | -1/+1 |
* | Populated. | Federico Mena Quintero | 1999-11-10 | 3 | -16/+29 |
* | forgot this | Jonathan Blandford | 1999-11-10 | 1 | -5/+1 |
* | emit the closed signal. | Jonathan Blandford | 1999-11-10 | 3 | -11/+37 |
* | Now can handle indexing correctly. Patch from Arjan to do so. | Jonathan Blandford | 1999-11-10 | 2 | -4/+11 |
* | Fixed loading of ASCII PNM files. | Michael Fulbright | 1999-11-10 | 2 | -1/+8 |
* | removed spurious print statements. | Jonathan Blandford | 1999-11-10 | 2 | -3/+5 |
* | Warning fixes - Federico | Arturo Espinosa | 1999-11-10 | 3 | -4/+13 |
* | Added documentation. | Federico Mena Quintero | 1999-11-10 | 2 | -8/+21 |
* | Fixed up testpixbuf.c to simulate downloading at certain speed, set | Michael Fulbright | 1999-11-09 | 2 | -1/+15 |
* | Possible unsigned int error. | Michael Fulbright | 1999-11-09 | 1 | -1/+1 |