summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* QXpmHandler: actually limit characters-per-pixel to fourMarc Mutz2021-08-061-2/+5
* QXpmHandler: fix re-entrancy bug in xpm_color_nameMarc Mutz2021-08-051-3/+12
* Avoid undefined color values in corrupt xpm imageEirik Aavitsland2021-03-121-1/+1
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-041-4/+1
* xpm handler: fix read error caused by off-by-one in overflow checkEirik Aavitsland2020-09-181-2/+2
* Avoid potential ub in corrupt bmp fileEirik Aavitsland2020-09-101-0/+2
* Fix buffer overflow in XBM parserAllan Sandfeld Jensen2020-08-041-1/+3
* Fix buffer overflowRobert Loehning2020-07-311-1/+1
* Do not fully initialize QIconLoader when setting the fallback themeAlbert Astals Cid2020-06-032-3/+15
* bmp/ico decoder: fail early for unsupported bit depthsEirik Aavitsland2020-06-021-1/+5
* Avoid invalid memory access in QIconCacheGtkReader::lookup()Alexander Volkov2019-09-021-1/+1
* 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