summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoanativeinterface.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor QPlatformMenu API cleanup.Morten Johan Sorvig2012-05-231-0/+1
* Cocoa implementation of QPA menu interface.James Turner2012-05-191-0/+11
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-2/+2
* Fix qtnamespace compile break on Mac.Sarah Smith2012-03-261-0/+4
* Add method to get NSPrintInfo* from QPrintEngine in Cocoa pluginBradley T. Hughes2012-03-151-0/+8
* Add a QPlatformPrinterSupportPlugin for CocoaBradley T. Hughes2012-03-151-0/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Add "nswindow" resource to the Cocoa native interface implementationBradley T. Hughes2012-01-191-0/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Make QCocoaWindow independent of NSWindow.Morten Sorvig2011-12-141-0/+7
* Get cocoa plugin compiling after OpenGL refactoringGunnar Sletta2011-08-291-2/+2
* CompileMorten Sorvig2011-06-221-1/+1
* Cocoa: add missing return statementRichard Moe Gustavsen2011-06-211-2/+1
* QWindowContext / QWindowFormat refactor.Samuel Rødal2011-06-101-4/+5
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-18/+18
* Add QCocoaNativeInterface.Morten Sorvig2011-05-201-0/+59