summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* macOS: Resend event if the first input method event changes focusVolker Hilsheimer2021-06-181-0/+5
* macOS: Allow programatically minimizing frameless windowsMorten Johan Sørvig2021-06-091-1/+4
* macOS: Keep NSWindow alive after handling windowShouldClose callbackTor Arne Vestbø2021-06-091-0/+9
* macOS: don't show invisible separator itemsVolker Hilsheimer2021-05-272-3/+8
* macOS: Restore logic to set wantsBestResolutionOpenGLSurfaceTor Arne Vestbø2021-05-201-0/+8
* macOS: Fix warning about comparing different types in QCocoaScreen::isOnlineTor Arne Vestbø2021-05-201-2/+2
* cocoa: be more careful about rejecting frame strut eventsRichard Moe Gustavsen2021-05-121-7/+16
* macOS: Remove MIME plumbing from QCocoaNativeInterfaceTor Arne Vestbø2021-05-112-19/+0
* macOS: in password lineedits, pass dead keys to the input methodVolker Hilsheimer2021-05-062-1/+7
* cocoa: move DEBUG_PASTEBOARD into logging categoryLiang Qi2021-05-053-62/+21
* macOS: Don't override action set during drop handlingAndy Shaw2021-04-291-1/+3
* Add storage for (pixel) deltas and fingerCount to QNativeGestureEventShawn Rutledge2021-04-271-1/+1
* cocoa: Use the system-provided color for QPalette::PlaceholderTextShawn Rutledge2021-04-201-0/+5
* Don't disable menu items that belong to the active modal windowVolker Hilsheimer2021-04-123-5/+18
* Account for multiple screens when computing QSizeGrip available geometryZhang Hao2021-03-241-0/+2
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-241-1/+1
* macOS: don't let windows that are transparent for input become key windowVolker Hilsheimer2021-02-191-1/+1
* a11y: Report mixed state if QCheckBox is PartiallyCheckedJan Arve Sæther2021-02-041-0/+2
* macOS: Reduce duplicated code for showing file dialogsTor Arne Vestbø2021-02-022-75/+37
* macOS: Reduce duplicated updates of file dialog propertiesTor Arne Vestbø2021-02-021-13/+6
* macOS: Refactor computing of accepted extensions in file dialogsTor Arne Vestbø2021-02-021-21/+20
* macOS: Use single variable to track file dialog in QCocoaFileDialogHelperTor Arne Vestbø2021-02-021-64/+74
* Cocoa: When validating menus, account for modal window only if activeAndy Shaw2021-01-291-4/+3
* Clean up QCocoaFileDialogHelperTor Arne Vestbø2021-01-262-338/+262
* macOS: Don't restrict non-modal file dialogs to open-dialogs onlyTor Arne Vestbø2021-01-261-16/+14
* macOS: Show system tray icon on mouse button press, not releaseTor Arne Vestbø2021-01-261-1/+1
* macOS: Don't exec file dialogs via runModal unless they are app modalTor Arne Vestbø2021-01-252-20/+40
* Add QPlatformScreen::colorSpace()Allan Sandfeld Jensen2021-01-252-0/+7
* iOS: Handle keyboard events when using an external keyboardAndy Shaw2021-01-2012-662/+21
* macOS: Remove DontConfirmOverwrite workaroundMorten Johan Sørvig2021-01-191-9/+2
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-106/+0
* macOS: Don't try to close already-closed/closing file dialogTor Arne Vestbø2021-01-121-1/+7
* Remove the qmake project filesJoerg Bornemann2021-01-071-111/+0
* macOS: Fix crash when showing parent-less platform menusTor Arne Vestbø2020-12-091-2/+2
* macOS: Remove warning about KVO observers on QNSWindow/QNSPanelTor Arne Vestbø2020-12-091-5/+0
* macOS: Always allow interacting with popup windows during modal sessionTor Arne Vestbø2020-12-081-0/+8
* macOS: Propagate device-pixel-ratio of system tray iconTor Arne Vestbø2020-11-201-0/+1
* QFont: Prefer setFamilies() over setFamily()Andy Shaw2020-11-201-1/+1
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-152-14/+14
* Cocoa: Allow CMD+H to hide the application when a tooltip is visibleAndy Shaw2020-11-101-1/+2
* Fix compile warningVolker Hilsheimer2020-11-061-2/+2
* macOS: Remove alpha from default surface formatMorten Johan Sørvig2020-10-231-8/+1
* Make QPointer comparisons hidden friendsAllan Sandfeld Jensen2020-10-231-1/+1
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-075-5/+5
* Un-special-case macOS in handling of QKeyEvent::nativeScanCode()Tor Arne Vestbø2020-10-062-11/+17
* macOS: Prevent mapping non-keydown events to charactersTor Arne Vestbø2020-10-061-13/+21
* QCocoaDrag - set image only on the first drag itemTimur Pocheptsov2020-09-281-2/+7
* QCocoaDrag::drag - make sure clipboard is ours and populatedTimur Pocheptsov2020-09-231-4/+4
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-10/+10
* QCocoaDrag::maybeDragMultipleItems - fix erroneous size checkTimur Pocheptsov2020-09-211-1/+1