summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* macOS: Handle asynchronous deminiaturizing of windowsTor Arne Vestbø2022-09-201-3/+12
* Redirect resize from QSizeGrip to system resize in wasm compositorMikolaj Boc2022-09-204-0/+55
* wasm: capture pointer unconditionally on PointerDown eventAleksandr Reviakin2022-09-191-3/+4
* wasm: add DejaVu Sans as a fallback fontAleksandr Reviakin2022-09-191-4/+6
* QWindowsKeyMapper: whitespace fixesYuhang Zhao2022-09-191-5/+6
* Make the clipboard paste from the outside work correctlyMikolaj Boc2022-09-183-17/+34
* macOS: Remove hard-coded logic for determining if key event has textTor Arne Vestbø2022-09-173-6/+19
* Android: Fix flickering on window resize and show keyboardSamuel Mira2022-09-171-9/+12
* QWSI: Remove dead code for macOS-specific shortcut-override handlingTor Arne Vestbø2022-09-151-2/+1
* QCocoaColor(/Font)Dialog: Call makeKeyAndOrderFront asynchronouslyDoris Verria2022-09-142-2/+22
* QMacPasteboard: check QGuiApplication is alive for a promise containing QPixmapTimur Pocheptsov2022-09-142-1/+17
* wasm: fix native keyboard popup on iOSLorn Potter2022-09-141-1/+1
* macOS: Return false from set(Keyboard/Mouse)GrabEnabledTor Arne Vestbø2022-09-131-18/+4
* Make popup menus non-resizable on WASMMikolaj Boc2022-09-131-0/+4
* Fix QWasmWindowStack::topWindow when the stack is emptyMikolaj Boc2022-09-121-1/+1
* xcb: Remove unneeded call to QHighDpiScaling::updateHighDpiScalingTor Arne Vestbø2022-09-091-1/+0
* QOffscreenIntegration: Don't keep around removed screensTor Arne Vestbø2022-09-091-2/+2
* Propagate the copy event correctly to Qt widgets on WASMMikolaj Boc2022-09-093-7/+21
* Don't browser-sniff to detect the permissions APIMikolaj Boc2022-09-092-26/+15
* Lock the window's caption area vertically inside its screenMikolaj Boc2022-09-081-10/+15
* Take into account that pointer event's location is already globalMikolaj Boc2022-09-083-34/+26
* Leave exposition to invalidate() in QWasmWindow::raise&lowerMikolaj Boc2022-09-081-4/+0
* xcb: fix the build of native paintingLiang Qi2022-09-081-0/+1
* Move QPlatformScreen::deviceIndependentGeometry() logic to QScreenTor Arne Vestbø2022-09-081-1/+3
* Fix compilation with clangSona Kurazyan2022-09-062-2/+2
* xcb: fix QXcbCursor build with -DFEATURE_xcb_xlib=OFF -DFEATURE_xlib=OFFLiang Qi2022-09-063-0/+95
* xcb: use libxcb-cursor to replace Xlib/libXcursorLiang Qi2022-09-063-104/+48
* Windows QPA: Don't highlight the first entry of the system menu if not approp...Yuhang Zhao2022-09-061-0/+6
* Add QWindowsApplication::setHasBorderInFullScreenDefault() native interfaceTor Arne Vestbø2022-09-052-0/+8
* Don't attempt to access permissions.request if no such method existsMikolaj Boc2022-09-051-3/+3
* Fix crash when setting override cursor on multiple clientsEskil Abrahamsen Blomfeldt2022-09-052-5/+5
* Android: Light/dark modes detectionBartlomiej Moskal2022-09-055-0/+27
* Windows: avoid losing transparency when pasting images into Qt appsEirik Aavitsland2022-09-021-3/+32
* Windows QPA: send UIA focus notification after window activationAndré de la Rocha2022-09-021-0/+4
* xcb: set _NET_STARTUP_ID at client leader windowIlya Fedin2022-09-025-6/+31
* xcb: fix D&D in same xembed clientLiang Qi2022-09-011-9/+24
* xcb: use global coordinates for position of D&D for xembed clientLiang Qi2022-09-011-1/+1
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-0115-23/+23
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-0114-0/+17
* Hit test only the visible controls in WASM windowMikolaj Boc2022-09-012-129/+115
* directfb: Fix compilationEskil Abrahamsen Blomfeldt2022-08-3110-48/+60
* Request frame when a window has been movedMikolaj Boc2022-08-311-0/+2
* Don't call QPlatformWindow::setGeometry twice in QWasmWindowMikolaj Boc2022-08-301-1/+0
* Use the focus window to determine which window is drawn as activeMikolaj Boc2022-08-301-4/+2
* wasm: add local-fonts API supportAleksandr Reviakin2022-08-302-0/+129
* wasm: add support for building Qt as shared librariesMorten Sørvig2022-08-302-0/+2
* Add QComHelper class for dealing with COM on WindowsTor Arne Vestbø2022-08-292-12/+6
* Android A11Y: Fix TalkBack scrolling behaviorJens Trillmann2022-08-291-4/+24
* Android A11Y: Notify android about scroll eventsJens Trillmann2022-08-295-0/+15
* Remove an unused variable in qwasmwindowMikolaj Boc2022-08-281-1/+0