summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Handle DPR in QPainter's drawing methods taking a brush parameterEirik Aavitsland2021-10-181-35/+31
* gui: Fix typos in documentationJonas Kvinge2021-10-126-7/+7
* gui: Fix typos in source code commentsJonas Kvinge2021-10-1210-13/+13
* Support transformations in pattern/texture brushes in pdfEirik Aavitsland2021-10-051-0/+2
* Fix QPainterPath with QFont::SmallCapsAlbert Astals Cid2021-10-041-1/+1
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-021-4/+0
* Fix scrolling of QRasterBackingStore when operating on QRasterGLSurfaceTor Arne Vestbø2021-10-012-13/+2
* Avoid generating large pdf files when using dashed cosmetic pensEirik Aavitsland2021-09-291-8/+8
* PDF generation: disentangle native pen from transformsEirik Aavitsland2021-09-292-7/+15
* Remove redundant semi-colonsAllan Sandfeld Jensen2021-09-221-1/+1
* Use qmath.h's conversions between degrees and radiansEdward Welbourne2021-09-101-3/+2
* QPaintEngineEx: solve compile errorZhang Hao2021-09-071-1/+1
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-012-4/+4
* Painting: handle large and negative dash offset valuesEirik Aavitsland2021-08-242-3/+6
* QDashStroker: cap the number of repetitions of the patternEirik Aavitsland2021-08-244-24/+39
* Refix for avoiding huge number of tiny dashesEirik Aavitsland2021-08-101-4/+4
* Improve fix for avoiding huge number of tiny dashesEirik Aavitsland2021-07-271-1/+1
* Remove special casing of HSL QColor comparisonAllan Sandfeld Jensen2021-07-231-12/+3
* QColorSpace: Guard against division by zeroRobert Löhning2021-07-221-5/+9
* QPainter: replace manual memory management [5/5]: d_ptrsMarc Mutz2021-07-162-20/+10
* QPainter: replace manual memory management [4/5]: emulationEngineMarc Mutz2021-07-162-21/+8
* QPainterPrivate: use NSDMI, outline ctorMarc Mutz2021-07-152-16/+17
* QGradient: optimize empty stopsMarc Mutz2021-07-141-3/+4
* QPainter: replace manual memory management [3/5]: engineMarc Mutz2021-07-142-8/+14
* QPainter: replace manual memory management [2/5]: state/statesMarc Mutz2021-07-132-25/+29
* QColorTrcLut: hold in shared_ptrMarc Mutz2021-07-124-19/+28
* QColorTrcLut: don't inherit from QEnableSharedFromThisMarc Mutz2021-07-091-1/+1
* Doc: Fix documentation warnings for QRgbaFloatTopi Reinio2021-07-071-4/+10
* Rename QRgbaF to QRgbaFloat and assert the compatible typesAllan Sandfeld Jensen2021-07-0511-455/+471
* Add Qt7 TODOs for reducing the size of QColorUlf Hermann2021-06-302-0/+8
* Doc: Improve QTransform documentationPaul Wicking2021-06-251-0/+21
* Stop using mixed enum arithmeticGiuseppe D'Angelo2021-06-131-4/+2
* Disable text gamma-correction when painting on linear color spaceAllan Sandfeld Jensen2021-06-101-0/+2
* Fix QColorTransform on RGBA64_PremultipliedAllan Sandfeld Jensen2021-06-101-6/+15
* QIcc: Update test for invalid valuesRobert Löhning2021-06-081-1/+1
* Doc: Fix QRgbaF documentationTopi Reinio2021-06-071-28/+28
* Fix warnings about qsizetype used as int in qpainter.hEirik Aavitsland2021-06-021-14/+14
* qpixellayout.cpp: mark some specializations of fetchPixel as unusedAndrei Golubev2021-06-011-0/+3
* Avoid possible division by zeroRobert Löhning2021-05-271-4/+5
* Add SIMD optimizations for color-transform writesAllan Sandfeld Jensen2021-05-271-48/+190
* Add NEON optimizations to QColorTransformAllan Sandfeld Jensen2021-05-271-8/+125
* Introduce float QImage formats and renderingAllan Sandfeld Jensen2021-05-2612-254/+4465
* Correct RGB to Grayscale conversionAllan Sandfeld Jensen2021-05-218-4/+181
* QPageSize: make PageSizeId ctor non-explicitMarc Mutz2021-05-131-1/+1
* Tell code-checker drawPolygon can't be called with negative countAllan Sandfeld Jensen2021-05-111-0/+2
* Initialize FirstPtBlock.next to make static analysis happyAllan Sandfeld Jensen2021-05-111-0/+1
* Avoid potential read of uninitialized clip dataAllan Sandfeld Jensen2021-05-111-2/+1
* Fix antialiasing of rotated non-smooth scaled imagesAllan Sandfeld Jensen2021-05-101-1/+2
* Avoid coverage overflowAllan Sandfeld Jensen2021-05-101-0/+4
* Avoid fast transform paint path on values it can't handleAllan Sandfeld Jensen2021-05-101-2/+6