summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoanativeinterface.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't force create the platform window.Morten Johan Sørvig2014-01-101-5/+0
* Fix static builds on Mac.Morten Johan Sørvig2013-12-181-2/+2
* Mac: QWizard default background pixmap works againLiang Qi2013-09-261-0/+26
* Fix QT_NO_PRINTER build on MacVitalii Shastun2013-09-261-2/+2
* Don't use the SubWindow flag for windows embedded in foreign windowsShawn Rutledge2013-04-261-0/+8
* Don't crash on a null window pointer.Morten Johan Sørvig2013-04-231-0/+3
* Cocoa: Add setAlertState(), isAlertState(), beep() functionsGabriel de Dietrich2013-04-231-0/+5
* Remove nativeResourceForWindow warning.Morten Johan Sørvig2013-04-181-3/+1
* Cocoa: Create QCocoaWindow when enabling touch.Morten Johan Sørvig2013-04-151-0/+5
* Fix warning: qt_setDockMenu not foundFrederik Gladhorn2013-04-041-0/+1
* Make qt_setDockMenu work and call it.Morten Johan Sørvig2013-03-291-5/+1
* Cocoa: Make touch events work again.Morten Johan Sørvig2013-03-261-0/+9
* Guard usage of [NSApp setDockMenu].Morten Johan Sørvig2013-03-241-1/+4
* Add qMenuToNSMenu() and qMenuBarToNSMenu() to QCocoaNativeInterface.Dmytro Tyshchenko2013-03-211-0/+18
* QCococaWindow: Add NSView hosting support.Morten Johan Sørvig2013-02-231-0/+7
* Cocoa: Export QImage <-> CGImage conversion funcs.Morten Johan Sørvig2013-02-121-0/+16
* Cocoa: export setDockMenuMorten Johan Sørvig2013-01-281-0/+13
* Export functions to add custom mime converters.Morten Johan Sørvig2013-01-211-0/+28
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Initalize the printinfo on Mac if it requests and it needs initalizingAndy Shaw2012-12-171-2/+4
* Add nsOpenGLContextForContext to QCocoaNativeInterface.Zeno Albisser2012-11-231-4/+11
* Add cglContextForContext to QCocoaNativeInterface.Zeno Albisser2012-10-151-0/+24
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Cocoa: Compile when configured with -no-widgetsMorten Johan Sorvig2012-06-121-1/+14