summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the handling of dead keys on WASMMikolaj Boc2022-12-271-6/+7
* wasm: Work on wasm accessibility elements and eventsShreya Pattani2022-12-272-10/+284
* wasm: Work on wasm accessibility elements and eventsSharad Sahu2022-12-272-4/+132
* wasm: add end-user accessibillty opt-inMorten Sørvig2022-12-273-18/+133
* wasm: add accessibility container to QWasmWindowMorten Sørvig2022-12-273-0/+14
* windows: gl: Fix WGL_SAMPLES reductionLaszlo Agocs2022-12-241-7/+8
* QWindowsContext::setProcessDpi[V2]Awareness check current value before settin...Oliver Wolff2022-12-231-13/+18
* Handle the mouse events in the window itselfMikolaj Boc2022-12-2212-241/+215
* Android: Fix UI is scaled smaller than beforeSamuel Mira2022-12-221-1/+1
* Avoid mutual ownership in qstdweb's File::streamMikolaj Boc2022-12-221-3/+3
* Android: handle move operation with content urisAssam Boudjelthia2022-12-211-0/+24
* Run clang-format on qwasmdrag.h/.cppMikolaj Boc2022-12-212-35/+26