summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-bmp.c
Commit message (Expand)AuthorAgeFilesLines
* bmp: Use g_set_error_literal()Emmanuele Bassi2021-04-161-4/+4
* io-bmp.c: Fix building on older compilersChun-wei Fan2020-06-241-1/+3
* BMP: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-25/+23
* Fix cppcheck 'shifting signed 32-bit value warning'Emmanuel Fleury2019-11-251-4/+3
* io-bmp.c: Don't use gdk-pixbuf-private.hFederico Mena Quintero2018-06-011-25/+29
* io-*.c: Use gdk_pixbuf_get_pixels(); don't access the pixels field directlyFederico Mena Quintero2018-06-011-16/+16
* Use Unicode in translatable stringsPiotr Drąg2017-12-051-2/+2
* bmp: Avoid allocating large buffers when not neededBastien Nocera2017-07-281-13/+15
* bmp: Tighten image dimension checksBastien Nocera2017-07-261-1/+4
* bmp: Prevent multiplication overflow in DecodeHeaderBastien Nocera2017-07-131-1/+26
* loaders: Remove "error && *error == NULL" checksBastien Nocera2017-07-131-6/+4
* io-bmp: Add overflow checks to BMP image saverPhilip Withnall2017-02-071-3/+23
* bmp: Add support for BMP headers with bitmaskGokul Krishnan2016-12-191-4/+17
* bmp: Error out when bottom-to-top BMP is too highTobias Mueller2016-12-131-0/+8
* bmp: Detect integer overflow of the line widthTobias Mueller2016-08-021-9/+12
* bmp: Fix an integer overflow in DecodeColormapTobias Mueller2016-08-021-3/+12
* bmp: Reject impossible palette sizeMatthias Clasen2015-12-051-0/+11
* bmp: Reject bogus depthMatthias Clasen2015-12-051-0/+9
* bmp: Fix reading of MS AMCap2 generated filesBastien Nocera2014-10-261-9/+0
* loaders: Simplify and shorten the loader namesBastien Nocera2014-10-241-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Make some string data constMatthias Clasen2013-12-181-6/+6
* Replace the aliasing hacks by -Bsymbolic-functionsMatthias Clasen2010-07-091-4/+0
* Include alias header when using built-in loadersColin Walters2010-07-061-0/+4
* Make it compileMatthias Clasen2010-06-251-1/+0
* Cast to fix compilation warningJavier Jardón2009-10-221-2/+2
* Bug 568305 - gdk-pixbuf mishandles BI_BITFIELDS bmpsTor Lillqvist2009-01-221-2/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-52/+52
* Use explicit G_MODULE_EXPORT decoration when building the loader inTor Lillqvist2008-05-271-6/+4
* Set a GDK_ERROR_CORRUPT_IMAGE error if the loader is closed while stillClaudio Saavedra2008-03-111-1/+13
* Check for the BMP header magic numbers before decoding it. (#505085)Claudio Saavedra2008-03-111-0/+11
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Fix a compiler warningMatthias Clasen2007-01-041-1/+1
* Handle bmps with more than 8 bits per channel. (#172584, David Costanzo)Matthias Clasen2006-12-221-0/+17
* Handle offsets more carefully. (#172188, David Costanzo)Matthias Clasen2006-12-221-19/+106
* Enable having some gdk-pixbuf loaders built-in even if loading the othersTor Lillqvist2006-10-111-0/+6
* Accept the 108 byte header of BMP v4. (#168799)Matthias Clasen2005-05-271-1/+6
* Don't display too many broken images. (#169870, Roman Kagan, patch by IvanMatthias Clasen2005-04-091-1/+1
* Initialize the colormap to zero. (#171762, David Costanzo)Matthias Clasen2005-04-071-1/+1
* Avoid bus errors due to unaligned access. (#168173, Morten Welinder, IvanMatthias Clasen2005-03-301-12/+16
* Use the correct update regions for compressed bmps. (#150664, Owen Taylor,Matthias Clasen2005-03-281-1/+1
* reject 0-sized buffers as corrupt header data. Fixes bug #171707.Manish Singh2005-03-281-1/+14
* Document BMP saving support.Matthias Clasen2005-02-241-1/+118
* Some moreMatthias Clasen2005-01-041-3/+1
* Remove leftover debug printfMatthias Clasen2005-01-041-5/+0
* Error on compressed images with negative height. Also make uncompressedMatthias Clasen2005-01-041-8/+37
* Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):Matthias Clasen2004-11-121-1/+1
* Fix infinite loop that can occur for bad image data (#150601, Chris Evans,Owen Taylor2004-08-201-1/+11
* Properly determine the number of colors in an OS/2 BMP file. (#150003,Matthias Clasen2004-08-131-1/+5