summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-png.c
Commit message (Expand)AuthorAgeFilesLines
* png: Clean up PNG savingstatic-analysisEmmanuele Bassi2020-11-101-271/+263
* loaders: Make the names of prepared_func and updated_func consistentFederico Mena Quintero2020-01-071-31/+31
* PNG: assert and assume that the module callbacks are non-NULLFederico Mena Quintero2020-01-071-5/+7
* io-png: Clarify and fix the error handlingDebarshi Ray2018-09-101-8/+28
* io-png: Remove redundant NULL checkDebarshi Ray2018-09-101-2/+1
* io-png: Don't leak the png_infop in begin_loadDebarshi Ray2018-09-101-1/+1
* Speed up saving PNGs by skipping a null transformBrion Vibber2018-09-061-1/+1
* io-png.c: Don't use gdk-pixbuf-private.hFederico Mena Quintero2018-06-011-8/+19
* Move the macros to convert the DPI/DPM density units to where they are neededFederico Mena Quintero2018-06-011-0/+4
* io-*.c: Use gdk_pixbuf_get_pixels(); don't access the pixels field directlyFederico Mena Quintero2018-06-011-2/+2
* Use Unicode in translatable stringsPiotr Drąg2017-12-051-4/+4
* loaders: Remove "error && *error == NULL" checksBastien Nocera2017-07-131-31/+20
* Builds: Add a fallback-c89.c for pre-C99 compilersChun-wei Fan2017-03-021-2/+1
* gdk-pixbuf-io: Add precondition checks for image dimensionsPhilip Withnall2017-02-071-0/+5
* png: Initialise the created pixbufsBastien Nocera2016-12-281-0/+4
* modules: implement is_option_supported() for builtin modulesMatthias Clasen2016-08-021-0/+14
* io-png.c: Fix GCCismChun-wei Fan2015-09-171-1/+1
* png: Fix some integer overflowsMatthias Clasen2015-08-241-7/+8
* loaders: Simplify and shorten the loader namesBastien Nocera2014-10-241-1/+1
* Fix denisty unit reading during incremental loading. Add tests for reading de...Robert Ancell2014-10-221-0/+16
* Move density unit convesion macros into a common header. Fix conversion from ...Robert Ancell2014-10-221-3/+0
* Add PNG image density metadata supportRobert Ancell2014-10-221-0/+67
* png: Return error for truncated PNG filesFelix Riemann2014-10-221-1/+10
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Allow single-character keys for tEXt chunksMatthias Clasen2013-12-191-1/+1
* Make some string data constMatthias Clasen2013-12-181-6/+6
* Include string.hMatthias Clasen2013-04-151-0/+1
* png: make sure we still build with libpng 1.2Cosimo Cecchi2012-09-041-1/+1
* io-png: fix some GCC warningsCosimo Cecchi2012-09-031-9/+5
* Fix handling of options when saving pngsMatthias Clasen2011-12-161-7/+18
* Use png_jmpbuf macroMaarten Bosmans2011-03-021-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
* Another attempt to handle pngs changing int typesMatthias Clasen2010-05-121-5/+5
* Fix a 64bit issueMatthias Clasen2010-03-251-2/+2
* Don't use string concatentation in translated stringsMatthias Clasen2010-01-021-2/+2
* Fix compilation warning: use the correct conversion specifierJavier Jardón2009-12-211-1/+1
* Add color management support to gdk_pixbuf_saveRichard Hughes2009-12-181-13/+80
* 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-40/+40
* Use explicit G_MODULE_EXPORT decoration when building the loader inTor Lillqvist2008-05-271-6/+4
* Accept unknown parameters with a warning when saving. (#405539, DanielMatthias Clasen2007-04-281-7/+5
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Fix a leak in an error pathMatthias Clasen2007-02-161-2/+4
* Patch taken from maemo-gtk:Michael Natterer2007-01-171-6/+22
* Enable having some gdk-pixbuf loaders built-in even if loading the othersTor Lillqvist2006-10-111-0/+6
* CleanupsMatthias Clasen2006-10-081-1/+1
* Always check for NULL when using callbacks. (#330563, Benjamin Otte)Matthias Clasen2006-02-101-1/+1
* Add a cast to avoid compiler warnings.Matthias Clasen2005-08-301-1/+1