summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Update swap interval of QCocoaGLContext after creationTor Arne Vestbø2016-09-191-0/+5
* | | | macOS: fix 32-bit buildsJake Petroules2016-09-213-6/+6
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-2118-628/+41
|\| | |
| * | | macOS: Implement QCocoaBackingStore in terms of QRasterBackingStoreTor Arne Vestbø2016-09-183-79/+18
| * | | macOS: Move QColor/QBrush conversion functions to QtGuiTor Arne Vestbø2016-09-182-132/+0
| * | | macOS: Move image conversion functions to QtGuiTor Arne Vestbø2016-09-1811-140/+10
| * | | macOS: Remove unused function qt_mac_QRegionToHIMutableShapeTor Arne Vestbø2016-09-182-13/+0
| * | | macOS: Move QMacCGContext helper into QtGuiTor Arne Vestbø2016-09-177-265/+14
* | | | Replace usages of QSysInfo with QOperatingSystemVersionJake Petroules2016-09-203-3/+4
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-1/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-1/+9
| |\|
| | * Cocoa: Add support for triple-buffered GL contextsTor Arne Vestbø2016-08-291-1/+9
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-299-54/+67
|\| |
| * | Revert "Cocoa: make dialogs emit the "selected" signals"J-P Nurmi2016-08-183-12/+0
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-186-42/+67
| |\|
| | * QCocoaInputContext: Fix wrong memory releaseGabriel de Dietrich2016-08-181-1/+1
| | * Cocoa QPA Menus: Propagate enabled state downwardsGabriel de Dietrich2016-08-175-41/+66
* | | fix build with various QT_NO_* definesNick Shaforostoff2016-08-268-2/+43
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-227-67/+61
|\ \ \
| * | | Use qtConfig throughout in qtbaseLars Knoll2016-08-191-1/+1
| * | | QCocoaFileIconEngine: Add icon size 256Friedemann Kleint2016-08-171-1/+2
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-165-13/+48
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-132-12/+23
| | |\|
| | | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
| | | * Cocoa: Update deprecated dragging session APIsGabriel de Dietrich2016-08-111-10/+13
| | | * Drag and Drop: Don't let Cocoa override proposed actionsGabriel de Dietrich2016-08-111-1/+9
| | * | Cocoa: make dialogs emit the "selected" signalsJ-P Nurmi2016-08-122-0/+10
| | * | 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
| * | | 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
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-191-1/+1
|/ / /
* | | QtPlatformSupport: Add QAbstractFileIconEngineFriedemann Kleint2016-08-052-20/+37
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-023-17/+17
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-013-17/+17
| |\| |
| | * | Cocoa: Don’t beep on return keypressMorten Johan Sørvig2016-07-291-4/+10
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-262-13/+7
| | |\|
| | | * Cocoa integration - fix a crash in QMacPasteboardTimur Pocheptsov2016-07-252-13/+7
* | | | Cocoa QPA Menus: Clean-up QCocoaMenuLoader related codeGabriel de Dietrich2016-08-017-41/+6
|/ / /
* | | Cococa integration - close popups in a windowWillClose callbackTimur Pocheptsov2016-07-274-4/+25
* | | QCocoaApplicationDelegate: Remove unused functionGabriel de Dietrich2016-07-231-6/+0
* | | Make QCocoaMenuLoader a singletonGabriel de Dietrich2016-07-225-12/+19
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devEdward Welbourne2016-07-226-28/+34
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-196-28/+34
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-156-28/+34
| | |\|
| | | * QCocoaMenuBar: Sync items only when they are attached to a menuGabriel de Dietrich2016-07-131-3/+5
| | | * QCocoaMenu: Attach late items to their submenuGabriel de Dietrich2016-07-082-2/+21
| | | * [macOS] Check that the screen's index is still valid after updatingAndy Shaw2016-07-082-1/+6
| | | * QCocoaTheme: Remove unreachable codeGabriel de Dietrich2016-07-061-22/+2
* | | | QCocoaMenuLoader: Remove NIB fileGabriel de Dietrich2016-07-217-173/+104