summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms
Commit message (Expand)AuthorAgeFilesLines
...
* Android: Do not double finger size for touch eventsZoltan Gera2024-02-161-4/+4
* Change wasm files licenseLucie Gérard2024-02-162-2/+2
* iOS: Propagate focus changes to VoiceOverTor Arne Vestbø2024-02-155-5/+31
* Android: QtActivityDelegateBase listens to focus events from child viewsPetri Virkkunen2024-02-152-1/+21
* macOS: Expand and tighten plumbing of QWindow's requested color spaceTor Arne Vestbø2024-02-155-20/+53
* Android: QtEditText support for full-screen soft keyboardRami Potinkara2024-02-152-1/+42
* macOS: Implement support for backing store static contentsTor Arne Vestbø2024-02-133-31/+93
* Add QPlatformIntegration::BackingStoreStaticContents capabilityTor Arne Vestbø2024-02-131-0/+2
* Introduce NO_GENERATE_CPP_EXPORTS argument for qt_internal_add_moduleAlexey Edelev2024-02-093-0/+3
* WASM builds now handle bitmap and pixmap cursorsKevin Keating2024-02-081-5/+22
* wasm: fix onLoaded delay functionalityMorten Sørvig2024-02-086-1/+44
* Windows: Default to DirectWrite font backendEskil Abrahamsen Blomfeldt2024-02-062-9/+9
* Remove extra semi-colonsTasuku Suzuki2024-02-066-7/+7
* Android: Fix QtTextureView inverted opacity conditionTinja Paavoseppä2024-02-061-1/+1
* iOS: Guard traitCollectionDidChange against lack of QGuiApplicationTor Arne Vestbø2024-02-051-0/+3
* iOS: Guard against displayLayer after platform window is goneTor Arne Vestbø2024-02-051-0/+3
* iOS: Remove QUIView from superview on QIOSWindow destructionTor Arne Vestbø2024-02-051-4/+5
* Fix -Wdeprecated-anon-enum-enum-conversion issue in cocoa pluginAndy Nichols2024-02-021-2/+2
* Android: Add classes to embed QML into native AndroidTinja Paavoseppä2024-01-304-9/+124
* macOS: Don't condition deferred exec on specific NSAlert to be the modal windowTor Arne Vestbø2024-01-301-1/+1
* QJniArray: don't subclass QJniObjectVolker Hilsheimer2024-01-291-1/+1
* Simplify new QIcon ThemeIcon constants and APIVolker Hilsheimer2024-01-262-23/+23
* QCocoaA(11)y: do not try to access an element if rowIndex == -1Timur Pocheptsov2024-01-251-1/+1
* Revert "macOS: Don't crash when starting a drag with empty mime data"Volker Hilsheimer2024-01-241-2/+0
* Android: Remove parent before adding window to screenTinja Paavoseppä2024-01-221-1/+1
* Android: Add a context delegate for embedding QML to native AndroidTinja Paavoseppä2024-01-212-5/+5
* macOS: Work around lack of native support for multi-part extensionsTor Arne Vestbø2024-01-171-21/+105
* macOS: Reset save dialog extension when resetting file name filterTor Arne Vestbø2024-01-172-0/+21
* macOS: Disable currentChanged signal for NSSavePanelsTor Arne Vestbø2024-01-171-0/+8
* Android: Handle embedding container windows betterTinja Paavoseppä2024-01-162-12/+22
* Windows QPA: don't take dpi rounding policy into account when fullscreenTimothée Keller2024-01-161-10/+10
* Android: Bail early in showInputPanel() when focusWindow is not nativeAndy Nichols2024-01-151-0/+3
* macOS: Add helper function for getting AppKit localized stringsTor Arne Vestbø2024-01-153-2/+13
* QPA/Windows: Cleanup QShGetFileInfoThread on shutdownChristian Ehrlicher2024-01-121-83/+84
* iOS: Avoid category method name clash for UIResponderPaul Heimann2024-01-116-12/+12
* wasm: don't call requestActivate for windows that don't want itLorn Potter2024-01-101-1/+2
* macOS: Explicitly show extensions in save dialog if filter is "all files"Tor Arne Vestbø2024-01-101-11/+19
* macOS: Show extensions in file dialog when filtering on multi-part extensionTor Arne Vestbø2024-01-101-14/+22
* wasm: move keyboard input handling for touchscreensLorn Potter2024-01-093-25/+14
* wasm: provide isValid implementation for QWasmOffscreenSurfaceLorn Potter2024-01-092-0/+6
* QWindowsSystemTrayIcon: use high-dpi icons for notificationsChristian Ehrlicher2024-01-091-14/+3
* Add styleHint function override for QEglFSIntegrationTomasz Kozłowski2024-01-092-0/+10
* Fix opening temporary content: URIs from application content providersVolker Krause2024-01-091-1/+1
* wasm: finish comment and remove debug outputMorten Sørvig2024-01-081-5/+2
* wasm: actually save dropped files to /qt/tmpMorten Sørvig2024-01-081-1/+1
* wasm: Handle stylus events by generating QTabletEventsShawn Rutledge2023-12-287-1/+48
* wasm: implement async drag-and-dropMorten Sørvig2023-12-284-81/+119
* QWindowsTheme: honor dpr when requesting standard iconsChristian Ehrlicher2023-12-221-6/+9
* wasm: remove 'Vera' fontMorten Sørvig2023-12-212-5/+3
* wasm: write file to storage on dropLorn Potter2023-12-225-37/+102