summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Tell code-checker drawPolygon can't be called with negative countAllan Sandfeld Jensen2021-05-111-0/+2
* Initialize FirstPtBlock.next to make static analysis happyAllan Sandfeld Jensen2021-05-111-0/+1
* Avoid potential read of uninitialized clip dataAllan Sandfeld Jensen2021-05-111-2/+1
* Fix antialiasing of rotated non-smooth scaled imagesAllan Sandfeld Jensen2021-05-101-1/+2
* Avoid coverage overflowAllan Sandfeld Jensen2021-05-101-0/+4
* Avoid fast transform paint path on values it can't handleAllan Sandfeld Jensen2021-05-101-2/+6
* Support CSS text-decoration-color in underlines, overlines, strikethroughShawn Rutledge2021-05-071-0/+6
* Fix “unused variable” warningMorten Sørvig2021-04-301-0/+2
* Don't use qreal as a loop counterEirik Aavitsland2021-04-211-5/+7
* Avoid combining enum values from different enum typesEirik Aavitsland2021-04-211-2/+2
* Merge integration refs/builds/qtci/dev/1618405176Qt CI Bot2021-04-141-1/+1
|\
| * Fix partial pixel coverage calculationAllan Sandfeld Jensen2021-04-141-1/+1
* | Avoid processing-intensive painting of high number of tiny dashesEirik Aavitsland2021-04-141-9/+35
|/
* Assert that pointer is not nullptr before dereferencingVolker Hilsheimer2021-04-061-0/+1
* QPainterPath: fix handling of fill rulesGiuseppe D'Angelo2021-03-262-2/+1
* Fix alpha handling of QImage::setPixelAllan Sandfeld Jensen2021-03-221-5/+17
* paintengine: improve error handlingEirik Aavitsland2021-03-191-2/+2
* Triangulator: Ensure all members are initializedEirik Aavitsland2021-03-181-5/+8
* QPainterPath: plug memory leakGiuseppe D'Angelo2021-03-171-12/+3
* make qmljsDebugargumentsstring() and forceOpen() constPeng Wenhao2021-03-131-1/+1
* Remove “scaling” logging from QBackingStoreMorten Johan Sørvig2021-03-121-4/+0
* Add QColorSpace::descriptionAllan Sandfeld Jensen2021-03-044-1/+34
* Port some value classes away from QScopedPointerGiuseppe D'Angelo2021-03-035-70/+55
* Handle para tags the same way for OOB checks as the other tagsAllan Sandfeld Jensen2021-03-021-21/+16
* Handle desc tags the same way for OOB checks as the other tagsAllan Sandfeld Jensen2021-03-011-7/+3
* QBrush: get rid of an unused private functionGiuseppe D'Angelo2021-02-282-6/+0
* Fix out-of-buffer in ICC curv parsingAllan Sandfeld Jensen2021-02-281-5/+6
* Reduce warnings from ICC parsingAllan Sandfeld Jensen2021-02-251-7/+9
* Fix logic problems with table based grayscale ICC profilesAllan Sandfeld Jensen2021-02-252-6/+6
* Avoid int overflow in QImage rotate90/180/270Eirik Aavitsland2021-02-241-21/+21
* Extend colorspace testing and fix bug it uncoveredAllan Sandfeld Jensen2021-02-132-1/+3
* Filter cosmetic lines using transformed, not world coordinatesEirik Aavitsland2021-02-101-4/+4
* Canonical pointer usageHou Lei2021-02-091-6/+6
* Avoid C-style casts when possibleHou Lei2021-02-071-16/+16
* Optimize RGBA64PM->RGBA64 for SSE4Allan Sandfeld Jensen2021-02-032-0/+102
* Optimize RGBA64->RGBA64PM for SSE2/AVX2Allan Sandfeld Jensen2021-02-033-4/+45
* Avoid int overflow in gradient drawingEirik Aavitsland2021-02-011-3/+6
* Fix division by zeroAllan Sandfeld Jensen2021-01-271-0/+4
* Add qHypot() to qmath.h, exposing and extending std::hypot()Edward Welbourne2021-01-271-13/+5
* Protect against sign-change of size on 32bitAllan Sandfeld Jensen2021-01-271-1/+1
* Implement vertical subpixel positioning where availableEskil Abrahamsen Blomfeldt2021-01-257-24/+73
* Rasterizer: compute intersection factors only when neededEirik Aavitsland2021-01-201-7/+12
* Get rid of blend_color_rgb16Allan Sandfeld Jensen2021-01-151-82/+1
* Fix convertToRGBA64PM for Grayscale16Allan Sandfeld Jensen2021-01-151-2/+1
* Add API for creating QColorSpace with multiple color-transfer tablesAllan Sandfeld Jensen2021-01-143-15/+157
* Use design metrics when adding text to QPainterPathEskil Abrahamsen Blomfeldt2021-01-121-0/+5
* Remove the qmake project filesJoerg Bornemann2021-01-071-176/+0
* QPicture: Improve the documentation of Picture::play()Christian Ehrlicher2020-12-221-1/+3
* Fix qdoc warning, reference parameter correctlyVolker Hilsheimer2020-12-211-1/+1
* Add colorspace transfer functions based on tables of inputsAllan Sandfeld Jensen2020-12-104-23/+144