summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoahelpers.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: Get rid of m_qtView member in QCocoaWindow that aliased m_viewTor Arne Vestbø2016-10-101-1/+24
* Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-4/+4
* macOS: Move QColor/QBrush conversion functions to QtGuiTor Arne Vestbø2016-09-181-126/+0
* macOS: Move image conversion functions to QtGuiTor Arne Vestbø2016-09-181-130/+0
* macOS: Remove unused function qt_mac_QRegionToHIMutableShapeTor Arne Vestbø2016-09-181-10/+0
* macOS: Move QMacCGContext helper into QtGuiTor Arne Vestbø2016-09-171-136/+2
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-1/+1
| |\
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
| | * Cocoa QPA: Mute mouse dragging warningsGabriel de Dietrich2016-06-041-0/+2
* | | Cocoa: Make qt_mac_toCGImageMask be self containedMorten Johan Sørvig2016-08-151-15/+5
* | | Cocoa: use QImage::toCGImage()Morten Johan Sørvig2016-08-121-42/+10
* | | Remove qt_mac_execute_apple_scriptGabriel de Dietrich2016-07-071-60/+0
* | | darwin: Add Foundation conversion functions for QSize/QSizeFTor Arne Vestbø2016-06-141-5/+0
* | | darwin: Add Foundation conversion functions for QRect/QRectFTor Arne Vestbø2016-06-101-10/+0
* | | Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-041-31/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-221-2/+4
|\| |
| * | Cocoa: Move window logging to qt.qpa.cocoa.windowMorten Johan Sørvig2016-03-211-0/+2
| * | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-121-2/+2
* | | QtOpenGL/plugins/platformsupport: use new QRegion::begin()/end() instead of r...Marc Mutz2016-03-021-9/+3
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-137/+0
|\|
| * Move Cocoa key code helper functions to QtCoreTor Arne Vestbø2016-01-291-137/+0
* | 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
* | Add some functions to convert an NSColor to a QBrush.Jake Petroules2015-12-111-0/+119
* | Move a reusable image conversion function into QCocoaHelpers.Jake Petroules2015-12-101-0/+39
* | Remove Carbon API usage.Jake Petroules2015-12-011-31/+28
* | Remove dead code.Jake Petroules2015-11-271-0/+2
* | iOS: refactor removeMnemonics(const QString &) to QPlatformThemeRichard Moe Gustavsen2015-11-041-37/+3
|/
* Fix cocoa plugin build with OS X 10.8 SDKSamuel Gaist2015-10-181-4/+8
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* qcocoahelpers: make qtKey2CocoaKeySortLessThan a function objectMarc Mutz2015-07-131-4/+8
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
* | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-2/+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
* Handle 10-bit per color formats in qt_mac_toCGImageAllan Sandfeld Jensen2014-08-161-5/+6
* OS X: Remove mnemonics in parenthesesTakumi Asaki2014-08-081-10/+13
* Moved qt_mac_toQColor(CGColorRef) to qcocoahelpers.Ivan Komissarov2014-05-131-0/+18
* Mac: Use QString::toNSString in QtBase.Morten Johan Sørvig2014-04-031-1/+1
* Recognize RGBA8888 formats when converting to CGImageAllan Sandfeld Jensen2014-03-171-6/+16
* Cocoa: Fix popup window positioning.Morten Johan Sørvig2014-02-261-35/+33
* Cocoa: QImage -> CGImage conversion cleanupMorten Johan Sørvig2014-02-251-100/+31
* Cocoa Helpers: Add qt_mac_flipRect(const QRect &)Gabriel de Dietrich2014-01-171-0/+6
* Keep the dockwidget with the mouse when moving to another screenAndy Shaw2013-11-201-1/+11
* Remove some qBinaryFind usages from the Cocoa helpersGiuseppe D'Angelo2013-09-241-4/+4
* Remove qSort usages from the Cocoa helpersGiuseppe D'Angelo2013-09-061-1/+3