summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* macOS: Explicitly show extensions in save dialog if filter is "all files"Tor Arne Vestbø2024-01-181-11/+19
* macOS: Reset save dialog extension when resetting file name filterTor Arne Vestbø2024-01-172-0/+21
* macOS: Work around lack of native support for multi-part extensionsTor Arne Vestbø2024-01-171-21/+105
* macOS: Disable currentChanged signal for NSSavePanelsTor Arne Vestbø2024-01-171-0/+8
* macOS: Add helper function for getting AppKit localized stringsTor Arne Vestbø2024-01-153-2/+13
* macOS: Show extensions in file dialog when filtering on multi-part extensionTor Arne Vestbø2024-01-151-14/+22
* macOS a11y: rebuild table model if out-of-bounds cell is requestedVolker Hilsheimer2023-12-161-7/+34
* macOS: Deliver focus change events for foreign windowsTor Arne Vestbø2023-12-141-8/+2
* macOS: Use CALayer backingstore when widgets request non-raster surfaceTor Arne Vestbø2023-12-141-0/+11
* macOS: Don't reset focus window to top level window when becoming keyTor Arne Vestbø2023-12-131-9/+18
* macOS: Use single truth to track file dialog current directoryTor Arne Vestbø2023-12-112-23/+22
* macOS: Handle NSNull when file dialog directories changeTor Arne Vestbø2023-12-111-1/+4
* QComboBox: inform accessibility about model change before selectingVolker Hilsheimer2023-12-091-0/+11
* QIcon: turn platform engines on by defaultVolker Hilsheimer2023-12-071-4/+1
* macOS: Deliver touch events synchronouslyTor Arne Vestbø2023-12-051-4/+16
* macOS: Implement QPlatformServiceColorPicker via NSColorSamplerTor Arne Vestbø2023-12-022-0/+37
* Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChangedTor Arne Vestbø2023-11-232-4/+4
* Add initial implementation of macOS and iOS icon theme implementationsVolker Hilsheimer2023-11-232-13/+12
* macOS: Don't crash when starting a drag with empty mime dataVolker Hilsheimer2023-11-221-0/+2
* macOS: Guard QCocoaWindow access when handling application activation changeTor Arne Vestbø2023-11-201-3/+4
* Cocoa: implement QScreen::orientationVolker Hilsheimer2023-11-162-0/+20
* Prevent reparenting of foreign window embedding containerTor Arne Vestbø2023-11-151-1/+4
* macOS: Work around [NSApplication setWindowsMenu:] out of bound accessTor Arne Vestbø2023-11-151-0/+9
* macOS: Take window mask into account when computing QCocoaScreen::topLevelAtTor Arne Vestbø2023-11-151-1/+6
* macOS: Always place input panels at NSPopUpMenuWindowLevel or aboveTor Arne Vestbø2023-11-151-2/+11
* Cocoa plugin: make sure popups' collection behavior knows about spacesTimur Pocheptsov2023-11-151-2/+3
* Ensure foreign window can be reparented out of contained window againTor Arne Vestbø2023-11-131-4/+6
* macOS: Clarify relation between occlusion state, hidden state, and exposeTor Arne Vestbø2023-11-122-7/+23
* macOS: Respect QPlatformDialogHelper::ButtonLayout in native alertsTor Arne Vestbø2023-11-121-3/+49
* macOS: Activate all windows on launch, not just key/main windowsTor Arne Vestbø2023-11-121-0/+8
* macOS: Only bring application forward on launch if neededTor Arne Vestbø2023-11-121-5/+14
* macOS: Remove dead code for activating application on startupTor Arne Vestbø2023-11-121-10/+0
* macOS: Implement NSTextInputClient.windowLevelWs ShawnWoo2023-11-121-0/+17
* macOS: Work around key view loop crossing NSWindow boundariesTor Arne Vestbø2023-11-121-0/+18
* QCocoaSystemTrayIcon: fix updateMenu() logicVladimir Belyavsky2023-11-121-1/+12
* Cocoa MessageBox: don't use native message box if detailed text is setVolker Hilsheimer2023-11-101-4/+7
* macOS: Check NSWindow as well when determining if setVisible can bail outTor Arne Vestbø2023-10-301-1/+1
* Teach QMessageDialogOptions about default and escape buttonsTor Arne Vestbø2023-10-261-10/+23
* QMessageBox: Do last minute setup in setVisible instead of showEventTor Arne Vestbø2023-10-261-10/+0
* macOS: Avoid adding modal session for window that's already addedTor Arne Vestbø2023-10-262-1/+23
* macOS: Include StandardButton::RestoreDefaults when adding native alert buttonsTor Arne Vestbø2023-10-251-1/+1
* macOS: Don't refuse key window for direct transient parent of modal windowTor Arne Vestbø2023-10-251-2/+15
* macOS: Make QCocoaWindow::setVisible idempotentTor Arne Vestbø2023-10-251-0/+25
* macOS: Explicitly mark NSView as needing display when unhiding itTor Arne Vestbø2023-10-241-0/+4
* Include what you need: <QPointer>Marc Mutz2023-10-126-0/+10
* Implement QAppleKeyMapper in terms of QPlatformKeyMapperTor Arne Vestbø2023-10-102-9/+3
* platform plugins: use string view types moreAnton Kudryavtsev2023-10-081-1/+3
* macOS: Silence warning about supporting secure state restorationTor Arne Vestbø2023-10-051-0/+17
* macOS: Activate Qt's platform a11y whenever the system queries usTor Arne Vestbø2023-10-041-2/+12
* QCocoaInputContext: Don't emit locale update on startupTor Arne Vestbø2023-10-021-2/+9