summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-011-0/+19
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-0/+19
| |\
| | * macOS: lower the splash screen when a modal dialog blocks itVolker Hilsheimer2019-06-261-0/+19
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-254-0/+24
| |\|
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-205-22/+55
| |\ \
* | \ \ Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-259-22/+79
|\ \ \ \ | | |_|/ | |/| |
| * | | NSMenuItem/NSMenu - set the submenu properlyTimur Pocheptsov2019-06-214-0/+24
| | |/ | |/|
| * | macOS: prevent duplicate backing store scalingMorten Johan Sørvig2019-06-191-2/+3
| * | macOS: Invalidate window shadow after QNSWindowBackingStore resizeTor Arne Vestbø2019-06-183-10/+30
| * | Cocoa: always send queued user input eventsMorten Johan Sørvig2019-03-212-10/+22
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-147-64/+27
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-112-48/+10
| |\|
| | * macOS: Introduce QMacKeyValueObserver and use in theme and styleTor Arne Vestbø2019-06-072-48/+10
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-077-16/+17
| |\|
| | * macOS: Fix QMouseEvent::buttonMikhail Svetkin2019-05-281-3/+2
| | * macOS: Use QMacNotificationObserver over manual notification handlingTor Arne Vestbø2019-05-292-3/+6
| | * macOS: Fix reported mouse event buttonsMikhail Svetkin2019-06-031-4/+3
| | * macOS: Enable VK_MVK_macos_surface on the instanceLaszlo Agocs2019-05-301-1/+1
| | * Rename QMacScopedObserver to the more fittingly QMacNotificationObserverTor Arne Vestbø2019-05-294-7/+7
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-272-10/+12
|\| |
| * | macOS: Better document plain-text code-path in QMacPasteboard::retrieveDataTor Arne Vestbø2019-05-151-7/+6
| * | macOS: Remove broken UTF-16 handling in QMacPasteboard::retrieveDataTor Arne Vestbø2019-05-151-2/+0
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-1/+6
| |\|
| | * QMenu: show shortcuts in context menus by defaultRichard Moe Gustavsen2019-05-151-1/+6
* | | macOS: Fix usage of deprecated accessibility APIsFrederik Gladhorn2019-05-201-124/+119
* | | macOS accessibility: implement accessibilityLabelFrederik Gladhorn2019-05-161-1/+17
* | | macOS accessibility: Implement NSAccessibilityElementFrederik Gladhorn2019-05-152-4/+13
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-1511-188/+234
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-141-0/+9
| |\|
| | * macOS: Guard against display on non-main threadsTor Arne Vestbø2019-05-131-0/+9
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-05-133-3/+21
| |\ \
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-123-3/+21
| | |\|
| | | * macOS: Deliver geometry changes when content view changes frameTor Arne Vestbø2019-05-101-3/+5
| | | * macOS: Implement QCALayerBackingStore::toImage()Tor Arne Vestbø2019-05-102-0/+16
| * | | macOS: Track screens via Quartz Display Services instead of NSScreenTor Arne Vestbø2019-05-139-185/+204
| |/ /
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-135-25/+70
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-095-25/+70
| |\|
| | * macOS: Deliver and handle screen change unconditionallyTor Arne Vestbø2019-05-081-17/+28
| | * macOS: Always respond to cursorUpdate by applying custom cursor if setTor Arne Vestbø2019-05-081-4/+7
| | * macOS: Guard backingstore composeAndFlush with QT_NO_OPENGLTor Arne Vestbø2019-05-072-0/+4
| | * macOS: don’t crash when wrapping foreign viewsMorten Johan Sørvig2019-05-071-1/+3
| | * macOS: Move off deprecated handleFrameStrutMouseEvent APITor Arne Vestbø2019-05-071-3/+28
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-072-1/+21
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-062-1/+21
| |\|
| | * Fix dnd regression c427ba53aa0ee1a71aa670783f65bcfd230da653Mikhail Svetkin2019-05-051-0/+19
| | * fix compilation with various -no-feature-* optionsNick Shaforostov2019-05-051-1/+2
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-023-10/+10
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-243-3/+22
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-242-3/+21
| |\|
| | * macOS: Gracefully handle devicePixelRatio mismatch in QCALayerBackingStoreTor Arne Vestbø2019-04-192-3/+21