summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* QPixmapCache: guard against usage from non-main threadsEirik Aavitsland2019-07-101-0/+33
* Doc: Fix incorrect enum value referenced in QImageReader::transformation()Topi Reinio2019-07-081-1/+1
* Do not downscale png when the size is exactly rightAleix Pol2019-06-261-1/+1
* Generalize image file name @2x suffix handling to higher scale factorsEirik Aavitsland2019-06-141-4/+6
* png handler: initialize all the variables passed to png_get_IHDRAlbert Astals Cid2019-04-051-4/+4
* Doc: Update QImage::depth to indicate we support 64 bpp nowAndy Shaw2019-04-041-1/+1
* Update scanline documentationAllan Sandfeld Jensen2019-04-041-1/+3
* Forward physical parameters for derived QImagesAlexander Volkov2019-04-011-9/+27
* Forward devicePixelRatio in QPixmap::mask()Alexander Volkov2019-04-011-0/+1
* Speculative fix for building on INTEGRITY with ARM NEONAllan Sandfeld Jensen2019-03-291-45/+21
* QPixmap: More safe failing if qApp is not a QGuiApplicationAlbert Astals Cid2019-03-221-0/+15
* Handle device pixel ratio in QIconLoaderEngine::paint()Alexander Volkov2019-03-201-1/+4
* Avoid creating wide images with negative bytesPerLineAllan Sandfeld Jensen2019-02-143-2/+19
* Fix xbm image format handler: properly reject invalid filesEirik Aavitsland2019-02-051-0/+4
* Initialize bit_depthAlbert Astals Cid2019-01-311-2/+2
* QPictureIO::read(): don't work on dangling pointerChristian Ehrlicher2019-01-301-2/+2
* png: initialize color_type to 0Albert Astals Cid2019-01-301-2/+2
* Prevent QPixmap::load from touching QPixmapCache in non-gui threadsJoni Poikelin2019-01-281-4/+6
* Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-232-2/+2
|\
| * bmp image handler: Reject invalid 0-dimension files earlyEirik Aavitsland2019-01-081-1/+1
| * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-081-2/+5
| |\
| * | Doc: Fix link in QImage::load() documentationTopi Reinio2019-01-041-1/+1
* | | Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-1/+1
| |/ |/|
* | qt_imageFromWinHBITMAP(): Fix memory corruption when converting from bitmaps ...Friedemann Kleint2018-12-121-2/+5
|/
* Revert "Ensure alignment of image-data"Allan Sandfeld Jensen2018-12-081-11/+3
* Add a note about virtual_hookThiago Macieira2018-12-071-0/+1
* macOS: Share code for resolving CGImage bitmapInfor for a QImageTor Arne Vestbø2018-11-281-25/+4
* Ensure alignment of image-dataAllan Sandfeld Jensen2018-11-281-3/+11
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-2/+4
|\
| * Modernize the "settings" featureLiang Qi2018-11-151-2/+4
* | QImageWriter: improve documentation regarding use of resourcesSamuel Gaist2018-11-121-0/+10
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-091-1/+0
|\|
| * Modernize the "textcodec" featureLiang Qi2018-11-071-1/+0
* | QImage: merge the size calculations with proper (non-UB) checksThiago Macieira2018-11-083-70/+93
* | QMovie: use rvalue moreAnton Kudryavtsev2018-10-211-2/+2
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-211-11/+12
|\|
| * QPicture: fix crash for malformed pictureEirik Aavitsland2018-10-181-11/+12
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-2/+4
|\|
| * Modernize the "mimetype" featureLiang Qi2018-10-121-2/+4
* | Improve support for QImages in QDataStream read transactionsEirik Aavitsland2018-10-151-1/+3
* | QImageReader: add tracepoints for image loadingGiuseppe D'Angelo2018-10-141-1/+13
* | QImageWriter/QPNGHandler: Quality option should be CompressionRatioAlexandra Cherdantseva2018-10-141-19/+31
* | QPixmap: use rvalue moreAnton Kudryavtsev2018-10-101-3/+2
* | Add missing null checks after detachAllan Sandfeld Jensen2018-10-101-2/+14
* | Add NEON optimized ARGB32 unpremultiply routinesAllan Sandfeld Jensen2018-10-091-2/+15
* | QImageWriter: Fix default compressionratioEirik Aavitsland2018-09-251-1/+1
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-141-0/+2
|\|
| * bmp image handler: check for out of range image sizeEirik Aavitsland2018-09-111-0/+2
* | Fix spelling mistake in qimage.hTor Arne Vestbø2018-09-131-1/+1
* | Fix reading 16bpc grayscale PNGsAllan Sandfeld Jensen2018-09-031-17/+20