summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Smooth image scaling for 64bit imagesAllan Sandfeld Jensen2018-08-221-1/+13
* | Merge dev into 5.12Oswald Buddenhagen2018-08-211-30/+62
|\ \
| * | Add direct conversions between RGB30<->RGBA8888Allan Sandfeld Jensen2018-08-151-30/+62
* | | Allow setting the QIcon fallback themeAlbert Astals Cid2018-08-204-6/+53
|/ /
* | Implement support for 16bpc image formatsAllan Sandfeld Jensen2018-08-115-118/+759
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-072-3/+4
|\|
| * Fix conversion from transparent indexed8 to RGB32Allan Sandfeld Jensen2018-08-031-2/+3
| * Fix crash in qppmhandler for certain malformed image filesEirik Aavitsland2018-08-031-1/+1
* | Merge branch '5.11' into devEdward Welbourne2018-07-311-1/+1
|\|
| * Doc: Remove typo and add line breaks after \internalPaul Wicking2018-07-261-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-171-1/+1
|\|
| * Fix: png handler returning Mono QImage with color table < 2 itemsEirik Aavitsland2018-07-161-1/+1
* | qpixmap_win.cpp: Silence clang-cl warningsFriedemann Kleint2018-05-161-23/+25