summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-061-3/+1
| |\|
| | * Remove noisy warning for undefined QGradient presetEirik Aavitsland2019-04-051-3/+1
* | | Make the 64 bit raster backend an optional featureAllan Sandfeld Jensen2019-04-097-401/+748
* | | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-063-5/+5
* | | Replace Q_DECL_NOEXCEPT with noexcept in QtGuiAllan Sandfeld Jensen2019-04-0518-193/+193
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-032-4/+13
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-022-4/+13
| |\|
| | * Fix assert/crash when creating QBrush with null QGradientEirik Aavitsland2019-04-011-4/+8
| | * Fix alpha blending regression with WA_StacksOnTop QOpenGLWidgetsLaszlo Agocs2019-03-301-0/+5
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-312-3/+16
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-302-3/+16
| |\|
| | * Speculative fix for building on INTEGRITY with ARM NEONAllan Sandfeld Jensen2019-03-292-17/+30
* | | Use QScopedValueRollback more as a reentrancy guardAllan Sandfeld Jensen2019-03-261-3/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-161-1/+1
|\| |
| * | Fix some qdoc warningsFriedemann Kleint2019-03-151-1/+1