summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* CMake: don't use full paths for X11 SM and ICE libsSamuli Piippo2022-08-241-1/+1
* Account for dark system themes in qt_fusionPaletteMitch Curtis2022-08-242-42/+43
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-233-3/+3
* Doc: Format certain operators in textPaul Wicking2022-08-231-2/+2
* rhi: metal: Update out-of-date internal commentsLaszlo Agocs2022-08-231-9/+12
* Fix build without highdpiscaling featureIlya Fedin2022-08-231-0/+3
* Move PreselectFirstFileInDirectory theme hint from QGtk3Theme to QGnomeThemeIlya Fedin2022-08-221-0/+2
* Add some more logging to QFontDatabaseTor Arne Vestbø2022-08-211-0/+7
* Don't assume that QtFontFamily::ensurePopulated() will populateTor Arne Vestbø2022-08-192-13/+18
* freetype: Propagate font data from font database to engine if availableTor Arne Vestbø2022-08-193-4/+15
* a11y atspi: Drop commented out "say hello to d-bus" codeMichael Weghorn2022-08-191-3/+0
* a11y atspi: Send correct D-Bus reply for GetAttributeValueMichael Weghorn2022-08-192-12/+4
* a11y atspi: Add missing closing tag in introspection XMLMichael Weghorn2022-08-191-0/+1
* Allow specify distance to plane for QTransformJiDe Zhang2022-08-184-27/+113
* a11y atspi: Support AT-SPI table cell interfaceMichael Weghorn2022-08-172-0/+63
* a11y atspi: Forward change of focused stateMichael Weghorn2022-08-171-0/+5
* a11y atspi: Drop unused forward-declaration QSpiAccessibleInterfaceMichael Weghorn2022-08-171-1/+0
* a11y atspi: Drop 'if (0)' branchMichael Weghorn2022-08-171-3/+1
* a11y atspi: Send D-Bus reply for "GetCaption" in expected formatMichael Weghorn2022-08-171-3/+3
* a11y atspi: Add support for ATSPI_COORD_TYPE_PARENTMichael Weghorn2022-08-172-56/+66
* a11y atspi: translate coords for GetOffsetAtPoint the right wayMichael Weghorn2022-08-171-1/+1
* a11y atspi: Take dialog into account as top-level windowMichael Weghorn2022-08-171-2/+3
* a11y atspi: Fix incorrect use of x instead of y positionMichael Weghorn2022-08-171-1/+1
* Rename QPlatformFontDatabase::handleAvailableFontsChanged()Tor Arne Vestbø2022-08-163-4/+10
* rhi: Enhance internal docs about buffer and image load/storeLaszlo Agocs2022-08-161-0/+63
* doc: QEventPoint::timeHeld is reported in seconds, not millisecondsRichard Moe Gustavsen2022-08-161-1/+1
* rhi: Fix instance API version when only 1.1 is supportedLaszlo Agocs2022-08-161-1/+1
* Fix QFontDatabase::hasFamily() for ambiguous familiesEskil Abrahamsen Blomfeldt2022-08-151-1/+13
* rhi: d3d11: Enable tessellation and geometry with some caveatsLaszlo Agocs2022-08-153-297/+380
* Use the local file APIs to save/load files on WASMMikolaj Boc2022-08-122-55/+173
* Be more graceful when objects die by the time the dnd loop exitsLaszlo Agocs2022-08-121-0/+3
* rhi: metal: Simplify batch comparisonsLaszlo Agocs2022-08-121-50/+11
* RHI: Cache ShaderResourceBindings for MetalAndy Nichols2022-08-121-89/+156
* RHI: Take advantage of Apple GPU specific features when availableAndy Nichols2022-08-112-28/+159
* vulkan: Port to VK_EXT_debug_utilsLaszlo Agocs2022-08-109-114/+293
* rhi: vulkan: Log instance extensionsLaszlo Agocs2022-08-101-3/+8
* rhi: vk: d3d: Zero init most structs normallyLaszlo Agocs2022-08-102-239/+121
* rhi: vulkan: Adjust API version based on the physical deviceLaszlo Agocs2022-08-102-11/+20
* rhi: vulkan: Enable all core features on the deviceLaszlo Agocs2022-08-102-4/+41
* RHI: Reduce redundant MTLDepthStencilState changesAndy Nichols2022-08-091-1/+7
* Improve QDoubleValidator's docsEdward Welbourne2022-08-081-14/+28
* Don't skip QDoubleConverter's digit-count check for non-whole boundEdward Welbourne2022-08-081-1/+5
* Freetype: Fix underline thickness for bitmap fontsEskil Abrahamsen Blomfeldt2022-08-081-1/+1
* qputenv: port to QByteArrayViewMarc Mutz2022-08-061-1/+1
* rhi: gl: Unify end/finish behaviorLaszlo Agocs2022-08-051-0/+12
* Remove unneeded @available check for macOS <= 10.14 and iOS <= 13Tor Arne Vestbø2022-08-051-12/+8
* darwin: Remove unneeded SDK version checks for older versionsTor Arne Vestbø2022-08-051-2/+0
* rhi: metal: Defer also compute pipeline releasingLaszlo Agocs2022-08-051-11/+27
* Fix composition of render-to-texture widgets on big endianMarcus Comstedt2022-08-046-13/+23
* Skip potentially costly features in QVulkanWindowLaszlo Agocs2022-08-041-10/+19