summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpainter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qt/dev' into dev-highdpiPaul Olav Tvete2015-06-091-2/+2
|\
| * Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-05-301-2/+2
* | Use qreal for devicePixelRatio everywhereMorten Johan Sørvig2015-04-151-4/+4
* | Merge remote-tracking branch 'gerrit/dev' into dev-highdpiMorten Johan Sørvig2015-04-131-0/+2
|\|
| * Don't remove mnemonics and parentheses under non-Mac system.Debao Zhang2015-03-261-0/+2
* | WIP: Add PdmDevicePixelRatioScaled.Morten Johan Sørvig2015-03-261-1/+1
|/
* 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
* | Correct QPainter's is_brush_transparentAllan Sandfeld Jensen2015-02-041-5/+8
* | Keep the width as it is to ensure the underline is drawn correctlyAndy Shaw2015-01-231-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-2/+5
|\|
| * [QPainter] Fix QTextItem painting with extended paint engineKonstantin Ritt2014-11-251-1/+4
| * Fix instances of !var & const that should be !(var & const)Marc Mutz2014-11-251-1/+1
* | Fix leftover doc bug from Qt 3 days.Gunnar Sletta2014-11-011-2/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-201-2/+1
|\|
| * Correct QPainter::clipPath() documentation.Mitch Curtis2014-10-201-2/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-091-13/+2
|\|
| * Doc: Removed a few references to the outdated featuresVenu2014-10-021-8/+1
| * Fix regression in metric calculation of text with mnemonicsAllan Sandfeld Jensen2014-10-011-5/+1
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-31/+26
|\|
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
| * QPaintBuffer paints drawGlyphRun with wrong fontAllan Sandfeld Jensen2014-09-191-0/+2
| * Fix menu mnemonic inside ligaturesAllan Sandfeld Jensen2014-09-181-12/+13
* | QPainter: use qEnvironmentVariableIsEmpty()Marc Mutz2014-09-121-1/+1
* | QPainter: use qEnvironmentVariableIntValue()Marc Mutz2014-09-121-1/+1
* | QPainter: drop a pointless checkMarc Mutz2014-09-121-3/+1
* | QPainter: use qDeleteAll()Marc Mutz2014-09-121-2/+1
|/
* Document loading of high resolution versions of images.Friedemann Kleint2014-08-261-6/+25
* OS X: Remove mnemonics in parenthesesTakumi Asaki2014-08-081-1/+13
* Enable devicePixelRatio for non-Apple platformsPaul Olav Tvete2014-08-061-5/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-131-6/+12
|\
| * Avoid showing warnings from drawPixmap when using a QGLWidgetLaszlo Agocs2014-05-051-6/+12
* | QPainter: Fix a hard to trigger null dereference in QPainterPrivate::drawText...Robin Burchell2014-04-031-0/+2
|/
* Correct QPainter::setPen() documentation.Mitch Curtis2014-03-201-1/+1
* Ensure we switch back to the real paint engine when not emulatingAndy Shaw2014-02-201-3/+3
* Optimize stringToCMap() usageKonstantin Ritt2014-02-071-5/+2
* Remove some left-over +1 in font height calculationEskil Abrahamsen Blomfeldt2014-02-051-1/+1
* Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-301-2/+1
* Fix QPixmap and OpenGL threading warnings when paintingAleix Pol2014-01-181-1/+4
* Avoid incorrect warning when painting onto a QImageLaszlo Agocs2013-11-231-4/+3
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-10/+10
* Deprecate QFontDatabase::supportsThreadedFontRendering()Konstantin Ritt2013-09-101-6/+0
* Fix QPainter usage in non-GUI thread warning appearing in debugKonstantin Ritt2013-09-091-3/+3
* Remove unused check_gradient functionThiago Macieira2013-09-061-6/+0
* Fix new change-of-sign warning detected by ICC 14.Thiago Macieira2013-09-061-1/+1