summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* macOS: Get rid of QCocoaWindowFunctionsTor Arne Vestbø2020-07-074-21/+1
* macOS: Remove QMenu indirection via QPlatformNativeInterfaceTor Arne Vestbø2020-07-075-40/+12
* Remove unused virtual method QWindowPrivate::allowClickThroughVolker Hilsheimer2020-07-071-2/+0
* Simplify QMainWindow::setUnifiedTitleAndToolBarOnMacTor Arne Vestbø2020-07-063-17/+3
* Make QtPlatformHeaders a private moduleTor Arne Vestbø2020-07-064-2/+4
* 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