summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoadrag.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: Replace use of deprecated NSDragPboard enumTor Arne Vestbø2019-11-251-2/+2
* Cocoa QPA: Clean up 0 as pointerGabriel de Dietrich2018-04-191-6/+6
* Update usage of QFontMetrics::width() to new APIEskil Abrahamsen Blomfeldt2017-12-081-1/+1
* Remove QPlatformDrag::platformDropDataAlbert Astals Cid2017-03-131-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-0/+4
|\
| * macOS: use active window device pixel ratio for drag pixmapOleg Yadrov2017-02-171-0/+4
* | macOS: fix 32-bit buildsJake Petroules2016-09-211-1/+1
|/
* macOS: Move image conversion functions to QtGuiTor Arne Vestbø2016-09-181-0/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-1/+15
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-1/+15
| |\
| | * HiDPI Drag and Drop: Properly render the default image on MacGabriel de Dietrich2016-08-091-1/+15
* | | darwin: Add Foundation conversion functions for QSize/QSizeFTor Arne Vestbø2016-06-141-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-1/+3
|\|
| * Cocoa: Support high-dpi DnD pixmaps.Morten Johan Sørvig2016-01-261-1/+3
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* OSX: replace use of deprecated API.Erik Verbruggen2015-10-231-7/+8
* QCocoaDrag: Fix text, url and image preview pixmap while dragging.Filipe Azevedo2015-03-171-6/+50
* Fixed license headersJani Heikkinen2015-02-171-1/+1
* Update copyright headersJani Heikkinen2015-02-111-22/+14
* Cocoa: Delay QMimeData requests for DnD events.Morten Johan Sørvig2014-10-221-1/+1
* Cocoa: remove qmacmime includes where not neededRichard Moe Gustavsen2014-03-061-1/+0
* Fix static builds on Mac.Morten Johan Sørvig2013-12-181-4/+4
* Cocoa: avoid a crash in QCocoaDragLiang Qi2013-11-291-1/+7
* Fix leak in QCocoaDrag.Ivan Komissarov2013-06-111-1/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Cocoa: use defaultPixmap() if pixmap is not set for dragTeemu Katajisto2012-10-161-1/+5
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Native drag implementation on MacJames Turner2012-07-041-0/+105
* Cocoa: Implement Drag-and-Drop.Friedemann Kleint2012-03-071-0/+99