summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/io-png.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* allow to specify the PNG compression level by passing a "compression"Sven Neumann2005-05-241-21/+53
* Changes to make gdk-pixbuf threadsafe (#157310, #157306, Colin Walters):Matthias Clasen2004-11-121-1/+1
* Use 'cannot' instead of 'can not' in messages. (#144226, Morten Welinder)Matthias Clasen2004-07-151-1/+1
* New functions to disable/enable individual loaders and to obtain licenseMatthias Clasen2004-07-081-0/+1
* New public API to save pixbufs to non-file locations. (#82203, Tim Evans)Matthias Clasen2004-01-071-7/+69
* Make it possible to call gdk_pixbuf_loader_set_size (loader, 0, 0) byMatthias Clasen2004-01-071-1/+14
* Support for separately installed loaders. (#77486)Matthias Clasen2002-10-031-12/+34
* Remove the _-prefix from gdk_pixbuf_set_option andMatthias Clasen2002-09-191-2/+2
* _-prefix gdk_pixbuf_non_anim_new and gdk_pixbuf_set_option. Adjust allMatthias Clasen2002-09-171-2/+2
* gdk-pixbuf-io.c (_gdk_pixbuf_generic_image_load): No longer static, thusMatthias Clasen2002-08-221-1/+1