summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* macOS: Reset NSApp main menu temporarily when re-using top level menuTor Arne Vestbø2023-09-141-1/+15
* qcocoadrag: use rvalue overload moreAnton Kudryavtsev2023-09-091-2/+2
* cocoa: use const method moreAnton Kudryavtsev2023-09-092-2/+2
* macOS file dialog refactor: don't heap allocate string and string listVolker Hilsheimer2023-09-081-34/+30
* QComboBox on macOS: guard against destruction while native popup is openVolker Hilsheimer2023-09-081-0/+9
* CoreText: Resolve color scheme (dark mode) via the platform themeTor Arne Vestbø2023-09-082-1/+21
* macOS: Use non-native fallback for message boxes with rich textTimur Pocheptsov2023-09-071-0/+7
* QAccessible: consistently respect rootIndex of item viewsVolker Hilsheimer2023-09-011-3/+7
* macOS: Re-apply QWindow visibility when moved between NSWindowsTor Arne Vestbø2023-08-231-0/+1
* macOS: Use enumerateWindowsWithOptions to implement QCocoaScreen::topLevelAt()Tor Arne Vestbø2023-08-221-29/+27
* iOS: Add support for foreign windowsTor Arne Vestbø2023-08-181-10/+0
* Rename accent color in QPaletteSanthosh Kumar2023-08-181-1/+1
* QTimerInfoList: change timerWait() to return std::optional<ms>Ahmad Samir2023-08-111-6/+7
* macOS: Add qnswindow_cast helper functionTor Arne Vestbø2023-08-093-3/+12
* macOS: Use [QNSWindow closeAndRelease] for closing and releasingTor Arne Vestbø2023-08-071-2/+1
* macOS: Ensure foreign windows can be reparented via QWindow::setParent()Tor Arne Vestbø2023-08-031-4/+8
* cocoa: Handle VulkanSurface for backingstoresLaszlo Agocs2023-07-281-0/+1
* QTimerInfoList: don't inherit from a container in an exported classAhmad Samir2023-07-191-1/+1
* a11y macOS: Report selection/Bridge QAccessibleSelectionInterfaceMichael Weghorn2023-07-081-0/+24
* macOS: Respect QDir::Hidden for native file dialogsTor Arne Vestbø2023-06-301-2/+8
* macOS: Avoid triggering TCC permission dialogs in file dialogsTor Arne Vestbø2023-06-301-35/+19
* macOS: Enable dirs in file dialogs, also when treating bundles as dirsTor Arne Vestbø2023-06-301-4/+3
* macOS: Propagate mouse enter/exit for windows embedded into foreign windowsTor Arne Vestbø2023-06-261-4/+26
* macOS: work around getting invalid result from NSAlert::runModalVolker Hilsheimer2023-06-202-2/+17
* Fix typo in QCocoaWindow commentColin Snover2023-06-151-1/+1
* macOS: Use submenuAction: as action for sub-menu menu itemsTimur Pocheptsov2023-06-132-1/+18
* macOS: Don't assume DnD is handled via internal drag loopTor Arne Vestbø2023-06-071-2/+3
* macOS: Disable minimize button for Qt::Dialog windows by defaultTor Arne Vestbø2023-06-031-0/+7
* Platform theme: fill QPalette::AccentColor with OS valueYuhang Zhao2023-06-011-0/+3
* macOS: Fix assertion in accessibility implementation for treeviewsVolker Hilsheimer2023-05-222-1/+4