summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* QPageSize: remove redundant operator== declarationVolker Hilsheimer8 days1-0/+2
* QColorTransferTable: de-duplicate inverse lookup codeAllan Sandfeld Jensen13 days1-31/+23
* print: Clamp margins entered by the user in the page setup dialogJarkko Koivikko2024-04-252-50/+113
* Tighten CMYK ICC parsingAllan Sandfeld Jensen2024-04-231-0/+7
* QColorVector: make the (QPointF) ctor a named oneMarc Mutz2024-04-182-22/+20
* Avoid overflows in gradient calculationsEirik Aavitsland2024-04-181-25/+44
* Add preliminary support for Qt for visionOSTor Arne Vestbø2024-04-182-10/+6
* qicc: avoid double lookupAnton Kudryavtsev2024-04-171-8/+8
* Make possible code-paths assertedAllan Sandfeld Jensen2024-04-171-21/+21
* qicc: avoid implict detachAnton Kudryavtsev2024-04-171-1/+1
* Add CMYK support to QColorSpaceAllan Sandfeld Jensen2024-04-129-161/+350
* Tweak the margin value of QOutlineMapper clip rectHatem ElKharashy2024-04-121-1/+1
* Switch to ICCv4 mluc tagsAllan Sandfeld Jensen2024-04-111-15/+23
* QPixelLayout: fix convertCMYKToRGBA32FGiuseppe D'Angelo2024-04-061-1/+1
* Parse grayscale ICC profile as grayscale color spacesAllan Sandfeld Jensen2024-04-061-21/+4
* Handle chad elements in ICC profilesAllan Sandfeld Jensen2024-04-053-18/+87
* Make QColorTrcLut more flexibleAllan Sandfeld Jensen2024-04-053-92/+142
* Add color space model, making gray color spaces explicitAllan Sandfeld Jensen2024-04-058-201/+523
* QIcc: re-add an extra check in parseLutDataGiuseppe D'Angelo2024-04-041-0/+4
* widgets: Invalidate RHI swapchain when window moves to new top levelTor Arne Vestbø2024-04-041-3/+4
* QColorTRC: code tidiesGiuseppe D'Angelo2024-04-041-24/+33
* Fix a regression when painting CMYK over ARGB32_PremultipliedAllan Sandfeld Jensen2024-04-042-10/+4
* Port QImage::Format_CMYK32 to CMYK8888Giuseppe D'Angelo2024-04-044-24/+24
* QPdf: do not switch to file-backed storage if we can't open itGiuseppe D'Angelo2024-04-041-9/+10
* Use properly-aligned float[4] as _mm_store_ps() output bufferMarc Mutz2024-04-041-5/+5
* Add CMYK image output support to QPdfWriterGiuseppe D'Angelo2024-04-042-35/+86
* QPdf: assert that we can load the files from the resourcesGiuseppe D'Angelo2024-04-041-2/+4
* CMYK: remove unnecessary qPremultiply callsGiuseppe D'Angelo2024-04-041-3/+3
* QPdf: remove two unused functionsGiuseppe D'Angelo2024-04-032-11/+0
* GUI: add CMYK painting supportGiuseppe D'Angelo2024-04-034-20/+256
* Fix potentially unaligned 128-bit store/loadsAllan Sandfeld Jensen2024-03-271-1/+1
* Add QColorSpace::isValidTargetAllan Sandfeld Jensen2024-03-272-9/+31
* QPolygonF: delegate QDataStream marshalling to QListThiago Macieira2024-03-261-18/+2
* Fix 8-bit mAB tablesAllan Sandfeld Jensen2024-03-261-1/+2
* gui: fix build against gcc-14 (-Werror=calloc-transposed-args)Liang Qi2024-03-221-1/+1
* Add configure feature for MetalTor Arne Vestbø2024-03-191-3/+3
* Optimize Newton-Raphson cuberoot with SSE2/SSE4.1Allan Sandfeld Jensen2024-03-151-0/+36
* Strength reduction: div -> mulAllan Sandfeld Jensen2024-03-141-13/+13
* Optimize cuberoot using Newton-Raphson approximationAllan Sandfeld Jensen2024-03-141-3/+16
* Move qt_blurImage to Qt GUIKai Uwe Broulik2024-03-141-0/+327
* Fix CodeChecker warningsAllan Sandfeld Jensen2024-03-122-7/+6
* Add A2B tables, and PCSLab support to QIccAllan Sandfeld Jensen2024-03-0711-252/+1488
* Improve QColorTrc::isLinear and rename it isIdentityAllan Sandfeld Jensen2024-03-055-24/+53
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* Call QColorTransformPrivate::applyReturnGray directlyAllan Sandfeld Jensen2024-02-293-25/+11
* QPainterPath: detach and reset before streaming inThiago Macieira2024-02-271-8/+6
* QIcc: Clean up implementation in preparation for bigger changesAllan Sandfeld Jensen2024-02-231-111/+131
* Fix support for Input color spacesAllan Sandfeld Jensen2024-02-221-1/+1
* Remove unused method QPlatformBackingStore::rhiSwapChain()Tor Arne Vestbø2024-02-201-2/+0
* QPainter: fix assert when drawing bitmaps at very near to .5 coordEirik Aavitsland2024-02-201-6/+8