summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainter.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPainter: make ownership transfer more explicitMarc Mutz8 days1-2/+5
* Improve underline drawing for fonts in QPainterEskil Abrahamsen Blomfeldt2025-03-251-2/+10
* Mark max length work buffers uninitializedAllan Sandfeld Jensen2024-11-301-2/+2
* QPainter: simplify the check whether the new brush style is already setVolker Hilsheimer2024-11-291-3/+1
* QPainter: provide setBrush overloads for QColor/Qt::GlobalColorVolker Hilsheimer2024-11-291-0/+36
* QPainter: optimize setPen(QColor) and setPen(Qt::PenStyle)Volker Hilsheimer2024-11-291-8/+5
* QPainter: Fix regression in drawText with empty rect and DontClip flagEirik Aavitsland2024-10-111-1/+1
* Doc: Remove usage of defunct QDoc commandPaul Wicking2024-08-281-2/+0
* QPainter: Skip drawing text if target rect is invalidEirik Aavitsland2024-08-071-0/+7
* QPainter: code tidiesGiuseppe D'Angelo2024-06-201-0/+2
* 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