summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoanativeinterface.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: Get rid of QCocoaWindowFunctionsTor Arne Vestbø2020-07-071-10/+0
* macOS: Remove QMenu indirection via QPlatformNativeInterfaceTor Arne Vestbø2020-07-071-28/+0
* Simplify QMainWindow::setUnifiedTitleAndToolBarOnMacTor Arne Vestbø2020-07-061-12/+0
* Make QtPlatformHeaders a private moduleTor Arne Vestbø2020-07-061-1/+1
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-021-33/+0
* macOS: Clean up headersTor Arne Vestbø2020-06-051-2/+3
* Move macOS print support from platform plugin into QtPrintSupportTor Arne Vestbø2020-06-041-30/+0
* Remove QPlatformNativeInterface functions for CGImage conversionTor Arne Vestbø2020-05-131-14/+0
* macOS: Clean up header includes to use quotes or brackets as appropriateTor Arne Vestbø2020-04-151-3/+3
* Do not constantly create new surfaces with MoltenVK on macOSLaszlo Agocs2020-03-031-1/+1
* Fix build with -no-feature-printer on macOSAndré Klitzing2019-08-221-5/+5
* QWizard: Account for missing background image on macOS 10.14+Morten Johan Sørvig2019-08-111-0/+3
* macOS: Use NSOpenGLContext's drawable directly to track active drawableTor Arne Vestbø2018-09-091-4/+0
* Revert "macOS: Don't call [NSOpenGLContext update] for every frame"Liang Qi2018-08-151-0/+4
* macOS: Don't call [NSOpenGLContext update] for every frameTor Arne Vestbø2018-08-071-4/+0
* macOS: Disambiguate use of native handles in QCocoaGLContextTor Arne Vestbø2018-08-031-5/+3
* Cocoa Menus: Add support for menu items in window-less appsGabriel de Dietrich2018-05-231-1/+1
* macOS: Experimental Vulkan support via MoltenVKMorten Johan Sørvig2018-05-081-0/+9
* Cocoa QPA: Clean up 0 as pointerGabriel de Dietrich2018-04-191-12/+12
* Cocoa: Remove m_viewIsEmbedded and m_ViewIsToBeEmbeddedMorten Johan Sørvig2018-03-211-1/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-2/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-161-2/+2
| |\
| | * macOS: Replace category methods with functionsPavol Markovic2018-01-101-2/+2
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/ /
* / macOS: Reduce usage of m_nsWindow to manipulate the view's NSWindowTor Arne Vestbø2017-05-091-1/+1
|/
* Fix deprecated API usageJake Petroules2017-01-241-3/+4
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-0/+6
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-0/+6
| |\
| | * macOS: Clear event dispatcher interrupt stateGabriel de Dietrich2016-11-081-0/+6
* | | Implement QMacCocoaViewContainer in terms of foreign windowTor Arne Vestbø2016-10-051-8/+0
* | | macOS: Rename m_contentView to m_view, to distinguish from [NSWindow contentV...Tor Arne Vestbø2016-10-051-2/+2
* | | macOS: Move image conversion functions to QtGuiTor Arne Vestbø2016-09-181-0/+2
|/ /
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-0/+1
|\|
| * Fix mac build with -no-widgetsStephen Kelly2016-01-071-0/+1
* | iOS: Implement support for QApplication::beep()Tor Arne Vestbø2015-12-171-5/+0
* | Link to AppKit instead of Cocoa.Jake Petroules2015-09-051-1/+1
|/
* Add QCocoaWindowFunctions and add a function to find the clip offsetJorgen Lind2015-06-111-0/+10
* Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-1/+1
* OSX: fix leaks due to missing NSAutoreleasePoolErik Verbruggen2015-02-261-0/+1
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* OS X: Fix build with QT_NO_OPENGLSergio Martins2014-06-301-4/+12
* Mac: Implement unified toolbar look for QTabBarMorten Johan Sørvig2014-04-091-0/+13
* Cocoa: Update unified toolbar area on toolbar hideMorten Johan Sørvig2014-04-091-4/+16
* Set unified toolbar height accurately.Morten Johan Sørvig2014-03-201-1/+22
* Cocoa: remove qmacmime includes where not neededRichard Moe Gustavsen2014-03-061-1/+0
* Cocoa: QImage -> CGImage conversion cleanupMorten Johan Sørvig2014-02-251-1/+1
* Cocoa: Add setNSToolbar(QWindow *, NSToolBar *)Morten Johan Sørvig2014-02-101-0/+15
* Cocoa: Add setContentBorderThickness().Morten Johan Sørvig2014-01-111-0/+12