summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoawindow.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: Expand and tighten plumbing of QWindow's requested color spaceTor Arne Vestbø2024-02-151-5/+9
* macOS: Deliver focus change events for foreign windowsTor Arne Vestbø2023-12-121-8/+2
* macOS: Don't reset focus window to top level window when becoming keyTor Arne Vestbø2023-12-121-9/+18
* Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChangedTor Arne Vestbø2023-11-231-3/+3
* Prevent reparenting of foreign window embedding containerTor Arne Vestbø2023-11-151-1/+4
* Cocoa plugin: make sure popups' collection behavior knows about spacesTimur Pocheptsov2023-11-151-2/+3
* Ensure foreign window can be reparented out of contained window againTor Arne Vestbø2023-11-131-4/+6
* macOS: Clarify relation between occlusion state, hidden state, and exposeTor Arne Vestbø2023-11-121-5/+7
* macOS: Work around key view loop crossing NSWindow boundariesTor Arne Vestbø2023-11-121-0/+18
* macOS: Check NSWindow as well when determining if setVisible can bail outTor Arne Vestbø2023-10-301-1/+1
* macOS: Don't refuse key window for direct transient parent of modal windowTor Arne Vestbø2023-10-251-2/+15
* macOS: Make QCocoaWindow::setVisible idempotentTor Arne Vestbø2023-10-251-0/+25
* macOS: Explicitly mark NSView as needing display when unhiding itTor Arne Vestbø2023-10-241-0/+4
* macOS: Use [QNSWindow closeAndRelease] for closing and releasingTor Arne Vestbø2023-08-071-2/+1
* macOS: Ensure foreign windows can be reparented via QWindow::setParent()Tor Arne Vestbø2023-08-031-4/+8
* Fix typo in QCocoaWindow commentColin Snover2023-06-151-1/+1
* macOS: Disable minimize button for Qt::Dialog windows by defaultTor Arne Vestbø2023-06-031-0/+7
* macOS: Handle failure to create display link or invalid display linkTor Arne Vestbø2023-04-241-1/+4
* macOS: Synthesize cursor updates on QCocoaWindow::setWindowCursorTor Arne Vestbø2023-04-121-18/+20
* 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