summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qcoregraphics.mm
Commit message (Expand)AuthorAgeFilesLines
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Port from devicePixelRatioF() to devicePixelRatio()Morten Johan Sørvig2020-09-101-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-041-3/+6
|\
| * macOS: Don't produce NSImages without a single representationTor Arne Vestbø2020-04-171-3/+6
* | Fix deprecation warnings from NSColor(Space) with macOS 10.14 SDKVolker Hilsheimer2020-03-231-14/+29
|/
* macOS: Streamline QIcon to NSImage conversionTor Arne Vestbø2020-03-121-16/+31
* macOS: Streamline QImage to NSImage conversionTor Arne Vestbø2020-03-121-14/+27
* macOS: Clean up and deduplicate QMacCGContextTor Arne Vestbø2019-04-191-73/+85
* macOS: Share code for resolving CGImage bitmapInfor for a QImageTor Arne Vestbø2018-11-281-15/+33
* macOS: Fix use of deprecated enum valueTor Arne Vestbø2018-11-281-1/+1
* macOS: remove existing color-profile handling codeMorten Johan Sørvig2017-12-151-101/+6
* Cocoa: Set NSImage (point) sizeMorten Johan Sørvig2017-11-151-0/+1
* Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-081-17/+1
|\
| * Fix build error with macOS 10.13 SDKJake Petroules2017-08-041-17/+1
* | Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-081-1/+1
|/
* Gui: Replace LGPL21 with LGPL license headerKai Koehne2017-03-031-14/+20
* QtGui: port the last remaining Q_FOREACH loops and add QT_NO_FOREACHMarc Mutz2017-02-201-1/+1
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-0/+2
|\
| * Cocoa: fix crash regression in qt_mac_create_nsimage()Oleg Yadrov2017-01-231-0/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-0/+2
|\|
| * QMacCGContext: Take paint device pixel ratio into accountGabriel de Dietrich2017-01-041-0/+2
* | Remove compatibility code paths for macOS < 10.10 and iOS < 8.0Jake Petroules2017-01-091-24/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-2/+5
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-251-2/+5
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-211-1/+2
|/
* macOS: Move QColor/QBrush conversion functions to QtGuiTor Arne Vestbø2016-09-181-0/+133
* macOS: Move image conversion functions to QtGuiTor Arne Vestbø2016-09-181-1/+144
* macOS: Move QMacCGContext helper into QtGuiTor Arne Vestbø2016-09-171-0/+289