summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qcolorspace.cpp
Commit message (Expand)AuthorAgeFilesLines
* QColorVector: make the (QPointF) ctor a named oneMarc Mutz5 days1-15/+16
* Add CMYK support to QColorSpaceAllan Sandfeld Jensen11 days1-1/+9
* Handle chad elements in ICC profilesAllan Sandfeld Jensen2024-04-051-11/+21
* Add color space model, making gray color spaces explicitAllan Sandfeld Jensen2024-04-051-36/+146
* Add QColorSpace::isValidTargetAllan Sandfeld Jensen2024-03-271-9/+30
* Add A2B tables, and PCSLab support to QIccAllan Sandfeld Jensen2024-03-071-31/+240
* Improve QColorTrc::isLinear and rename it isIdentityAllan Sandfeld Jensen2024-03-051-1/+1
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-1/+1
* Expand QColorTransformAllan Sandfeld Jensen2022-05-261-0/+5
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: includemocsMarc Mutz2022-04-291-0/+2
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-1/+1
* gui: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* QColorSpace: Guard against division by zeroRobert Löhning2021-07-221-5/+9
* Correct RGB to Grayscale conversionAllan Sandfeld Jensen2021-05-211-0/+11
* Add QColorSpace::descriptionAllan Sandfeld Jensen2021-03-041-0/+29
* Extend colorspace testing and fix bug it uncoveredAllan Sandfeld Jensen2021-02-131-0/+2
* Add API for creating QColorSpace with multiple color-transfer tablesAllan Sandfeld Jensen2021-01-141-8/+132
* Fix qdoc warning, reference parameter correctlyVolker Hilsheimer2020-12-211-1/+1
* Add colorspace transfer functions based on tables of inputsAllan Sandfeld Jensen2020-12-101-1/+115
* Improve documented function argument namesAllan Sandfeld Jensen2020-12-041-10/+10
* Make comparison operators in gui/painting classes hidden friendsVolker Hilsheimer2020-10-281-28/+32
* Fix documentation warningsVolker Hilsheimer2020-10-241-2/+2
* QColorSpace: port to QESDPGiuseppe D'Angelo2020-10-181-38/+22
* Port QColorTransform to QESDPGiuseppe D'Angelo2020-10-161-1/+0
* Make the named QColorSpace constructor thread-safeAllan Sandfeld Jensen2020-10-101-5/+24
* QIcc: fix alignment concerns in ICC profile parsingAndrei Golubev2020-09-151-3/+0
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Add error message on unaligned profile inputsAllan Sandfeld Jensen2020-05-191-0/+3
* Fix memory leakGiulio Camuffo2020-03-231-0/+3
* Allow creating a valid QColorSpace one value at a timeAllan Sandfeld Jensen2020-02-011-8/+20
* Register QColorSpace as a QtGui metatypeAllan Sandfeld Jensen2020-01-251-0/+9
* Avoid crashing when constructing color-space from invalid enumAllan Sandfeld Jensen2019-12-161-0/+4
* Fix crash on debug output of null QColorSpaceAllan Sandfeld Jensen2019-12-091-4/+6
* Simplify QColorSpacePrivate initializationTor Arne Vestbø2019-09-121-7/+1
* Remove BT.2020 support from QColorSpaceAllan Sandfeld Jensen2019-09-081-30/+1
* Simplify QColorSpace named presetsTor Arne Vestbø2019-09-031-72/+54
* Fixup move semantics of QColorSpaceAllan Sandfeld Jensen2019-09-021-31/+43
* Add an easier way to change colorspacesAllan Sandfeld Jensen2019-08-021-9/+97
* Improve our color space terminologyAllan Sandfeld Jensen2019-08-021-56/+60
* Fix QColorTransform memory leakAllan Sandfeld Jensen2019-08-011-0/+1
* Parse color space name from ICC profileAllan Sandfeld Jensen2019-07-311-7/+14
* Fix comparisons of image with different color spacesAllan Sandfeld Jensen2019-07-231-1/+1
* Remove public d_func from QColorSpaceAllan Sandfeld Jensen2019-07-231-14/+0
* ABI fixups for QColorSpaceAllan Sandfeld Jensen2019-07-121-2/+8
* QColorTransform: make fit for releaseMarc Mutz2019-07-121-4/+5
* Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-211-1/+1
* Fix race in colorspace LUT generationAllan Sandfeld Jensen2019-05-161-0/+2
* Custom color-space based on chromaticitiesAllan Sandfeld Jensen2019-05-021-23/+132
* Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-081-0/+633