summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-197-117/+49
|\
| * macOS: Remove redundant tracking of modal sessions in QCocoaWindowTor Arne Vestbø2019-02-184-7/+9
| * macOS: Modernize worksWhenModal handlingTor Arne Vestbø2019-02-185-59/+27
| * macOS: Simplify QCocoaWindow::setVisibleTor Arne Vestbø2019-02-181-32/+18
| * macOS: Remove dead code in window activation handlingTor Arne Vestbø2019-02-181-24/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-153-40/+5
|\|
| * macOS: Add auto-release pool during QCocoaScreen::deliverUpdateRequests()Tor Arne Vestbø2019-02-121-0/+2
| * macOS: Remove screen-update disable during resizeTor Arne Vestbø2019-02-121-34/+0
| * macOS: Don't rely on QGuiApplication::instance() during CVDisplayLink callbackTor Arne Vestbø2019-02-121-4/+1
| * macOS: Add explicit auto-release pool for requestActivateWindowTor Arne Vestbø2019-02-121-3/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-125-39/+56
|\|
| * macOS: Don't send redundant geometry change events for top level windowsTor Arne Vestbø2019-02-111-0/+3
| * macOS: Treat default swapInterval (-1) as vsync-enabled display-linkTor Arne Vestbø2019-02-113-6/+12
| * macOS: Simplify mouse trackingTor Arne Vestbø2019-02-112-33/+25
| * macOS: Explain QNSViewMouseMoveHelper for future generationsTor Arne Vestbø2019-02-111-0/+16
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-082-7/+16
|\|
| * macOS: Don't deliver update requests for windows that need displayTor Arne Vestbø2019-02-041-0/+11
| * Cocoa: Don’t cache accessibility roleMorten Johan Sørvig2019-01-291-6/+3
| * macOS: Apply alpha channel to surface format even when non-defaultTor Arne Vestbø2019-01-291-1/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-042-25/+18
|\|
| * macOS: Remove Mojave forward-declarations now that we build with Xcode 10Tor Arne Vestbø2019-01-031-6/+4
| * Fix QSystemTrayIcon stale pointer accessMorten Johan Sørvig2018-12-231-0/+1
| * Modernize QNSImageView implementationMorten Johan Sørvig2018-12-231-12/+10
| * macOS: Merge qt_mac_createRoleFonts into only callerTor Arne Vestbø2018-12-221-7/+3
* | macOS accessibility: Implement accessibilityFrameFrederik Gladhorn2018-12-121-0/+7
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-111-0/+7
|\|
| * macOS: Reset font glyph caches when application theme changesTor Arne Vestbø2018-12-091-0/+7
* | macOS accessibility: Rename parentElement to accessibilityParentFrederik Gladhorn2018-12-061-7/+6
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-045-61/+92
|\|
| * macOS: Account for LC_BUILD_VERSION when checking SDK version and deployment ...Tor Arne Vestbø2018-12-031-9/+16
| * CoreText: Define font smoothing gamma along with rest of relevant codeTor Arne Vestbø2018-11-301-1/+3
| * macOS: make QScreen::grabWindow() fast againMorten Johan Sørvig2018-11-301-45/+50
| * CoreText: Remove handling of the AppleAntiAliasingThreshold user defaultTor Arne Vestbø2018-11-291-1/+0
| * CoreText: Modernize font smoothing and antialiasing threshold detectionTor Arne Vestbø2018-11-291-1/+1
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-271-5/+23
| |\
| | * Fix hang in QMacPasteboard::formats()Andrew Smolko2018-11-221-5/+23
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-275-31/+94
|\| |
| * | macOS accessibility: fix crash for NSAccessibilityVisibleCharacterRangeAttributeFrederik Gladhorn2018-11-231-2/+3
| * | macOS: Track changes to our NSView's superview and window propertiesTor Arne Vestbø2018-11-231-6/+67
| * | macOS: Allow raising and lowering child windowsTor Arne Vestbø2018-11-231-20/+22
| * | macOS: Don't assume platform input context is our ownTor Arne Vestbø2018-11-221-2/+2
| * | Fix crash when painting with pattern brush to print device on macOSEirik Aavitsland2018-11-221-1/+0
* | | macOS a11y: Implement AXInsertionPointLineNumber with AXLineForIndexBoris Dušek2018-11-231-7/+2
* | | Align implementation of LineForIndex with InsertionPointLineNumberBoris Dušek2018-11-231-2/+5
* | | qcocoaaccessibilityelement.mm: Document convertLineOffset functionBoris Dušek2018-11-231-0/+13
* | | Fix VoiceOver interaction with multiline text componentsBoris Dušek2018-11-231-0/+1
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-227-55/+93
|\| |
| * | macOS: Improve logging during QNSView/QNSWindow deallocationTor Arne Vestbø2018-11-202-2/+4
| * | macOS: Use shared NSWindowDelegate instead of one per windowTor Arne Vestbø2018-11-204-25/+27
| * | macOS: Ensure NSWindow delegate is released in sync with its NSWindowTor Arne Vestbø2018-11-201-4/+3