summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* QPainter: Avoid leaking memory on unbalanced save/restoreEirik Aavitsland2019-09-201-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-313-54/+58
|\
| * Add Third-Party code in qregion.cpp to qt_attribution.json fileKai Koehne2019-08-283-54/+58
* | Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-08-271-0/+5
|\|
| * Don't defer platform backingstore creation if we already have a platform windowTor Arne Vestbø2019-08-241-0/+5
| * Use qsizetype for qt_memfill functionsThiago Macieira2019-08-248-29/+32
* | Merge remote-tracking branch 'qt/5.12' into 5.13Paul Olav Tvete2019-08-201-18/+14
|\|
| * Simplify QBezier::addPolygon() implementationEirik Aavitsland2019-08-191-18/+14
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-151-1/+1
|\|
| * Limit curve stroking threshold to reasonable rangeEirik Aavitsland2019-08-141-1/+1
* | Fix crash in optimized solid fills on RGBA64PMAllan Sandfeld Jensen2019-08-141-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-121-10/+25
|\|
| * Refactor lockedAlphaMapForGlyphLars Knoll2019-08-081-10/+25
* | Fix GCC 4.8 buildVille Voutilainen2019-08-051-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-051-6/+18
|\|
| * Fix QPainter's ColorDodge and ColorBurn composition modesPavel Artsishevsky2019-08-021-6/+18
* | Fix assert in QPainterPath after clear()Eirik Aavitsland2019-07-312-5/+6
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-07-261-1/+1
|\|
| * Make the warning in QBackingStore::endPaint() a little more helpfulShawn Rutledge2019-07-221-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-201-5/+22
|\|
| * Protect against integer overflow in painting transformed imagesAllan Sandfeld Jensen2019-07-191-5/+22
* | 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
* | [Doc] Fix minor typosSze Howe Koh2019-07-101-1/+1
* | 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
|\|
| * 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
* | 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
* | 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
* | 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
* | 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
* | Fix -Wdeprecated-copy warningsAllan Sandfeld Jensen2019-05-011-0/+2
* | 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
* | 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
* | 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
* | 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.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