summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* Squash deprecation warnings about SecureTransport being deprecatedTor Arne Vestbø2022-09-131-0/+5
* 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
* FileChooser portal: set current_file only when file already existsIlya Fedin2022-09-101-3/+6
* 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
* QTlsBackendOpenSSL: Early return from ensureCiphersAndCertsLoaded()Ievgenii Meshcheriakov2022-09-072-7/+16
* 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
* QTlsBackendOpenSSL: Make ensureLibraryLoaded() privateIevgenii Meshcheriakov2022-09-051-2/+1
* 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
* QTlsBackendOpenSSL: Use a function-static variable in ensureLibraryLoaded()Ievgenii Meshcheriakov2022-09-022-10/+6
* TLS backend OpenSSL: Use function-static variable for symbol loadingIevgenii Meshcheriakov2022-09-021-343/+331
* xcb: set _NET_STARTUP_ID at client leader windowIlya Fedin2022-09-025-6/+31
* QGtk3Dialog: remove the #include for empty mocThiago Macieira2022-09-011-2/+0
* 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-0117-25/+25
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-0115-0/+19
* 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-293-22/+13
* 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
* wasm: use uintptr_t for uint32_tLorn Potter2022-08-271-2/+2
* QGtk3Theme: subscribe to theme hint changesIlya Fedin2022-08-271-0/+20
* Implement mouse capture on WASMMikolaj Boc2022-08-274-6/+32
* Simplify QNetworkListManagerNetworkInformationBackend's COM handlingTor Arne Vestbø2022-08-261-17/+6