summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Parse color space name from ICC profileAllan Sandfeld Jensen2019-07-312-9/+89
* | | Harden ICC parserAllan Sandfeld Jensen2019-07-311-52/+90
* | | QGradientCache: fix use of deprecated QHash::iterator::operator+Marc Mutz2019-07-281-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-271-1/+1
|\| |
| * | 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
* | | Fix comparisons of image with different color spacesAllan Sandfeld Jensen2019-07-231-1/+1
* | | Remove public d_func from QColorSpaceAllan Sandfeld Jensen2019-07-234-19/+14
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-221-5/+22
|\| |
| * | 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.13' into devQt Forward Merge Bot2019-07-173-7/+7
|\| |
| * | 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
* | | Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-131-0/+1
* | | ABI fixups for QColorSpaceAllan Sandfeld Jensen2019-07-122-4/+15
* | | QColorTransform: make fit for releaseMarc Mutz2019-07-124-29/+40
* | | Remove QColorTransform::isNullAllan Sandfeld Jensen2019-07-121-2/+0
* | | QPdfEngine: replace a QHash with a C arrayMarc Mutz2019-07-122-6/+8
* | | QPdfWriter: replace a QHash with a static_castMarc Mutz2019-07-123-7/+3
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-121-1/+1
|\| |
| * | [Doc] Fix minor typosSze Howe Koh2019-07-101-1/+1
* | | QPainter: mark obsolete RenderHints as deprecatedChristian Ehrlicher2019-07-032-3/+9
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-1/+2
|\| |
| * | 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
| |\|
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-253-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
* | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-207-14/+14
* | | Replace QPainter::initFrom() with begin()Christian Ehrlicher2019-06-132-11/+18
* | | QGradient: add a last-enum enumerator to the presetsGiuseppe D'Angelo2019-06-141-0/+2
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-19/+38
|\ \ \ | | |/ | |/|