summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoaintegration.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: Fall back to QWindow::icon for application icon if not setTor Arne Vestbø2017-11-071-0/+32
* macOS: Add logging of screen add/remove/changesTor Arne Vestbø2017-11-041-0/+5
* macOS: Add support for non-window backed offscreen surfacesTor Arne Vestbø2017-10-161-0/+19
* macOS: Split QCocoaScreen out from qcocoaintegration.mmTor Arne Vestbø2017-10-051-223/+1
* Clean up OS version checks for Apple platformsJake Petroules2017-09-291-1/+1
* macOS: Deduplicate QNSWindow/QNSPanel codeTor Arne Vestbø2017-08-241-1/+1
* macOS: Simplify QCocoaWindow::handleGeometryChangeMorten Johan Sørvig2017-07-091-1/+9
* Convert features.filedialog to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-1/+7
* macOS: Split out font engine creation from QCoreTextFontDatabaseTor Arne Vestbø2017-04-041-1/+11
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-1/+1
|\
| * Fix spelling: neccessary -> necessaryMorten Johan Sørvig2017-03-221-1/+1
* | QWindow: Remove "_q_foreignWinId" dynamic propertyTor Arne Vestbø2017-02-221-0/+5
* | macOS: Keep reference to NSScreen via index instead of pointerTor Arne Vestbø2017-01-171-15/+23
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-5/+9
|\|
| * Cocoa: Unbreak app activation on macOS SierraMorten Johan Sørvig2016-12-081-5/+9
* | macOS: Prevent stale references to NSScreen during screen removalTor Arne Vestbø2016-11-221-0/+2
* | macOS: fix 32-bit buildsJake Petroules2016-11-041-2/+2
* | macOS: Report correct available geometry for non-primary screensTor Arne Vestbø2016-10-281-22/+41
* | macOS: Keep reference to NSScreen instead of mapping QCocoaScreen by indexTor Arne Vestbø2016-10-281-23/+25
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-2/+0
|\
| * QGuiApplication, platform plugins: don't modify AA_DontUseNativeMenuBarShawn Rutledge2016-09-261-2/+0
* | macOS: Move QMacCGContext helper into QtGuiTor Arne Vestbø2016-09-171-4/+3
* | fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-0/+6
* | Make QCocoaMenuLoader a singletonGabriel de Dietrich2016-07-221-2/+1
* | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devEdward Welbourne2016-07-221-0/+4
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-0/+4
| |\
| | * [macOS] Check that the screen's index is still valid after updatingAndy Shaw2016-07-081-0/+4
* | | QCocoaMenuLoader: Remove NIB fileGabriel de Dietrich2016-07-211-1/+0
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-261-0/+9
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-0/+9
| |\|
| | * OS X: Fix available geometry at startup when menu bar is hiddenTor Arne Vestbø2016-04-131-0/+9
* | | OSX: remove tablet->mouse event synthShawn Rutledge2016-04-251-0/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-3/+7
|\|
| * Cocoa: Fix crash on screen disconnect.Morten Johan Sørvig2016-03-151-3/+7
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-131-10/+2
| |\
| | * Revert "Cocoa: correct QDesktopWidget::availableGeometry()"Liang Qi2015-09-151-10/+2
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-2/+10
| |\|
| | * Cocoa: correct QDesktopWidget::availableGeometry()Liang Qi2015-09-071-2/+10
* | | Updated license headersJani Heikkinen2016-01-151-14/+20
* | | iOS: Implement support for QApplication::beep()Tor Arne Vestbø2015-12-171-0/+5
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-7/+6
|\| |
| * | Fix QT_NO_ACCESSIBILITY build on OS XLiang Qi2015-09-111-4/+2
| * | Harmonize input context selectionBernd Weimer2015-08-251-3/+4
* | | Introduce Qt::AA_PluginApplication replacing Qt::AA_MacPluginApplication.Friedemann Kleint2015-09-011-2/+2
|/ /
* | OSX FreeType: Add support for sub pixel font rendering.Sérgio Martins2015-08-141-0/+10
* | OSX: Add initial FreeType supportMathias Hasselmann2015-08-111-2/+22
* | Cocoa Integration: Support non-native input context pluginsGabriel de Dietrich2015-08-011-2/+6
* | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-4/+3
|/
* Add a means to set the application icon where supportedAndy Shaw2015-04-101-0/+13
* Cocoa: Correct mouse event forwarding for popupsMorten Johan Sørvig2015-03-121-0/+24