summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qnswindow.mm
Commit message (Expand)AuthorAgeFilesLines
* 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