summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove last traces of the PostScript paint engineVolker Hilsheimer2020-09-022-2/+0
* Qpagedpaintdevice: Use marginsF instead of internal struct marginsPeng Wenhao2020-09-014-23/+9
* Doc: Fix documentation warnings for Qt GUITopi Reinio2020-08-283-5/+13
* Make QPaintDevice::devicePixelRatio() return qrealMorten Johan Sørvig2020-08-262-4/+4
* Introduce QWindow::paintEvent with QPA plumbingTor Arne Vestbø2020-08-261-7/+0
* Fix a number of qdoc warningsFriedemann Kleint2020-08-201-26/+2
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-157-8/+8
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-1412-318/+318
* Allow smooth curve stroking for very wide linesEirik Aavitsland2020-08-121-1/+5
* Avoid UB in 64bit compositionsAllan Sandfeld Jensen2020-08-081-17/+17
* QBezier: Don't try calculating a unit vector when length is nullRobert Loehning2020-08-071-0/+4
* QPolygon: streamline constructors and special member functionsGiuseppe D'Angelo2020-08-071-24/+10
* Update qgrayraster.cAllan Sandfeld Jensen2020-08-061-79/+77
* MSVC: remove the extern templateThiago Macieira2020-08-051-31/+33
* Clear old triangulated vertex data when a path is completely clippedJoni Poikelin2020-08-051-1/+1
* Fix compiler issues when qreal is floatMichal Klocek2020-08-053-4/+4
* Fix "rectange" typos in qtbaseOliver Wolff2020-08-052-2/+2
* Doc: Document QGradient::Preset enum valuesTopi Reinio2020-08-031-1/+170
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-315-17/+19
* Replace Q_ALWAYS_INLINE with static inlineAllan Sandfeld Jensen2020-07-285-48/+46
* Multiply instead of shiftingRobert Loehning2020-07-231-1/+1
* Fix SSE4 instruction leak in GCC10 debug buildsAllan Sandfeld Jensen2020-07-211-2/+2
* QtGui/Windows: Move the QRegion conversion functions into QtGuiFriedemann Kleint2020-07-162-0/+71
* Avoid warnings regarding bit-field signednessDimitrios Apostolou2020-07-161-2/+2