summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
Commit message (Expand)AuthorAgeFilesLines
* Fix QT_WIDGETS_HIGHDPI_DOWNSCALEMorten Sørvig2023-03-281-4/+6
* rhi: widgets: Try sw adapter if D3D11 init failsLaszlo Agocs2023-03-211-0/+6
* Handle device loss for texture widgetsDavid Redondo2023-03-172-0/+2
* QRegion: upgrade Q_ASSUME to Q_ASSERTThiago Macieira2023-03-021-3/+2
* Add special thread pool for Qt GuiAllan Sandfeld Jensen2023-02-254-11/+15
* Fix Qt 6 performance regression when painting outside deviceEirik Aavitsland2023-02-103-17/+24
* QtGui: Fix some macro clashesAmir Masoud Abdol2023-02-072-0/+4
* Avoid multiple transformation of the clip pathSanthosh Kumar2023-02-071-1/+0
* rhi: Add D3D12 supportLaszlo Agocs2023-02-072-4/+17
* QPaintEngineRaster: port from QSharedPointer to std::shared_ptrMarc Mutz2023-02-022-12/+8
* Remove redundant qsharedpointer.h #includesAhmad Samir2023-01-311-1/+1
* QtGui: Remove superfluous macro qreal_to_fixed_26_6()Friedemann Kleint2023-01-311-1/+0
* Gui: Always declare qt_memfill{32|64} as function pointers on x86Ulf Hermann2023-01-122-8/+10
* QRgbaFloat: add support for multiplying & comparing as FP16Thiago Macieira2023-01-111-16/+28
* QtGui: fix build with GCC 13's support for FP16Thiago Macieira2023-01-114-26/+28
* Doc: Fix qt_attribution.json files using Path for filesKai Köhne2023-01-101-1/+1
* Fix wrong to linear conversionAllan Sandfeld Jensen2022-12-092-1/+2
* 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