summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Custom color-space based on chromaticitiesAllan Sandfeld Jensen2019-05-021-0/+68
* Add Extended RGB model to QColorAllan Sandfeld Jensen2019-04-122-83/+175
* Make the 64 bit raster backend an optional featureAllan Sandfeld Jensen2019-04-091-0/+8
* Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-4/+4
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-031-0/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-021-0/+2
| |\
| | * Fix assert/crash when creating QBrush with null QGradientEirik Aavitsland2019-04-011-0/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-202-1/+56
|\| |
| * | Add faster path for scaling QRegion with multiple regionsJoni Poikelin2019-02-131-0/+55
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-1/+1
| |\|
| | * Fix QColor::toCmyk() for rgb(0, 0, 0)Eirik Aavitsland2019-02-051-1/+1
* | | Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-086-3/+250
|/ /
* / Add clear, reserve and capacity methods to QPainterPathJean-Michaël Celerier2019-01-081-0/+43
|/
* Avoid crash in blitting or fast draw when QPointF is too bigAllan Sandfeld Jensen2018-12-111-0/+16
* Fix precision in parsing hex format QColorsAllan Sandfeld Jensen2018-11-121-0/+3
* QPainter cosmetic stroker: Fix painting error for FlatCap linesEirik Aavitsland2018-09-251-1/+1
* Implement support for 16bpc image formatsAllan Sandfeld Jensen2018-08-111-13/+34
* Give the QGradient presets ObjectMode coordinate mode by defaultEirik Aavitsland2018-07-241-1/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-171-0/+3
|\
| * Android: QEXPECT_FAIL a failing conditionMårten Nordheim2018-06-301-0/+3
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-021-0/+3
|\|
| * Android: Blacklist tst_QPainter::textOnTransparentImageMårten Nordheim2018-06-281-0/+3
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-0/+35
|\|
| * Fix QTransform::transposed() result having wrong transformation typeEirik Aavitsland2018-06-061-0/+35
* | Provide presets for QGradientTor Arne Vestbø2018-05-311-0/+21
* | Tests: replace deprecated QDesktopWidget::screenGeometry()Christian Ehrlicher2018-05-281-11/+3
* | Optimize unpremultiply using SSE rcpAllan Sandfeld Jensen2018-05-231-1/+19
|/
* Fix division by zero in radial gradiants with NEONAllan Sandfeld Jensen2018-04-241-4/+0
* Fix QPainter save/restore of clipping enabled stateEirik Aavitsland2018-03-261-0/+30
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-1/+1
|\
| * Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-201-1/+1
* | Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-1/+1
* | tst_QRegion: compile under QT_DISABLE_DEPRECATED_BEFORE=0x051200Marc Mutz2017-12-071-5/+24
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-232-3/+5
|\ \
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-082-3/+5
* | | Remove references to obsolete platformsJake Petroules2017-11-052-4/+1
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-0/+108
|\|
| * Fix polygon stroking with cosmetic penAllan Sandfeld Jensen2017-07-051-0/+108
* | Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-07-051-6/+2
* | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-201-5/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-2/+4
|\|
| * winrt: Fix tst_QPainterPathOliver Wolff2017-05-311-2/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-291-0/+61
|\|
| * Fix painterpath rect intersections with points on the rectAllan Sandfeld Jensen2017-05-171-0/+12
| * Add test-case for intersection equalityAllan Sandfeld Jensen2017-05-171-0/+49
* | Add QPolygon::intersects() methodsAllan Sandfeld Jensen2017-05-181-0/+42
* | Merge remote-tracking branch 'origin/5.9' into devFrederik Gladhorn2017-05-101-0/+4
|\|
| * Skip failing autotests with b2qt toolchainTeemu Holappa2017-05-091-0/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-0/+255
|\|
| * Fix return of empty paths with multiple points on intersectionsAllan Sandfeld Jensen2017-04-281-0/+255