summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* High-dpi drawTiledPixmap (raster paint engine)Morten Johan Sørvig2018-04-261-0/+10
* Fix drawTiledPixmap() and texture-brush painting with high-DPR imagesEirik Aavitsland2018-04-251-0/+7
* Silence a GCC 8 warning in qpainterVille Voutilainen2018-02-281-2/+2
* Use QColor(0, 0, 0, 0) to mark body text in QStaticTextIgor Mironchik2018-01-201-4/+9
* doc: Add missing return types to \fn commandsMartin Smith2018-01-181-5/+5
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-2/+2
|\
| * Paint text decoration where the text isAllan Sandfeld Jensen2017-12-131-2/+2
* | Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-1/+1
* | Add QFontMetrics(F)::horizontalAdvance() functionEskil Abrahamsen Blomfeldt2017-11-141-1/+1
|/
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-0/+2
|\
| * QPainter: fix invalid pen style when drawing misspelled wordsDavid Faure2017-10-121-0/+2
* | Add QTextOption/QTextEdit/QPlainTextEdit::tabStopDistance propertyEskil Abrahamsen Blomfeldt2017-08-061-3/+3
* | Add API to disable text shaping on fontsEskil Abrahamsen Blomfeldt2017-07-261-0/+2
|/
* Fix documentation typosChristian Gagneraud2017-02-251-1/+1
* Fix clipping error on some RTL textEskil Abrahamsen Blomfeldt2017-01-311-1/+0
* Fix decorated text in extra-selectionsEskil Abrahamsen Blomfeldt2016-10-241-1/+2
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-6/+5
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-5/+4
| |\
| | * Correct compositionMode documentationAllan Sandfeld Jensen2016-05-231-5/+4
| * | Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-011-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-2/+2
|\| |