summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
...
| * Convert features.colordialog to QT_[REQUIRE_]CONFIGStephan Binner2017-07-024-8/+11
| * Convert features.filedialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-295-9/+25
| * Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-3/+3
| * macOS: Send text input and key events to focus object of window, not appTor Arne Vestbø2017-06-261-11/+8
| * macOS: Work around buildup of NSDisplayCycle objects during rapid paintingTor Arne Vestbø2017-06-261-0/+8
* | macOS: Remove workaround for crash when closing window from title barTor Arne Vestbø2017-06-292-15/+0
* | macOS: Remove unneeded Objective-C instance variable declarationsTor Arne Vestbø2017-06-292-9/+0
* | macOS: Remove workaround for queued input events to stale windowsTor Arne Vestbø2017-06-293-26/+1
* | macOS: Remove workaround for grabbing child NSWindowsTor Arne Vestbø2017-06-282-24/+2
* | Remove requirement to call QWindow::setMask after creating windowTor Arne Vestbø2017-06-281-1/+4
* | macOS: Allow maximizing utility windowsTor Arne Vestbø2017-06-271-3/+3
* | macOS: Make QCocoaNSWindow header file slightly more readableTor Arne Vestbø2017-06-271-18/+14
* | macOS: Merge QCocoaWindow::setWindowShadow into its only callerTor Arne Vestbø2017-06-262-11/+3
* | macOS: Simplify recreateWindowIfNeeded debug outputTor Arne Vestbø2017-06-241-7/+3
* | macOS: Remove support for child NSWindowsTor Arne Vestbø2017-06-214-335/+39
* | macOS: Move QNSWindow implementation into separate fileTor Arne Vestbø2017-06-215-453/+546
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-1/+4
|\|
| * QNSView: Remove tracking area on deallocationGabriel de Dietrich2017-06-131-1/+4
* | 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