summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | 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
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-123-22/+32
| |\|
| | * QWizard: Account for missing background image on macOS 10.14+Morten Johan Sørvig2019-08-111-0/+3
| | * macOS: Don’t show hidden windows while z-orderingMorten Johan Sørvig2019-08-111-1/+2
| | * QCocoaMenuLoader: get rid of lastAppSpecificItemTimur Pocheptsov2019-08-081-21/+27
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-052-20/+43
| |\|
| | * macOS: Don't require setting all three color buffer sizes in QSurfaceFormatTor Arne Vestbø2019-08-021-2/+9
| | * macOS: Improve screen positioning during window creationTor Arne Vestbø2019-08-011-12/+21
| | * macOS: Don't assume NSWindows will be created on the screen we requestTor Arne Vestbø2019-08-011-7/+14
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-303-13/+31
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-301-0/+3
| |\|
| | * macOS: Respect QSurfaceFormat color space when creating NSWindowTor Arne Vestbø2019-07-291-0/+3
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-292-13/+28
| |\|
| | * macOS: Respect color space set on NSWindow when flushing backingstoreTor Arne Vestbø2019-07-262-13/+28
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-226-29/+210
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-206-29/+210
| |\|
| | * macOS: Modernize and clarify transient parent window level inheritanceTor Arne Vestbø2019-07-191-7/+29
| | * macOS: Add QCocoaWindowManager for dealing with window levelsTor Arne Vestbø2019-07-194-19/+173
| | * macOS: activate correct object when using multiple QSystemTrayIconsVolker Hilsheimer2019-07-181-3/+8
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-193-33/+56
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-183-33/+56
| |\|
| | * macOS: Use correct virtual screen when resolving GL surface formatTor Arne Vestbø2019-07-171-1/+22
| | * macOS: Use lambdas instead of Obj-C categories for GL helper functionsTor Arne Vestbø2019-07-171-26/+20
| | * macOS: Move QCocoaGLContext initialization into dedicated methodTor Arne Vestbø2019-07-173-7/+15
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-172-5/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-132-5/+10
| |\|
| | * Fix warnings as errors on macOS with new Xcode 10.2.1Alexandru Croitor2019-07-121-4/+4
| | * macOS: show QSystemTrayIcon message icons in notification popupsVolker Hilsheimer2019-07-111-1/+6
* | | 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