summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Fix text-rendering regression on semi-transparent background on LinuxAllan Sandfeld Jensen2019-10-311-2/+2
* Fix: QPainter off-by-one clipping for some non-integer scalingsEirik Aavitsland2019-10-182-3/+3
* Handle context loss in QPlatformBackingStoreDavid Edmundson2019-10-081-1/+10
* Convert a few sizeof(array)/sizeof(element0) fors to range forsAlbert Astals Cid2019-10-041-5/+3
* QPainter: don't print deprecated warnings for HighQualityAntialiasingChristian Ehrlicher2019-10-031-0/+3
* Fix crash with gamma-corrected text blending disabledAllan Sandfeld Jensen2019-09-231-4/+10
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-231-1/+1
|\
| * QPainter: Avoid leaking memory on unbalanced save/restoreEirik Aavitsland2019-09-201-1/+1
* | Handle transparent pen color in fast text pathAllan Sandfeld Jensen2019-09-224-94/+101
* | Simplify QColorSpacePrivate initializationTor Arne Vestbø2019-09-124-22/+20
* | Remove BT.2020 support from QColorSpaceAllan Sandfeld Jensen2019-09-085-49/+4
* | Allow render-to-texture widgets to tell if they want premul blendingLaszlo Agocs2019-09-062-7/+16
* | Combine BGR30_to_RGB30 and BGR888_to_RGB888Allan Sandfeld Jensen2019-09-052-3/+48
* | Limit QColorSpacePrimaries export to auto-testTor Arne Vestbø2019-09-041-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-09-045-72/+77
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-045-72/+77
| |\|
| | * 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 memrotate and blit feasability checksAllan Sandfeld Jensen2019-09-042-26/+28
|/ / /
* | | Don't export QIcc helper functionsTor Arne Vestbø2019-09-031-2/+2
* | | Simplify QColorSpace named presetsTor Arne Vestbø2019-09-034-87/+72
* | | Fixup includesAllan Sandfeld Jensen2019-09-022-1/+2
* | | Fixup move semantics of QColorSpaceAllan Sandfeld Jensen2019-09-023-37/+66
* | | Say hello to Android multi arch build in one goBogDan Vatra2019-08-261-12/+30
* | | Long live QColorConstants!Marc Mutz2019-08-252-16/+252
* | | Introduce QImage::Format_BGR888Allan Sandfeld Jensen2019-08-231-2/+26
* | | Simplify QBezier::split()Marc Mutz2019-08-221-23/+13
* | | QBezier: replace out parameters by return-by-value in split()Marc Mutz2019-08-223-24/+24
* | | QBezier: inline fromPoints()Marc Mutz2019-08-172-19/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-161-1/+1
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-151-1/+1
|\| |
| * | Fix crash in optimized solid fills on RGBA64PMAllan Sandfeld Jensen2019-08-141-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-132-16/+43
|\| |
| * | 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
* | | Add an easier way to change colorspacesAllan Sandfeld Jensen2019-08-022-9/+104
* | | Improve our color space terminologyAllan Sandfeld Jensen2019-08-024-76/+80
* | | Fix QColorTransform memory leakAllan Sandfeld Jensen2019-08-011-0/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-012-5/+6
|\| |
| * | Fix assert in QPainterPath after clear()Eirik Aavitsland2019-07-312-5/+6