summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* QtNetwork: Split out QNativeSocketEnginePrivateFriedemann Kleint2023-02-021-1/+1
* SQL/ODBC: fix some users of toSQLTCHAR() to not assume identical UTF-8/16/32 ...Marc Mutz2023-02-021-71/+83
* iOS: Fix build with -no-openglTor Arne Vestbø2023-02-016-5/+27
* Revert "Add support for MultiABI with custom install dir of the android-build"Alexandru Croitor2023-02-011-3/+1
* ODBC SQL driver: fix conversion of QByteArray to QVLA<SQLTCHAR>Marc Mutz2023-02-011-4/+5
* DTLS cookie: use CRYPTO_memcmp instead of std::memcmpTimur Pocheptsov2023-02-013-2/+5
* Remove redundant qsharedpointer.h #includesAhmad Samir2023-01-311-1/+0
* jpeg handler: log error message on fatal errorIlya Fedin2023-01-311-0/+1
* Remove dead code from QWasmCompositorMikolaj Boc2023-01-311-14/+0
* Replace cargo-cult winrt snippet with unified header-includeMårten Nordheim2023-01-311-9/+1
* Remove the unused QWasmWindow::m_pointerMoveCallbackMikolaj Boc2023-01-311-1/+0
* Free the GLX framebuffer configurationsInho Lee2023-01-311-1/+6
* Quasi-support for offscreen surface on WASMMikolaj Boc2023-01-305-28/+64
* Revert "Windows: use MSG timestamps for input events"Oliver Wolff2023-01-304-34/+31
* Add support for MultiABI with custom install dir of the android-buildFab Stz2023-01-301-1/+3
* Windows: fix warning on opening FileDialog after changing filtersVladimir Belyavsky2023-01-261-3/+4
* xcb: Fix QXcbCursor for secondary screenPeter Varga2023-01-261-2/+2
* ODBC SQL driver: deal with different sizes of SQLTCHAR correctlyMarc Mutz2023-01-251-14/+30
* Set the cursor in QWasmWindowMikolaj Boc2023-01-244-91/+41
* Introduce qt_winrtbase_p.hOliver Wolff2023-01-233-20/+4
* Windows QPA: also consider window flags when judging frameless or notYuhang Zhao2023-01-233-17/+43
* Windows QPA: rework how we set dpi awarenessYuhang Zhao2023-01-234-80/+137
* Windows: use MSG timestamps for input eventsGiuseppe D'Angelo2023-01-234-31/+34
* Windows QPA: use make_unique instead of QSP+raw new+memsetGiuseppe D'Angelo2023-01-231-4/+4
* Handle the wheel event in the wasm windowMikolaj Boc2023-01-226-79/+94
* Remove the qwasmstylepixmaps_p.h dead codeMikolaj Boc2023-01-213-161/+0
* Handle the drop event in the wasm window elementMikolaj Boc2023-01-2010-137/+176
* SQL: use qsizetype and range-based for loops where possibleChristian Ehrlicher2023-01-201-1/+1
* Android: use signature-less jni syntax for AndroidContentFileEngineAssam Boudjelthia2023-01-181-84/+92
* Streamline reading of js DataTransfer objectMikolaj Boc2023-01-187-293/+99
* Android: pass EXTRA_INITIAL_URI to native FileDialogAssam Boudjelthia2023-01-182-6/+28
* Fix build with -no-feature-cssparserTasuku Suzuki2023-01-171-1/+0
* Add QString<->emscripten::val conversion functionsMikolaj Boc2023-01-1310-77/+16
* Add QEGLContext::invalidateContextThomas Senyk2023-01-122-4/+36
* Add missing header guardsFriedemann Kleint2023-01-121-0/+5
* qxcbwindow.cpp: Fix sign-compare and another warningsLiang Qi2023-01-111-3/+4
* Enable shared library build of Qt for iOSTor Arne Vestbø2023-01-102-0/+3
* wasm: move Q_AUTOTEST_EXPORT to correct locationMorten Sørvig2023-01-091-1/+1
* Fix QErrorMessage test when using native dialogsTor Arne Vestbø2023-01-091-0/+2
* wasm: make qtloader print stack trace on exceptionMorten Sørvig2023-01-091-0/+2
* Dark windows: use background/foreground colors for tooltipsVolker Hilsheimer2023-01-071-7/+6
* wasm: sync pointer button state on pointer downMorten Sørvig2023-01-061-0/+8
* wasm: Fix secondary thread event processingMorten Sørvig2023-01-062-5/+0
* Fix cache maybe invalid while the signal is actived from queueJannis Xiong2023-01-063-1/+8
* Document QGtk3StorageAxel Spoerl2023-01-052-39/+193
* TLS backend SecureTransport: properly clear SSLContextRefTimur Pocheptsov2023-01-051-0/+1
* Android A11Y: Only access the main thread when it is not blockedJulian Greilich2023-01-051-0/+9
* Document QGtk3InterfaceAxel Spoerl2023-01-052-21/+183
* Tweak comment about QCocoaWindowYAMAMOTO Atsushi2023-01-051-3/+3
* macOS: Include text in key events triggered by insertion key-bindingsTor Arne Vestbø2023-01-041-8/+10