summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-085-12/+19
* QColor: port string-parsing from out parameters to optional<>Marc Mutz2022-03-082-35/+31
* QColor: remove setColorFromString()Marc Mutz2022-03-082-31/+9
* Long live QColor::fromString()!Marc Mutz2022-03-082-10/+78
* Miscellanea fixes for QT_TYPESAFE_FLAGS in our headersGiuseppe D'Angelo2022-03-072-4/+4
* Fix Q_FLAG declaration over enumerationsGiuseppe D'Angelo2022-03-021-1/+1
* Fix painting clipping glitches with fractional scalingEirik Aavitsland2022-03-023-6/+21
* Make sure all qtbase private headers include at least one otherThiago Macieira2022-02-247-5/+11
* QColor: avoid Unicode table lookups in fromString()Marc Mutz2022-02-181-4/+15
* QColor: port parsing to QAnyStringViewMarc Mutz2022-02-182-26/+24
* QColor: eradicate QT_STRINGVIEW_LEVELMarc Mutz2022-02-162-12/+0
* Fix integer overflow for broken QPainterPathsEskil Abrahamsen Blomfeldt2022-02-141-1/+1
* Fix compiling with C++20 on macOSAllan Sandfeld Jensen2022-02-101-6/+6
* QPageSize: pack StandardPageSize structMarc Mutz2022-02-101-5/+6
* Don't replace IntersectClip with ReplaceClip on a QPictureChunLin Wang2022-02-101-2/+3
* QPageSize: remove 119 relocationsMarc Mutz2022-02-091-1/+1
* Fix accuracy with screen compositionAllan Sandfeld Jensen2022-02-091-4/+4
* Fix infinite loop in dash strokerEskil Abrahamsen Blomfeldt2022-02-041-1/+2
* Fix clipped glyphs in text rendering of QGraphicsTextItemViktor Arvidsson2022-02-022-7/+7
* QColorTransform: optimize member-swap()Marc Mutz2022-01-191-1/+1
* QPolygon: de-inline setPoint()Marc Mutz2022-01-192-8/+8
* Remove unused .qrc filesJoerg Bornemann2022-01-171-7/+0
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-171-0/+1
* QPathEdge: Fix array initializationIvan Tkachenko2022-01-141-5/+1
* Draw extended RGB solid colorsAllan Sandfeld Jensen2022-01-125-25/+42
* Replace QString with QStringView and use qsizetype in QPdfEnginePrivateØystein Heskestad2022-01-112-4/+4
* Remove unused internal flag from raster painting engineEirik Aavitsland2021-12-282-27/+0
* Use qint64 to replace int while qt_transform_image_rasterizeZhang Hao2021-12-211-23/+30
* Fix qt_scrollRectInImage when scrolling outside of the imageTor Arne Vestbø2021-12-141-12/+14
* QPageLayout: do not calculate an invalid marginGiuseppe D'Angelo2021-12-061-4/+4
* Clean up line clipping code in rasterizerEirik Aavitsland2021-11-191-36/+59
* Clarify validity of image returned from QPlatformBackingStore::toImage()Tor Arne Vestbø2021-11-181-0/+5
* Update clipping area when antialiasing changesChen Bin2021-10-273-0/+41
* 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