summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoacursor.mm
Commit message (Expand)AuthorAgeFilesLines
* QCursor: Remove old pixmaps and use native cursor on macOSGabriel de Dietrich2017-01-311-5/+4
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-3/+6
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-3/+6
| |\
| | * Cocoa: Make child window cursors work correctlyMorten Johan Sørvig2016-11-081-3/+6
* | | macOS: Move image conversion functions to QtGuiTor Arne Vestbø2016-09-181-0/+1
|/ /
* / Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-1/+1
|\
| * Fix default hotspot of a hidpi QCursorKari Pihkala2015-09-061-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\|
| * Add missing Q_DECL_OVERRIDE in Cocoa specific header filesGabriel de Dietrich2015-06-241-1/+1
* | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-1/+0
|/
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* Change the hidpi cursor hotspot coordinate mappingKari Pihkala2014-04-031-2/+1
* Mac: Add support for high-dpi custom pixmap QCursorsKari Pihkala2014-03-151-2/+16
* Cocoa: Improve cursor setting.Morten Johan Sørvig2013-11-011-33/+42
* Mac: Modify Qt::SizeAllCursor to look like arrowsKari P2013-10-311-2/+2
* Respect the hotspot when creating the cursor in CocoaAndy Shaw2013-04-251-7/+7
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-201-0/+9
|\
| * Clean up the cached cursors inside the destructor of QCocoaCursorAndy Shaw2013-02-201-0/+4
| * Fix the default handling of cursor shape when there is no standard oneAndy Shaw2013-02-201-0/+5
* | 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
* | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-211-3/+4
|/
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Use "qt-project.org" instead of "trolltech" in the resource systemhjk2012-03-281-4/+4
* Cocoa: silence warnings about unused variablesBradley T. Hughes2012-03-261-0/+2
* QCursor: Associate cursor with screen.Friedemann Kleint2012-03-071-2/+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
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Correctly reimplement QPlatformCursor::pos() in QCocoaCursorBradley T. Hughes2011-12-091-1/+1
* Cocoa cursor support: Add QCocoaCursor.Morten Sorvig2011-11-081-0/+298