summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* qicc: avoid double lookupAnton Kudryavtsev2024-04-171-8/+8
* Make possible code-paths assertedAllan Sandfeld Jensen2024-04-171-21/+21
* Long live [[nodiscard]] QFile::openGiuseppe D'Angelo2024-04-171-0/+1
* Warn on setHighDpiScaleFactorRoundingPolicy misuseMorten Sørvig2024-04-171-0/+2
* qicc: avoid implict detachAnton Kudryavtsev2024-04-171-1/+1
* Gui: Add Q_GADGET to QPlatformScreenUlf Hermann2024-04-162-2/+2
* QImageReader: use QFile::open return valueGiuseppe D'Angelo2024-04-161-3/+4
* QTextLayout: keep strong reference on font engine in a layout loopVladimir Belyavsky2024-04-161-17/+12
* Add CMYK support to QColorSpaceAllan Sandfeld Jensen2024-04-1211-189/+512
* Tweak the margin value of QOutlineMapper clip rectHatem ElKharashy2024-04-121-1/+1
* QFileSystemModel: Add role for fileinfoSune Vuorela2024-04-112-1/+7
* Switch to ICCv4 mluc tagsAllan Sandfeld Jensen2024-04-111-15/+23
* rhi: d3d: metal: Improve docs for importing existing resourcesLaszlo Agocs2024-04-113-0/+56
* Implement aliased text rendering with DirectWriteEskil Abrahamsen Blomfeldt2024-04-113-12/+44
* QWaylandWindow: Add surfaceRoleCreated/Destroyed signalsKai Uwe Broulik2024-04-101-0/+2
* QFileSystemModel: Wake file info gatherer thread up before waiting on itVolker Hilsheimer2024-04-091-1/+1
* QGridLayoutEngine: print stringified layout item in warningsMitch Curtis2024-04-082-2/+8
* QPixelLayout: fix convertCMYKToRGBA32FGiuseppe D'Angelo2024-04-061-1/+1
* Parse grayscale ICC profile as grayscale color spacesAllan Sandfeld Jensen2024-04-061-21/+4
* Handle chad elements in ICC profilesAllan Sandfeld Jensen2024-04-053-18/+87
* Make QColorTrcLut more flexibleAllan Sandfeld Jensen2024-04-053-92/+142
* Add color space model, making gray color spaces explicitAllan Sandfeld Jensen2024-04-0511-217/+1071
* QImage: remove the last mentions of Format_CMYK32Giuseppe D'Angelo2024-04-053-4/+2
* QIcc: re-add an extra check in parseLutDataGiuseppe D'Angelo2024-04-041-0/+4
* widgets: Invalidate RHI swapchain when window moves to new top levelTor Arne Vestbø2024-04-041-3/+4
* doc: Remove deprecation of the supported QTouchEvent ctorShawn Rutledge2024-04-041-2/+0
* QColorTRC: code tidiesGiuseppe D'Angelo2024-04-041-24/+33
* Fix a regression when painting CMYK over ARGB32_PremultipliedAllan Sandfeld Jensen2024-04-043-13/+114
* Port QImage::Format_CMYK32 to CMYK8888Giuseppe D'Angelo2024-04-048-39/+41
* QPdf: do not switch to file-backed storage if we can't open itGiuseppe D'Angelo2024-04-041-9/+10
* Use properly-aligned float[4] as _mm_store_ps() output bufferMarc Mutz2024-04-041-5/+5
* Add CMYK image output support to QPdfWriterGiuseppe D'Angelo2024-04-042-35/+86
* QPdf: assert that we can load the files from the resourcesGiuseppe D'Angelo2024-04-041-2/+4
* Apple icon engine: reverse implementation to avoid pixmapsVolker Hilsheimer2024-04-041-52/+53
* 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