summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* qxkbcommon: fix isKeypadYifan Zhu68 min.1-1/+40
* Support foreground gradient in CSS parser and HTML generatorEskil Abrahamsen Blomfeldt7 hours4-6/+66
* Implement support for stroke color and width in CSS parserEskil Abrahamsen Blomfeldt7 hours4-0/+34
* Fix default hinting with dpr scaling on WaylandEskil Abrahamsen Blomfeldt12 hours3-7/+9
* Revert "Don't do font merging for PUA characters"Eskil Abrahamsen Blomfeldt18 hours1-2/+1
* Revert default FlickDeceleration to 1500Shawn Rutledge3 days1-1/+1
* Fix QTextEngine regression with large-ish textsPaul Olav Tvete3 days2-7/+6
* Optimize Newton-Raphson cuberoot with SSE2/SSE4.1Allan Sandfeld Jensen3 days1-0/+36
* QTextCursor: use QSV moreAnton Kudryavtsev3 days1-1/+1
* FreeType: reduce allocations in computeFaceIndexAnton Kudryavtsev4 days1-2/+2
* Strength reduction: div -> mulAllan Sandfeld Jensen4 days1-13/+13
* Optimize cuberoot using Newton-Raphson approximationAllan Sandfeld Jensen4 days1-3/+16
* Move qt_blurImage to Qt GUIKai Uwe Broulik4 days2-0/+328
* rhi: gl: Further enhance depth-stencil support for QRhiTextureRenderTargetLaszlo Agocs4 days2-11/+67
* rhi: vulkan: metal: Ensure ms color data is written out on PreserveColorLaszlo Agocs4 days3-7/+28
* rhi: Make it possible to discard depth/stencil even when using a textureLaszlo Agocs4 days7-5/+63
* rhi: gl: Add GLES-specific multisample rendering to texture pathLaszlo Agocs4 days2-7/+62
* QTextMarkdownImporter: use string view moreAnton Kudryavtsev5 days1-9/+13
* QTextDocumentFragment: use range for moreAnton Kudryavtsev5 days1-4/+2
* QGuiApplication: copy a Prealloc value instead of hard-coding 16Marc Mutz6 days1-1/+2
* rhi: Add basic support for specifying a view format for a textureLaszlo Agocs6 days10-25/+213
* Fix CodeChecker warningsAllan Sandfeld Jensen7 days2-7/+6
* PNG: preserve ICC profiles that QColorSpace does not handleGiuseppe D'Angelo9 days1-10/+10
* Add A2B tables, and PCSLab support to QIccAllan Sandfeld Jensen11 days12-252/+1489
* QTextMarkdownImporter::import(): don't crash if file has only yamlShawn Rutledge13 days1-1/+1
* Add categorized log message in QTextMarkdownWriter::writeFrontMatter()Shawn Rutledge13 days1-2/+4
* Improve QColorTrc::isLinear and rename it isIdentityAllan Sandfeld Jensen13 days5-24/+53
* Add QT_IM_MODULES env to allows specify multi IM keyJiDe Zhang14 days2-4/+28
* QTextMarkdownWriter: escape special characters (line or word prefix)Shawn Rutledge14 days2-3/+52
* Icon: work around compile optimization bugVolker Hilsheimer2024-03-041-158/+158
* Do not add PDF-related files to the resources if PDF is disabledAndré Klitzing2024-03-041-16/+17
* Mention QChronoTimer in API docsAhmad Samir2024-03-032-5/+6
* Port to QDirListingAhmad Samir2024-03-032-5/+6
* rhi: add labels to OpenGL objects to make debugging easier in RenderDocAurélien Brooke2024-03-022-1/+37
* Remove QWindowPrivate::compositingTor Arne Vestbø2024-03-011-1/+0
* QTextEngine: Protect against integer overflow with huge textsPaul Olav Tvete2024-03-012-16/+17
* QTextHtmlImporter: don't forget to appendBlock after block tag closedShawn Rutledge2024-03-012-1/+5
* rhi: add support for short and ushort vertex attributesAurélien Brooke2024-03-017-5/+137
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-013-0/+3
* a11y: Add new QAccessibleAttributesInterfaceMichael Weghorn2024-02-293-2/+107
* Call QColorTransformPrivate::applyReturnGray directlyAllan Sandfeld Jensen2024-02-294-29/+15
* a11y atspi: Map checkable and hasPopup states to AT-SPIMichael Weghorn2024-02-281-1/+4
* QPixmap: fix the documenation for toHICONGiuseppe D'Angelo2024-02-281-2/+3
* rhi: d3d: Print more details on swapchain creation failureLaszlo Agocs2024-02-282-4/+15
* QGuiApplication: replace a QSet with QMinimalVarLengthFlatSetMarc Mutz2024-02-281-5/+5
* Doc: Fix typo in QSurfaceFormat::setDefaultFormat documentationAndy Nichols2024-02-271-1/+1
* QPainterPath: detach and reset before streaming inThiago Macieira2024-02-271-8/+6
* Fix color fonts with DirectWrite backendEskil Abrahamsen Blomfeldt2024-02-262-3/+4
* Text widgets: document find() behavior with QRegularExpressionGiuseppe D'Angelo2024-02-261-0/+4
* QIcc: Clean up implementation in preparation for bigger changesAllan Sandfeld Jensen2024-02-231-111/+131