summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage.h
Commit message (Expand)AuthorAgeFilesLines
* Add color space model, making gray color spaces explicitAllan Sandfeld Jensen2024-04-051-3/+8
* QImage: remove the last mentions of Format_CMYK32Giuseppe D'Angelo2024-04-051-1/+0
* Port QImage::Format_CMYK32 to CMYK8888Giuseppe D'Angelo2024-04-041-1/+2
* GUI: add CMYK painting supportGiuseppe D'Angelo2024-04-031-0/+1
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-281-1/+1
* Do metadata detach simpler than full detachAllan Sandfeld Jensen2022-06-011-0/+2
* Expand QColorTransformAllan Sandfeld Jensen2022-05-261-0/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: compile-optimize inline swap functionsMarc Mutz2022-03-191-1/+1
* Add load/fromdata() overloads taking QByteArrayView to QImageEirik Aavitsland2021-06-021-6/+9
* Introduce float QImage formats and renderingAllan Sandfeld Jensen2021-05-261-1/+7
* Cleanup leftover QWSTasuku Suzuki2021-04-141-1/+0
* Add deviceIndependentSize() to QPixmap and QImageMorten Johan Sørvig2021-03-081-0/+1
* Cleanup qimage.hAllan Sandfeld Jensen2020-10-301-33/+34
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-4/+3
* Get rid of some #ifdef qt6Allan Sandfeld Jensen2020-09-301-5/+0
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-9/+9
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+0
* Create consistent sets of QImage methodsAllan Sandfeld Jensen2020-09-091-4/+12
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-281-1/+2
* QtGui: Add Windows conversion functions for to QImageFriedemann Kleint2020-07-241-0/+5
* Use QList instead of QVector in guiJarek Kobus2020-06-291-3/+4
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-1/+1
* Remove deprecated members from QtGui/image classesVolker Hilsheimer2020-04-291-4/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-271-0/+1
|\
| * QImage: optimize convertWithPalette()Marc Mutz2020-04-231-0/+1
* | Get rid of QMatrixJarek Kobus2020-02-281-7/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-1/+2
|\|
| * Add replacement message to deprecation of QImage::alphaChannel()Allan Sandfeld Jensen2020-02-251-1/+2
* | Make bytes-per-line safe for int overflowAllan Sandfeld Jensen2020-02-201-0/+5
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-281-0/+4
|\|
| * Deprecate all methods that use QMatrixJarek Kobus2020-01-281-0/+4
* | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-071-1/+3
|\|
| * Modernize setAlphaChannel(), and deprecated alphaChannel()Allan Sandfeld Jensen2020-01-051-1/+3
* | Basic QImage cleanupAllan Sandfeld Jensen2019-12-181-146/+0
* | Get rid of QList forward declarationsLars Knoll2019-10-041-1/+0
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-041-0/+1
|\|
| * Introduce QImage::Format_BGR888Allan Sandfeld Jensen2019-08-231-0/+1
* | Remove binary compat qimage methodsAllan Sandfeld Jensen2019-06-191-9/+0
|/
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-4/+0
* Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-2/+2
* Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-051-7/+7
* Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-261-0/+4
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-0/+4
| |\
| | * Avoid creating wide images with negative bytesPerLineAllan Sandfeld Jensen2019-02-141-0/+4
* | | Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-081-1/+9
|/ /
* | Introduce QImage::convertToMikhail Svetkin2019-01-251-0/+2
* | Add Grayscale16 Image FormatAllan Sandfeld Jensen2018-12-121-3/+0
|/
* Fix spelling mistake in qimage.hTor Arne Vestbø2018-09-131-1/+1
* Implement support for 16bpc image formatsAllan Sandfeld Jensen2018-08-111-0/+3