summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix some qdoc warningsFriedemann Kleint2019-03-151-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-061-2/+3
|\|
| * Don't split bezier curves that are already just a lineAllan Sandfeld Jensen2019-03-051-2/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-261-3/+1
|\|
| * Fix assert when drawing lines with extreme coordinatesEirik Aavitsland2019-02-251-3/+1
* | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-201-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-151-10/+31
|\|
| * QBackingStore: Make QPlatformBackingStore creation lazyTor Arne Vestbø2019-02-131-10/+13
| * Don't allow backingstore flush to non-raster surfacesTor Arne Vestbø2019-02-121-0/+18
* | QtGui: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-131-0/+2
* | Add faster path for scaling QRegion with multiple regionsJoni Poikelin2019-02-131-2/+17
* | Fix some QPainter-related deprecation warningsFriedemann Kleint2019-02-083-7/+7
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-084-61/+75
|\|