summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* wasm: convert a11y coordinates to window coordinatesMorten Sørvig2023-02-031-1/+11
* wasm: fix accessibility crash on null parentMorten Sørvig2023-02-032-10/+12
* wasm: set contenteditable on canvasMorten Sørvig2023-02-036-19/+21
* Remove unused code in qwasmcssstyleMikolaj Boc2023-02-031-26/+1
* Support window masks on WASMMikolaj Boc2023-02-032-2/+23
* iOS: Fix build with -no-openglTor Arne Vestbø2023-02-016-5/+27
* Remove redundant qsharedpointer.h #includesAhmad Samir2023-01-311-1/+0
* 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
* 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
* Set the cursor in QWasmWindowMikolaj Boc2023-01-244-91/+41
* Introduce qt_winrtbase_p.hOliver Wolff2023-01-231-9/+2
* 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
* 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
* 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
* Android A11Y: Only access the main thread when it is not blockedJulian Greilich2023-01-051-0/+9
* 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
* macOS: Limit cursor update workaround to Monterey and belowTor Arne Vestbø2023-01-031-16/+18
* macOS: Send synthetic cursorUpdate events for utility windowsTor Arne Vestbø2023-01-031-3/+9
* QWindowsKeyMapper: make the code locale-independentMarc Mutz2023-01-031-2/+2
* macOS: Ensure NSEvent processing during NSApp initializationTor Arne Vestbø2023-01-031-0/+1
* macOS: Stop using the deprecated [NSWorkspace openFile:] APITor Arne Vestbø2023-01-021-7/+1
* Return to the two-step destruction in compositorMikolaj Boc2023-01-023-6/+8
* wasm: support setting Emscripten configurationMorten Sørvig2023-01-011-1/+3
* wasm: use public API for converting from Uint8ArrayMorten Sørvig2022-12-281-16/+1