summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-bmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* New functions to disable/enable individual loaders and to obtain licenseMatthias Clasen2004-07-081-0/+1
* Don't try to load an alpha channel from the BMP, since there is noMatthias Clasen2004-03-051-2/+2
* Remove debugging code.Matthias Clasen2004-02-221-3/+0
* Store and sanity-check the clrUsed field from the header for use inMatthias Clasen2004-02-201-12/+41
* Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) byMatthias Clasen2004-01-071-23/+39
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-12/+40
* Fix the update region notification to handle top-to-bottom andFederico Mena Quintero2002-09-271-2/+4
* Don't leak memory if g_try_realloc fails.Matthias Clasen2002-09-031-2/+3
* New function for loading an image from a file either via module->load orMatthias Clasen2002-07-071-40/+0
* Load-at-size functionality for gdk-pixbuf.Matthias Clasen2002-07-061-3/+5
* Miscellaneous bmp loader fixes (#85448, #86286, #86287):Matthias Clasen2002-07-021-162/+212
* New functions to fetch 32 or 16-bit little-endian values starting at aFederico Mena Quintero2002-06-101-11/+28
* Replace a g_assert_not_reached () which could actually be reached by aMatthias Clasen2002-03-121-2/+8
* Fix docs.Matthias Clasen2002-03-051-1/+9
* Remove assorted G_OBJECT casts where unnecessary.Sebastian Wilhelmi2001-12-131-2/+2
* Fill in missing error parameters to DecodeHeader and DecodeColormap.Manish Singh2001-11-291-3/+5
* Fix Ximian bug #12125; merged from gdk-pixbuf stable.Federico Mena Quintero2001-11-291-100/+266
* io-bmp.c (OneLine): Emit area_updated signal with properMatthias Clasen2001-08-281-1/+1
* Patch from Helmethead <hoshem@mel.comcen.com.au> to fix up bmp decoder to:Jonathan Blandford2001-05-281-259/+303
* fix some shell typosHavoc Pennington2001-05-071-8/+4
* Add built marshaller files to support GdkPixbufLoader signalsHavoc Pennington2001-01-221-24/+54
* Some updatesHavoc Pennington2000-10-181-11/+23
* Check for <unistd.h>.Tor Lillqvist2000-08-011-0/+2
* Add gdk_pixbuf_loader_new_with_type function, to allow handling imageElliot Lee2000-07-281-7/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3
* Most of this patch is based on a patch by Havoc Pennington (hp@redhat.com)Federico Mena Quintero2000-04-111-42/+35
* Arjan van de Ven <arjan@fenrus.demon.nl>Arjan van de Ven2000-03-061-30/+78