summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | 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.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.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
* | 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-161-0/+1
|\|
| * macOS: set layer.delegate when setting a layerMorten Johan Sørvig2019-04-101-0/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-041-0/+2
|\|
| * macOS: Disable explicit layerContentsPlacementTor Arne Vestbø2019-04-031-0/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-262-0/+6
|\|
| * macOS: Use the correct text color for QPalette::ButtonText color roleYan Shapochnik2019-03-251-0/+3
| * Cocoa: Clear the shortcut used when hiding a native menu entryAndy Shaw2019-03-211-0/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-207-116/+772
|\|
| * Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-3/+3
| * macOS: Add IOSurface based backingstore for layer-backed viewsTor Arne Vestbø2019-03-147-113/+769
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-03-064-71/+90
|\|
| * macOS: Improve mouse loggingTor Arne Vestbø2019-03-053-10/+35
| * macOS: Modernize qnsview_dragging.mmTor Arne Vestbø2019-03-051-55/+45
| * macOS: Initialize QNSView mouse related members with other mouse logicTor Arne Vestbø2019-03-022-9/+13
* | Fix can not -> cannotRobert Loehning2019-02-253-3/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-217-173/+120
|\|
| * macOS: Decouple screen property updates from application delegateTor Arne Vestbø2019-02-203-12/+4
| * macOS: Remove special handling for hiding tool windows on application hideTor Arne Vestbø2019-02-202-36/+5
| * macOS: Set up platform window reference before initializing QNSWindow/PanelTor Arne Vestbø2019-02-184-25/+39
| * macOS: Implement QNSWindow/QNSPanel mixin using preprocessor includesTor Arne Vestbø2019-02-182-103/+75