summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* macOS: support shortcut for Ctrl-modified TabVolker Hilsheimer11 days1-10/+29
* macOS: Send key press as QKeyEvent if input context doesn't consume itTor Arne Vestbø2024-04-081-1/+4
* macOS: Remove popup mouse and app activation monitors on app shutdownTor Arne Vestbø2024-04-031-0/+3
* Add AA_DontUseNativeMenuWindowsMitch Curtis2024-03-151-3/+9
* macOS: Forward application{Will,Did}FinishLaunching to reflection delegateTor Arne Vestbø2024-03-141-2/+5
* QEventDispatcher*: port the Unix dispatchers to V2Thiago Macieira2024-03-132-20/+21
* Add QT_IM_MODULES env to allows specify multi IM keyJiDe Zhang2024-03-051-3/+3
* Apple: Fix a few deprecation warnings after bumping deployment targetsTor Arne Vestbø2024-02-195-8/+10
* macOS: Expand and tighten plumbing of QWindow's requested color spaceTor Arne Vestbø2024-02-155-20/+53
* macOS: Implement support for backing store static contentsTor Arne Vestbø2024-02-133-31/+93
* Remove extra semi-colonsTasuku Suzuki2024-02-062-2/+2
* Fix -Wdeprecated-anon-enum-enum-conversion issue in cocoa pluginAndy Nichols2024-02-021-2/+2
* macOS: Don't condition deferred exec on specific NSAlert to be the modal windowTor Arne Vestbø2024-01-301-1/+1
* QCocoaA(11)y: do not try to access an element if rowIndex == -1Timur Pocheptsov2024-01-251-1/+1
* Revert "macOS: Don't crash when starting a drag with empty mime data"Volker Hilsheimer2024-01-241-2/+0
* macOS: Work around lack of native support for multi-part extensionsTor Arne Vestbø2024-01-171-21/+105
* macOS: Reset save dialog extension when resetting file name filterTor Arne Vestbø2024-01-172-0/+21
* 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: Explicitly show extensions in save dialog if filter is "all files"Tor Arne Vestbø2024-01-101-11/+19
* macOS: Show extensions in file dialog when filtering on multi-part extensionTor Arne Vestbø2024-01-101-14/+22
* macOS: Remove QScopedScopeLevelCounter from menu qt_itemFired callbackTor Arne Vestbø2023-12-211-1/+0
* macOS a11y: rebuild table model if out-of-bounds cell is requestedVolker Hilsheimer2023-12-161-7/+34
* macOS: Use CALayer backingstore when widgets request non-raster surfaceTor Arne Vestbø2023-12-131-0/+11
* macOS: Deliver focus change events for foreign windowsTor Arne Vestbø2023-12-121-8/+2
* macOS: Don't reset focus window to top level window when becoming keyTor Arne Vestbø2023-12-121-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