summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* Rename files for header generationLucie Gérard2024-03-202-1/+1
* QMovie: allow only one dimension to be used for scaledSizeVladimir Belyavsky2024-03-201-5/+1
* QImageReader: allow only one dimension to be used for scaledSizeVladimir Belyavsky2024-03-191-6/+26
* Add configure feature for MetalTor Arne Vestbø2024-03-198-14/+19
* Doc: explain how to check for the existence of a font familyMitch Curtis2024-03-191-1/+32
* qxkbcommon: fix isKeypadYifan Zhu2024-03-191-1/+40
* Support foreground gradient in CSS parser and HTML generatorEskil Abrahamsen Blomfeldt2024-03-184-6/+66
* Implement support for stroke color and width in CSS parserEskil Abrahamsen Blomfeldt2024-03-184-0/+34
* Fix default hinting with dpr scaling on WaylandEskil Abrahamsen Blomfeldt2024-03-183-7/+9
* Revert "Don't do font merging for PUA characters"Eskil Abrahamsen Blomfeldt2024-03-181-2/+1
* Revert default FlickDeceleration to 1500Shawn Rutledge2024-03-151-1/+1
* Fix QTextEngine regression with large-ish textsPaul Olav Tvete2024-03-152-7/+6
* Optimize Newton-Raphson cuberoot with SSE2/SSE4.1Allan Sandfeld Jensen2024-03-151-0/+36
* QTextCursor: use QSV moreAnton Kudryavtsev2024-03-151-1/+1
* FreeType: reduce allocations in computeFaceIndexAnton Kudryavtsev2024-03-151-2/+2
* Strength reduction: div -> mulAllan Sandfeld Jensen2024-03-141-13/+13
* Optimize cuberoot using Newton-Raphson approximationAllan Sandfeld Jensen2024-03-141-3/+16
* Move qt_blurImage to Qt GUIKai Uwe Broulik2024-03-142-0/+328
* rhi: gl: Further enhance depth-stencil support for QRhiTextureRenderTargetLaszlo Agocs2024-03-142-11/+67
* rhi: vulkan: metal: Ensure ms color data is written out on PreserveColorLaszlo Agocs2024-03-143-7/+28
* rhi: Make it possible to discard depth/stencil even when using a textureLaszlo Agocs2024-03-147-5/+63
* rhi: gl: Add GLES-specific multisample rendering to texture pathLaszlo Agocs2024-03-142-7/+62
* QTextMarkdownImporter: use string view moreAnton Kudryavtsev2024-03-131-9/+13
* QTextDocumentFragment: use range for moreAnton Kudryavtsev2024-03-131-4/+2
* QGuiApplication: copy a Prealloc value instead of hard-coding 16Marc Mutz2024-03-131-1/+2
* rhi: Add basic support for specifying a view format for a textureLaszlo Agocs2024-03-1210-25/+213
* Fix CodeChecker warningsAllan Sandfeld Jensen2024-03-122-7/+6
* PNG: preserve ICC profiles that QColorSpace does not handleGiuseppe D'Angelo2024-03-101-10/+10
* Add A2B tables, and PCSLab support to QIccAllan Sandfeld Jensen2024-03-0712-252/+1489
* QTextMarkdownImporter::import(): don't crash if file has only yamlShawn Rutledge2024-03-051-1/+1
* Add categorized log message in QTextMarkdownWriter::writeFrontMatter()Shawn Rutledge2024-03-051-2/+4
* Improve QColorTrc::isLinear and rename it isIdentityAllan Sandfeld Jensen2024-03-055-24/+53
* Add QT_IM_MODULES env to allows specify multi IM keyJiDe Zhang2024-03-052-4/+28
* QTextMarkdownWriter: escape special characters (line or word prefix)Shawn Rutledge2024-03-042-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