summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Optimize Newton-Raphson cuberoot with SSE2/SSE4.1Allan Sandfeld Jensen4 days1-0/+36
* Strength reduction: div -> mulAllan Sandfeld Jensen5 days1-13/+13
* Optimize cuberoot using Newton-Raphson approximationAllan Sandfeld Jensen5 days1-3/+16
* Move qt_blurImage to Qt GUIKai Uwe Broulik5 days1-0/+327
* Fix CodeChecker warningsAllan Sandfeld Jensen7 days2-7/+6
* Add A2B tables, and PCSLab support to QIccAllan Sandfeld Jensen11 days11-252/+1488
* Improve QColorTrc::isLinear and rename it isIdentityAllan Sandfeld Jensen14 days5-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
* Doc: Fix QDoc warnings for overloadsPaul Wicking2024-02-141-0/+2
* Add QPlatformIntegration::BackingStoreStaticContents capabilityTor Arne Vestbø2024-02-131-0/+7
* QBackingStore: Take DPR into account when resizing with static contentsTor Arne Vestbø2024-02-131-1/+2
* QPixelLayout: remove explicit array sizesGiuseppe D'Angelo2024-02-102-10/+19
* QPdfWriter: doc fixGiuseppe D'Angelo2024-02-101-1/+1
* Remove extra semi-colonsTasuku Suzuki2024-02-062-2/+2
* core/gui: fix odr violationTim Blechmann2024-02-061-1/+5
* QPdfWriter: use DeviceGray when in Grayscale modeGiuseppe D'Angelo2024-02-031-6/+17
* QPdfWriter: switch the default color model to AutoGiuseppe D'Angelo2024-02-032-2/+3
* Add CMYK support for pens/fills in the PDF engineGiuseppe D'Angelo2024-02-024-46/+290
* Doc: Fix argument names in QRgbaFloat::fromRgba64() \fn signatureTopi Reinio2024-02-011-1/+1
* QPainterPath: Fix boundingRect and controlPointRect ignoring start pointNoah Davis2024-01-302-3/+16
* Make sure the sqrt value in qdrawhelper is non-negativeJacek Poplawski2024-01-231-1/+10
* Fix FP rasterization on Win-x86Allan Sandfeld Jensen2024-01-182-30/+30
* QRhiBackingStore: Support flushing child windows with same surface typeTor Arne Vestbø2024-01-161-4/+12
* Simplify QTransform mappingAllan Sandfeld Jensen2024-01-111-49/+4
* Fix premultiply of RGB64 formatsAllan Sandfeld Jensen2024-01-112-0/+5
* Doc: Remove dead links to Concentric Circle ExampleKai Köhne2024-01-091-1/+1
* [docs] Remove references to C++11 feature availabilityMarc Mutz2024-01-091-1/+1
* QRadialGradient: Fix undefined behaviorHatem ElKharashy2024-01-082-6/+4
* Deduplicate mapping code in QTransformAllan Sandfeld Jensen2023-12-271-118/+10
* Turn the "concentriccircles" example into snippets, update screenshotVolker Hilsheimer2023-12-141-13/+11
* pagelayout: Fix inaccuracy in marginsPixels and paintRectPixelsJarkko Koivikko2023-12-091-6/+6
* pagesize: Fix pixel overflow in QPageSize::sizePixels and rectPixelsJarkko Koivikko2023-12-091-1/+1
* print: QPageLayout: Fix pt unit conversionJarkko Koivikko2023-12-091-28/+6
* Use linear filtering with downscaling also with QOpenGLWidgetLaszlo Agocs2023-12-061-10/+9
* Raster painting: Correct the coordinate rounding in drawPoints()Eirik Aavitsland2023-11-281-2/+2
* QPainter: support painting at DPR < 1Morten Sørvig2023-11-231-2/+2
* Add initial implementation of macOS and iOS icon theme implementationsVolker Hilsheimer2023-11-231-0/+4
* QCssUtil: use std::array instead QPolygonFChristian Ehrlicher2023-11-201-10/+10
* iOS: add helper to convert UIImage to QImageVolker Hilsheimer2023-11-172-3/+30
* Make all QPainter operations warn if there's no engineSergio Martins2023-11-111-10/+30
* Fix findNearestColor for semitransparent colorsAllan Sandfeld Jensen2023-11-091-3/+2
* Fix multiple threads accessing same byteAllan Sandfeld Jensen2023-11-091-1/+2
* Fix alpha channel logic in QRhiBackingStoreLaszlo Agocs2023-10-312-0/+15
* QRasterBackingStore: check format alpha presence in a more generic wayLaszlo Agocs2023-10-311-1/+1