summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoawindow.mm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-091-3/+12
|\
| * macOS: Handle asynchronous deminiaturizing of windowsTor Arne Vestbø2022-09-241-3/+12
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.10' into tqtc/lts-5.15-ope...v5.15.10-lts-lgplTarja Sundqvist2023-04-241-1/+1
|\|
| * cocoa: Fix typo in debug messagesJonas Kvinge2022-05-071-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...Tarja Sundqvist2022-09-121-7/+27
|\|
| * QCocoaWindow: Make window key if the app's modal window is hiddenDoris Verria2021-10-081-1/+3
| * macOS: Compute NSWindow background color without checking styleMaskTor Arne Vestbø2021-09-221-4/+2
| * Cocoa: Make sure we can display multiple sheets for the same NSWindowDoris Verria2021-09-081-1/+5
| * macOS: Don't rely on invalidateCursorRectsForView when mouse is over viewTor Arne Vestbø2021-09-041-0/+14
| * macOS: Don't wipe NSWindowStyleMaskFullSizeContentView if set manuallyTor Arne Vestbø2021-08-241-1/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...Tarja Sundqvist2022-08-161-5/+22
|\|
| * macOS: Stop relying on balanced CGDisplay reconfiguration callbacksTor Arne Vestbø2021-08-051-4/+7
| * macOS: Don't make frameless tool windows miniaturizableVolker Hilsheimer2021-07-131-2/+4
| * macOS: Keep NSWindow alive after handling windowShouldClose callbackTor Arne Vestbø2021-07-091-0/+9
| * macOS: Allow programatically minimizing frameless windowsMorten Johan Sørvig2021-06-221-1/+4
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-071-1/+1
|\|
| * macOS: don't let windows that are transparent for input become key windowVolker Hilsheimer2021-02-191-1/+1
* | Revert "Update commercial license headers"Tarja Sundqvist2021-03-241-20/+20
|/
* macOS: Remove warning about KVO observers on QNSWindow/QNSPanelTor Arne Vestbø2021-02-111-5/+0
* Update commercial license headersTarja Sundqvist2021-01-261-20/+20
* Close popups on windowWillMiniaturize notificationTimur Pocheptsov2020-10-051-10/+7
* Handle NSEvent*MouseDragged in QCocoaWindow::startSystemMove()René Meusel2020-09-191-0/+3
* macOS: Don't assume we will get didBecomeKey for non-Qt NSWindowsTor Arne Vestbø2020-09-141-9/+11
* Merge remote-tracking branch 'origin/5.15.0' into 5.15Liang Qi2020-04-281-5/+18
|\
| * macOS: Restore fallback sizes when setting application or window iconsTor Arne Vestbø2020-04-201-3/+6
| * macOS: Support [NSPanel becomesKeyOnlyIfNeeded]Tor Arne Vestbø2020-04-171-1/+8
| * macOS: Activate non-modal windows during modal session if they support itTor Arne Vestbø2020-04-171-2/+5
* | macOS: draw toolbar separator line in unfifed modeMorten Johan Sørvig2020-04-281-2/+11
|/
* macOS: Replace foreach with ranged for loopsTor Arne Vestbø2020-04-141-1/+1
* macOS: Pass on QIcon as NSImage if possible, instead of going via QPixmapTor Arne Vestbø2020-03-121-7/+4
* macOS: Streamline QImage to NSImage conversionTor Arne Vestbø2020-03-121-2/+1
* macOS: Log occlusion state changesTor Arne Vestbø2020-03-121-1/+3
* macOS: Disable system provided tabbing by defaultTor Arne Vestbø2020-03-061-0/+1
* Add QWindow::startSystemMove and startSystemResizeJohan Klokkhammer Helsing2020-01-281-0/+16
* macOS: Enable fullscreen for windows by defaultTor Arne Vestbø2019-12-051-1/+4
* macOS: Replace use of deprecated acceptsTouchEvents APITor Arne Vestbø2019-11-251-2/+2
* macOS: Deliver update requests even when view or layer needs displayTor Arne Vestbø2019-10-281-11/+0
* Modernize QWindowSystemInterface::handleCloseEventTor Arne Vestbø2019-10-041-8/+5
* macOS: Handle backing property changes in a single placeTor Arne Vestbø2019-09-231-11/+0
* Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-08-271-15/+0
|\
| * macOS: Choose appropriate NSWindow depth based on surface formatTor Arne Vestbø2019-08-241-15/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-241-0/+11
|\|
| * macOS: Invalidate backingstore and trigger expose on color space changesTor Arne Vestbø2019-08-221-0/+11
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-051-18/+34
|\|
| * macOS: Improve screen positioning during window creationTor Arne Vestbø2019-08-011-12/+21
| * macOS: Don't assume NSWindows will be created on the screen we requestTor Arne Vestbø2019-08-011-7/+14
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-301-0/+3
|\|
| * macOS: Respect QSurfaceFormat color space when creating NSWindowTor Arne Vestbø2019-07-291-0/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-201-7/+29
|\|
| * macOS: Modernize and clarify transient parent window level inheritanceTor Arne Vestbø2019-07-191-7/+29