summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* macOS: Fix crash when showing parent-less platform menusTor Arne Vestbø2020-12-091-2/+2
* macOS: Remove warning about KVO observers on QNSWindow/QNSPanelTor Arne Vestbø2020-12-091-5/+0
* macOS: Always allow interacting with popup windows during modal sessionTor Arne Vestbø2020-12-081-0/+8
* macOS: Propagate device-pixel-ratio of system tray iconTor Arne Vestbø2020-11-201-0/+1
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-1/+1
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-152-14/+14
* Cocoa: Allow CMD+H to hide the application when a tooltip is visibleAndy Shaw2020-11-101-1/+2
* Fix compile warningVolker Hilsheimer2020-11-061-2/+2
* macOS: Remove alpha from default surface formatMorten Johan Sørvig2020-10-231-8/+1
* Make QPointer comparisons hidden friendsAllan Sandfeld Jensen2020-10-231-1/+1
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-075-5/+5
* Un-special-case macOS in handling of QKeyEvent::nativeScanCode()Tor Arne Vestbø2020-10-062-11/+17
* macOS: Prevent mapping non-keydown events to charactersTor Arne Vestbø2020-10-061-13/+21
* QCocoaDrag - set image only on the first drag itemTimur Pocheptsov2020-09-281-2/+7
* QCocoaDrag::drag - make sure clipboard is ours and populatedTimur Pocheptsov2020-09-231-4/+4
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-10/+10
* QCocoaDrag::maybeDragMultipleItems - fix erroneous size checkTimur Pocheptsov2020-09-211-1/+1
* Cleanup API of QMimeDataLars Knoll2020-09-214-6/+6
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-212-2/+2
* Handle NSEvent*MouseDragged in QCocoaWindow::startSystemMove()René Meusel2020-09-181-0/+3
* Switch QSurfaceFormat::colorSpace to a QColorSpaceAllan Sandfeld Jensen2020-09-151-1/+1
* Plumb application quit through platform pluginTor Arne Vestbø2020-09-145-4/+9
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-2/+0
* macos: Rename macos style to macOSRichard Moe Gustavsen2020-09-111-1/+1
* [macOS] Add native virtual key code to modifier keysMichael Brüning2020-09-101-9/+18
* macOS: Don't assume we will get didBecomeKey for non-Qt NSWindowsTor Arne Vestbø2020-09-081-9/+12
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-062-12/+0
* Fix compiler warnings after QKeyCombination introductionVolker Hilsheimer2020-09-052-11/+10
* QCocoaKeyMapper: do not sum integral+QFlagsGiuseppe D'Angelo2020-09-031-2/+2
* QIconEngine: move away from virtual_hook usageMorten Johan Sørvig2020-08-271-1/+1
* macOS: rename 'macintosh' style to 'macos'Richard Moe Gustavsen2020-08-261-1/+1
* Fix warning from unused parameterVolker Hilsheimer2020-08-261-0/+1
* Rename confusingly named QFont/QPalette::resolve overloadsVolker Hilsheimer2020-08-251-1/+1
* Fix warning after QMetaType changesVolker Hilsheimer2020-08-251-1/+1
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-1/+1
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-1/+1
* Cocoa: Translate the buttons used for the native font and color dialogsAndy Shaw2020-08-192-6/+7
* macOS: Remove support for surface-backed viewsTor Arne Vestbø2020-08-188-416/+32
* macOS: Handle platform window destroy and create in backingstoreTor Arne Vestbø2020-08-072-16/+36
* macOS: Fix crash when re-using backingstore for re-created QWindowTor Arne Vestbø2020-08-071-0/+8
* Make QFontDatabase member functions staticEskil Abrahamsen Blomfeldt2020-08-061-1/+1
* macOS: Make getColor() return generic RGB componentsMorten Johan Sørvig2020-08-061-2/+28
* Remove last remaining bits of QtPlatformHeadersTor Arne Vestbø2020-08-043-3/+1
* Add QOperatingSystemVersion support for macOS Big SurTor Arne Vestbø2020-07-292-114/+0
* macOS: Clarify that QCocoaKeyMapper only computes 8 modifier statesTor Arne Vestbø2020-07-242-24/+8
* macOS: Remove workaround for zero-size GL viewsTor Arne Vestbø2020-07-221-8/+1
* macOS: Ensure initial geometry is always setTor Arne Vestbø2020-07-221-2/+10
* macOS: Remove stale code for handling view hiding during reparentingTor Arne Vestbø2020-07-221-4/+2
* qnsview: don't active QWindows inside NSWindows that are not keyRichard Moe Gustavsen2020-07-222-4/+31
* Move private platform interfaces to private QPA headersTor Arne Vestbø2020-07-202-0/+2