summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Add floating point color space conversionsAllan Sandfeld Jensen2022-05-141-9/+23
* QtGui: includemocsMarc Mutz2022-04-291-0/+2
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-2/+4
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-2/+2
* Detach for colortransforms of indexed formatsAllan Sandfeld Jensen2022-04-061-3/+5
* QImage::operator==: Also compare the image colorspaceAlbert Astals Cid2022-03-181-1/+1
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-081-2/+4
* Draw extended RGB solid colorsAllan Sandfeld Jensen2022-01-121-0/+25
* Increment reference count when restoring referenceAllan Sandfeld Jensen2021-11-181-0/+1
* gui: Fix typos in documentationJonas Kvinge2021-10-121-2/+2
* gui: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Preserve QImage metadata when converting format with color tableEirik Aavitsland2021-09-281-1/+1
* Remove unused internal flag in QImageEirik Aavitsland2021-08-131-8/+3
* Rename QRgbaF to QRgbaFloat and assert the compatible typesAllan Sandfeld Jensen2021-07-051-17/+17
* Add shortcut for QImage::applyColorTransform on indexed imagesAllan Sandfeld Jensen2021-06-101-0/+7
* Add load/fromdata() overloads taking QByteArrayView to QImageEirik Aavitsland2021-06-021-14/+39
* Introduce float QImage formats and renderingAllan Sandfeld Jensen2021-05-261-10/+267
* Disable spurious MSVC warning C4273 in Qt Gui, Qt OpenGLKai Köhne2021-05-031-0/+5
* Test incoming formats more throuroughlyAllan Sandfeld Jensen2021-03-231-6/+9
* Fix alpha handling of QImage::setPixelAllan Sandfeld Jensen2021-03-221-2/+9
* Add deviceIndependentSize() to QPixmap and QImageMorten Johan Sørvig2021-03-081-2/+18
* And fix handling and test of QImage::fill(uint) as wellAllan Sandfeld Jensen2021-02-251-0/+4
* Improve QImage::fill(uint) documentationAllan Sandfeld Jensen2021-02-251-5/+5
* Fix QImage::fill with semi-transparent QColorAllan Sandfeld Jensen2021-02-121-11/+10
* Fix nullptr dereference on out-of-memory conditionsAllan Sandfeld Jensen2021-02-021-0/+2
* Segment qimage conversion block irrelevant of depthAllan Sandfeld Jensen2021-02-021-1/+1
* Shortcut QImage::convertTo when no conversion is necessaryAllan Sandfeld Jensen2020-12-081-2/+2
* Add generic rb swap for RGB64 formatsAllan Sandfeld Jensen2020-12-041-30/+1
* Fix QImage::setPixelColor on RGBA64_PremultipliedAllan Sandfeld Jensen2020-12-041-4/+1
* Protect QImage colorspace transform on shutdownAllan Sandfeld Jensen2020-11-071-1/+1
* Add _MSC_VER check to MSVC ARM compiler workaroundMartin Storsjö2020-11-051-2/+2
* Add an example to the documentation of QImage::scanLine()Mitch Curtis2020-10-121-0/+4
* Get rid of some #ifdef qt6Allan Sandfeld Jensen2020-09-301-8/+0
* Preserve formats in QImage::scaled()Allan Sandfeld Jensen2020-09-261-12/+48
* Create consistent sets of QImage methodsAllan Sandfeld Jensen2020-09-091-4/+37
* Add rgb64 inplace generic conversionAllan Sandfeld Jensen2020-08-281-4/+8
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-281-2/+2
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-9/+0
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-1/+1
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-11/+11
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Add more LTTNG tracing pointsJosé Dapena Paz2020-06-111-0/+15
* Port QtGui from QStringRef to QStringViewLars Knoll2020-06-111-3/+3
* Do not multithread if already in a global threadpool threadAllan Sandfeld Jensen2020-06-031-3/+4
* Split PixelLayout to separate source fileAllan Sandfeld Jensen2020-05-111-1/+1
* Remove deprecated members from QtGui/image classesVolker Hilsheimer2020-04-291-93/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-271-6/+1
|\
| * QImage: optimize convertWithPalette()Marc Mutz2020-04-231-6/+1