summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Revert "Offscreen: Implement QPlatformBackingStore::toImage"Volker Hilsheimer2022-01-221-1/+0
* Windows XP style: Fix coding style violationsVolker Hilsheimer2022-01-201-375/+329
* wasm: fix installation when staging prefix is usedSamuli Piippo2022-01-201-1/+2
* Offscreen: Implement QPlatformBackingStore::toImageVolker Hilsheimer2022-01-181-0/+1
* Remove unused .qrc filesJoerg Bornemann2022-01-174-44/+0
* Move input event logic into QWasmCompositorDavid Skoland2022-01-179-598/+658
* Replace QString::utf16 with QString::data where appropriateØystein Heskestad2022-01-171-4/+4
* QMacStyle: fix a regression introduced by a button type changeTimur Pocheptsov2022-01-121-0/+7
* QSslSocket (SecureTransport) add TLS 1.3 ciphersuitesTimur Pocheptsov2022-01-122-0/+78
* macOS: Implement QCALayerBackingStore::scroll for improved performanceTor Arne Vestbø2022-01-122-0/+57
* Adapt SQL drivers to Qt 6 change of QVariant::isNullVolker Hilsheimer2022-01-127-10/+10
* QFlatMap: add insert_or_assignMarc Mutz2022-01-121-1/+1
* QScreen_win: retrieve user friendly monitor nameYuhang Zhao2022-01-121-4/+15
* eglfs: Unset shared raster compositing context before deletionTor Arne Vestbø2022-01-121-0/+2
* xcb: Correctly update primary screen status with RandR 1.5Zhang Hao2022-01-122-10/+3
* wasm: ensure cursor reverts after window resizeLorn Potter2022-01-124-9/+46
* Add PreselectFirstFileInDirectory platform theme hintMitch Curtis2022-01-071-0/+2
* Replace QString::utf16() with data() in memcpy() and QByteArray ctorØystein Heskestad2022-01-074-7/+7
* macOS: Handle momentum scroll NSEventPhaseBegan when scroll had endedTor Arne Vestbø2022-01-071-1/+5
* CMake: link OpenSSL to openssl tls backend instead of QtNetworkFrank Su2022-01-061-2/+11
* wasm: don’t exit on clean return from main()Morten Johan Sørvig2022-01-051-0/+6
* wasm: always use requestAnimationFrame for updatesMorten Johan Sørvig2022-01-055-65/+116
* QMacStyle: use the 'momentary push in' type for push buttonsTimur Pocheptsov2022-01-051-8/+22
* macOS: Sanitize scroll deltas for NSEventPhaseCancelledTor Arne Vestbø2021-12-231-0/+10
* wasm: Use new event dispatcher for QtGuiMorten Johan Sørvig2021-12-235-230/+18
* Windows: Don't crash in mouse handling when QApplication is recreatedVolker Hilsheimer2021-12-221-1/+3
* macOS: Don't read keyCode of non-key events when inserting newlinesTor Arne Vestbø2021-12-222-2/+5
* Make sure that QCocoaWindowManager is initialized in static buildsVolker Hilsheimer2021-12-212-3/+6
* Windows QPA: Enhance debug informationYuhang Zhao2021-12-171-0/+74
* Declare params in qwasmclipboard unusedDavid Skoland2021-12-151-0/+2
* Windows QPA: Correctly respond to WM_ERASEBKGNDYuhang Zhao2021-12-153-4/+6
* Windows QPA: Remove extra class name from the function nameYuhang Zhao2021-12-151-1/+1
* Windows QPA: Fix cursors getting out of sync after restoring override cursors...Friedemann Kleint2021-12-085-5/+24
* wasm: improve clipboard supportLorn Potter2021-12-083-77/+336
* Revert "Don't allocate an OCIDateTime object unless we're going to use it"Edward Welbourne2021-12-061-22/+7
* wasm: make the compositor draw the window iconMorten Johan Sørvig2021-12-062-2/+9
* Remove .prev_CMakeLists.txtKai Köhne2021-12-061-91/+0
* QAbstractFileEngine: Add permission argument to open()Ievgenii Meshcheriakov2021-12-045-6/+13
* QPA: Set focus reason when window activation changes focusVolker Hilsheimer2021-12-036-10/+10
* Remove XCB_EVENT_MASK_RESIZE_REDIRECT for Qt:WindowTransparentForInputInho Lee2021-12-031-1/+1
* OpenSSL: handle renegotiate errors by comparing certsMårten Nordheim2021-12-022-2/+52
* Use Android's View.generateViewId() for generating ids for views/surfacesMichał Cieślak2021-12-021-3/+7
* Close leak of QOCIDateTime objectEdward Welbourne2021-12-021-0/+1
* qnx: Fix typos in source code commentsJonas Kvinge2021-12-023-3/+3
* android: Fix typo in source code commentJonas Kvinge2021-12-021-1/+1
* Support to get timing from pagefilpElvis Lee2021-12-033-3/+14
* wasm: Fix assert/crash when tooltip window is closed and mouse movedLorn Potter2021-12-011-3/+3
* Openssl backend: reinsert a missing C in qCDebugMårten Nordheim2021-12-011-1/+1
* Don't allocate an OCIDateTime object unless we're going to use itEdward Welbourne2021-11-301-7/+22
* wasm: fix mouse move and right clickLorn Potter2021-11-271-4/+8