summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
* Android: fix exception with non-existent default QtClipboardManager ctorAssam Boudjelthia19 hours1-1/+1
* AndroidTestRunner: Fix treatement of quotes in test argsAssam Boudjelthia19 hours1-3/+8
* Add VxWorks support in QEglFSDeviceIntegrationJacek Poplawski19 hours1-3/+3
* Fix signed integer overflow in handling WM_SIZE messageWladimir Leuschner3 days1-1/+1
* Android: rectify the visibility of QtAndroid.jar classAssam Boudjelthia3 days1-1/+1
* Android: rename isPluginRunning to isNativePluginIntegrationReadyAssam Boudjelthia3 days3-8/+6
* Android: Register a default keyboardAssam Boudjelthia4 days1-0/+4
* Avoid rounding errors for fullscreen window geometryMorten Sørvig4 days1-13/+15
* Fix Japan locale not showing japanese fonts correctlyLauri Pohjanheimo8 days1-0/+33
* Add initial implementation of an Android icon engineVolker Hilsheimer8 days5-0/+421
* a11y: Fix bug where some characters were not spoken while moving cursorJan Arve Sæther8 days1-4/+4
* Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChangedTor Arne Vestbø8 days12-27/+27
* Android: print correct return code of main()Assam Boudjelthia8 days1-4/+3
* Add initial implementation of a Windows icon engineVolker Hilsheimer8 days6-0/+213
* Add initial implementation of macOS and iOS icon theme implementationsVolker Hilsheimer8 days4-13/+22
* wasm: Fix compilation failures when not using precompiled headersAlexandru Croitor9 days4-0/+6
* macOS: Don't crash when starting a drag with empty mime dataVolker Hilsheimer9 days1-0/+2
* macOS: Guard QCocoaWindow access when handling application activation changeTor Arne Vestbø11 days1-3/+4
* iOS: Use 160x160 as default normal window size, like on other platformsTor Arne Vestbø11 days1-5/+7
* wasm: Respect maximum window size in QWasmWindowPiotr Wierciński11 days1-6/+2
* Remove ambiguity in handling of registry keys from setupAPI.hJøger Hansegård14 days1-7/+14
* QWindowsDrag: remove unused member variable and method isDraggingDavid Faure14 days2-6/+0
* xcb: only set base size when it's validLiang Qi14 days1-1/+2
* Android: Fix broken insertNativeView() signatureTinja Paavoseppä14 days2-2/+3
* xcb: update WM_TRANSIENT_FOR on transientParent native window recreationLiang Qi2023-11-162-17/+57
* xcb: make QXcbWindow inherit QObjectLiang Qi2023-11-163-17/+19
* Cocoa: implement QScreen::orientationVolker Hilsheimer2023-11-162-0/+20
* Windows: Improve hidpi style drawing and metricsMorten Sørvig2023-11-152-0/+7
* Prevent reparenting of foreign window embedding containerTor Arne Vestbø2023-11-152-2/+10
* macOS: Work around [NSApplication setWindowsMenu:] out of bound accessTor Arne Vestbø2023-11-151-0/+9
* macOS: Take window mask into account when computing QCocoaScreen::topLevelAtTor Arne Vestbø2023-11-151-1/+6
* macOS: Always place input panels at NSPopUpMenuWindowLevel or aboveTor Arne Vestbø2023-11-151-2/+11
* a11y uia: Report UIA_StrikethroughStyleAttributeIdMichael Weghorn2023-11-152-0/+47
* Cocoa plugin: make sure popups' collection behavior knows about spacesTimur Pocheptsov2023-11-151-2/+3
* a11y uia: Map 3 more roles to UIA control type IDsMichael Weghorn2023-11-151-0/+3
* Fix setting SysTrayIcon visible after explicitly hiding itWladimir Leuschner2023-11-141-2/+0
* Fix android buildMichal Klocek2023-11-141-2/+2
* Ensure foreign window can be reparented out of contained window againTor Arne Vestbø2023-11-132-8/+16
* iOS: Fix foreign window auto testTor Arne Vestbø2023-11-132-11/+23
* macOS: Clarify relation between occlusion state, hidden state, and exposeTor Arne Vestbø2023-11-122-7/+23
* macOS: Respect QPlatformDialogHelper::ButtonLayout in native alertsTor Arne Vestbø2023-11-121-3/+49
* macOS: Activate all windows on launch, not just key/main windowsTor Arne Vestbø2023-11-121-0/+8
* macOS: Only bring application forward on launch if neededTor Arne Vestbø2023-11-121-5/+14
* macOS: Remove dead code for activating application on startupTor Arne Vestbø2023-11-121-10/+0
* macOS: Implement NSTextInputClient.windowLevelWs ShawnWoo2023-11-121-0/+17
* macOS: Work around key view loop crossing NSWindow boundariesTor Arne Vestbø2023-11-121-0/+18
* QCocoaSystemTrayIcon: fix updateMenu() logicVladimir Belyavsky2023-11-121-1/+12
* Android: set the default theme directly in QtActivity without reflectionAssam Boudjelthia2023-11-101-7/+0
* Android: don't call delegates outside of the ActivityAssam Boudjelthia2023-11-104-57/+47
* xcb: fix deprecated QBitmap::operator=(const QPixmap&) warningsLiang Qi2023-11-102-2/+2