summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoaintegration.mm
Commit message (Expand)AuthorAgeFilesLines
* Cocoa: Fix zombie NSScreen crashGabriel de Dietrich2013-01-041-7/+12
* Implement Cocoa KeyMapper.Morten Johan Sorvig2012-12-071-0/+6
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-0/+12
* Cocoa: Disable accessibility.Morten Johan Sørvig2012-12-011-2/+2
* Implement EditableText accessibility for Mac.Morten Johan Sorvig2012-11-151-1/+2
* Support native event filter for Mac OS XLiang Qi2012-11-091-1/+4
* Cocoa: Fix fonts on retina displays.Morten Johan Sørvig2012-11-021-4/+3
* Added MultipleWindows platform capability.Samuel Rødal2012-11-021-0/+1
* Compile cocoa with QT_NO_ACCESSIBILITYJan Arve Saether2012-11-021-0/+6
* Mac: Add support for WindowMasks platform capabilityGabriel de Dietrich2012-11-021-5/+8
* osx: support for QScreen changes at runtime, and physical dimensionsShawn Rutledge2012-10-081-19/+81
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Load Mac specific resources when used in a static buildAndy Shaw2012-09-201-0/+7
* CocoaPlugin: remove autoreleasepool warnings on 10.6Richard Moe Gustavsen2012-09-101-0/+1
* Add hint for touch -> mouse event synthesizingMorten Johan Sorvig2012-08-221-0/+3
* QtGui: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-141-1/+1
* QPlatformScreen::grabWindow() support on MacTasuku Suzuki2012-07-061-0/+61
* Cocoa: re-enable getUrl: and appleEventQuit: AppleEvent handlersBradley T. Hughes2012-06-121-1/+7
* Remove QtWidgets include.Morten Johan Sorvig2012-06-111-3/+0
* Fix font rendering gamma correction on MacJiang Jiang2012-05-231-0/+7
* QPA menu abstraction, originally based on Morten's workJames Turner2012-05-191-1/+0
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* Fix ownership / lifetime of QCocoaNativeInterfaceJames Turner2012-04-121-1/+2
* Add Mac OS X backend for QDesktopServices.Christoph Schleifenbaum2012-04-111-0/+6
* Cocoa: Implement screen availableGeometry.Morten Johan Sorvig2012-03-211-2/+6
* Implement cocoa clipboard support.Morten Johan Sorvig2012-03-151-1/+13
* Refactor theme plugin loading.Friedemann Kleint2012-03-151-3/+9
* Input method on MacTasuku Suzuki2012-03-121-0/+7
* QCursor: Associate cursor with screen.Friedemann Kleint2012-03-071-1/+1
* Cocoa: Implement Drag-and-Drop.Friedemann Kleint2012-03-071-1/+8
* Fix QApplication autotest crash when running on multiple screensMiikka Heikkinen2012-03-021-0/+6
* Introduced BufferQueueingOpenGL capability in platofrm integrationGunnar Sletta2012-02-011-0/+1
* 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
* Clean up QCocoaIntegration destruction.Morten Johan Sorvig2012-01-141-6/+7
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Cocoa: Add autorelease pools.Morten Johan Sørvig2011-12-121-0/+2
* Cocoa: remove autoreleasepool in QCocoaIntegrationMorten Johan Sorvig2011-12-081-3/+0
* Fix image format use in cocoa pluginGunnar Sletta2011-12-011-1/+1
* Mac Core Text font database for QPAJiang Jiang2011-11-301-2/+2
* Factor out QPlatformTheme from QPlatformPlugin.Friedemann Kleint2011-11-111-29/+4
* Cocoa cursor support: Add QCocoaCursor.Morten Sorvig2011-11-081-1/+4
* Native file dialog support for MacMorten Sorvig2011-10-271-0/+26
* Cocoa: clean up compiler warnings.Morten Sorvig2011-10-231-1/+1
* Accessibility plugin for mac and xcb.Frederik Gladhorn2011-10-141-0/+9
* Use freetype font engine on WindowsOlli Werwolff2011-10-101-2/+2
* Improved logical and physical DPI APIs.Samuel Rødal2011-10-061-1/+1
* Cocoa: Add env variable for disabling foreground.Morten Sorvig2011-10-041-12/+14
* Cocoa: Enable native menus.Morten Sorvig2011-09-221-4/+4
* Cocoa: QMenu refactor.Morten Sorvig2011-09-071-9/+36