summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-112-4/+6
|\
| * qnsview_mouse, scrollWheel: do not assume zero deltas on Ending phaseTimur Pocheptsov2021-11-031-4/+4
| * Add missing macOS header file that was indirectly included beforeØystein Heskestad2021-11-031-0/+2
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...Tarja Sundqvist2022-09-127-53/+103
|\|
| * QCocoaWindow: Make window key if the app's modal window is hiddenDoris Verria2021-10-081-1/+3
| * Include <QHash> explicitlyTimur Pocheptsov2021-10-051-0/+2
| * Cocoa: Don't call makeKeyAndOrderFront for native app-modal dialogsDoris Verria2021-09-232-9/+8
| * macOS: Compute NSWindow background color without checking styleMaskTor Arne Vestbø2021-09-222-6/+14
| * 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
| * macOS: close popups on mousedown within the window frameVolker Hilsheimer2021-08-203-35/+54
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...Tarja Sundqvist2022-08-166-103/+71
|\|
| * macOS: Fix leaked NSMutableArray in applicationActivationChangedTor Arne Vestbø2021-08-141-1/+1
| * macOS: Stop relying on balanced CGDisplay reconfiguration callbacksTor Arne Vestbø2021-08-053-84/+30
| * Update deprecated NSAccessibility methodVolker Hilsheimer2021-07-231-1/+1
| * 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: fix separator actions not showing in menusVolker Hilsheimer2021-07-061-14/+9
| * macOS: Unregister screen notification handlers on QGuiApplication shutdownTor Arne Vestbø2021-06-232-3/+16
| * macOS: Allow programatically minimizing frameless windowsMorten Johan Sørvig2021-06-221-1/+4
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.5' into tqtc/lts-5.15-open...v5.15.5-lts-lgplTarja Sundqvist2022-05-164-11/+27
|\|
| * macOS: don't show invisible separator itemsVolker Hilsheimer2021-05-282-3/+8
| * cocoa: be more careful about rejecting frame strut eventsRichard Moe Gustavsen2021-05-241-7/+16
| * macOS: Don't override action set during drop handlingAndy Shaw2021-04-291-1/+3
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-074-6/+19
|\|
| * Don't disable menu items that belong to the active modal windowVolker Hilsheimer2021-04-123-5/+18
| * 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-2497-1995/+1995
|/
* macOS: Fix crash when showing parent-less platform menusTor Arne Vestbø2021-02-111-2/+2
* macOS: Remove warning about KVO observers on QNSWindow/QNSPanelTor Arne Vestbø2021-02-111-5/+0
* a11y: Report mixed state if QCheckBox is PartiallyCheckedJan Arve Sæther2021-02-041-0/+2
* macOS: Don't exec file dialogs via runModal unless they are app modalTor Arne Vestbø2021-02-032-16/+40
* macOS: Remove DontConfirmOverwrite workaroundMorten Johan Sørvig2021-02-021-9/+2
* macOS: Show system tray icon on mouse button press, not releaseTor Arne Vestbø2021-02-021-1/+1
* macOS: Don't restrict non-modal file dialogs to open-dialogs onlyTor Arne Vestbø2021-02-021-16/+14
* Cocoa: When validating menus, account for modal window only if activeAndy Shaw2021-02-021-4/+3
* Update commercial license headersTarja Sundqvist2021-01-2697-1995/+1995
* macOS: Always allow interacting with popup windows during modal sessionTor Arne Vestbø2020-12-081-0/+8
* macOS: Propagate device-pixel-ratio of system tray iconTor Arne Vestbø2020-11-201-0/+1
* macOS: Account for Big Sur always enabling layer backed viewsTor Arne Vestbø2020-11-191-2/+9
* Cocoa: Allow CMD+H to hide the application when a tooltip is visibleAndy Shaw2020-11-101-1/+2
* Close popups on windowWillMiniaturize notificationTimur Pocheptsov2020-10-054-10/+23
* QCocoaDrag - set image only on the first drag itemTimur Pocheptsov2020-09-281-2/+7
* QCocoaDrag::drag - make sure clipboard is ours and populatedTimur Pocheptsov2020-09-241-4/+4
* QCocoaDrag::maybeDragMultipleItems - fix erroneous size checkTimur Pocheptsov2020-09-211-1/+1
* [macOS] Add native virtual key code to modifier keysMichael Brüning2020-09-211-9/+18
* 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
* macOS: Handle platform window destroy and create in backingstoreTor Arne Vestbø2020-08-282-8/+36