summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Add missing macOS header file that was indirectly included beforeØystein Heskestad2021-10-271-0/+1
* Initialize member variables before we check their valuesVolker Hilsheimer2021-10-251-5/+3
* macOS: add default Edit menu items, if not added by AppKitVolker Hilsheimer2021-10-212-0/+49
* macOS: Wake up event dispatcher after running modal dialog helpersTor Arne Vestbø2021-10-203-0/+14
* macOS: Don't require marked text before passing mouse down to input contextTor Arne Vestbø2021-10-161-6/+9
* macOS: Pass on mouse press if input context didn't handle itTor Arne Vestbø2021-10-161-11/+15
* Add implementation of QCocoaInputContext::commit()Tor Arne Vestbø2021-10-162-0/+28
* macOS: Only send mouse press to input context if clicking input itemTor Arne Vestbø2021-10-161-2/+13
* macOS: Correctly record normalGeometry in Cocoa pluginVolker Hilsheimer2021-10-143-0/+55
* cocoa: Fix typo in debug messagesJonas Kvinge2021-10-122-2/+2
* qcocoa: Fix typos in source code commentsJonas Kvinge2021-10-1211-15/+15
* qcocoa: Fix typos in documentationJonas Kvinge2021-10-122-2/+2
* QCocoaWindow: Make window key if the app's modal window is hiddenDoris Verria2021-10-071-1/+3
* macOS: Ensure cancelOperation is sent as regular key eventWang Chuan2021-10-051-1/+3
* Include <QHash> explicitlyTimur Pocheptsov2021-10-011-0/+2
* macOS: fix window deactivation when a popup is openVolker Hilsheimer2021-09-301-1/+6
* macOS: send enter/leave when a window opens/closesVolker Hilsheimer2021-09-241-0/+20
* macOS: Don't pretend like our backing store is a QRasterBackingStoreTor Arne Vestbø2021-09-242-2/+2
* Register Wacom tablet devices on cocoaShawn Rutledge2021-09-231-90/+98
* macOS: Handle window titlebar buttons independently from style maskTor Arne Vestbø2021-09-233-36/+71
* Cocoa: Don't call makeKeyAndOrderFront for native app-modal dialogsDoris Verria2021-09-232-9/+8
* macOS: Change NSTrackingArea to use NSTrackingActiveAlwaysRichard Moe Gustavsen2021-09-234-38/+94
* macOS: Fix logic for determining NSWindowStyleMaskTitled/BorderlessTor Arne Vestbø2021-09-221-11/+32
* macOS: Don't re-send key event through input method on focus object changeTor Arne Vestbø2021-09-211-9/+0
* macOS: Remove remnant of popup closing logic from Cocoa pluginVolker Hilsheimer2021-09-182-30/+0
* Add QPlatformTheme::Appearance for detecting light/dark modesMitch Curtis2021-09-172-0/+6
* macOS: convert mask region to native geometryMorten Johan Sørvig2021-09-152-2/+3
* macOS: don't block CMD+H while a popup is openVolker Hilsheimer2021-09-151-7/+2
* macOS: remove the popup stack from QCocoaIntegrationVolker Hilsheimer2021-09-155-77/+2
* macOS: remove mouse and key grabbing logic from Cocoa pluginVolker Hilsheimer2021-09-152-15/+0
* macOS: Remove duplicate code closing popups on window interactionVolker Hilsheimer2021-09-154-36/+0
* macOS: Use QGuiApplication popup APIs in Cocoa pluginVolker Hilsheimer2021-09-151-4/+3
* macOS: Compute NSWindow background color without checking styleMaskTor Arne Vestbø2021-09-152-6/+14
* macOS: Move handleMouseEvent: to MouseAPI categoryTor Arne Vestbø2021-09-141-53/+53
* macOS: Don't close popups in Cocoa plugin for most mouse eventsVolker Hilsheimer2021-09-133-10/+13
* macOS: don't replay mouse presses that closed a popupVolker Hilsheimer2021-09-131-0/+2
* macOS: process all activation events synchronouslyMorten Johan Sørvig2021-09-101-1/+2
* macOS: Move pointingDeviceFor helper to top of fileVolker Hilsheimer2021-09-081-30/+30
* Cocoa: Make sure we can display multiple sheets for the same NSWindowDoris Verria2021-09-071-1/+5
* macOS: Report preedit cursor position and cursor visibility correctlyTor Arne Vestbø2021-09-061-2/+9
* macOS: Don't rely on invalidateCursorRectsForView when mouse is over viewTor Arne Vestbø2021-09-031-0/+14
* cocoa: use TouchPad deviceType for trackpadShawn Rutledge2021-09-031-0/+1
* macOS: Hide mouse cursor when initiating IM enabled text inputTor Arne Vestbø2021-08-271-0/+13
* macOS: Correctly implement attributedSubstringForProposedRangeTor Arne Vestbø2021-08-271-6/+36
* macOS: Assume input method handles key eventTor Arne Vestbø2021-08-272-12/+15
* macOS: Handle replacement range during marking of textTor Arne Vestbø2021-08-271-0/+16
* macOS: Handle IM insertNewline by sending synthetic Qt::Key_ReturnTor Arne Vestbø2021-08-273-8/+32
* macOS: Factor out key event handling into helper structTor Arne Vestbø2021-08-272-72/+140
* macOS: Return early from key handler if shortcut was handledTor Arne Vestbø2021-08-271-7/+3
* macOS: Check NSEvent.characters to determine dead key stateTor Arne Vestbø2021-08-271-2/+3