summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoawindow.mm
Commit message (Expand)AuthorAgeFilesLines
* Pick up initial state of foreign windows instead of reflecting QWindowTor Arne Vestbø2023-03-281-12/+18
* macOS: Don't try to create or manage NSWindow of foreign windowsTor Arne Vestbø2023-03-281-0/+8
* macOS: Simplify child window parenting in recreateWindowIfNeeded()Tor Arne Vestbø2023-03-281-3/+1
* macOS: Create NSView as initially hidden, to match QWindow behaviorTor Arne Vestbø2023-03-281-10/+5
* macOS: Apply QWindow properties to NSWindow when setting content viewTor Arne Vestbø2023-03-281-9/+1
* macOS: Disable interaction for modally blocked transient parent windowsTor Arne Vestbø2023-03-201-4/+30
* macOS: Remove content border thickness members from QCocoaWindowTor Arne Vestbø2023-03-081-2/+2
* macOS: Class initialize QCocoaWindow membersTor Arne Vestbø2023-03-081-18/+1
* macOS: Move setMask call out of recreateWindowIfNeededTor Arne Vestbø2023-03-081-2/+2
* macOS: Don't set opacity on non-top level windows during NSWindow creationTor Arne Vestbø2023-03-081-4/+1
* Remove QCocoaWindow::setContentBorderThicknessTor Arne Vestbø2023-02-151-10/+0
* macOS: Remove machinery for attaching NSToolBar to QWindowTor Arne Vestbø2023-02-151-20/+0
* macOS: Limit cursor update workaround to Monterey and belowTor Arne Vestbø2023-01-031-16/+18
* macOS: Send synthetic cursorUpdate events for utility windowsTor Arne Vestbø2023-01-031-3/+9
* macOS: Don't set cursor for non-key windowsTor Arne Vestbø2022-12-131-2/+2
* QCocoaWindow::windowStyleMask: make popups non-resizableTimur Pocheptsov2022-10-071-1/+3
* macOS: Report compound window state when state changesTor Arne Vestbø2022-09-201-12/+16
* macOS: Handle asynchronous deminiaturizing of windowsTor Arne Vestbø2022-09-201-3/+12
* macOS: Return false from set(Keyboard/Mouse)GrabEnabledTor Arne Vestbø2022-09-131-18/+4
* Mac: close popups opened on inactive application on relevant user actionVolker Hilsheimer2022-08-221-1/+72
* Fix several more improperly placed #include mocThiago Macieira2022-08-041-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Plugins: replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-05-041-1/+1
* macOS: Clear NSOpenGLContext drawable when QNSView is about to go awayTor Arne Vestbø2021-11-161-0/+9
* macOS: Correctly record normalGeometry in Cocoa pluginVolker Hilsheimer2021-10-141-0/+41
* cocoa: Fix typo in debug messagesJonas Kvinge2021-10-121-1/+1
* qcocoa: Fix typos in source code commentsJonas Kvinge2021-10-121-4/+4
* QCocoaWindow: Make window key if the app's modal window is hiddenDoris Verria2021-10-071-1/+3
* macOS: fix window deactivation when a popup is openVolker Hilsheimer2021-09-301-1/+6
* macOS: send enter/leave when a window opens/closesVolker Hilsheimer2021-09-241-0/+20
* macOS: Handle window titlebar buttons independently from style maskTor Arne Vestbø2021-09-231-35/+41
* macOS: Change NSTrackingArea to use NSTrackingActiveAlwaysRichard Moe Gustavsen2021-09-231-8/+1
* macOS: Fix logic for determining NSWindowStyleMaskTitled/BorderlessTor Arne Vestbø2021-09-221-11/+32
* macOS: Remove remnant of popup closing logic from Cocoa pluginVolker Hilsheimer2021-09-181-28/+0
* macOS: remove the popup stack from QCocoaIntegrationVolker Hilsheimer2021-09-151-14/+2
* macOS: Remove duplicate code closing popups on window interactionVolker Hilsheimer2021-09-151-18/+0
* 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