summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Fix rasterization errors in aliased cosmetic drawPolyLineEirik Aavitsland2015-03-191-12/+8
* Painting: Avoid endless loop for certain bezier curvesEirik Aavitsland2015-03-041-2/+2
* Fix crash in QPainter::drawGlyphRun() when painter is not activeOlivier Blin2015-02-241-0/+5
* Fix regression in opacity handling of pdf path strokePeter Niekamp2015-02-111-3/+8
* Qt 5 to-do in qpainterengineex_p.hSamuel Gaist2015-02-071-9/+0
* Partially revert "QFixed: fix undefined behavior"Marc Mutz2015-02-021-1/+1
* src/gui/painting/painting.pri: add missing qfixed_p.hMarc Mutz2015-01-241-0/+1
* QFixed: fix undefined behaviorMarc Mutz2015-01-211-21/+21
* Fix inlining order of functions in qpathclipper_p.h.Friedemann Kleint2015-01-161-16/+16
* Fix glyph runs painted badly with perspective transformAllan Sandfeld Jensen2015-01-091-2/+2
* Revert "Fix printing of semitransparent images to PDF"Allan Sandfeld Jensen2014-12-181-3/+1
* Prevent continuous painting with viewport QOpenGLWidgetLaszlo Agocs2014-12-182-9/+24
* GL2PaintEngine: Prevent fillInPendingGlyphs from breaking gradientsTor Arne Vestbø2014-12-102-1/+2
* Windows: Bring FreeType rendering up to par with other platformsSérgio Martins2014-12-041-2/+5
* [QPainter] Fix QTextItem painting with extended paint engineKonstantin Ritt2014-11-251-1/+4
* Don't assemble QRawFont from QFont manuallyKonstantin Ritt2014-11-251-8/+1
* Fix instances of !var & const that should be !(var & const)Marc Mutz2014-11-251-1/+1
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-211-5/+2
|\
| * Make it possible to disable font embeddingEskil Abrahamsen Blomfeldt2014-11-151-1/+2
| * Windows: Remove font size hackEskil Abrahamsen Blomfeldt2014-11-111-4/+0
* | Android: Compile for MIPSEskil Abrahamsen Blomfeldt2014-11-191-1/+1
* | Save a detach if QBrush::setColor does not change the brush colorAllan Sandfeld Jensen2014-11-181-0/+3
|/
* Fix printing of semitransparent images to PDFAllan Sandfeld Jensen2014-10-241-1/+3
* Correctly apply miter limits when stroking linesLars Knoll2014-10-211-0/+2
* Correct QPainter::clipPath() documentation.Mitch Curtis2014-10-201-2/+1
* Don't stream QStringLiterals into QDebugMarc Mutz2014-10-092-2/+2
* Don't use QStringLiteral in startsWith/endsWidthMarc Mutz2014-10-091-2/+2
* QBrush: be more robust in detach()Marc Mutz2014-10-031-2/+10
* QRegion: fix a valgrind warningMarc Mutz2014-10-021-1/+1
* Doc: Removed a few references to the outdated featuresVenu2014-10-021-8/+1
* Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Gabriel de Dietrich2014-10-013-3/+15
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-293-3/+15
| |\
| | * QTransform: initialize the d memberGiuseppe D'Angelo2014-09-222-2/+12
| | * QRegion: fix a memory leakGiuseppe D'Angelo2014-09-221-1/+3
* | | Fix regression in metric calculation of text with mnemonicsAllan Sandfeld Jensen2014-10-011-5/+1
* | | Make QRegion::shared_empty constMarc Mutz2014-09-292-18/+13
|/ /
* | Clean up QImage::Format switchesAllan Sandfeld Jensen2014-09-251-24/+2
* | Fix smooth scaling of large QImagesAlex Blasche2014-09-251-12/+13
* | Update license headers and add new license filesMatti Paaso2014-09-24101-1909/+1101
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Frederik Gladhorn2014-09-244-4/+37
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-234-4/+37
| |\|
| | * Add missing private headers warningSamuel Gaist2014-09-043-0/+33
| | * Initialize textureId in platform backing storeLaszlo Agocs2014-08-271-0/+1
| | * Fix QPainter::drawPolyline() painting errors with cosmetic penaavit2014-08-141-4/+4
* | | QRegion: Reorganise members to reduce padding in EdgeTableEntryMaks Naumov2014-09-231-1/+1
|/ /
* | Fix default implementations of raster opsEskil Abrahamsen Blomfeldt2014-09-201-2/+0
* | QPaintBuffer paints drawGlyphRun with wrong fontAllan Sandfeld Jensen2014-09-192-0/+7
* | Fix menu mnemonic inside ligaturesAllan Sandfeld Jensen2014-09-181-12/+13
* | QRegion: Reorganise members to reduce padding in QRegionPrivateMaks Naumov2014-09-161-3/+3
* | QRegion: remove some toplevel const from return typesMarc Mutz2014-09-102-8/+39