summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* macOS: minor refactoring in handler of global monitorMikhail Svetkin2018-05-151-5/+6
* Vulkan: share library loading implementationMorten Johan Sørvig2018-05-142-12/+1
* Vulkan: Share destroySurface() implementationMorten Johan Sørvig2018-05-142-16/+0
* macOS: Add QSurfaceType::MetalSurfaceMorten Johan Sørvig2018-05-111-5/+9
* macOS: Transition to new QPA dag-and-drop APIMikhail Svetkin2018-05-084-25/+105
* macOS: Experimental Vulkan support via MoltenVKMorten Johan Sørvig2018-05-089-7/+259
* QShortcut: Try harder to find a widget for parentless menubarsGabriel de Dietrich2018-05-032-0/+7
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-034-5/+27
|\
| * macOS: ensure mouse events from the global monitor has the correct button setRichard Moe Gustavsen2018-05-032-3/+13
| * If the page size is not valid on the new printer, set a custom sizeAndy Shaw2018-05-021-1/+13
| * macOS: Don't trigger deferred needsDisplay when using timer-based requestUpdateTor Arne Vestbø2018-05-021-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-021-0/+1
|\|
| * Show high DPI custom cursor on macOSFrederik Christiani2018-04-261-0/+1
* | Cocoa Menus: Refactor QCocoaMenuItem::sync()Gabriel de Dietrich2018-04-262-50/+49
* | Cocoa Menus: Clean up codeGabriel de Dietrich2018-04-2613-136/+132
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-262-6/+7
|\|
| * Cocoa: Don’t starve the event loop on requestUpdate()Morten Johan Sørvig2018-04-241-1/+1
| * QCocoaFontDialogHelper: Fix NSFontManager delegate warningGabriel de Dietrich2018-04-241-4/+3
| * QCocoaWindow: Fix handleMouseEvent() compilation warningGabriel de Dietrich2018-04-241-1/+3
* | Cocoa QPA: Remove uses of NULLGabriel de Dietrich2018-04-254-6/+6
* | QCocoaNSMenuItem: Add default initializerGabriel de Dietrich2018-04-253-5/+10
* | q{cocoa,ppd}printdevice: Fix string comparisonMichael Weghorn2018-04-201-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Qt Forward Merge Bot2018-04-202-2/+3
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-202-2/+3
| |\|
| | * QCocoaPlatformTheme: Fix tooltip background colorGabriel de Dietrich2018-04-181-1/+3
| | * Do not ignore MenuItem on macOSJan Arve Saether2018-04-181-1/+0
* | | Cocoa Helpers: Add qt_objc_cast() functionGabriel de Dietrich2018-04-202-4/+11
|/ /
* | Cocoa QPA: Clean up 0 as pointerGabriel de Dietrich2018-04-1936-199/+195
* | Cocoa Menus: Allow separators in app menuGabriel de Dietrich2018-04-195-11/+30
* | QCocoaMenuLoader: Add app specific items after PreferencesGabriel de Dietrich2018-04-191-6/+9
* | Cocoa Menus: Use the responder chain for menu items target/actionGabriel de Dietrich2018-04-1913-223/+280
* | QCocoaTheme: Include CoreServices rather than CarbonGabriel de Dietrich2018-04-182-2/+2
* | Provide QPlatformWindow::hasPendingUpdateRequest() helper functionTor Arne Vestbø2018-04-171-4/+2
* | macOS: Add logging when delivering update requestsTor Arne Vestbø2018-04-173-1/+8
* | Cocoa: Add QNSView Metal Layer supportMorten Johan Sørvig2018-04-123-3/+60
* | QNSView: Remove useless QWindow pointer checkGabriel de Dietrich2018-04-101-3/+1
* | QNSView: Remove isMenuView propertyGabriel de Dietrich2018-04-053-13/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-051-3/+5
|\|
| * Cocoa: Make QMacNativeWidget paint correctlyMorten Johan Sørvig2018-04-031-3/+5
* | Move delivery of update requests into QPlatformWindowTor Arne Vestbø2018-03-291-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-282-3/+7
|\|
| * macOS: Handle NaN mouse event positionsNathan Collins2018-03-211-2/+6
| * Cocoa: Restore resizable window mask setting to 5.9 behaviorMorten Johan Sørvig2018-03-211-1/+1
* | Cocoa: Deliver window activation events synchronouslyMorten Johan Sørvig2018-03-261-2/+2
* | Cocoa: Remove m_viewIsEmbedded and m_ViewIsToBeEmbeddedMorten Johan Sørvig2018-03-214-30/+31
* | macOS: Make [QNSView wantsLayer] declarativeTor Arne Vestbø2018-03-212-3/+12
* | macOS: Provide helper property for resolving the display ID of a screenTor Arne Vestbø2018-03-203-3/+15
* | macOS: Remove stray qDebug in [QNSView setNeedsDisplayInRect:]Tor Arne Vestbø2018-03-201-1/+0
* | macOS: Do layer updates via the CALayerDelegate protocolTor Arne Vestbø2018-03-202-7/+4
* | macOS: Move QNSView drawing related functionality to its own fileTor Arne Vestbø2018-03-203-117/+172