summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpnghandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not downscale png when the size is exactly rightAleix Pol2019-06-261-1/+1
* png handler: initialize all the variables passed to png_get_IHDRAlbert Astals Cid2019-04-051-4/+4
* Initialize bit_depthAlbert Astals Cid2019-01-311-2/+2
* png: initialize color_type to 0Albert Astals Cid2019-01-301-2/+2
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+0
|\
| * Modernize the "textcodec" featureLiang Qi2018-11-071-1/+0
* | QImageWriter/QPNGHandler: Quality option should be CompressionRatioAlexandra Cherdantseva2018-10-141-19/+31
* | Fix reading 16bpc grayscale PNGsAllan Sandfeld Jensen2018-09-031-17/+20
* | Implement support for 16bpc image formatsAllan Sandfeld Jensen2018-08-111-14/+107
|/
* Fix: png handler returning Mono QImage with color table < 2 itemsEirik Aavitsland2018-07-161-1/+1
* Fix PNGs saved from QImage transform of 8-bit imagesAllan Sandfeld Jensen2017-04-191-1/+1
* QtGui: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2017-02-201-1/+1
* PNG image handler: Avoid "invalid distance too far back" errorEirik Aavitsland2017-01-311-0/+6
* Factor out qt_getImageText() and qt_getImageTextFromDescription()Anton Kudryavtsev2016-07-141-18/+3
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-1/+1
|\
| * QtGui: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-06-021-1/+1
* | QtGui: Remove Windows CE.Friedemann Kleint2016-03-301-20/+8
|/
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Get rid of QT_USE_BUNDLED_LIBPNGKonstantin Ritt2015-11-231-5/+0
* Export gamma setting and metadata in QImageReaderAllan Sandfeld Jensen2015-06-221-9/+13
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-7/+0
|\
| * Do not modify decoder when determining image-formatAllan Sandfeld Jensen2015-05-211-7/+0
* | QtGui: Fix const correctness in old style castsThiago Macieira2015-03-121-4/+4
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Remove Q_C_CALLBACKSThiago Macieira2015-01-171-10/+1
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | Add Grayscale8 and Alpha8 formats to QImage and drawingAllan Sandfeld Jensen2014-09-171-0/+14
|/
* PNG: properly handle 1bpp greyscale images with alphaGiuseppe D'Angelo2013-09-181-0/+9
* Add missing initialization before requesting png data for scaled readSamuel Gaist2013-09-181-7/+8
* Initialize variables to fix valgrind warning in pnghandler.Friedemann Kleint2013-08-301-8/+8
* Add offset reading support in pnghandlerSamuel Gaist2013-08-071-1/+17
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Save grayscale palleted images to grayscale pngSergey Borovkov2012-11-091-4/+7
* Remove unnecessary call to png_set_sBit when writing png filesSergey Borovkov2012-10-261-7/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Fix misc. documentation errorsaavit2012-08-301-9/+1
* Fix -Wclobbered warningsMarc Mutz2012-08-181-2/+2
* Get rid of some deprecation warningsLars Knoll2012-04-281-3/+3
* Implement inline downscaling in png reader, to save memoryaavit2012-04-271-60/+153
* get rid of QT_NO_IMAGE_TEXT switcherKonstantin Ritt2012-04-251-13/+2
* Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix build with Clang for libpng versions 1.4.0 to 1.5.2Tor Arne Vestbø2011-08-311-0/+23
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+991