summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-16142-5366/+290
* Add floating point color space conversionsAllan Sandfeld Jensen2022-05-142-8/+288
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-113-3/+3
* QPolygon: add toPolygonF()Marc Mutz2022-05-102-0/+16
* Namespace a few missing Objective-C categories and their methodsMichael Spork2022-05-031-0/+5
* QtGui: includemocsMarc Mutz2022-04-295-0/+10
* QPdfEnginePrivate: generate link only when there is a hrefDmitry Shachnev2022-04-281-1/+1
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-283-9/+9
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-285-11/+20
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-133-16/+16
* Fix backingstore fractional DPR glitches for widgets in child windowsEirik Aavitsland2022-04-071-2/+12
* Don't blit individual rects of region when when scrolling backingstoreTor Arne Vestbø2022-04-071-2/+2
* QtGui: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public APIMarc Mutz2022-04-056-7/+17
* Multithread qdrawhelper routinesAllan Sandfeld Jensen2022-04-042-475/+545
* Fix heap-use-after-free with rhi-based backingstoreLaszlo Agocs2022-03-291-2/+3
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-1/+1
* Avoid fetching destination when not usedAllan Sandfeld Jensen2022-03-251-21/+82
* Replace deprecated QColor::fromString in tests and documentationVolker Hilsheimer2022-03-211-2/+2
* QtGui: compile-optimize inline swap functionsMarc Mutz2022-03-197-7/+7
* Gui: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+2
* QColor: Explicitly return std::nulloptUlf Hermann2022-03-171-7/+7
* Painting: Fix value check in isUnclipped()Robert Löhning2022-03-161-1/+1
* Painting: fix overriding and combining different clip typesEirik Aavitsland2022-03-153-26/+1
* QColor: deprecate isValidColor, setNamedColor, string-ish ctorsMarc Mutz2022-03-152-9/+31
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-1113-125/+1593
* 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