summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Update freetype to 2.12.1Volker Hilsheimer2022-07-221-1/+1
* Undeprecate QColor(string) constructorsVolker Hilsheimer2022-07-212-14/+1
* QColorTransform: remove unimplemented function from the private classVolker Hilsheimer2022-07-191-1/+0
* Relayout QStaticText when dpi changesEskil Abrahamsen Blomfeldt2022-07-141-1/+4
* Port QFontSubset API from int to qsizetypeMarc Mutz2022-07-081-3/+3
* Port QTextureGlyphCache to qsizetypeMarc Mutz2022-07-082-5/+5
* Port QDataBuffer to qsizetypeMarc Mutz2022-07-081-9/+9
* Gui: mark types Q_PRIMITIVE_TYPE when they're held in QDataBufferMarc Mutz2022-07-083-3/+12
* Pass QFixed by valueMarc Mutz2022-07-081-18/+18
* QFixed: add implicit conversion from long longMarc Mutz2022-07-081-0/+1
* QFixed: stream-line relational operatorsMarc Mutz2022-07-081-19/+11
* QFixed: remove user-defined assignment operatorsMarc Mutz2022-07-081-3/+0
* QRasterPaintEngine: replace a QPair with a structMarc Mutz2022-07-081-16/+22
* Remove Q_DECL_VECTORCALL when SSE2 is not availableAllan Sandfeld Jensen2022-07-051-2/+6
* rhi: Make it possible to query the backend name beforehandLaszlo Agocs2022-07-052-21/+1
* Avoid overflowing coverage in rasterizerAllan Sandfeld Jensen2022-06-281-11/+8
* Avoid reading outside allocated bufferAllan Sandfeld Jensen2022-06-271-0/+4
* Enabler for fractional scaling of text in Qt QuickEskil Abrahamsen Blomfeldt2022-06-272-2/+11
* Add a way to declare _exported_ logging categoriesGiuseppe D'Angelo2022-06-271-1/+1
* Avoid SSE2 punningAllan Sandfeld Jensen2022-06-251-5/+6
* Sync qt_scale_image_argb32_on_argb32_sse2 and qt_scale_image_32bitAllan Sandfeld Jensen2022-06-251-40/+16
* Add support for painting at integer DPR with downscaleMorten Sørvig2022-06-142-14/+39
* Make rhiFlush() support custom source DPRMorten Sørvig2022-06-145-17/+21
* Support cosmetic brush patterns in the pdf and opengl paint enginesEirik Aavitsland2022-06-041-4/+11
* QBrush: port from array of char[24] to qOffsetStringArray()Marc Mutz2022-06-021-2/+3
* Avoid uninitialized data after getRgbF() even for invalid colorsEirik Aavitsland2022-06-011-5/+2
* QRasterPaintEngine: fix GCC 12 -Werror=array-boundsMarc Mutz2022-06-011-0/+1
* Add new map methods for QColorTransformAllan Sandfeld Jensen2022-05-313-0/+58
* Test prepared qcolortransformAllan Sandfeld Jensen2022-05-312-7/+19
* Add painter render hint for brush pattern transformationEirik Aavitsland2022-05-316-14/+27
* Expand QColorTransformAllan Sandfeld Jensen2022-05-265-5/+88
* Add test of QColorTransformAllan Sandfeld Jensen2022-05-261-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-16142-5366/+290
* Add floating point color space conversionsAllan Sandfeld Jensen2022-05-142-8/+288
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-113-3/+3
* QPolygon: add toPolygonF()Marc Mutz2022-05-102-0/+16
* Namespace a few missing Objective-C categories and their methodsMichael Spork2022-05-031-0/+5
* QtGui: includemocsMarc Mutz2022-04-295-0/+10
* QPdfEnginePrivate: generate link only when there is a hrefDmitry Shachnev2022-04-281-1/+1
* QtGui: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-04-283-9/+9
* QtGui: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-285-11/+20
* QtGui: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-133-16/+16
* Fix backingstore fractional DPR glitches for widgets in child windowsEirik Aavitsland2022-04-071-2/+12
* Don't blit individual rects of region when when scrolling backingstoreTor Arne Vestbø2022-04-071-2/+2
* QtGui: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public APIMarc Mutz2022-04-056-7/+17
* Multithread qdrawhelper routinesAllan Sandfeld Jensen2022-04-042-475/+545
* Fix heap-use-after-free with rhi-based backingstoreLaszlo Agocs2022-03-291-2/+3
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-1/+1
* Avoid fetching destination when not usedAllan Sandfeld Jensen2022-03-251-21/+82
* Replace deprecated QColor::fromString in tests and documentationVolker Hilsheimer2022-03-211-2/+2