summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qnswindow.mm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.7' into tqtc/lts-5.15-open...Tarja Sundqvist2022-09-121-9/+30
|\
| * macOS: Compute NSWindow background color without checking styleMaskTor Arne Vestbø2021-09-221-2/+12
| * macOS: close popups on mousedown within the window frameVolker Hilsheimer2021-08-201-7/+18
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.6' into tqtc/lts-5.15-open...Tarja Sundqvist2022-08-161-1/+1
|\|
| * macOS: Fix leaked NSMutableArray in applicationActivationChangedTor Arne Vestbø2021-08-141-1/+1
* | Revert "Update commercial license headers"Tarja Sundqvist2021-03-241-20/+20
|/
* Update commercial license headersTarja Sundqvist2021-01-261-20/+20
* macOS: Always allow interacting with popup windows during modal sessionTor Arne Vestbø2020-12-081-0/+8
* macOS: Respect window type when determining main window statusTor Arne Vestbø2020-06-051-4/+2
* macOS: Rework worksWhenModal and update on modal session changeTor Arne Vestbø2020-04-171-11/+71
* macOS: Keep default NSWindow background unless window is framelessTor Arne Vestbø2019-09-141-2/+2
* macOS: Don't ask for a NSWindow background unless we need oneTor Arne Vestbø2019-08-221-12/+2
* macOS: Set up platform window reference before initializing QNSWindow/PanelTor Arne Vestbø2019-02-181-22/+33
* macOS: Implement QNSWindow/QNSPanel mixin using preprocessor includesTor Arne Vestbø2019-02-181-95/+75
* macOS: Modernize worksWhenModal handlingTor Arne Vestbø2019-02-181-0/+13
* macOS: Improve logging during QNSView/QNSWindow deallocationTor Arne Vestbø2018-11-201-2/+2
* macOS: Use shared NSWindowDelegate instead of one per windowTor Arne Vestbø2018-11-201-1/+0
* macOS: Ensure NSWindow delegate is released in sync with its NSWindowTor Arne Vestbø2018-11-201-4/+3
* macOS: Update all deprecated enums to their 10.12+ equivalentsTor Arne Vestbø2018-08-311-12/+12
* Remove codepaths and checks for unsupported Apple platformsTor Arne Vestbø2018-08-311-23/+14
* macOS: Remove 'cocoa' infix in QPA logging categoriesTor Arne Vestbø2018-03-141-4/+4
* Clean up our Objective-C usageJake Petroules2018-02-201-4/+3
* macOS: Copy QNSWindowProtocol without referencing it by nameTor Arne Vestbø2018-01-151-10/+17
* macOS: Add categorized logging of event and notification forwardingTor Arne Vestbø2017-11-021-0/+20
* macOS: Retain NSWindow during event deliveryTor Arne Vestbø2017-11-021-0/+5
* Clean up OS version checks for Apple platformsJake Petroules2017-09-291-1/+1
* macOS: Determine opaqueness and backgroundColor of NSWindow declarativelyTor Arne Vestbø2017-08-301-0/+22
* macOS: Deduplicate QNSWindow/QNSPanel codeTor Arne Vestbø2017-08-241-167/+70
* macOS: Deliver native events to windows, as well as to event filtersTor Arne Vestbø2017-07-061-0/+7
* macOS: Don't deliver events via NSWindow for deleted QCococaWindowsTor Arne Vestbø2017-07-061-0/+8
* macOS: Remove workaround for crash when closing window from title barTor Arne Vestbø2017-06-291-14/+0
* macOS: Remove unneeded Objective-C instance variable declarationsTor Arne Vestbø2017-06-291-2/+0
* macOS: Remove workaround for queued input events to stale windowsTor Arne Vestbø2017-06-291-9/+1
* macOS: Remove workaround for grabbing child NSWindowsTor Arne Vestbø2017-06-281-20/+2
* macOS: Remove support for child NSWindowsTor Arne Vestbø2017-06-211-21/+4
* macOS: Move QNSWindow implementation into separate fileTor Arne Vestbø2017-06-211-0/+418