summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-173-7/+7
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-123-7/+7
| |\
| | * Support pen color with color fontsEskil Abrahamsen Blomfeldt2019-07-053-7/+7
* | | Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-131-0/+1
* | | ABI fixups for QColorSpaceAllan Sandfeld Jensen2019-07-122-4/+15
* | | QColorTransform: make fit for releaseMarc Mutz2019-07-124-29/+40
* | | Remove QColorTransform::isNullAllan Sandfeld Jensen2019-07-121-2/+0
* | | QPdfEngine: replace a QHash with a C arrayMarc Mutz2019-07-122-6/+8
* | | QPdfWriter: replace a QHash with a static_castMarc Mutz2019-07-123-7/+3
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-1/+1
|\| |
| * | [Doc] Fix minor typosSze Howe Koh2019-07-101-1/+1
* | | 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