summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* [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
|\|
| * Doc: decrease confusion about HSV vs HSL in QColorEirik Aavitsland2019-02-051-29/+37
| * Fix QColor::toCmyk() for rgb(0, 0, 0)Eirik Aavitsland2019-02-051-17/+22
| * Painter path stroking: fix capping of beziers ending in tight turnsEirik Aavitsland2019-02-051-13/+14
| * QtGui: Unify license headersKai Koehne2019-01-292-2/+2
* | Improve ARGB32ToRGBA64 conversionsAllan Sandfeld Jensen2019-02-072-35/+29
* | Add deprecation exclusion around deprecated calls in deprecated codeFriedemann Kleint2019-02-061-0/+3
* | Switch epilogues of AVX2 conversions to single stepAllan Sandfeld Jensen2019-02-061-79/+79
* | Fix convertARGBToARGB32PM_avx2 and convertARGBToRGBA64PM_avx2Allan Sandfeld Jensen2019-02-051-2/+2
* | QtGui: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-021-1/+1
* | QtGui/QPainterPath: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-022-29/+39