| Commit message (Expand) | Author | Age | Files | Lines |
* | Accept the 108 byte header of BMP v4. (#168799) | Matthias Clasen | 2005-05-27 | 1 | -1/+6 |
* | Don't display too many broken images. (#169870, Roman Kagan, patch by Ivan | Matthias Clasen | 2005-04-09 | 1 | -1/+1 |
* | Initialize the colormap to zero. (#171762, David Costanzo) | Matthias Clasen | 2005-04-07 | 1 | -1/+1 |
* | Avoid bus errors due to unaligned access. (#168173, Morten Welinder, Ivan | Matthias Clasen | 2005-03-30 | 1 | -12/+16 |
* | Use the correct update regions for compressed bmps. (#150664, Owen Taylor, | Matthias Clasen | 2005-03-28 | 1 | -1/+1 |
* | reject 0-sized buffers as corrupt header data. Fixes bug #171707. | Manish Singh | 2005-03-28 | 1 | -1/+14 |
* | Document BMP saving support. | Matthias Clasen | 2005-02-24 | 1 | -1/+118 |
* | Some more | Matthias Clasen | 2005-01-04 | 1 | -3/+1 |
* | Remove leftover debug printf | Matthias Clasen | 2005-01-04 | 1 | -5/+0 |
* | Error on compressed images with negative height. Also make uncompressed | Matthias Clasen | 2005-01-04 | 1 | -8/+37 |
* | Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters): | Matthias Clasen | 2004-11-12 | 1 | -1/+1 |
* | Fix infinite loop that can occur for bad image data (#150601, Chris Evans, | Owen Taylor | 2004-08-20 | 1 | -1/+11 |
* | Properly determine the number of colors in an OS/2 BMP file. (#150003, | Matthias Clasen | 2004-08-13 | 1 | -1/+5 |
* | New functions to disable/enable individual loaders and to obtain license | Matthias Clasen | 2004-07-08 | 1 | -0/+1 |
* | Don't try to load an alpha channel from the BMP, since there is no | Matthias Clasen | 2004-03-05 | 1 | -2/+2 |
* | Remove debugging code. | Matthias Clasen | 2004-02-22 | 1 | -3/+0 |
* | Store and sanity-check the clrUsed field from the header for use in | Matthias Clasen | 2004-02-20 | 1 | -12/+41 |
* | Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) by | Matthias Clasen | 2004-01-07 | 1 | -23/+39 |
* | Support for separately installed loaders. (#77486) | Matthias Clasen | 2002-10-03 | 1 | -12/+40 |
* | Fix the update region notification to handle top-to-bottom and | Federico Mena Quintero | 2002-09-27 | 1 | -2/+4 |
* | Don't leak memory if g_try_realloc fails. | Matthias Clasen | 2002-09-03 | 1 | -2/+3 |
* | New function for loading an image from a file either via module->load or | Matthias Clasen | 2002-07-07 | 1 | -40/+0 |
* | Load-at-size functionality for gdk-pixbuf. | Matthias Clasen | 2002-07-06 | 1 | -3/+5 |
* | Miscellaneous bmp loader fixes (#85448, #86286, #86287): | Matthias Clasen | 2002-07-02 | 1 | -162/+212 |
* | New functions to fetch 32 or 16-bit little-endian values starting at a | Federico Mena Quintero | 2002-06-10 | 1 | -11/+28 |
* | Replace a g_assert_not_reached () which could actually be reached by a | Matthias Clasen | 2002-03-12 | 1 | -2/+8 |
* | Fix docs. | Matthias Clasen | 2002-03-05 | 1 | -1/+9 |
* | Remove assorted G_OBJECT casts where unnecessary. | Sebastian Wilhelmi | 2001-12-13 | 1 | -2/+2 |
* | Fill in missing error parameters to DecodeHeader and DecodeColormap. | Manish Singh | 2001-11-29 | 1 | -3/+5 |
* | Fix Ximian bug #12125; merged from gdk-pixbuf stable. | Federico Mena Quintero | 2001-11-29 | 1 | -100/+266 |
* | io-bmp.c (OneLine): Emit area_updated signal with proper | Matthias Clasen | 2001-08-28 | 1 | -1/+1 |
* | Patch from Helmethead <hoshem@mel.comcen.com.au> to fix up bmp decoder to: | Jonathan Blandford | 2001-05-28 | 1 | -259/+303 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -8/+4 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 1 | -24/+54 |
* | Some updates | Havoc Pennington | 2000-10-18 | 1 | -11/+23 |
* | Check for <unistd.h>. | Tor Lillqvist | 2000-08-01 | 1 | -0/+2 |
* | Add gdk_pixbuf_loader_new_with_type function, to allow handling image | Elliot Lee | 2000-07-28 | 1 | -7/+1 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -3/+3 |
* | Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com) | Federico Mena Quintero | 2000-04-11 | 1 | -42/+35 |
* | Arjan van de Ven <arjan@fenrus.demon.nl> | Arjan van de Ven | 2000-03-06 | 1 | -30/+78 |
* | 0.6.0 - FedericoGDK_PIXBUF_0_6_0 | Federico Mena Quintero | 2000-02-22 | 1 | -18/+19 |
* | Change the order of the update func to make it more compatible with the | Jonathan Blandford | 2000-01-05 | 1 | -5/+11 |
* | Added missing "include <string.h>" to: gdk-pixbuf/io-ras.c | Arjan van de Ven | 1999-12-07 | 1 | -0/+1 |
* | Major cleanup, added support for 32 bpp and 4 bpp (uncompressed) images, | Arjan van de Ven | 1999-12-04 | 1 | -190/+270 |
* | #include <config.h>, and fix includes. | Federico Mena Quintero | 1999-12-02 | 1 | -6/+3 |
* | new patch from Arjan to handle compressed bmps. | Jonathan Blandford | 1999-11-24 | 1 | -68/+279 |
* | make the symlink. Does not work for srcdir != buildir != . Beats me why; I | Jonathan Blandford | 1999-11-22 | 1 | -2/+2 |
* | added io-bmp from Arjan <arjan@fenrus.demon.nl> | Jonathan Blandford | 1999-11-21 | 1 | -18/+395 |
* | Reindented to use the GNOME Indentation. | Federico Mena Quintero | 1999-10-18 | 1 | -11/+11 |
* | Add pixbuf_duplicate, | Michael Meeks | 1999-09-22 | 1 | -11/+4 |