summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* 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
* macOS: Use Cocoa to map key events to possible shortcut key sequencesTor Arne Vestbø2020-07-131-3/+19
* macOS: Modernize QCocoaKeyMapper key mapTor Arne Vestbø2020-07-132-53/+36
* Refactor pointer event hierarchyShawn Rutledge2020-07-102-9/+9
* Remove unused method QKeyMapper::clearMappings()Tor Arne Vestbø2020-07-102-7/+0
* macOS: Simplify dead key handlingTor Arne Vestbø2020-07-101-2/+2
* macOS: Simplify Ctrl+LeftMouse->RightMouse handlingTor Arne Vestbø2020-07-101-2/+1
* macOS: Merge keySequenceToKeyEqivalent into call siteTor Arne Vestbø2020-07-101-17/+13
* macOS: Add QCocoaKeyMapper::toCocoaModifiersTor Arne Vestbø2020-07-103-22/+17
* Qt::Modifier: do some cleanupsGiuseppe D'Angelo2020-07-091-1/+1
* Register a generic keyboard device on cocoaShawn Rutledge2020-07-081-0/+3
* macOS: Exclude 32-bit builds by checking pointer sizeTor Arne Vestbø2020-07-082-5/+1
* macOS: Don't assume platform has objc_msgSendSuper_stretTor Arne Vestbø2020-07-081-3/+9
* macOS: Map Qt::KeyboardModifier to a single Carbon modifierTor Arne Vestbø2020-07-081-3/+0
* macOS: Don't rely on Carbon for QCocoaKeyMapper::queryKeyboardModifiers()Tor Arne Vestbø2020-07-081-23/+12
* macOS: Simplify QCocoaKeyMapper::fromCocoaModifiersTor Arne Vestbø2020-07-081-13/+15
* macOS: Use helper method in QCocoaKeyMapper for swapping Ctrl and CmdTor Arne Vestbø2020-07-081-32/+23
* macOS: Move AA_MacDontSwapCtrlAndMeta logic out of QPlatformThemeTor Arne Vestbø2020-07-082-0/+41
* Add ; to Q_UNUSEDLars Schmertmann2020-07-074-10/+10