summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Windows: Align QWindowsWindow logging category name with other platformsTor Arne Vestbø2022-08-165-51/+51
* macOS: Ignore deprecation for ReleaseIconRefTor Arne Vestbø2022-08-151-1/+1
* vkkhrdisplay: Silence validation complaints about presentation supportLaszlo Agocs2022-08-152-4/+12
* Android: handle quoted args passed to an appAssam Boudjelthia2022-08-111-3/+4
* Deliver correct key code on key release on WASMMikolaj Boc2022-08-103-76/+69
* Refactor QWasmEventTranslator for added readabilityMikolaj Boc2022-08-103-127/+83
* Add missing characters with diacritics to the WASM mapping tableMikolaj Boc2022-08-091-1/+4
* iOS: ensure we close inputpanel after clearing focusobjectRichard Moe Gustavsen2022-08-081-0/+9
* Only manually expose the wasm window on raise/lower if it is visibleMikolaj Boc2022-08-081-2/+4
* macOS: Check m_platformWindow before processing key event after shortcutTimur Pocheptsov2022-08-051-1/+1
* macOS: Don't ifdef out code to resolve display name that might be usedTor Arne Vestbø2022-08-051-2/+0
* eglfs: Fix crash when painting the mouse cursor in a multiscreen setupDominik Holland2022-08-051-5/+5
* Remove unneeded @available check for macOS <= 10.14 and iOS <= 13Tor Arne Vestbø2022-08-055-73/+32
* darwin: Remove unneeded SDK version checks for older versionsTor Arne Vestbø2022-08-052-22/+0
* Fix several more improperly placed #include mocThiago Macieira2022-08-049-18/+18
* eglfs: Fix mouse events not being delivered to the frontmost windowSergio Martins2022-08-042-0/+20
* Use the correct module exports in qtloaderMikolaj Boc2022-08-031-4/+4
* QtBase: Windows: Replace some deprecated API usagesYuhang Zhao2022-08-032-8/+8
* Add license headers to cmake filesLucie Gérard2022-08-0332-0/+96
* eglfs: Fix screen cloning when atomic is enabledLaszlo Agocs2022-08-011-5/+6
* Use the dead Mac path in QWasmEventTranslator::translateDeadKeyMikolaj Boc2022-08-012-3/+3
* Windows: Implement dark mode palette and accent color supportVolker Hilsheimer2022-07-292-78/+164
* Modernize QWasmCompositor::windowAtMikolaj Boc2022-07-281-15/+7
* Remove QWasmCompositedWindow as dead codeMikolaj Boc2022-07-282-71/+19
* Deliver non-client area mouse events to WASM windowsMikolaj Boc2022-07-275-26/+78
* Improve window dragging on WASMMikolaj Boc2022-07-2513-247/+510
* QCursor: add missing QT_DEPRECATED_VERSION_X_6_0 for deprecated methodsIvan Solovev2022-07-213-14/+14
* Fix Wacom proximity on xcb againShawn Rutledge2022-07-201-6/+5
* Windows: better handling of darkmode supportVolker Hilsheimer2022-07-193-7/+14
* Fix losing grip on dragged window on WASMMikolaj Boc2022-07-161-1/+1
* Refactor code focused around QWasmCompositor::processMouseMikolaj Boc2022-07-157-229/+207
* Revert "Windows QPA: Add MSWindowsNoRedirectionBitmap flag"Tor Arne Vestbø2022-07-141-4/+1
* macOS: Distinguish between return and enter when inserting newlinesTor Arne Vestbø2022-07-141-3/+8
* Windows QPA: Add MSWindowsNoRedirectionBitmap flagYuhang Zhao2022-07-141-1/+4
* QXcbConnection::xi2ReportTabletEvent(): get device, check capabilitiesShawn Rutledge2022-07-131-4/+7
* Windows: Turn on dark mode support by defaultVolker Hilsheimer2022-07-121-1/+5
* wasm: remove egl header includesMorten Sørvig2022-07-111-4/+0
* Windows QPA: Implement Selection UIA pattern for QTabBarAndré de la Rocha2022-07-083-23/+37
* Windows QPA: Report the expanded/collapsed state of tree itemsAndré de la Rocha2022-07-081-1/+2
* Windows: Account for not finding child windows when calling ChildWindowFromPo...Tor Arne Vestbø2022-07-071-0/+2
* wasm: begin work on accessibility backendMorten Sørvig2022-07-066-2/+323
* Enable access to QWindowsScreen from QScreenPiotr Srebrny2022-07-061-1/+3
* wasm: delete unused requestUpdate() code pathMorten Sørvig2022-07-061-13/+1
* Make EGL use Qt X connection without xcb_xlib with EGL_EXT_platform_xcbIlya Fedin2022-07-052-12/+13
* iOS plugin: Add support for wheel eventsDoris Verria2022-07-051-0/+81
* Android A11Y: Fix deadlock in QtAndroidAccessibility::runInObjectContext()Mike Achtelik2022-07-051-1/+7
* Windows: Fix OpenGL window's screenYuhang Zhao2022-07-061-4/+9
* macOS: Ignore deprecation for kOnSystemDisk icon domainTor Arne Vestbø2022-07-051-1/+1
* Cocoa: deal with unexpected tablet events without proximityShawn Rutledge2022-07-011-6/+10
* iOS: Send touch events asynchronously to avoid deadlocking UIKit event loopTor Arne Vestbø2022-07-011-2/+10