summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copy image offset in copyMetadataAllan Sandfeld Jensen2024-04-181-4/+2
* Convert "(added in)" enum warnings to [since] syntaxAllan Sandfeld Jensen2024-04-181-30/+51
* Add CMYK support to QColorSpaceAllan Sandfeld Jensen2024-04-121-25/+158
* Add color space model, making gray color spaces explicitAllan Sandfeld Jensen2024-04-051-13/+503
* QImage: remove the last mentions of Format_CMYK32Giuseppe D'Angelo2024-04-051-1/+0
* Port QImage::Format_CMYK32 to CMYK8888Giuseppe D'Angelo2024-04-041-5/+6
* GUI: add CMYK painting supportGiuseppe D'Angelo2024-04-031-2/+17
* Add QColorSpace::isValidTargetAllan Sandfeld Jensen2024-03-271-2/+8
* Copy color table in QImage::transform paint pathAllan Sandfeld Jensen2023-12-141-1/+8
* Fix smooth scaling of Format_Mono and Format_MonoLSBJoni Poikelin2023-10-261-4/+14
* qt_getImageTextFromDescription: use tokenize instead of splitAnton Kudryavtsev2023-09-061-2/+1
* Doc: Delete links to removed examplesAndreas Eliasson2023-08-181-2/+2
* Replace {add,sub,mul}_overload with q{Add,Sub,Mul}OverloadMarc Mutz2023-06-121-1/+1
* QImage: when saving fails, print the writer's error stringVolker Hilsheimer2023-04-111-2/+7
* Add special thread pool for Qt GuiAllan Sandfeld Jensen2023-02-251-3/+4
* Trace: Autogenerate metadata in qtgui moduleAntti Määttä2023-02-101-45/+2
* Trace: Use includes instead of forward declarationsAntti Määttä2023-02-101-3/+1
* Add tracing metadata to QEvent and QImageFormatAntti Määttä2023-01-131-5/+51
* Add tracepointgen tool and convert qtgui to use itAntti Määttä2023-01-131-9/+22
* QtGui: fix build with GCC 13's support for FP16Thiago Macieira2023-01-111-6/+6
* Handle allocation failure in QImage rotate 90/180/270 functionsEirik Aavitsland2022-11-041-0/+6
* Doc: Add missing since 6.2 to QImage and QPixmapYuhang Zhao2022-09-071-3/+5
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* Trace QImage::Format as int in QImageData::create()Shawn Rutledge2022-06-141-1/+1
* Fix misuses of 0.9999 constantAllan Sandfeld Jensen2022-06-021-7/+2
* Do metadata detach simpler than full detachAllan Sandfeld Jensen2022-06-011-14/+36
* Expand QColorTransformAllan Sandfeld Jensen2022-05-261-4/+41
* 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