summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Make QKdeTheme aware of runtime theme changesAxel Spoerl2022-08-301-5/+148
* wasm: add support for building Qt as shared librariesMorten Sørvig2022-08-301-1/+1
* Add nullptr check for theme when initializing paletteDoris Verria2022-08-301-2/+4
* a11y: Prevent one case of losing a11y interface when setting event childMichael Weghorn2022-08-271-1/+2
* a11y atspi: Send SelectionChanged AT-SPI event on selection changeMichael Weghorn2022-08-271-0/+13
* a11y atspi: Forward SelectionWithin change to AT-SPIMichael Weghorn2022-08-271-1/+11
* a11y atspi: Drop FIXME that doesn't need actionMichael Weghorn2022-08-271-1/+1
* a11y atspi: Drop methods that are only declaredMichael Weghorn2022-08-271-2/+0
* a11y atspi: Support text interface's GetStringAtOffsetMichael Weghorn2022-08-272-5/+56
* a11y atspi: Handle AT-SPI Text's ScrollSubstringToMichael Weghorn2022-08-271-0/+13
* add color picking support on wayland using the XDG desktop portalHarald Sitter2022-08-264-1/+191
* RHI: Make sure to compare bindings when comparing QShadersAndy Nichols2022-08-251-2/+2
* wasm: use matchView() instead of match()Morten Sørvig2022-08-251-5/+5
* qt_fusionPalette: make links more legible on dark backgroundsMitch Curtis2022-08-251-2/+7
* 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