summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-ico.c
Commit message (Expand)AuthorAgeFilesLines
* ICO: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-8/+10
* io-ico.c: Don't use gdk-pixbuf-private.hFederico Mena Quintero2018-06-011-29/+23
* io-*.c: Use gdk_pixbuf_get_pixels(); don't access the pixels field directlyFederico Mena Quintero2018-06-011-14/+14
* ico: Fix potential integer overflowDhiru Kholia2017-11-301-4/+5
* io-ico: Add an assertion to clarify buffer managementPhilip Withnall2017-08-031-0/+3
* ico: Return an error when the ICO didn't loadBastien Nocera2017-07-271-1/+10
* ico: Fix icon quality sortingBastien Nocera2017-07-261-2/+2
* ico: Try to skip over broken icon entriesBastien Nocera2017-07-131-13/+12
* ico: Fix possible offset overflowBastien Nocera2017-07-131-1/+3
* ico: Don't use signed ints to do uints offset arithmeticsBastien Nocera2017-07-131-6/+6
* ico: Avoid possible ImageScore overflowBastien Nocera2017-07-131-1/+5
* io-ico: Fix option parsing to be locale-independentPhilip Withnall2017-02-171-4/+54
* io-ico: Add an assertion to clarify potential NULL pointer dereferencePhilip Withnall2017-02-071-2/+7
* ico: Small coding style cleanupBastien Nocera2016-12-291-3/+1
* ico: Fix area-updated coordinatesBastien Nocera2016-12-291-1/+7
* ico: Fix uninitialised alpha valuesBastien Nocera2016-12-291-1/+6
* ico: Remove "40" magic numbers everywhereBastien Nocera2016-12-141-14/+16
* ico: Prefer entries with the largest dimensionsBastien Nocera2016-12-141-7/+17
* ico: Add comment for 32-bit linesBastien Nocera2016-12-141-0/+1
* ico: Add debug for which ico entry is selectedBastien Nocera2016-12-141-1/+5
* Fix a typoMatthias Clasen2016-09-121-1/+1
* ico: Be more careful when parsing headersMatthias Clasen2016-08-031-58/+78
* modules: implement is_option_supported() for builtin modulesMatthias Clasen2016-08-021-0/+12
* ico: Always set errorsHanno Boeck2016-08-021-2/+12
* ico: Add all mime types from shared-mime-infoBenjamin Otte2015-10-131-0/+5
* ico: Protect against overflowBenjamin Otte2015-10-131-15/+17
* ico: Fix support for 256x256 iconsBastien Nocera2014-10-241-17/+16
* 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
* ico: Skip compressed icon imagesStef Walter2011-12-161-69/+96
* 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-2/+1
* Allocate a large-enough and maskMatthias Clasen2009-11-271-3/+3
* 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-68/+68
* Add image/x-win-bitmap mimetypeMatthias Clasen2008-06-181-0/+1
* Fix a crashMatthias Clasen2008-06-131-1/+24
* Fix INCLUDE_ macrosMatthias Clasen2008-05-301-1/+1
* Use explicit G_MODULE_EXPORT decoration when building the loader inTor Lillqvist2008-05-271-7/+5
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-4/+2
* Add image/x-ico to supported mime types. Fixes bug #393599.Felix Riemann2007-02-271-0/+1
* Enable having some gdk-pixbuf loaders built-in even if loading the othersTor Lillqvist2006-10-111-0/+6
* Check for overflow in one more place. (#313818, Tommi Komulainen)Matthias Clasen2005-08-181-1/+9
* Fix a typo. (#168173, Ivan Wong)Matthias Clasen2005-02-241-1/+1
* Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):Matthias Clasen2004-11-121-1/+1
* *** empty log message ***Matthias Clasen2004-09-151-0/+8
* New functions to disable/enable individual loaders and to obtain licenseMatthias Clasen2004-07-081-0/+1
* Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) byMatthias Clasen2004-01-071-0/+18