summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoaintegration.mm
Commit message (Expand)AuthorAgeFilesLines
* 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.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
* | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-10/+0
|\|
| * macOS: Don't tweak NSApp presentationOptions on startupTor Arne Vestbø2019-12-031-10/+0
* | Session management for macOSSamuel Gaist2019-12-021-0/+10
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-201-19/+0
|\
| * macOS: Add QCocoaWindowManager for dealing with window levelsTor Arne Vestbø2019-07-191-19/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-181-3/+1
|\|
| * macOS: Move QCocoaGLContext initialization into dedicated methodTor Arne Vestbø2019-07-171-3/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-0/+19
|\|
| * macOS: lower the splash screen when a modal dialog blocks itVolker Hilsheimer2019-06-261-0/+19
| * Rename QMacScopedObserver to the more fittingly QMacNotificationObserverTor Arne Vestbø2019-05-291-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-1/+6
|\|
| * QMenu: show shortcuts in context menus by defaultRichard Moe Gustavsen2019-05-151-1/+6
* | macOS: Track screens via Quartz Display Services instead of NSScreenTor Arne Vestbø2019-05-131-89/+2
|/
* Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-3/+3
* macOS: Add IOSurface based backingstore for layer-backed viewsTor Arne Vestbø2019-03-141-1/+10
* macOS: Decouple screen property updates from application delegateTor Arne Vestbø2019-02-201-0/+3
* CoreText: Define font smoothing gamma along with rest of relevant codeTor Arne Vestbø2018-11-301-1/+3
* macOS: Disable threaded GL rendering on SDK 10.14+Tor Arne Vestbø2018-11-131-2/+7
* macOS: Log Qt and macOS version information at startupTor Arne Vestbø2018-10-251-0/+28
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-101-21/+0
|\
| * Revert "macOS: Force light theme on macOS 10.14+"Morten Johan Sørvig2018-09-031-21/+0
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-161-0/+21
|\|
| * macOS: Force light theme on macOS 10.14+Gabriel de Dietrich2018-08-091-0/+21
* | macOS: Add missing braces in QCocoaIntegration::updateScreens()Tor Arne Vestbø2018-08-071-1/+2
* | macOS: Simplify and clean up QCocoaGLContext constructorTor Arne Vestbø2018-08-041-3/+1
* | macOS: Disambiguate use of native handles in QCocoaGLContextTor Arne Vestbø2018-08-031-1/+3
* | macOS: Make screen property changes more verbose and granularTor Arne Vestbø2018-08-031-4/+1
* | macOS: Experimental Vulkan support via MoltenVKMorten Johan Sørvig2018-05-081-0/+13
* | Cocoa QPA: Remove uses of NULLGabriel de Dietrich2018-04-251-1/+1
* | Cocoa QPA: Clean up 0 as pointerGabriel de Dietrich2018-04-191-8/+8
* | macOS: Provide helper property for resolving the display ID of a screenTor Arne Vestbø2018-03-201-1/+1
* | macOS: Remove 'cocoa' infix in QPA logging categoriesTor Arne Vestbø2018-03-141-4/+4
* | Clean up our Objective-C usageJake Petroules2018-02-201-3/+3
|/
* macOS: Fall back to QWindow::icon for application icon if not setTor Arne Vestbø2017-11-071-0/+32
* macOS: Add logging of screen add/remove/changesTor Arne Vestbø2017-11-041-0/+5
* macOS: Add support for non-window backed offscreen surfacesTor Arne Vestbø2017-10-161-0/+19
* macOS: Split QCocoaScreen out from qcocoaintegration.mmTor Arne Vestbø2017-10-051-223/+1
* Clean up OS version checks for Apple platformsJake Petroules2017-09-291-1/+1
* macOS: Deduplicate QNSWindow/QNSPanel codeTor Arne Vestbø2017-08-241-1/+1
* macOS: Simplify QCocoaWindow::handleGeometryChangeMorten Johan Sørvig2017-07-091-1/+9
* Convert features.filedialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-1/+7
* macOS: Split out font engine creation from QCoreTextFontDatabaseTor Arne Vestbø2017-04-041-1/+11
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-1/+1
|\
| * Fix spelling: neccessary -> necessaryMorten Johan Sørvig2017-03-221-1/+1
* | QWindow: Remove "_q_foreignWinId" dynamic propertyTor Arne Vestbø2017-02-221-0/+5
* | macOS: Keep reference to NSScreen via index instead of pointerTor Arne Vestbø2017-01-171-15/+23