summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* macOS: Reorganize QCocoaGLContextTor Arne Vestbø2018-08-032-183/+180
* macOS: Forward declare 10.14 NSColors instead of disabling warningTor Arne Vestbø2018-07-301-4/+9
* Fix QGuiApplication::queryKeyboardModifiers() on macOSNils Jeisecke2018-07-201-1/+1
* macOS: Correctly scale CALayer contentsRect for child NSViewsTor Arne Vestbø2018-07-201-1/+2
* macOS: Invalidate window shadow after flushing backingstore to CALayerTor Arne Vestbø2018-07-192-88/+83
* macOS: Add categorized logging to QCocoaGLContextTor Arne Vestbø2018-07-181-5/+7
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-171-13/+20
|\
| * macOS: Ensure all windows are created on a valid screenTor Arne Vestbø2018-07-051-13/+18
* | QCocoaTheme: Fix system palettes in macOS 10.14Gabriel de Dietrich2018-07-141-14/+50
* | macOS: Add logging when applying new window stateTor Arne Vestbø2018-07-131-0/+2
* | macOS: Group window state handling in QCocoaWindowTor Arne Vestbø2018-07-131-220/+224
* | macOS: Correctly restart display-link when window is moved between screensTor Arne Vestbø2018-07-121-1/+3
* | macOS: Remove dead updateRequest code based on setNeedsDisplayTor Arne Vestbø2018-07-093-38/+1
* | macOS: Remove dead accessibility debug code in QNSViewTor Arne Vestbø2018-07-082-24/+0
* | macOS: Organize QNSView accessibility code like the rest of the classTor Arne Vestbø2018-07-083-18/+19
* | macOS: Add missing m_ prefix to QNSView currentWheelModifiers memberTor Arne Vestbø2018-07-082-5/+4
* | macOS: Remove unused QNSView member 'currentCustomDragTypes'Tor Arne Vestbø2018-07-082-26/+18
* | macOS: Merge the two QNSView initializersTor Arne Vestbø2018-07-081-30/+22
* | macOS: Deliver update request via CVDisplayLink if swapInterval > 0Tor Arne Vestbø2018-07-074-4/+228
* | macOS: Move wantsBestResolutionOpenGLSurface logic to QNSView initializerTor Arne Vestbø2018-07-072-13/+12
* | macOS: Remove explicit call to setWindowIcon in QCocoaWindow ctorTor Arne Vestbø2018-07-071-3/+1
* | macOS: Remove declarative override of -[NSView wantsLayer]Alexandru Croitor2018-07-052-8/+7
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-07-024-13/+40
|\|
| * macOS: Guard non-reentrant uses of NSOpenGLContextTor Arne Vestbø2018-06-271-0/+5
| * Cocoa: handle WindowMaximizeButtonHint as wellMorten Johan Sørvig2018-06-211-0/+2
| * Cocoa: Tool windows should always be resizableMorten Johan Sørvig2018-06-211-1/+4
| * cocoa: Don’t trigger security dialog on dragMorten Johan Sørvig2018-06-211-1/+5
| * macOS: Manually compute frame rect for zoomed/maximized stateTor Arne Vestbø2018-06-051-11/+24
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-073-8/+19
|\|
| * macOS: Allow moving out of fullscreen state using titlebar buttonTor Arne Vestbø2018-05-301-1/+1
| * Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-0/+1
| * macOS: Respect maximum window size when computing zoomed state geometryTor Arne Vestbø2018-05-291-7/+17
* | macOS: Make sure QNSPanel also gets a debug descriptionTor Arne Vestbø2018-06-051-0/+1
* | macOS: Deliver screen changes synchronouslyTor Arne Vestbø2018-06-051-2/+2
* | macOS: Make layer-backed mode the defaultTor Arne Vestbø2018-05-311-2/+2
* | macOS: minor refactoring in mouse handlers for nsview/systemtrayiconMikhail Svetkin2018-05-313-23/+33
* | macOS: Minor metal support nits/cleanupsTor Arne Vestbø2018-05-301-3/+2
* | Cocoa Menus: Add support for menu items in window-less appsGabriel de Dietrich2018-05-234-30/+65
* | 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
|\|