summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check returns of hex2int in get_hex_rgbRobert Loehning2020-07-131-0/+2
* Fix one check for AVX2Allan Sandfeld Jensen2020-07-101-1/+1
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-0722-235/+233
* Fix floating point clip rectangle rounding in raster and opengl paint engineJani Hautakangas2020-07-071-1/+1
* Use qsizetype in QListLars Knoll2020-07-061-0/+1
* Simplify Q_ARRAY_LITERALLars Knoll2020-07-061-1/+1
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-061-1/+1
* QRgba: code tidiesGiuseppe D'Angelo2020-06-301-1/+1
* Use QList instead of QVector in guiJarek Kobus2020-06-2918-104/+106
* Avoid converting supersized QRectF to QRectAllan Sandfeld Jensen2020-06-251-3/+8
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-1/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-193-6/+6
* Cleanup float-equal warningsLars Knoll2020-06-171-3/+1
* Port QtGui from QStringRef to QStringViewLars Knoll2020-06-112-3/+3
* Fix deprecation warning, use char16_t instead of quint16/ushortVolker Hilsheimer2020-06-081-2/+2
* Remove winrtOliver Wolff2020-06-061-4/+0
* Do not multithread if already in a global threadpool threadAllan Sandfeld Jensen2020-06-033-6/+9
* QPainter: replace manual memory management [1/5]: dummyStateMarc Mutz2020-06-022-4/+5
* Move QPlatformBackingStoreOpenGLSupport handling out of platform pluginsTor Arne Vestbø2020-05-292-16/+37
* Fix ExtendedRgb and Rgb encoding comparisonsAllan Sandfeld Jensen2020-05-281-0/+10
* Do a proper convert from [0-65535] to [0-255] on QColor integer readsAllan Sandfeld Jensen2020-05-271-29/+30
* Update QColor::operator== documentationAllan Sandfeld Jensen2020-05-271-2/+6
* Move QRasterBackingStore to QtGuiTor Arne Vestbø2020-05-213-2/+206
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-193-4/+4
* Add error message on unaligned profile inputsAllan Sandfeld Jensen2020-05-192-0/+8