summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoaintegration.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: Remove popup mouse and app activation monitors on app shutdownTor Arne Vestbø2024-04-031-0/+3
* Add QT_IM_MODULES env to allows specify multi IM keyJiDe Zhang2024-03-051-3/+3
* Apple: Fix a few deprecation warnings after bumping deployment targetsTor Arne Vestbø2024-02-191-2/+3
* macOS: Implement support for backing store static contentsTor Arne Vestbø2024-02-131-0/+1
* macOS: Use CALayer backingstore when widgets request non-raster surfaceTor Arne Vestbø2023-12-131-0/+11
* macOS: Remove dead code for activating application on startupTor Arne Vestbø2023-11-121-10/+0
* Implement QAppleKeyMapper in terms of QPlatformKeyMapperTor Arne Vestbø2023-10-101-7/+2
* cocoa: Handle VulkanSurface for backingstoresLaszlo Agocs2023-07-281-0/+1
* Guard qopenglcontext_p.h with QT_NO_OPENGLAlexey Edelev2023-04-061-1/+5
* macOS: Remove machinery for attaching NSToolBar to QWindowTor Arne Vestbø2023-02-151-26/+0
* Add QGuiApplication API to set a number-badge in the Dock/task barTor Arne Vestbø2022-12-021-0/+5
* Refactor: split QMacMime registry and virtual interfaceVolker Hilsheimer2022-11-031-2/+3
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+1
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Plugins: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-041-2/+2
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-1/+3
* macOS: Tie QCocoaWindowManager lifetime to QCocoaIntegrationTor Arne Vestbø2022-05-021-5/+0
* Compose render-to-texture widgets through QRhiLaszlo Agocs2022-03-111-2/+10
* Make sure that QCocoaWindowManager is initialized in static buildsVolker Hilsheimer2021-12-211-0/+6
* qcocoa: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* macOS: remove the popup stack from QCocoaIntegrationVolker Hilsheimer2021-09-151-24/+0
* macOS: Remove duplicate code closing popups on window interactionVolker Hilsheimer2021-09-151-13/+0
* macOS: don't replay mouse presses that closed a popupVolker Hilsheimer2021-09-131-0/+2
* iOS: Handle keyboard events when using an external keyboardAndy Shaw2021-01-201-2/+2
* Plumb application quit through platform pluginTor Arne Vestbø2020-09-141-0/+6
* macOS: Remove support for surface-backed viewsTor Arne Vestbø2020-08-181-9/+3
* Register a generic keyboard device on cocoaShawn Rutledge2020-07-081-0/+3
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-021-2/+14
* macOS: Clean up headersTor Arne Vestbø2020-06-051-0/+2
* macOS: Remove QtWidget dependency from platform pluginTor Arne Vestbø2020-06-041-7/+0
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-021-2/+2
* Move QPlatformBackingStoreOpenGLSupport handling out of platform pluginsTor Arne Vestbø2020-05-291-7/+0
* Move QtPlatformCompositorSupport into QtOpenGLTor Arne Vestbø2020-05-281-1/+1
* Move CoreText font engine/database to QtGuiTor Arne Vestbø2020-05-271-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-1/+3
|\
| * macOS: Restore fallback sizes when setting application or window iconsTor Arne Vestbø2020-04-201-1/+3
* | Remove deprecated ApplicationAttribute enum valuesVolker Hilsheimer2020-04-241-1/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-1/+1
|\|
| * macOS: Replace foreach with ranged for loopsTor Arne Vestbø2020-04-141-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-8/+1
|\|
| * macOS: Pass on QIcon as NSImage if possible, instead of going via QPixmapTor Arne Vestbø2020-03-121-7/+1
| * macOS: Streamline QImage to NSImage conversionTor Arne Vestbø2020-03-121-2/+1
* | Move backing store OpenGL support to the platformcompositor moduleJohan Klokkhammer Helsing2020-02-031-2/+12
* | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-071-2/+0
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-2/+0
| |\
| | * Remove commented out code added by mistake in 7ac4e55cb979dTor Arne Vestbø2020-01-021-2/+0
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-271-0/+2
| |\|
| | * macOS Don't throw away backingstore buffers when backing properties changeTor Arne Vestbø2019-12-231-0/+2