summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
* CMYK: remove unnecessary qPremultiply callsGiuseppe D'Angelo2024-04-041-3/+3
* QPdf: remove two unused functionsGiuseppe D'Angelo2024-04-032-11/+0
* rhi: Add support for resolving depth-stencilLaszlo Agocs2024-04-039-74/+586
* GUI: add CMYK painting supportGiuseppe D'Angelo2024-04-039-22/+314
* QRhiVulkan: fix random values in pipelineCacheData() resultMarc Mutz2024-03-271-0/+1
* Clean up windows accessibility backendMiguel Costa2024-03-2713-1460/+0
* Fix potentially unaligned 128-bit store/loadsAllan Sandfeld Jensen2024-03-271-1/+1
* Add QColorSpace::isValidTargetAllan Sandfeld Jensen2024-03-273-11/+39
* QPolygonF: delegate QDataStream marshalling to QListThiago Macieira2024-03-261-18/+2
* QDbusTrayIcon: handle open() failureGiuseppe D'Angelo2024-03-261-1/+4
* Fix 8-bit mAB tablesAllan Sandfeld Jensen2024-03-261-1/+2
* QTextMarkdownWriter: escape all backslashesShawn Rutledge2024-03-261-9/+4
* wasm: Document and test OpenGLContext limitationsEven Oscar Andersen2024-03-221-0/+16
* gui: fix build against gcc-14 (-Werror=calloc-transposed-args)Liang Qi2024-03-221-1/+1
* 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