summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-2/+2
| |\|
| | * Fix building with -qreal floatAllan Sandfeld Jensen2016-05-131-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-8/+13
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-3/+6
| |\|
| | * Fix underline position on Liberation MonoAllan Sandfeld Jensen2016-05-021-3/+6
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-5/+7
| |\|
| | * Fix clipping of wave underline decoration on certain fontsAllan Sandfeld Jensen2016-04-271-5/+7
* | | Use correct decoration for fallback font enginesEskil Abrahamsen Blomfeldt2016-03-011-2/+6
* | | QtGui: use new QRegion::begin()/end() instead of rect()Marc Mutz2016-02-281-1/+1
|/ /
* | QPainter: replace an inefficient QList with QVectorMarc Mutz2016-02-111-17/+15
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Fix QPainter::rotate() documentationMitch Curtis2016-01-041-1/+1
* Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-301-5/+5
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-8/+37
|\
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
| * Clarify QPainter::drawText() documentation.Mitch Curtis2015-06-031-7/+36
* | gui: Add several QList::reserve() calls.Sérgio Martins2015-06-221-0/+1
* | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-05-301-2/+2
|/
* Don't remove mnemonics and parentheses under non-Mac system.Debao Zhang2015-03-261-0/+2
* QtGui: Fix const correctness in old style castsThiago Macieira2015-03-121-2/+2
* Micro optimization to QPainterPrivate::drawGlyphsKonstantin Ritt2015-03-111-6/+3
* Fix underline for centered textEskil Abrahamsen Blomfeldt2015-02-251-1/+1
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+5
|\
| * Fix crash in QPainter::drawGlyphRun() when painter is not activeOlivier Blin2015-02-241-0/+5
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | Don't replace IntersectClip with ReplaceClip on a QPictureAllan Sandfeld Jensen2015-02-051-7/+10