summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qnsview.mm
Commit message (Expand)AuthorAgeFilesLines
* qcocoa: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* macOS: convert mask region to native geometryMorten Johan Sørvig2021-09-151-0/+1
* macOS: process all activation events synchronouslyMorten Johan Sørvig2021-09-101-1/+2
* macOS: Handle IM insertNewline by sending synthetic Qt::Key_ReturnTor Arne Vestbø2021-08-271-2/+0
* macOS: Use current NSEvent to determine if IM text matches key eventTor Arne Vestbø2021-08-271-4/+0
* macOS: Reorder QNSView instance variablesTor Arne Vestbø2021-08-191-14/+23
* macOS: Handle input source change notifications in QCocoaInputContextTor Arne Vestbø2021-08-191-6/+0
* Register mouse devices on cocoaShawn Rutledge2021-08-011-0/+1
* macOS: in password lineedits, pass dead keys to the input methodVolker Hilsheimer2021-05-061-0/+2
* qnsview: don't active QWindows inside NSWindows that are not keyRichard Moe Gustavsen2020-07-221-1/+20
* macOS: Clean up headersTor Arne Vestbø2020-06-051-0/+3
* macOS/iOS: set focus reason when handling window deactivationVolker Hilsheimer2020-04-291-1/+1
* macOS: Simplify Objective-C namespacingTor Arne Vestbø2019-10-151-12/+14
* macOS: Initialize QNSView mouse related members with other mouse logicTor Arne Vestbø2019-03-021-9/+0
* macOS: Simplify mouse trackingTor Arne Vestbø2019-02-111-6/+2
* macOS: Track changes to our NSView's superview and window propertiesTor Arne Vestbø2018-11-231-6/+67
* macOS: Improve logging during QNSView/QNSWindow deallocationTor Arne Vestbø2018-11-201-0/+2
* macOS: Only enable layer-backed views on 10.14 if built against 10.14 SDKTor Arne Vestbø2018-11-091-13/+2
* macOS: Propagate [NSOpenGLContext setView:] failuresTor Arne Vestbø2018-08-031-8/+0
* macOS: Remove dead updateRequest code based on setNeedsDisplayTor Arne Vestbø2018-07-091-2/+0
* macOS: Remove dead accessibility debug code in QNSViewTor Arne Vestbø2018-07-081-19/+0
* macOS: Organize QNSView accessibility code like the rest of the classTor Arne Vestbø2018-07-081-0/+3
* macOS: Add missing m_ prefix to QNSView currentWheelModifiers memberTor Arne Vestbø2018-07-081-1/+1
* macOS: Remove unused QNSView member 'currentCustomDragTypes'Tor Arne Vestbø2018-07-081-4/+0
* macOS: Merge the two QNSView initializersTor Arne Vestbø2018-07-081-30/+22
* macOS: Move wantsBestResolutionOpenGLSurface logic to QNSView initializerTor Arne Vestbø2018-07-071-0/+11
* macOS: Remove declarative override of -[NSView wantsLayer]Alexandru Croitor2018-07-051-0/+2
* Cocoa QPA: Clean up 0 as pointerGabriel de Dietrich2018-04-191-4/+4
* Cocoa Menus: Use the responder chain for menu items target/actionGabriel de Dietrich2018-04-191-0/+1
* QNSView: Remove isMenuView propertyGabriel de Dietrich2018-04-051-10/+1
* Cocoa: Remove m_viewIsEmbedded and m_ViewIsToBeEmbeddedMorten Johan Sørvig2018-03-211-4/+1
* macOS: Do layer updates via the CALayerDelegate protocolTor Arne Vestbø2018-03-201-1/+1
* macOS: Move QNSView drawing related functionality to its own fileTor Arne Vestbø2018-03-201-113/+4
* macOS: Split up qnsview.mm into separate category-files for major areasTor Arne Vestbø2018-03-171-1651/+31
* macOS: Clean up some more Objective-C usage in QNSView implementationTor Arne Vestbø2018-03-171-43/+40
* macOS: Group stray input context function with other input context functionsTor Arne Vestbø2018-03-171-9/+10
* macOS: Remove 'cocoa' infix in QPA logging categoriesTor Arne Vestbø2018-03-141-6/+6
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-071-0/+1
|\
| * cocoa: add qCDebug in QNSview::scrollWheelShawn Rutledge2018-03-061-0/+1
* | macOS: Don't keep window flags around, we can get them from the QWindowTor Arne Vestbø2018-03-051-2/+2
* | Clean up our Objective-C usageJake Petroules2018-02-201-16/+45
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-161-9/+39
|\|
| * Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-9/+39
| |\
| | * macOS: Share view update code between layered and non-layered modeTor Arne Vestbø2018-02-051-2/+6
| | * macOS: Handle update requests via setNeedsDisplay more carefullyTor Arne Vestbø2018-02-011-9/+35
* | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-131-4/+4
|\| |
| * | macOS: Add more granular logging categories for window eventsTor Arne Vestbø2018-02-131-4/+4
* | | Cocoa: move setting of drag accepted stateMorten Johan Sørvig2018-02-071-4/+3
|/ /
* | Cocoa: Make AA_MacDontSwapCtrlMeta workAndy Shaw2018-01-081-5/+15
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-041-2/+5
|\|