summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve QRgb documentationMitch Curtis2020-10-121-1/+5
* Protect QImage work on shutdownAllan Sandfeld Jensen2020-10-123-3/+3
* Avoid heap-buffer-overflowRobert Loehning2020-10-121-1/+1
* Make the named QColorSpace constructor thread-safeAllan Sandfeld Jensen2020-10-101-5/+24
* Fix a compile error on Android in debug buildsLars Knoll2020-10-091-2/+2
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* QColorSpace: tidiesGiuseppe D'Angelo2020-10-061-1/+1
* QColorSpace: remove a redundant declarationGiuseppe D'Angelo2020-10-061-1/+0
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-032-168/+168
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-038-23/+10
* Do not assert on invalid ICC curv tableAllan Sandfeld Jensen2020-10-012-17/+35
* Revert "Reimplement non-antialiased cosmetic pen"Allan Sandfeld Jensen2020-10-011-98/+193
* Get rid of some #ifdef qt6Allan Sandfeld Jensen2020-09-302-15/+1
* Reimplement non-antialiased cosmetic penAllan Sandfeld Jensen2020-09-291-193/+98
* Fix qdoc warnings: remove docs for inherited/implicit membersVolker Hilsheimer2020-09-281-23/+0
* Avoid heap-buffer-overflowRobert Loehning2020-09-251-0/+2
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-255-31/+31
* Fix some qdoc warnings: printer API cleanupVolker Hilsheimer2020-09-221-107/+0
* Define inverted QRects consistentlyAllan Sandfeld Jensen2020-09-211-35/+3
* Fix deprecation documentation about margin and orientation in QPrinterÖmer Fadıl USTA2020-09-172-4/+4
* QIcc: fix alignment concerns in ICC profile parsingAndrei Golubev2020-09-152-86/+103
* Fix uninitialized variableLars Knoll2020-09-121-0/+3
* Fix documentations string in QPagedPaintDeviceNicolas Fella2020-09-121-1/+1
* Replace qreal with float in QColorAllan Sandfeld Jensen2020-09-112-224/+224
* Minimal ABI necessary for future optimized QPixmapAllan Sandfeld Jensen2020-09-112-1/+44
* Cleanup QGradientLars Knoll2020-09-113-51/+25
* Cleanup PageSize enum for Qt6Allan Sandfeld Jensen2020-09-103-157/+8
* Clean-up of old VC6 work-aroundAllan Sandfeld Jensen2020-09-101-54/+43
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-104-8/+8
* Clean up PageSizeId enumVolker Hilsheimer2020-09-102-7/+5
* Use C++17 [[maybe_unused]]Allan Sandfeld Jensen2020-09-062-168/+168
* Merge QPainterPathPrivate and QPainterPathDataVolker Hilsheimer2020-09-043-93/+70
* Remove deprecated QPrinter and QPagedPaintDevice APIsVolker Hilsheimer2020-09-045-416/+4
* Mark obsolete QPrinter functions as deprecated from 5.15 onVolker Hilsheimer2020-09-032-1/+17