summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoawindow.mm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-6.2.7' into tqtc/lts-6.2-openso...Tarja Sundqvist2023-10-031-3/+12
|\
| * macOS: Handle asynchronous deminiaturizing of windowsTor Arne Vestbø2022-09-201-3/+12
* | Revert "Update commercial license headers"v6.2.5-lts-lgplTarja Sundqvist2022-11-241-21/+21
|/
* Update commercial license headersTarja Sundqvist2022-06-211-21/+21
* macOS: Clear NSOpenGLContext drawable when QNSView is about to go awayTor Arne Vestbø2021-11-171-0/+9
* macOS: Correctly record normalGeometry in Cocoa pluginVolker Hilsheimer2021-10-181-0/+41
* qcocoa: Fix typos in source code commentsJonas Kvinge2021-10-121-4/+4
* cocoa: Fix typo in debug messagesJonas Kvinge2021-10-121-1/+1
* QCocoaWindow: Make window key if the app's modal window is hiddenDoris Verria2021-10-081-1/+3
* macOS: send enter/leave when a window opens/closesVolker Hilsheimer2021-09-241-0/+20
* macOS: Compute NSWindow background color without checking styleMaskTor Arne Vestbø2021-09-151-4/+2
* Cocoa: Make sure we can display multiple sheets for the same NSWindowDoris Verria2021-09-071-1/+5
* macOS: Don't rely on invalidateCursorRectsForView when mouse is over viewTor Arne Vestbø2021-09-031-0/+14
* macOS: Don't wipe NSWindowStyleMaskFullSizeContentView if set manuallyTor Arne Vestbø2021-08-171-1/+3
* macOS: Stop relying on balanced CGDisplay reconfiguration callbacksTor Arne Vestbø2021-08-021-4/+7
* macOS: Map QSurfaceFormat color space to NSWindow via ICC dataTor Arne Vestbø2021-07-121-2/+5
* macOS: Don't make frameless tool windows miniaturizableVolker Hilsheimer2021-07-121-2/+4
* macOS: Allow programatically minimizing frameless windowsMorten Johan Sørvig2021-06-091-1/+4
* macOS: Keep NSWindow alive after handling windowShouldClose callbackTor Arne Vestbø2021-06-091-0/+9
* macOS: don't let windows that are transparent for input become key windowVolker Hilsheimer2021-02-191-1/+1
* macOS: Remove warning about KVO observers on QNSWindow/QNSPanelTor Arne Vestbø2020-12-091-5/+0
* macOS: Remove alpha from default surface formatMorten Johan Sørvig2020-10-231-8/+1
* Handle NSEvent*MouseDragged in QCocoaWindow::startSystemMove()René Meusel2020-09-181-0/+3
* Switch QSurfaceFormat::colorSpace to a QColorSpaceAllan Sandfeld Jensen2020-09-151-1/+1
* macOS: Don't assume we will get didBecomeKey for non-Qt NSWindowsTor Arne Vestbø2020-09-081-9/+12
* Fix warning after QMetaType changesVolker Hilsheimer2020-08-251-1/+1
* macOS: Remove support for surface-backed viewsTor Arne Vestbø2020-08-181-21/+8
* macOS: Remove workaround for zero-size GL viewsTor Arne Vestbø2020-07-221-8/+1
* macOS: Ensure initial geometry is always setTor Arne Vestbø2020-07-221-2/+10
* macOS: Remove stale code for handling view hiding during reparentingTor Arne Vestbø2020-07-221-4/+2
* qnsview: don't active QWindows inside NSWindows that are not keyRichard Moe Gustavsen2020-07-221-3/+11
* macOS: Get rid of QCocoaWindowFunctionsTor Arne Vestbø2020-07-071-7/+0
* macOS: Clean up headersTor Arne Vestbø2020-06-051-8/+9
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-7/+29
|\
| * 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/iOS: set focus reason when handling window deactivationVolker Hilsheimer2020-04-291-2/+4
* | 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-9/+7
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-0/+1
|\|
| * macOS: Disable system provided tabbing by defaultTor Arne Vestbø2020-03-061-0/+1
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-0/+16
|\|
| * Add QWindow::startSystemMove and startSystemResizeJohan Klokkhammer Helsing2020-01-281-0/+16