summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qpaintengine_mac.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: Move QMacCGContext helper into QtGuiTor Arne Vestbø2016-09-171-80/+4
* QtOpenGL/plugins/platformsupport: use new QRegion::begin()/end() instead of r...Marc Mutz2016-03-021-4/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-2/+2
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* Cocoa QPA Plugin: Remove code depending depending on OS X 10.6 and olderGabriel de Dietrich2014-10-271-194/+86
* Add QFont strategy to disable subpixel antialiasingAllan Sandfeld Jensen2014-08-031-0/+7
* Remove two unused functions in the CoreGraphics paint engineTor Arne Vestbø2014-05-221-6/+0
* Recognize RGBA8888 formats when converting to CGImageAllan Sandfeld Jensen2014-03-171-39/+1
* Cocoa: QImage -> CGImage conversion cleanupMorten Johan Sørvig2014-02-251-3/+3
* Fix QT_NO_PRINTER build on MacVitalii Shastun2013-09-261-0/+2
* Cocoa: Remove references to CMProfileRef and related APIsGabriel de Dietrich2013-07-101-9/+1
* qtbase: Fix duplicate symbol errors in static build on MacGabriel de Dietrich2013-03-061-1/+1
* Remove ifdefs for supporting Mac OS <= 10.5Tor Arne Vestbø2013-02-181-13/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Remove usage of qt_mac_get_scaleFactor() as it is no longer neededAndy Shaw2012-12-191-7/+2
|/
* Compile with -no-widgets.Morten Johan Sorvig2012-11-191-47/+0
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-221-2/+2
* Cocoa: add qWarnining when trying to create 0 width/height CGImagesTeemu Katajisto2012-10-081-1/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix a bunch of Mac/clang specific warningsJiang Jiang2012-08-211-1/+0
* QPlatformScreen::grabWindow() support on MacTasuku Suzuki2012-07-061-1/+1
* Reduce QtWidgets dependencies in the Cocoa plugin.Morten Johan Sorvig2012-06-081-1/+0
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-1/+1
* Cocoa: set font engine glyph format based on display typeBradley T. Hughes2012-03-201-3/+3
* Port QMacPrintEngine and QCoreGraphicsPaintEngine from Qt 4 to Qt 5Bradley T. Hughes2012-03-151-0/+1788