summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoascreen.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: Harden screen handling logic when reconfiguring displaysTor Arne Vestbø2019-11-291-63/+209
* macOS: Don't skip display link delivery via GCD during live resizingTor Arne Vestbø2019-10-301-9/+0
* macOS: Only skip screen reconfigure if primary screen changedTor Arne Vestbø2019-10-271-3/+2
* macOS: Extend QCocoaScreen loggingTor Arne Vestbø2019-10-271-3/+31
* macOS: Class initialize QCocoaScreen membersTor Arne Vestbø2019-10-271-1/+1
* macOS: Don't leak CFUUIDRefs when resolving NSScreen for platform screenTor Arne Vestbø2019-10-271-1/+1
* macOS: Remove assert that primary display always matches CGMainDisplayIDTor Arne Vestbø2019-10-271-4/+4
* macOS: Track screens via Quartz Display Services instead of NSScreenTor Arne Vestbø2019-05-131-59/+161
* macOS: Set up platform window reference before initializing QNSWindow/PanelTor Arne Vestbø2019-02-181-2/+1
* macOS: Add auto-release pool during QCocoaScreen::deliverUpdateRequests()Tor Arne Vestbø2019-02-121-0/+2
* macOS: Don't rely on QGuiApplication::instance() during CVDisplayLink callbackTor Arne Vestbø2019-02-121-4/+1
* macOS: Treat default swapInterval (-1) as vsync-enabled display-linkTor Arne Vestbø2019-02-111-2/+2
* macOS: make QScreen::grabWindow() fast againMorten Johan Sørvig2018-11-301-45/+50
* macOS: Make QScreen::grabWindow() work againMorten Johan Sørvig2018-11-111-2/+2
* macOS: set dpr on pixmap returned by grabWindow()Morten Johan Sørvig2018-11-111-0/+1
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-081-1/+19
|\
| * macOS: Update window geometries after screen properties changeTor Arne Vestbø2018-08-071-0/+14
* | macOS: Make screen property changes more verbose and granularTor Arne Vestbø2018-08-031-5/+15
* | macOS: Deliver update request via CVDisplayLink if swapInterval > 0Tor Arne Vestbø2018-07-071-0/+204
* | Cocoa QPA: Clean up 0 as pointerGabriel de Dietrich2018-04-191-2/+2
* | macOS: Provide helper property for resolving the display ID of a screenTor Arne Vestbø2018-03-201-2/+10
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-231-13/+16
|\|
| * Cocoa: fix grabWindow when mixing highDPI and non-highDPI screensPablo Marcos Oltra2018-02-221-13/+16
* | Clean up our Objective-C usageJake Petroules2018-02-201-1/+1
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-0/+18
|\
| * macOS: Add logging of screen add/remove/changesTor Arne Vestbø2017-11-041-0/+18
* | macOS: Simplify helpers for flipping between quadrant I and IVTor Arne Vestbø2017-11-081-43/+29
* | macOS: Replace deprecated CGDisplayIOServicePort functionTor Arne Vestbø2017-11-081-6/+33
|/
* macOS: Split QCocoaScreen out from qcocoaintegration.mmTor Arne Vestbø2017-10-051-0/+278