summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* macOS: Disable system provided tabbing by defaultTor Arne Vestbø2020-03-061-0/+1
* macOS: Don't create QMacCGContext when printingTor Arne Vestbø2020-03-041-9/+12
* macOS: Reduce save dialog extension filters to their last componentTor Arne Vestbø2020-03-041-19/+42
* Do not constantly create new surfaces with MoltenVK on macOSLaszlo Agocs2020-03-033-7/+8
* macOS: MoltenVK: Pass in the layer instead of the viewLaszlo Agocs2020-03-031-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-1/+2
|\
| * macOS: Tag sub-layer images with color space on flushTor Arne Vestbø2020-02-111-1/+2
* | Add QWindow::startSystemMove and startSystemResizeJohan Klokkhammer Helsing2020-01-282-0/+18
* | macOS: Decide enabled state of menu items correctlyVolker Hilsheimer2020-01-231-1/+1
* | Mac: disable application menu items during modal sessionVolker Hilsheimer2020-01-241-1/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-154-302/+195
|\|
| * macOS: Move palette setup into platform themeTor Arne Vestbø2020-01-144-302/+195
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-063-7/+14
|\|
| * macOS: Skip uninitialized buffers in IOSurface backingstoreTor Arne Vestbø2020-01-031-2/+4
| * macOS: Handle missing color space information in IOSurface backingstoreTor Arne Vestbø2020-01-031-3/+10
| * Remove commented out code added by mistake in 7ac4e55cb979dTor Arne Vestbø2020-01-021-2/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-276-31/+33
|\|
| * macOS Don't throw away backingstore buffers when backing properties changeTor Arne Vestbø2019-12-235-30/+32
| * macOS: Deliver theme changes synchronouslyTor Arne Vestbø2019-12-191-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-162-68/+225
|\|
| * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-132-68/+225
| |\
| | * macOS: Harden screen handling logic when reconfiguring displaysTor Arne Vestbø2019-11-292-68/+225
* | | Avoid initializing QFlags with 0 or nullptr in macOS-specific codeFriedemann Kleint2019-12-111-1/+1
* | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2019-12-105-2/+55
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-105-2/+55
| |\| |
| | * | Move the tooltip out of the way of very large mouse cursorsVolker Hilsheimer2019-12-092-0/+28
| | * | macOS: Improve QCocoaGLContext loggingTor Arne Vestbø2019-12-052-1/+23
| | * | macOS: Enable fullscreen for windows by defaultTor Arne Vestbø2019-12-051-1/+4
* | | | QCocoaEventDispatcher: make 'interrupt' workTimur Pocheptsov2019-12-102-2/+21
|/ / /
* | | macOS: support copying lazily provided data to the clipboardVolker Hilsheimer2019-12-102-3/+7
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-034-15/+5
|\| |
| * | macOS: Don't tweak NSApp presentationOptions on startupTor Arne Vestbø2019-12-031-10/+0
| * | macOS Accessibility: Fix role for comboboxesPeter Varga2019-11-291-1/+1
| * | macOS: Replace use of deprecated acceptsTouchEvents APITor Arne Vestbø2019-11-251-2/+2
| * | macOS: Replace use of deprecated NSDragPboard enumTor Arne Vestbø2019-11-251-2/+2
| |/
* | Session management for macOSSamuel Gaist2019-12-026-1/+203
* | Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-132-4/+4
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-011-9/+0
|\|
| * macOS: Don't skip display link delivery via GCD during live resizingTor Arne Vestbø2019-10-301-9/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-301-11/+0
|\|
| * macOS: Deliver update requests even when view or layer needs displayTor Arne Vestbø2019-10-281-11/+0
* | Cocoa: rename IsMouseOrKeyEvent -> isUserInputEventMorten Johan Sørvig2019-10-291-36/+32
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-282-16/+43
|\|
| * 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-272-5/+5
| * 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
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-254-36/+52
|\|
| * macOS: Don't set NSOpenGLPFANoRecovery for layer-backed viewsTor Arne Vestbø2019-10-241-8/+0