summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix compiling with C++20 on macOSAllan Sandfeld Jensen2022-02-101-2/+2
* Change comparison data type to fix int overflowSivan Nanthiran2022-02-101-3/+3
* macOS: Prevent recursion when modifying the edit menuVolker Hilsheimer2022-02-091-1/+8
* Android A11Y: execute C++ code on main Qt threadIvan Solovev2022-02-094-47/+191
* Android: extract parentId for hidden object in advanceIvan Solovev2022-02-093-4/+9
* QMacStyle::standardIcon - use the real file nameTimur Pocheptsov2022-02-091-1/+1
* xcb: Show valuator atom names properly in categorized loggingShawn Rutledge2022-02-091-1/+1
* macOS: Use native resize cursors for diagonal resizeViktor Arvidsson2022-02-031-4/+33
* Handle glib optional components properlyIlya Fedin2022-02-031-1/+1
* Move QIOType wrapper for io_object_t to QtCoreTor Arne Vestbø2022-02-012-28/+0
* configure: Check for basic cpp/winrt supportOliver Wolff2022-02-011-1/+1
* Let QXcbGlxWindow::createVisual fallback to QXcbWindow::createVisualIlya Fedin2022-01-281-3/+6
* [Android]: Handle the screen name, modes and refreshRate properlyBogDan Vatra2022-01-285-45/+108
* Fix run time failure for UI autotests (INTEGRITY)Tatiana Borisova2022-01-252-8/+18
* Revert "Offscreen: Implement QPlatformBackingStore::toImage"Volker Hilsheimer2022-01-211-1/+0
* Windows XP style: Fix coding style violationsVolker Hilsheimer2022-01-211-375/+329
* wasm: fix installation when staging prefix is usedSamuli Piippo2022-01-201-1/+2
* Offscreen: Implement QPlatformBackingStore::toImageVolker Hilsheimer2022-01-181-0/+1
* Move input event logic into QWasmCompositorDavid Skoland2022-01-179-598/+658
* macOS: Implement QCALayerBackingStore::scroll for improved performanceTor Arne Vestbø2022-01-132-0/+57
* QMacStyle: fix a regression introduced by a button type changeTimur Pocheptsov2022-01-131-0/+7
* QFlatMap: add insert_or_assignMarc Mutz2022-01-131-1/+1
* Adapt SQL drivers to Qt 6 change of QVariant::isNullVolker Hilsheimer2022-01-137-10/+10
* QSslSocket (SecureTransport) add TLS 1.3 ciphersuitesTimur Pocheptsov2022-01-132-0/+78
* QScreen_win: retrieve user friendly monitor nameYuhang Zhao2022-01-131-4/+15
* 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
* macOS: Handle momentum scroll NSEventPhaseBegan when scroll had endedTor Arne Vestbø2022-01-071-1/+5
* QMacStyle: use the 'momentary push in' type for push buttonsTimur Pocheptsov2022-01-061-8/+22
* 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-061-0/+6
* wasm: always use requestAnimationFrame for updatesMorten Johan Sørvig2022-01-065-65/+116
* 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
* Declare params in qwasmclipboard unusedDavid Skoland2021-12-151-0/+2
* Windows QPA: Correctly respond to WM_ERASEBKGNDYuhang Zhao2021-12-153-4/+6
* 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