summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* macOS: Localize title of edit menu's NSMenuItem via AppKitTor Arne Vestbø2023-04-241-4/+39
* Revert "macOS: add default Edit menu items, if not added by AppKit"Tor Arne Vestbø2023-04-132-56/+0
* macOS: Synthesize cursor updates on QCocoaWindow::setWindowCursorTor Arne Vestbø2023-04-121-18/+20
* Remove outdated comment about macOS cusorUpdateTor Arne Vestbø2023-04-121-4/+0
* macOS Accessibility: flag all synthetic elements as unignoredVolker Hilsheimer2023-04-111-3/+4
* macOS Accessibility: Delay creation of table cell interfacesVolker Hilsheimer2023-04-111-18/+96
* macOS Accessibility: don't create an unnecessary interfaceVolker Hilsheimer2023-04-111-6/+3
* macOS Accessibility: add an elementWithInterface helperVolker Hilsheimer2023-04-112-12/+17
* macOS Accessibility: optimize table interface implementationVolker Hilsheimer2023-04-112-44/+58
* macOS Accessibility: code hygieneVolker Hilsheimer2023-04-112-130/+104
* Guard qopenglcontext_p.h with QT_NO_OPENGLAlexey Edelev2023-04-062-2/+8
* macOS: Send Qt::NonClientAreaMouseMove for NSEventTypeMouseMoved in title barTor Arne Vestbø2023-03-311-3/+2
* QWSI: Remove handleFrameStrutMouseEvent in favor of handleMouseEvent+typeTor Arne Vestbø2023-03-311-1/+1
* Pick up initial state of foreign windows instead of reflecting QWindowTor Arne Vestbø2023-03-281-12/+18
* macOS: Don't try to create or manage NSWindow of foreign windowsTor Arne Vestbø2023-03-281-0/+8
* macOS: Simplify child window parenting in recreateWindowIfNeeded()Tor Arne Vestbø2023-03-281-3/+1
* macOS: Create NSView as initially hidden, to match QWindow behaviorTor Arne Vestbø2023-03-282-10/+12
* macOS: Apply QWindow properties to NSWindow when setting content viewTor Arne Vestbø2023-03-282-9/+23
* macOS: Skip DisplayLink updates when in live resizeLaszlo Agocs2023-03-231-0/+19
* macOS: Disable interaction for modally blocked transient parent windowsTor Arne Vestbø2023-03-202-4/+32
* macOS: Bail out if handling cut/copy/paste action from non-Qt NSMenuItemTor Arne Vestbø2023-03-201-3/+15
* macOS: Add logging category for menu machineryTor Arne Vestbø2023-03-208-27/+27
* Revert "QCocoaMenuBar: avoid duplication of 'special' entries in the 'Edit' m...Timur Pocheptsov2023-03-171-16/+12
* macOS: Remove workaround for worksWhenModal not being reevaluatedTor Arne Vestbø2023-03-131-39/+0
* macOS: Guard text input client from destroyed QCocoaWindowTor Arne Vestbø2023-03-132-13/+24
* Plumb QMessageBox::setCheckBox() through QPlatformMessageDialogHelperTor Arne Vestbø2023-03-091-2/+29
* macOS: Remove content border thickness members from QCocoaWindowTor Arne Vestbø2023-03-082-4/+2
* macOS: Class initialize QCocoaWindow membersTor Arne Vestbø2023-03-082-34/+18
* macOS: Move setMask call out of recreateWindowIfNeededTor Arne Vestbø2023-03-081-2/+2
* macOS: Don't set opacity on non-top level windows during NSWindow creationTor Arne Vestbø2023-03-081-4/+1
* macOS: Use non-native app modal message box from nested event loopsTor Arne Vestbø2023-03-071-0/+5
* macOS: Send a filename QFileOpenEvent if invalid URL, deprecate openFileVolker Hilsheimer2023-03-021-1/+10
* Fix crash with removed menusJoni Poikelin2023-02-231-6/+12
* macOS: Pick up QWizard background from keyboard assistant via NSBundleTor Arne Vestbø2023-02-172-35/+0
* Remove QCocoaWindow::setContentBorderThicknessTor Arne Vestbø2023-02-154-26/+1
* macOS: Remove machinery for attaching NSToolBar to QWindowTor Arne Vestbø2023-02-156-69/+0
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-132-3/+3
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-16/+1
* Clean up QUtiMimeConverter APIVolker Hilsheimer2023-02-084-10/+10
* macOS: Reduce verboseness of NSUserNotification deprecationsTor Arne Vestbø2023-02-071-0/+6
* Fix QErrorMessage test when using native dialogsTor Arne Vestbø2023-01-091-0/+2
* Tweak comment about QCocoaWindowYAMAMOTO Atsushi2023-01-051-3/+3
* macOS: Include text in key events triggered by insertion key-bindingsTor Arne Vestbø2023-01-041-8/+10
* macOS: Limit cursor update workaround to Monterey and belowTor Arne Vestbø2023-01-031-16/+18
* macOS: Send synthetic cursorUpdate events for utility windowsTor Arne Vestbø2023-01-031-3/+9
* macOS: Ensure NSEvent processing during NSApp initializationTor Arne Vestbø2023-01-031-0/+1
* macOS: Stop using the deprecated [NSWorkspace openFile:] APITor Arne Vestbø2023-01-021-7/+1
* Treat the accessible non-editable combobox as ButtonMenu on macOSMikolaj Boc2022-12-161-0/+2
* macOS: Don't set cursor for non-key windowsTor Arne Vestbø2022-12-131-2/+2
* Rename QMessageDialogOptions::Icon to StandardIconTor Arne Vestbø2022-12-131-1/+1