| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Unicode in translatable strings | Piotr Drąg | 2017-12-05 | 1 | -2/+2 |
* | bmp: Avoid allocating large buffers when not needed | Bastien Nocera | 2017-07-28 | 1 | -13/+15 |
* | bmp: Tighten image dimension checks | Bastien Nocera | 2017-07-26 | 1 | -1/+4 |
* | bmp: Prevent multiplication overflow in DecodeHeader | Bastien Nocera | 2017-07-13 | 1 | -1/+26 |
* | loaders: Remove "error && *error == NULL" checks | Bastien Nocera | 2017-07-13 | 1 | -6/+4 |
* | io-bmp: Add overflow checks to BMP image saver | Philip Withnall | 2017-02-07 | 1 | -3/+23 |
* | bmp: Add support for BMP headers with bitmask | Gokul Krishnan | 2016-12-19 | 1 | -4/+17 |
* | bmp: Error out when bottom-to-top BMP is too high | Tobias Mueller | 2016-12-13 | 1 | -0/+8 |
* | bmp: Detect integer overflow of the line width | Tobias Mueller | 2016-08-02 | 1 | -9/+12 |
* | bmp: Fix an integer overflow in DecodeColormap | Tobias Mueller | 2016-08-02 | 1 | -3/+12 |
* | bmp: Reject impossible palette size | Matthias Clasen | 2015-12-05 | 1 | -0/+11 |
* | bmp: Reject bogus depth | Matthias Clasen | 2015-12-05 | 1 | -0/+9 |
* | bmp: Fix reading of MS AMCap2 generated files | Bastien Nocera | 2014-10-26 | 1 | -9/+0 |
* | loaders: Simplify and shorten the loader names | Bastien Nocera | 2014-10-24 | 1 | -1/+1 |
* | Updated FSF's address | Daniel Mustieles | 2014-01-31 | 1 | -3/+1 |
* | Make some string data const | Matthias Clasen | 2013-12-18 | 1 | -6/+6 |
* | Replace the aliasing hacks by -Bsymbolic-functions | Matthias Clasen | 2010-07-09 | 1 | -4/+0 |
* | Include alias header when using built-in loaders | Colin Walters | 2010-07-06 | 1 | -0/+4 |
* | Make it compile | Matthias Clasen | 2010-06-25 | 1 | -1/+0 |
* | Cast to fix compilation warning | Javier Jardón | 2009-10-22 | 1 | -2/+2 |
* | Bug 568305 - gdk-pixbuf mishandles BI_BITFIELDS bmps | Tor Lillqvist | 2009-01-22 | 1 | -2/+2 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Use g_set_error_literal where appropriate. Bug #538640. | Christian Persch | 2008-06-19 | 1 | -52/+52 |
* | Use explicit G_MODULE_EXPORT decoration when building the loader in | Tor Lillqvist | 2008-05-27 | 1 | -6/+4 |
* | Set a GDK_ERROR_CORRUPT_IMAGE error if the loader is closed while still | Claudio Saavedra | 2008-03-11 | 1 | -1/+13 |
* | Check for the BMP header magic numbers before decoding it. (#505085) | Claudio Saavedra | 2008-03-11 | 1 | -0/+11 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -2/+1 |
* | Fix a compiler warning | Matthias Clasen | 2007-01-04 | 1 | -1/+1 |
* | Handle bmps with more than 8 bits per channel. (#172584, David Costanzo) | Matthias Clasen | 2006-12-22 | 1 | -0/+17 |
* | Handle offsets more carefully. (#172188, David Costanzo) | Matthias Clasen | 2006-12-22 | 1 | -19/+106 |
* | Enable having some gdk-pixbuf loaders built-in even if loading the others | Tor Lillqvist | 2006-10-11 | 1 | -0/+6 |
* | 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 |