summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-142-48/+29
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-132-48/+29
| |\
| | * macOS: Optionally flush sub-layers via sub-image copies of the backingstoreTor Arne Vestbø2019-10-111-10/+19
| | * macOS: Don't override event handler for kAEQuitApplicationTor Arne Vestbø2019-10-111-13/+0
| | * macOS: Simplify reflection delegate handling in QCocoaApplicationDelegateTor Arne Vestbø2019-10-111-25/+10
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-101-3/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-091-3/+3
| |\|
| | * macOS: Pass required parameters to NSOpenSavePanelDelegate callbacksTor Arne Vestbø2019-10-081-3/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-061-8/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-051-8/+5
| |\|
| | * Modernize QWindowSystemInterface::handleCloseEventTor Arne Vestbø2019-10-041-8/+5
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-022-60/+147
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-012-60/+147
| |\|
| | * macOS: Avoid automatic resizing of layers by fixing them to top-leftTor Arne Vestbø2019-09-281-4/+12
| | * macOS: Resolve layer contents scale based on DPRTor Arne Vestbø2019-09-281-2/+30
| | * macOS: Improve layer delegate setupTor Arne Vestbø2019-09-281-1/+7
| | * macOS: Flesh out and clarify layer setupTor Arne Vestbø2019-09-281-18/+50
| | * macOS: Propagate drawRect: dirty bounding rect as fallbackTor Arne Vestbø2019-09-281-3/+4
| | * macOS: Gather QNSView draw callbacks togetherTor Arne Vestbø2019-09-281-39/+51
| | * Replace use of deprecated API in macOS event dispatchersTor Arne Vestbø2019-09-281-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-243-35/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-243-35/+8
| |\|
| | * macOS: Don't update Metal layer's drawableSize automaticallyTor Arne Vestbø2019-09-231-21/+2
| | * macOS: Handle backing property changes in a single placeTor Arne Vestbø2019-09-233-20/+12
* | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-09-173-5/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-163-5/+10
| |\|
| | * macOS: Keep default NSWindow background unless window is framelessTor Arne Vestbø2019-09-141-2/+2
| | * Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-09-131-2/+3
| | |\
| | | * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-131-2/+3
| | | |\
| | | | * Cocoa: Set the accepted action to be the one from the responseAndy Shaw2019-09-121-2/+3
| | * | | macOS dark mode: set the link colorShawn Rutledge2019-09-121-1/+5
| | |/ /
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-0611-57/+115
|\| | |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-0510-54/+110
| |\| |
| | * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-049-53/+108
| | |\|
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-08-272-15/+31
| | | |\
| | | | * macOS: Choose appropriate NSWindow depth based on surface formatTor Arne Vestbø2019-08-242-15/+31
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-248-32/+65
| | | |\|
| | | | * Fix build with -no-feature-printer on macOSAndré Klitzing2019-08-223-17/+24
| | | | * macOS: Invalidate backingstore and trigger expose on color space changesTor Arne Vestbø2019-08-224-0/+39
| | | | * macOS: Don't ask for a NSWindow background unless we need oneTor Arne Vestbø2019-08-222-15/+2
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-221-1/+3
| | | |\|
| | | | * macOS: Bail out early in case a popup is closed by a mouseDownTimur Pocheptsov2019-08-191-1/+3
| | | * | Merge remote-tracking branch 'qt/5.12' into 5.13Paul Olav Tvete2019-08-201-5/+9
| | | |\|
| | | | * Fix macOS build with -no-feature-accessibilityAndré Klitzing2019-08-161-5/+9
| * | | | QSystemTrayIcon on macOS: support the timeout hint in showMessageVolker Hilsheimer2019-08-302-2/+6
| * | | | QSystemTrayIcon: on macOS, hide messages when the user clicks themVolker Hilsheimer2019-08-301-2/+1
* | | | | Close popups on windowWillMiniaturize notificationTimur Pocheptsov2019-08-294-10/+23
| |/ / / |/| | |
* | | | Update Dpi and scale factor computationMorten Johan Sørvig2019-08-231-0/+1
* | | | Rename QWidgetBackingStore to QWidgetRepaintManagerTor Arne Vestbø2019-08-201-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-135-42/+75
|\| |