summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtGui: includemocsMarc Mutz2022-04-291-0/+2
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-281-1/+3
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-131-12/+12
* Painting: fix overriding and combining different clip typesEirik Aavitsland2022-03-151-2/+0
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-081-4/+8
* Don't replace IntersectClip with ReplaceClip on a QPictureChunLin Wang2022-02-101-2/+3
* Update clipping area when antialiasing changesChen Bin2021-10-271-0/+2
* Handle DPR in QPainter's drawing methods taking a brush parameterEirik Aavitsland2021-10-181-35/+31
* gui: Fix typos in documentationJonas Kvinge2021-10-121-2/+2
* QPainter: replace manual memory management [5/5]: d_ptrsMarc Mutz2021-07-161-18/+5
* QPainter: replace manual memory management [4/5]: emulationEngineMarc Mutz2021-07-161-20/+7
* QPainterPrivate: use NSDMI, outline ctorMarc Mutz2021-07-151-0/+6
* QPainter: replace manual memory management [3/5]: engineMarc Mutz2021-07-141-7/+5
* QPainter: replace manual memory management [2/5]: state/statesMarc Mutz2021-07-131-23/+21
* Support CSS text-decoration-color in underlines, overlines, strikethroughShawn Rutledge2021-05-071-0/+6
* Implement vertical subpixel positioning where availableEskil Abrahamsen Blomfeldt2021-01-251-0/+10
* QPicture: Improve the documentation of Picture::play()Christian Ehrlicher2020-12-221-1/+3
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-1/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-121-14/+0
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-3/+3
* Fix compiler issues when qreal is floatMichal Klocek2020-08-051-2/+2
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-9/+9
* QPainter: replace manual memory management [1/5]: dummyStateMarc Mutz2020-06-021-1/+0
* Doc: Specify QTextOption behavior in drawTextPaul Wicking2020-05-121-1/+2
* QtGui: fix deprecated QChar conversionsMarc Mutz2020-05-111-1/+1
* Remove a bunch of deprecated members from src/gui/painting classesVolker Hilsheimer2020-05-061-170/+0
* Use qsizetype for size related methods in QVarlengthArrayLars Knoll2020-03-141-2/+1
* Get rid of QMatrixJarek Kobus2020-02-281-227/+3
* Replace the QMatrix field of QTransform with qreal[3][3]Jarek Kobus2020-02-071-3/+3
* Make text decorations consistent between ways of drawing textEskil Abrahamsen Blomfeldt2020-02-071-80/+71
* Deprecate all methods that use QMatrixJarek Kobus2020-01-281-3/+5
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-181-2/+1
|\
| * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2020-01-171-2/+1
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-27/+27
* | Avoid initializing QFlags with 0 or nullptr in further casesFriedemann Kleint2019-11-221-9/+2
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-8/+8
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-231-1/+1
|\
| * QPainter: Avoid leaking memory on unbalanced save/restoreEirik Aavitsland2019-09-201-1/+1
* | Replace QPainter::initFrom() with begin()Christian Ehrlicher2019-06-131-11/+17
|/
* Fix some QPainter-related deprecation warningsFriedemann Kleint2019-02-081-3/+3
* Add deprecation exclusion around deprecated calls in deprecated codeFriedemann Kleint2019-02-061-0/+3
* QtGui: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-021-1/+1
* QtGui/QPainter: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-021-2/+20
* QtGui: mark obsolete QPixmapCache::find() functions as deprecatedChristian Ehrlicher2019-02-021-1/+1
* Add support for generating PDFs with losslessly encoded imagesAndre de la Rocha2018-10-251-0/+7
* Doc: Fix typo and add precision to method descriptionPaul Wicking2018-09-121-2/+3
* Add ObjectMode coordinate mode to QGradientEirik Aavitsland2018-06-221-7/+11
* Provide presets for QGradientTor Arne Vestbø2018-05-311-0/+31