summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* QPageSize: make PageSizeId ctor non-explicitMarc Mutz2021-05-131-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
* QPainterPath: fix handling of fill rulesGiuseppe D'Angelo2021-03-262-2/+1
* Fix alpha handling of QImage::setPixelv6.0.3Allan Sandfeld Jensen2021-03-231-5/+17
* Avoid int overflow in QImage rotate90/180/270Eirik Aavitsland2021-03-191-21/+21
* Fix out-of-buffer in ICC curv parsingAllan Sandfeld Jensen2021-03-041-5/+6
* Fix logic problems with table based grayscale ICC profilesAllan Sandfeld Jensen2021-03-032-5/+5
* Reduce warnings from ICC parsingAllan Sandfeld Jensen2021-02-251-7/+9
* Extend colorspace testing and fix bug it uncoveredAllan Sandfeld Jensen2021-02-162-1/+2
* Filter cosmetic lines using transformed, not world coordinatesEirik Aavitsland2021-02-101-4/+4
* Avoid int overflow in gradient drawingEirik Aavitsland2021-02-011-3/+6
* Fix division by zerov6.0.1Allan Sandfeld Jensen2021-01-271-0/+4
* Protect against sign-change of size on 32bitAllan Sandfeld Jensen2021-01-271-1/+1
* Rasterizer: compute intersection factors only when neededEirik Aavitsland2021-01-201-7/+12
* Fix convertToRGBA64PM for Grayscale16Allan Sandfeld Jensen2021-01-151-2/+1
* Use design metrics when adding text to QPainterPathEskil Abrahamsen Blomfeldt2021-01-121-0/+5
* Improve documented function argument namesAllan Sandfeld Jensen2020-12-043-14/+14
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-045-5/+5
* Cosmetic stroker: avoid overflows for non-finite coordinatesEirik Aavitsland2020-12-011-0/+2
* Limit pen width to maximal 32767Allan Sandfeld Jensen2020-11-271-4/+7
* Avoid integer overflow and division by zeroAllan Sandfeld Jensen2020-11-231-3/+3
* Fix safe conversionAllan Sandfeld Jensen2020-11-211-4/+11
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-2/+0
* Make QPageRanges::detach public, add data stream operatorsVolker Hilsheimer2020-11-172-1/+43
* Fix typoJarek Kobus2020-11-171-1/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-168-14/+14
* Remove unused variable to fix build with clang-10Andreas Buhr2020-11-131-2/+0
* remove unused variables and parameters to fix compilation with g++-10.2Andreas Buhr2020-11-133-5/+3
* Fix scaling of basic patterns under HiDPIAllan Sandfeld Jensen2020-11-133-5/+8
* Avoid false positives in Clang static analyzerDimitrios Apostolou2020-11-131-2/+6
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-1213-117/+37
* Fix misidentification of some shearing QTransforms as only rotatingEirik Aavitsland2020-11-111-1/+1
* Allow painting above INT16_MAX on 64-bit architecturesAllan Sandfeld Jensen2020-11-096-182/+204
* Rename QRangeCollection to QPageRanges, make it a proper value typeVolker Hilsheimer2020-11-088-324/+459
* Remove left-over and unnecessarily exported operator==Volker Hilsheimer2020-11-031-1/+0
* Make RGB_MASK inline constexprVolker Hilsheimer2020-11-021-1/+1
* Minor improvements in qrgba64_p.hAllan Sandfeld Jensen2020-10-311-31/+104
* Move QPolygonClipper to XCB native paintingAllan Sandfeld Jensen2020-10-293-318/+0
* Make comparison operators in gui/painting classes hidden friendsVolker Hilsheimer2020-10-286-58/+74
* Fix documentation warningsVolker Hilsheimer2020-10-241-2/+2
* QPaintDevice: Remove reserved without reservationsFabian Kosmale2020-10-232-4/+0
* Fix to make g++-10.2 happyAndreas Buhr2020-10-221-0/+2
* QPdf: consolidate usage of uintGiuseppe D'Angelo2020-10-192-3/+4
* QColorSpace: port to QESDPGiuseppe D'Angelo2020-10-184-60/+41
* QColorConstants: code tidiesGiuseppe D'Angelo2020-10-171-172/+167
* Fix compilation with optimization with g++-10.2Andreas Buhr2020-10-161-0/+3
* Port QColorTransform to QESDPGiuseppe D'Angelo2020-10-163-17/+8
* Port some more /*implicit*/-like comments to Q_IMPLICITGiuseppe D'Angelo2020-10-161-7/+7
* Link to qAlpha in qRgb() and qRgba() docsMitch Curtis2020-10-121-2/+2