summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-295-17/+106
|\
| * macOS: Don't keep WA_MacAlwaysShowToolWindow windows always on topTor Arne Vestbø2017-05-242-2/+83
| * Cocoa: Clean up memory leak when providing the accessibilityActionsAndy Shaw2017-05-231-1/+1
| * macOS: Don't create NSWindow for embedded viewsTor Arne Vestbø2017-05-161-2/+10
| * QCocoaMenuBar: Keep smart reference to platform windowGabriel de Dietrich2017-05-162-12/+12
* | macOS: Remove workaround when adding view as subviewTor Arne Vestbø2017-05-221-3/+0
* | macOS: Remove workaround when setting view as content viewTor Arne Vestbø2017-05-221-4/+0
* | macOS: Ctrl LMB override can be set on a per window basisMartin Porcelli2017-05-192-8/+4
* | QNSPanelContentsWrapper - call [super layout]Timur Pocheptsov2017-05-181-0/+1
* | macOS: Guard on platform window instead of window delegate in QNSWindowHelperTor Arne Vestbø2017-05-121-2/+2
* | Cocoa QPA: De-Carbonize system palettesGabriel de Dietrich2017-05-121-68/+33
* | Merge remote-tracking branch 'origin/5.9' into devFrederik Gladhorn2017-05-101-27/+33
|\|
| * macOS: Add a few more platform window checks in QNSViewTor Arne Vestbø2017-05-081-27/+33
* | macOS: Reduce usage of m_nsWindow to manipulate the view's NSWindowTor Arne Vestbø2017-05-094-114/+141
* | macOS: Reduce usage of m_nsWindow in favor of isContentView()Tor Arne Vestbø2017-05-083-42/+44
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-073-20/+24
|\|
| * macOS: Add autorelease-pool when recreating NSWindowTor Arne Vestbø2017-05-021-0/+2
| * Cocoa: Send correct mouse buttons for tabletsMorten Johan Sørvig2017-04-242-20/+22
* | macOS: Replace deprecated NSOKButton usage with NSModalResponseOKTor Arne Vestbø2017-05-031-4/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-2/+4
|\|
| * macOS: Initialize window geometry early on, instead of when creating NSWindowTor Arne Vestbø2017-04-191-2/+4
* | Make platform menu tag/setTag not be pure virtualAlbert Astals Cid2017-04-184-14/+0
* | darwin: add tiff support to clipboard for all darwin platformsRichard Moe Gustavsen2017-04-181-92/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-072-25/+39
|\|
| * macOS: Split out font engine creation from QCoreTextFontDatabaseTor Arne Vestbø2017-04-041-1/+11
| * macOS: Replace deprecated NSOpenSavePanelDelegate methodPavol Markovic2017-04-041-24/+28
* | Remove unused function qt_mac_secure_keyboardGabriel de Dietrich2017-04-051-8/+0
* | QCocoaEventDispatcher: Remove Carbon dependencyGabriel de Dietrich2017-04-041-2/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-043-24/+14
|\|
| * macOS: Remove workaround for default-sized NSViewsTor Arne Vestbø2017-03-283-15/+1
| * Avoid expensive QHash::values() callsAnton Kudryavtsev2017-03-281-2/+4
| * QCocoaWindow - fix a compilation errorTimur Pocheptsov2017-03-281-7/+2
| * macOS: Disassociate NSView from contentView when switching NSWindowsTor Arne Vestbø2017-03-271-0/+7
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-284-3/+15
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-273-3/+3
| |\
| | * Fix spelling: neccessary -> necessaryMorten Johan Sørvig2017-03-223-3/+3
| * | QMacPasteBoard - protect against dangling pointersTimur Pocheptsov2017-03-221-0/+12
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-204-1/+95
|\| |
| * | QCocoaWindow: fix geometry issue when only minimumSize is setOleg Yadrov2017-03-183-1/+14
| * | QNSView: Harden logic around platform window accessGabriel de Dietrich2017-03-162-0/+81
* | | Make QWindow's windowState a QFlags of the WindowStateOlivier Goffart2017-03-162-6/+8
* | | Remove QPlatformDrag::platformDropDataAlbert Astals Cid2017-03-133-4/+4
* | | Remove remaining Carbon includes from QtCore, QtGui and QtWidgetsJake Petroules2017-03-072-4/+2
* | | Remove unused Carbon includeJake Petroules2017-03-031-2/+0
|/ /
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-0/+4
|\|
| * macOS: use active window device pixel ratio for drag pixmapOleg Yadrov2017-02-171-0/+4
* | macOS: Make sure NSResizableWindowMask is set when toggling fullscreenTor Arne Vestbø2017-02-222-14/+30
* | QWindow: Remove "_q_foreignWinId" dynamic propertyTor Arne Vestbø2017-02-224-4/+17
* | macOS: Retain foreign windowsTor Arne Vestbø2017-02-201-0/+1
* | macOS: Move NSWindow creation properties into createNSWindow()Tor Arne Vestbø2017-02-161-56/+36