summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Add support for stereoscopic content in QOpenGLWidgetKristoffer Skau2022-11-284-41/+125
* Introduce QT_NO_AS_CONST and mark QtBase free of itMarc Mutz2022-11-271-2/+2
* Check if fontEngine is valid in QStaticTextInho Lee2022-11-261-0/+2
* Finish the undeprecation of the QColor(string) constructorsEirik Aavitsland2022-11-251-2/+0
* PDF writer: implement support for document internal linksEirik Aavitsland2022-11-132-41/+109
* Remove QSpan typedefMarc Mutz2022-11-111-7/+0
* Expand QSpan typedef to underlying type QT_FT_SpanMarc Mutz2022-11-114-66/+66
* [doc] QRasterPaintEngine: remove docs for QSpanMarc Mutz2022-11-111-9/+0
* Remove unused internal rhi backingstore parametersLaszlo Agocs2022-11-102-17/+1
* QPdf: code tidiesGiuseppe D'Angelo2022-11-081-9/+7
* Fix spelling of converterVolker Hilsheimer2022-11-041-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-035-6/+6
* Initialize flag memory in raster paint engine to avoid valgrind warningEirik Aavitsland2022-10-241-0/+1
* Doc: Add possible fill rule requirement for QPainterPath text drawingEirik Aavitsland2022-10-231-1/+4
* Fix texture-based native child widget stretchingLaszlo Agocs2022-10-211-2/+1
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-212-2/+2
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-153-8/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-112-5/+5
* QPdfEngine: port from raw zlib to qCompress()Marc Mutz2022-10-081-7/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-048-18/+18
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-282-2/+2
* Fix build without opengl featureAlexey Edelev2022-09-241-1/+3
* Doc: 3rd party: Fix reference to FreeType LICENSE.txtTopi Reinio2022-09-021-1/+1
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-012-2/+2
* Allow specify distance to plane for QTransformJiDe Zhang2022-08-182-16/+79
* Fix composition of render-to-texture widgets on big endianMarcus Comstedt2022-08-046-13/+23
* 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