summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* QPainter: mark obsolete RenderHints as deprecatedChristian Ehrlicher2019-07-032-3/+9
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-1/+2
|\
| * Fix crash in QPainterPath::reserve()Eirik Aavitsland2019-06-191-1/+2
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-203-34/+55
| |\
* | \ Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-253-34/+55
|\ \ \ | | |/ | |/|
| * | Fix raster paint error in path joins of tightly bending bezier curvesEirik Aavitsland2019-06-141-1/+1
| * | Raster paint engine: optimize rect clippingLars Knoll2019-06-112-33/+54
* | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-207-14/+14
* | | Replace QPainter::initFrom() with begin()Christian Ehrlicher2019-06-132-11/+18
* | | QGradient: add a last-enum enumerator to the presetsGiuseppe D'Angelo2019-06-141-0/+2
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-19/+38
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-071-19/+38
| |\|
| | * Guard against numerical overflow when processing QPainterPathsEirik Aavitsland2019-05-151-19/+38
* | | Avoid uninitialized texture data in image glyph cacheLaszlo Agocs2019-05-281-0/+8
* | | Make QColor a literal typeGiuseppe D'Angelo2019-06-122-22/+27
* | | Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-101-8/+8
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-1/+1
| |\|
| | * Fix QRasterBuffer::scanLine miscalculation with big imagesJoni Poikelin2019-05-141-1/+1
* | | Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-211-1/+1
* | | QPainterPath: convert manual memory management to std::unique_ptrGiuseppe D'Angelo2019-05-142-11/+7
* | | QPainterPathPrivate: code tidiesGiuseppe D'Angelo2019-05-141-7/+24
* | | Fix race in colorspace LUT generationAllan Sandfeld Jensen2019-05-163-10/+36
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-151-0/+18
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-121-0/+18
| |\|
| | * Add unvectorized fallback in case FP exceptions are not maskedAllan Sandfeld Jensen2019-05-101-0/+18
* | | QPainterPath: amend a commentGiuseppe D'Angelo2019-05-141-1/+1
* | | Clean up qtriangulator_p.hMarc Mutz2019-05-141-24/+3
* | | QGradient: de-inline dtorMarc Mutz2019-05-142-0/+32
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-091-3/+3
| |\|
| | * Fix possible endless loop when stroking curvesEirik Aavitsland2019-05-081-3/+3
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-071-0/+2
|\| |
| * | Fix -Wdeprecated-copy warningsAllan Sandfeld Jensen2019-05-011-0/+2
* | | Fix minor compiler warning from ClangKevin Funk2019-05-031-1/+0
* | | Custom color-space based on chromaticitiesAllan Sandfeld Jensen2019-05-024-28/+201
* | | Compile with Qt 6Lars Knoll2019-05-022-0/+12
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-024-13/+13
* | | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-018-22/+0
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-273-1/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-263-1/+6
| |\|
| | * Fix aliased painting with non-uniform scalingEirik Aavitsland2019-04-251-1/+1
| | * Avoid hanging on painting dashed lines with non-finite coordinatesEirik Aavitsland2019-04-252-0/+5
* | | QLineF: add intersects() as a replacement for intersect()Christian Ehrlicher2019-04-251-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-242-101/+93
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-242-101/+93
| |\|
| | * macOS: Clean up and deduplicate QMacCGContextTor Arne Vestbø2019-04-192-101/+93
* | | Add Extended RGB model to QColorAllan Sandfeld Jensen2019-04-124-67/+229
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-102-92/+31
|\| |
| * | Be more precise in calculating start point of fast scalingAllan Sandfeld Jensen2019-04-081-89/+30