summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* a11y atspi: Implement TableCell methods Get{Column,Row}HeaderCellsMichael Weghorn2023-07-071-1/+32
* Gui: include mocsMårten Nordheim2023-07-072-0/+4
* QPlatformWindow: Add missing includesMårten Nordheim2023-07-071-0/+2
* Remove references to Application ExampleAxel Spoerl2023-07-061-4/+2
* qgenericunixservices: Move x11 specific code to the Xcb backendDavid Edmundson2023-07-051-3/+1
* rhi: metal: Fix external MTLDevice importLaszlo Agocs2023-07-051-1/+1
* rhi: vulkan: Fix cloned VkRenderPass wrt multiviewLaszlo Agocs2023-07-051-22/+42
* rhi: vulkan: Include multiViewCount in renderpass compatibilityLaszlo Agocs2023-07-052-7/+15
* Make while iterations over height saferAllan Sandfeld Jensen2023-07-056-18/+18
* QXkbCommon::isLatin1 : Add a lower bound of Latin1Inho Lee2023-07-041-1/+1
* Unity Build: Resolve a variable redefinition errorAmir Masoud Abdol2023-07-031-3/+3
* Fix invalid closing XML tagIevgenii Meshcheriakov2023-07-031-1/+1
* QPixmapCache: ignore insertion or searches with empty keyVolker Hilsheimer2023-07-031-3/+3
* API update: Don't expose QHash storage in APIEskil Abrahamsen Blomfeldt2023-06-292-64/+98
* CoreText: Handle failure to find matching theme font descriptorsTor Arne Vestbø2023-06-291-1/+1
* rhi: gl: metal: Enable depth-stencil correctly with multiviewLaszlo Agocs2023-06-284-1/+22
* rhi: gl: Correct data type for D24 and D24S8Laszlo Agocs2023-06-281-2/+6
* rhi: gl: Enable depth texture for multiviewLaszlo Agocs2023-06-281-3/+10
* rhi: Use a depth/stencil texture in the multiview manual testLaszlo Agocs2023-06-281-0/+20
* rhi: d3d: Handle the case of passing in a texture array as depthTextureLaszlo Agocs2023-06-282-0/+42
* QtGui: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-281-2/+2
* rhi: d3d12: Provide DXC_ defines if they are missingLaszlo Agocs2023-06-271-1/+11
* Use a global value for warning limit when testing documentation in CITopi Reinio2023-06-271-3/+0
* rhi: metal: Add support for multiview renderingLaszlo Agocs2023-06-273-29/+110
* rhi: d3d12: Handle wants-debug-info flag on the dxc pathLaszlo Agocs2023-06-261-9/+27
* rhi: gl: Implement msaa resolve for multiviewLaszlo Agocs2023-06-261-22/+27
* rhi: gl: Make resolve on par with other backendsLaszlo Agocs2023-06-262-28/+115
* rhi: d3d12: Fix resolving with multiviewLaszlo Agocs2023-06-261-7/+10
* rhi: vulkan: Fix multisample resolve with multiviewLaszlo Agocs2023-06-262-7/+36
* Fix build with -sanitize undefinedTor Arne Vestbø2023-06-261-1/+1
* Fix disabled and inactive group palettes for windows native styleSanthosh Kumar2023-06-261-1/+1
* rhi: d3d12: Fix more than one window with the same QRhiLaszlo Agocs2023-06-261-1/+1
* Allow storing the view mask buffer binding in QShader metadataLaszlo Agocs2023-06-261-1/+2
* Doc: Clarify that the rich text engine has limited support for HTML tagsTopi Reinio2023-06-261-1/+5
* rhi: d3d12: Use IDxcCompiler for SM 6.0+Laszlo Agocs2023-06-222-30/+160
* rhi: d3d: Load DirectComposition library dynamicallyLaszlo Agocs2023-06-224-58/+82
* rhi: d3d12: Implement multiview supportLaszlo Agocs2023-06-225-118/+230
* rhi: vulkan: Implement multiview supportLaszlo Agocs2023-06-222-5/+46
* rhi: Introduce multiview starting with OpenGL (ES)Laszlo Agocs2023-06-2210-5/+124
* Set color scheme after handling theme change in windowsSanthosh Kumar2023-06-212-3/+4
* rhi: vulkan: Shuffle post-1.0 phys.dev.feature queriesLaszlo Agocs2023-06-212-33/+40
* rhi: d3d: Skip MakeWindowAssoc. when using dcompLaszlo Agocs2023-06-212-2/+6
* Doc: Mark QThemeIconEngine, QIconLoaderEngine classes as \internalTopi Reinio2023-06-211-0/+4
* rhi: Adjust some HDR-related docs and notesLaszlo Agocs2023-06-211-0/+32
* QPixmapCache: Move qHash(Key) from _p.h to public headerMarc Mutz2023-06-213-5/+12
* Do away with qrhivulkanext_p.hLaszlo Agocs2023-06-213-52/+12
* rhi: Follow gles2_p private header fix for d3d11/12Laszlo Agocs2023-06-212-2/+2
* rhi: D3D-related doc cleanupsLaszlo Agocs2023-06-211-20/+25
* rhi: fix compilation error when using rhi headersYuhang Zhao2023-06-211-1/+1
* QPixmapCache: don't leak QString keys of evicted pixmapMarc Mutz2023-06-202-28/+12