summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qnsview.mm
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-041-2/+5
| |\
| | * Cocoa: make "Send correct mouse buttons for tablets" optionalShawn Rutledge2018-01-021-2/+5
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-0/+6
|\| |
| * | Cocoa: Update layer contentsScale on screen changeMorten Johan Sørvig2017-11-221-0/+6
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-151-0/+1
| |\|
| | * Cocoa: Make High DPI drag cursor workMorten Johan Sørvig2017-11-091-0/+1
* | | macOS: Simplify helpers for flipping between quadrant I and IVTor Arne Vestbø2017-11-081-14/+7
|/ /
* | macOS: Defer update request on drawRect: when a real expose event is neededTor Arne Vestbø2017-10-171-5/+6
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-0/+4
|\|
| * macOS: Bail out early when handling shortcut event results in closing windowAnders Hafreager2017-09-281-0/+4
* | macOS touch and gestures: pay attention to deviceIDShawn Rutledge2017-09-211-24/+14