summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* rhi: Improve the handling of HDR capable texture formatsLaszlo Agocs2022-01-117-32/+73
* rhi: Add some docs for the hdr info queriesLaszlo Agocs2022-01-111-0/+55
* Use QTextCharFormat::fontFixedPitch to remember Markdown backtick spansShawn Rutledge2022-01-112-1/+2
* Replace QString with QStringView and use qsizetype in QPdfEnginePrivateØystein Heskestad2022-01-112-4/+4
* QMutableEventPoint: add static overloads of settersMarc Mutz2022-01-086-78/+76
* QGuiApplication: remove an unneeded const_castMarc Mutz2022-01-081-1/+1
* rhi: gl: Prevent breaking with ES when querying the sampler mapping tableLaszlo Agocs2022-01-072-17/+17
* Add PreselectFirstFileInDirectory platform theme hintMitch Curtis2022-01-072-1/+8
* Use ranged for loops instead of QString::utf16Øystein Heskestad2022-01-072-14/+7
* Replace QString::utf16() with data() in memcpy() and QByteArray ctorØystein Heskestad2022-01-071-3/+3
* QHighDpiScaling: fix typo in docYuhang Zhao2022-01-071-1/+1
* QFontDatabase: remove outdated commentsYuhang Zhao2022-01-072-6/+0
* rhi: Returns mapping tables by value from QShaderLaszlo Agocs2022-01-075-31/+26
* QGuiApplication: remove a use of QMutableEventPointMarc Mutz2022-01-061-1/+1
* QTextMarkdownImporter: don't apply text char format to list item blockShawn Rutledge2022-01-061-0/+3
* rhi: gl: Do not just rely on GL_COMPRESSED_TEXTURE_FORMATSLaszlo Agocs2022-01-064-57/+115
* rhi: Add support for separate image and sampler objectsLaszlo Agocs2022-01-067-134/+507
* Add QTextDocumentFragment::toRawText()Kai Köhne2022-01-062-6/+27
* rhi: Expose HDR output info in a saner wayLaszlo Agocs2022-01-065-48/+72
* Fix qobject_cast on partially destroyed QWidget/QWindowGiuseppe D'Angelo2022-01-052-6/+3
* Use block char format to render list item bullets and numbersAlbert Astals Cid2022-01-051-1/+1
* QPointerEvent: de-inline point(i)Marc Mutz2022-01-042-3/+5
* rhi: Drop the profiler for nowLaszlo Agocs2022-01-0417-1175/+153
* rhi: Enable exposing separate image and sampler objects from the shaderLaszlo Agocs2022-01-036-13/+210
* rhi: Add the basics for HDR swapchainsLaszlo Agocs2022-01-0313-47/+328
* Avoid crash on app startup if the default font family is emptyLars Knoll2022-01-031-3/+6
* QWindow: use std::exchange when ... exchanging valuesMarc Mutz2021-12-301-3/+1
* QWindowPrivate: fix inconsistent inline on some methodsMarc Mutz2021-12-301-2/+2
* Eradicate Q_FOREVER from header filesMarc Mutz2021-12-281-1/+1
* Remove unused internal flag from raster painting engineEirik Aavitsland2021-12-282-27/+0
* QTextHtmlParser: fix prefix lookahead and html commentsOliver Eftevaag2021-12-222-4/+6
* Use qint64 to replace int while qt_transform_image_rasterizeZhang Hao2021-12-211-23/+30
* QZipReader: update to unzip partly broken archivesIvan Solovev2021-12-191-0/+20
* Add css media rule support for QTextDocument::setHtml()Ralf Habacker2021-12-155-5/+20
* Fix qt_scrollRectInImage when scrolling outside of the imageTor Arne Vestbø2021-12-141-12/+14
* QGlyphRun: always use stored bounding rect even if it's emptyVladimir Belyavsky2021-12-131-2/+2
* Trust CoreText-provided vertical metrics on macOSEskil Abrahamsen Blomfeldt2021-12-101-1/+1
* rhi: Auto-rebuild rt by tracking attachment id and generationLaszlo Agocs2021-12-1011-2/+162
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-091-1/+1
* Callbacks for begin/end of a frame on OpenGLEskil Abrahamsen Blomfeldt2021-12-083-0/+25
* Fix qtdeclarative baseline test failure for text tablesVolker Hilsheimer2021-12-061-3/+3
* QFontDatabase (Windows): Sanitize font requests earlyMårten Nordheim2021-12-063-11/+34
* qxkbcommon: UCS-4-encode surrogate characters in QKeyEvent::key()Gatis Paeglis2021-12-061-1/+5
* QPageLayout: do not calculate an invalid marginGiuseppe D'Angelo2021-12-061-4/+4
* doc: Add details about what to use instead of QMouseEvent::source()Shawn Rutledge2021-12-041-0/+10
* Document which header to include for the various native interfacesTor Arne Vestbø2021-12-042-0/+4
* Don't change resolve mask when setting brush doesn't change paletteVolker Hilsheimer2021-12-031-2/+1
* QFontDatabase: unify relevant documentation piecesAndrei Golubev2021-12-031-9/+3
* QLayoutPolicy: fix annoying -Wdeprecated-enum-enum-conversionMarc Mutz2021-12-031-10/+10
* Restrict clang warning disabler to affected versionsEdward Welbourne2021-12-021-0/+2