summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port QImage::Format_CMYK32 to CMYK8888Giuseppe D'Angelo2024-04-041-1/+1
* GUI: add CMYK painting supportGiuseppe D'Angelo2024-04-031-3/+6
* Doc: Remove dead links to Concentric Circle ExampleKai Köhne2024-01-091-1/+1
* Turn the "concentriccircles" example into snippets, update screenshotVolker Hilsheimer2023-12-141-13/+11
* QPainter: support painting at DPR < 1Morten Sørvig2023-11-231-2/+2
* Make all QPainter operations warn if there's no engineSergio Martins2023-11-111-10/+30
* Avoid multiple transformation of the clip pathSanthosh Kumar2023-02-071-1/+0
* Check if fontEngine is valid in QStaticTextInho Lee2022-11-261-0/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-4/+4
* Port from container.count()/length() to size()Marc Mutz2022-10-041-6/+6
* Relayout QStaticText when dpi changesEskil Abrahamsen Blomfeldt2022-07-141-1/+4
* Add painter render hint for brush pattern transformationEirik Aavitsland2022-05-311-0/+6
* 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
|/