summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* ColorScheme: clean up code to prepare adding a setterVolker Hilsheimer19 hours3-3/+3
* Android: Detect mouse buttonsAxel Spoerl37 hours1-11/+75
* wasm: back out of calling onLoaded at first frameMorten Sørvig43 hours1-3/+9
* iOS: Decouple UIWindow management from QIOSScreenTor Arne Vestbø5 days8-49/+108
* Remove QWindowsComBasePavel Dubsky5 days3-54/+0
* QWindow: Persist foreign winId to support destroy/create cyclesTor Arne Vestbø5 days3-1/+8
* Disable copy and move of QAbstractFileEngineHandlerEdward Welbourne5 days3-0/+5
* iOS: Don't report UIDevice.currentDevice.orientation through QScreenTor Arne Vestbø6 days2-76/+7
* iOS: Remove plumbing for QWindow::reportContentOrientationChangeTor Arne Vestbø6 days5-105/+0
* iOS: Move QUIWindow implementation out of qiosscreen.mmTor Arne Vestbø6 days7-49/+73
* iOS: Handle geometry of maximized windows outside of QIOSScreenTor Arne Vestbø6 days4-37/+40
* iOS: Support message box at startup without relying on screen's windowTor Arne Vestbø6 days2-20/+17
* iOS: Reduce dependency on screen's UIWindow in QIOSScreen::grabWindowTor Arne Vestbø6 days1-6/+6
* iOS: Track virtual keyboard gestures via focus window instead of screenTor Arne Vestbø6 days1-9/+6
* Use QComObject with QWindowsUiaMainProviderPavel Dubsky6 days2-29/+16
* wasm: fix linux touchscreen keyboard inputLorn Potter6 days1-11/+11
* QEglFSKmsGbmScreen::framebufferForBufferObject: release() at the correct timeMarc Mutz6 days1-2/+3
* Add preliminary support for Qt for visionOSTor Arne Vestbø6 days19-66/+161
* Revert "Always destroy OpenGL context when the window is destroyed"Samuli Piippo8 days1-6/+3
* macOS: support shortcut for Ctrl-modified TabVolker Hilsheimer11 days1-10/+29
* WindowsIconEngine: Use the correct icon for document-propertiesGary Wang12 days1-1/+1
* :wasm Fix not possible to type tab character in TextEditEven Oscar Andersen12 days1-0/+3
* Unify behavior of QSystemTrayIcon::geometry for hidden icons on WindowsOliver Wolff14 days2-0/+27
* XCB: Suppress leave event, when mouse leaves with button pressedAxel Spoerl2024-04-102-9/+12
* Pass QVariant to QSystemLocale::query() as rvalue referenceEdward Welbourne2024-04-092-2/+2
* QSystemLocale(): disable copy and moveEdward Welbourne2024-04-091-0/+1
* macOS: Send key press as QKeyEvent if input context doesn't consume itTor Arne Vestbø2024-04-081-1/+4
* Remove QWindowsComBasePavel Dubsky2024-04-051-30/+0
* Fix a regression when painting CMYK over ARGB32_PremultipliedAllan Sandfeld Jensen2024-04-042-2/+2
* Android/QtView: Move resizing of the QWindow to Qt threadTinja Paavoseppä2024-04-041-5/+7
* Android/QtView: Set also x and y of the wrapped foreign QWindowTinja Paavoseppä2024-04-042-7/+9
* Android/Embedding QML: Resize also parent windowTinja Paavoseppä2024-04-042-6/+9
* Font icon engines: reverse implementation to avoid pixmapsVolker Hilsheimer2024-04-042-49/+53
* XCB: remove dependency on QtOpenGLPrivateThiago Macieira2024-04-031-5/+0
* Windows: use MSG timestamps for input eventsGiuseppe D'Angelo2024-04-034-29/+32
* macOS: Remove popup mouse and app activation monitors on app shutdownTor Arne Vestbø2024-04-031-0/+3
* Clean up windows accessibility backendMiguel Costa2024-03-279-22/+185
* xcb: try to repopulate xinput2 devices when neededLiang Qi2024-03-221-1/+10
* wasm: Document and test OpenGLContext limitationsEven Oscar Andersen2024-03-221-1/+7
* QAbstractFileEngine: remove member FileTime and use QFile::FileTimeAhmad Samir2024-03-212-3/+3
* QFileSystemEngine: make factory functions return unique_ptr<QABFE>Ahmad Samir2024-03-215-13/+16
* wasm: Qt::WA_ShowWithoutActivating was not respectedEven Oscar Andersen2024-03-211-2/+6
* QAbstractFileEngineIterator: add `bool advance()` virtual methodAhmad Samir2024-03-204-43/+27
* iOS: Don't apply UIWindow safeAreInsets to available geometry on visionOSTor Arne Vestbø2024-03-201-5/+20
* iOS: Compute screen available geometry without UIScreen.applicationFrameTor Arne Vestbø2024-03-201-22/+9
* xcb: Avoid recreating xcb window in QXcbWindow::requestActivateWindow()Liang Qi2024-03-191-1/+6
* iOS: Use UIWindow bounds for fullscreen/maximized geometry on macOSTor Arne Vestbø2024-03-191-15/+25
* iOS: Replace deprecated UTType constantsTor Arne Vestbø2024-03-191-4/+4
* iOS: Remove support QClipboard::FindBufferTor Arne Vestbø2024-03-191-31/+8
* wasm: Fix minimum and default window sizesPiotr Wierciński2024-03-192-19/+4