summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-032-2/+2
* CMake: Re-run pro2cmake on gui, platformheadersTor Arne Vestbø2020-07-032-43/+7
* macOS: Fix mapping of Qt to Carbon modifiers with AA_MacDontSwapCtrlAndMetaTor Arne Vestbø2020-07-031-5/+5
* Only use one macro per lineLars Schmertmann2020-07-031-1/+3
* Fix no-OpenGL build after introducing QOpenGLContext platform interfaceTor Arne Vestbø2020-07-031-2/+4
* macOS: Simplify QCocoaKeyMapper::(to/from)CocoaKeyTor Arne Vestbø2020-07-021-67/+19
* macOS: Move key mapping from QtCore to platform pluginTor Arne Vestbø2020-07-025-8/+148
* macOS: Move Cocoa modifier mapping logic to QCocoaKeyMapperTor Arne Vestbø2020-07-029-37/+32
* Introduce platform API abstraction for QOpenGLContextTor Arne Vestbø2020-07-026-73/+38
* Let QScreen::grabWindow's winId parameter default to 0 and add testVolker Hilsheimer2020-07-012-43/+77
* Pass correct modifier to QCocoaKeyMapper::toKeyCode()Tor Arne Vestbø2020-06-301-1/+1
* Simplify QCocoaKeyMapper by always returning a valid keymapTor Arne Vestbø2020-06-302-17/+16
* macOS: Modernize QCocoaKeyMapperTor Arne Vestbø2020-06-302-316/+284
* macOS: Clean up modal sessions after each pass of processEvents()Richard Moe Gustavsen2020-06-271-0/+5
* macOS: Close popups on mouse down using synchronous QPA deliveryTor Arne Vestbø2020-06-261-2/+1
* macOS: Check that platform window is valid after delivering close eventTor Arne Vestbø2020-06-261-0/+2
* Fix compile warnings when passing short ints into printf formattingVolker Hilsheimer2020-06-251-2/+2
* Add QPointingDevice argument to every QWSI input event handler functionShawn Rutledge2020-06-181-12/+18
* Introduce QInputDevice hierarchy; replace QTouchDeviceShawn Rutledge2020-06-165-42/+45
* Port platform plugins to QStringViewLars Knoll2020-06-151-1/+1
* a11y: Implement accessibilityHelp on macOSJan Arve Sæther2020-06-151-0/+10
* macOS: Add a few more local autorelease pools to QCocoaGLContextTor Arne Vestbø2020-06-091-0/+6
* macOS: Respect window type when determining main window statusTor Arne Vestbø2020-06-051-4/+2
* macOS: Clean up headersTor Arne Vestbø2020-06-0560-129/+183
* macOS: Remove QtWidget dependency from platform pluginTor Arne Vestbø2020-06-048-79/+11
* Move macOS print support from platform plugin into QtPrintSupportTor Arne Vestbø2020-06-0412-3467/+1
* Move QAbstractFileIconEngine into QtGuiTor Arne Vestbø2020-06-033-5/+2
* Move QtAccessibilitySupport into QtGuiTor Arne Vestbø2020-06-023-4/+1
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-022-2/+5
* CMake: Regenerate src/pluginsAlexandru Croitor2020-05-292-19/+8
* Move QPlatformBackingStoreOpenGLSupport handling out of platform pluginsTor Arne Vestbø2020-05-292-9/+0
* Move QtPlatformCompositorSupport into QtOpenGLTor Arne Vestbø2020-05-283-4/+4
* CMake: Use -fapplication-extension when building Qt libraries on macOSAlexandru Croitor2020-05-281-0/+4
* Move CoreText font engine/database to QtGuiTor Arne Vestbø2020-05-275-7/+5
* Move QtVulkanSupport into QtGui and QtOpenGLTor Arne Vestbø2020-05-223-5/+1
* Move QRasterBackingStore to QtGuiTor Arne Vestbø2020-05-213-3/+2
* Move QMacInternalPasteboardMime to QtGuiTor Arne Vestbø2020-05-214-4/+3
* Remove QPlatformNativeInterface functions for CGImage conversionTor Arne Vestbø2020-05-132-18/+0
* QCocoaDrag - avoid using the deprecated API if possibleTimur Pocheptsov2020-05-083-1/+104
* QStringView: add toNSString() / toCFString()Marc Mutz2020-05-081-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-046-21/+129
|\
| * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-04-301-1/+4
| |\
| | * macOS: Avoid modifying hash while iterating itTor Arne Vestbø2020-04-301-1/+4
| * | Merge remote-tracking branch 'origin/5.15.0' into 5.15Liang Qi2020-04-285-18/+114
| |\|
| | * Cocoa: If the grabRect is null then add in a null image for the areaAndy Shaw2020-04-261-1/+10
| | * Merge 5.15 into 5.15.0Alexandru Croitor2020-04-231-2/+4
| | |\
| | * | macOS: Restore fallback sizes when setting application or window iconsTor Arne Vestbø2020-04-202-4/+9
| | * | macOS: Support [NSPanel becomesKeyOnlyIfNeeded]Tor Arne Vestbø2020-04-171-1/+8
| | * | macOS: Activate non-modal windows during modal session if they support itTor Arne Vestbø2020-04-171-2/+5
| | * | macOS: Rework worksWhenModal and update on modal session changeTor Arne Vestbø2020-04-172-11/+83