summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* iOS: Remove NSView.safeAreaInsets wrapperTor Arne Vestbø2024-03-194-8/+2
* wasm: Only raise top level windows upon activationPiotr Wierciński2024-03-181-2/+4
* QAbstractFileEngine: add a path parameter to beginEntryList()Ahmad Samir2024-03-175-14/+18
* QAbstractFileEngine: make {begin,end}EntryList() return a unique_ptrAhmad Samir2024-03-175-10/+13
* wasm: Lift restriction on offscreen for fake context sharingEven Oscar Andersen2024-03-161-21/+16
* Add AA_DontUseNativeMenuWindowsMitch Curtis2024-03-153-7/+24
* wasm: make qtloader.js use FS.createPreloadedFile when preloadingPiotr Wiercinski2024-03-141-23/+19
* macOS: Forward application{Will,Did}FinishLaunching to reflection delegateTor Arne Vestbø2024-03-141-2/+5
* QEventDispatcher*: port the Unix dispatchers to V2Thiago Macieira2024-03-132-20/+21
* Android: Resize QWindow when its QtView is resizedTinja Paavoseppä2024-03-132-1/+11
* XCB: Unset the connection's mousePressWindow if it's this windowAndy Shaw2024-03-081-0/+2
* wasm: send DPR change event on window updateMorten Sørvig2024-03-081-1/+6
* wasm: Make sure we can add screen after releaseRequestUpdateHold has been calledEven Oscar Andersen2024-03-053-9/+14
* drm: Fix having more than window over the screen's lifetimeLaszlo Agocs2024-03-052-1/+9
* drm: atomic: Avoid device busy when flipping after creating a new windowLaszlo Agocs2024-03-051-2/+6
* Windows QPA: Include custom margins in atypical marginsTimothée Keller2024-03-051-5/+6
* Revert "QAndroidPlatformInputContext: send composition text and cursor jointly"Axel Spoerl2024-03-051-7/+15
* Add QT_IM_MODULES env to allows specify multi IM keyJiDe Zhang2024-03-056-19/+21
* Replace some QString::fromUtf16() with QStringView::toString()Thiago Macieira2024-03-041-2/+2
* QAbstractFileEngine: remove redundant endEntryList() overridesAhmad Samir2024-03-034-12/+0
* windows: Remove workaround for delayed OpenGL initializationTor Arne Vestbø2024-03-013-24/+0
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* QWindows11Style: Revert Windows global palette changesWladimir Leuschner2024-02-291-135/+39
* Windows: clean up System Tray Icon message iconVolker Hilsheimer2024-02-282-1/+10
* Replace QWindowsComBase with QComObjectPavel Dubsky2024-02-2720-59/+50
* CMake: Fix wasm build without PCH enabledAlexandru Croitor2024-02-201-0/+2
* wasm: make opengles3 (webgl2) default surface formatLorn Potter2024-02-212-17/+34