summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix accuracy of ARGB32->A2RGB30 conversionsAllan Sandfeld Jensen2019-11-071-22/+3
* Fix: confusion in QImage paintEngine creation on shared imagesEirik Aavitsland2019-10-241-3/+3
* Combine BGR30_to_RGB30 and BGR888_to_RGB888Allan Sandfeld Jensen2019-09-051-1/+1
* Simplify QColorSpace named presetsTor Arne Vestbø2019-09-031-1/+1
* Introduce QImage::Format_BGR888Allan Sandfeld Jensen2019-08-231-0/+15
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-131-1/+1
|\
| * doc: Fix QImage Format_RGBX64 documentationSamuel Gaist2019-08-111-1/+1
* | Revert "Fix comparisons of image with different color spaces"Eirik Aavitsland2019-07-291-3/+1
* | Fix comparisons of image with different color spacesAllan Sandfeld Jensen2019-07-231-1/+3
* | QColorTransform: make fit for releaseMarc Mutz2019-07-121-2/+2
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-4/+4
* | Make the 64 bit raster backend an optional featureAllan Sandfeld Jensen2019-04-091-0/+2
* | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-061-2/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-061-2/+4
| |\|
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-051-2/+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
* | | | Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-4/+4
|/ / /
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-031-9/+27
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-021-9/+27
| |\|
| | * Forward physical parameters for derived QImagesAlexander Volkov2019-04-011-9/+27
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-261-2/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-2/+9
| |\|
| | * Avoid creating wide images with negative bytesPerLineAllan Sandfeld Jensen2019-02-141-2/+9
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-091-4/+4
|\| |
| * | Fix some qdoc warningsFriedemann Kleint2019-03-071-4/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-201-0/+2
|\| |
| * | QtGui: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-131-0/+2
* | | Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-081-2/+132
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-231-1/+1
| |\
| | * Doc: Fix link in QImage::load() documentationTopi Reinio2019-01-041-1/+1
* | | Introduce QImage::convertToMikhail Svetkin2019-01-251-0/+23
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-1/+1
|\| |
| * | Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-1/+1
| |/
* | Make convert_generic_to_rgb64 more genericAllan Sandfeld Jensen2019-01-081-7/+1
* | QImage::create fail if given an empty sizeAlbert Astals Cid2019-01-031-1/+1
* | Add Grayscale16 Image FormatAllan Sandfeld Jensen2018-12-121-1/+24
|/
* Revert "Ensure alignment of image-data"Allan Sandfeld Jensen2018-12-081-11/+3
* Ensure alignment of image-dataAllan Sandfeld Jensen2018-11-281-3/+11
* QImage: merge the size calculations with proper (non-UB) checksThiago Macieira2018-11-081-41/+31
* Improve support for QImages in QDataStream read transactionsEirik Aavitsland2018-10-151-1/+3
* Add missing null checks after detachAllan Sandfeld Jensen2018-10-101-2/+14
* Smooth image scaling for 64bit imagesAllan Sandfeld Jensen2018-08-221-1/+13
* Implement support for 16bpc image formatsAllan Sandfeld Jensen2018-08-111-24/+186
* Doc: add explanation of return format of QImage::transformed()Eirik Aavitsland2018-05-111-0/+14
* Merge drawhelper convert-from and storeAllan Sandfeld Jensen2018-05-021-21/+6
* Remove bit details from QPixelLayoutAllan Sandfeld Jensen2018-04-031-30/+10
* Use simple scaling for downscaling less than 2xAllan Sandfeld Jensen2018-03-071-6/+4