summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qnsview_mouse.mm
Commit message (Expand)AuthorAgeFilesLines
* macOS: Send Qt::NonClientAreaMouseMove for NSEventTypeMouseMoved in title barTor Arne Vestbø2023-03-311-3/+2
* QWSI: Remove handleFrameStrutMouseEvent in favor of handleMouseEvent+typeTor Arne Vestbø2023-03-311-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* macOS: Forward hover-events for embedded windowsStefan Wastl2022-05-061-4/+4
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-041-2/+4
* macOS: Handle momentum scroll NSEventPhaseBegan when scroll had endedTor Arne Vestbø2022-01-071-1/+5
* macOS: Sanitize scroll deltas for NSEventPhaseCancelledTor Arne Vestbø2021-12-231-0/+10
* qnsview_mouse, scrollWheel: do not assume zero deltas on Ending phaseTimur Pocheptsov2021-11-031-4/+4
* 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
* macOS: Only send mouse press to input context if clicking input itemTor Arne Vestbø2021-10-161-2/+13
* cocoa: Fix typo in debug messagesJonas Kvinge2021-10-121-1/+1
* macOS: Change NSTrackingArea to use NSTrackingActiveAlwaysRichard Moe Gustavsen2021-09-231-28/+75
* macOS: convert mask region to native geometryMorten Johan Sørvig2021-09-151-2/+2
* macOS: remove the popup stack from QCocoaIntegrationVolker Hilsheimer2021-09-151-32/+0
* macOS: remove mouse and key grabbing logic from Cocoa pluginVolker Hilsheimer2021-09-151-9/+0
* 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-131-10/+0
* macOS: Move pointingDeviceFor helper to top of fileVolker Hilsheimer2021-09-081-30/+30
* cocoa: use TouchPad deviceType for trackpadShawn Rutledge2021-09-031-0/+1
* macOS: close popups on mousedown within the window frameVolker Hilsheimer2021-08-191-27/+34
* Register mouse devices on cocoaShawn Rutledge2021-08-011-2/+48
* cocoa: be more careful about rejecting frame strut eventsRichard Moe Gustavsen2021-05-121-7/+16
* iOS: Handle keyboard events when using an external keyboardAndy Shaw2021-01-201-2/+2
* macOS: Simplify Ctrl+LeftMouse->RightMouse handlingTor Arne Vestbø2020-07-101-2/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-2/+2
* Remove unused virtual method QWindowPrivate::allowClickThroughVolker Hilsheimer2020-07-071-2/+0
* macOS: Move Cocoa modifier mapping logic to QCocoaKeyMapperTor Arne Vestbø2020-07-021-3/+3
* macOS: Close popups on mouse down using synchronous QPA deliveryTor Arne Vestbø2020-06-261-2/+1
* macOS: Check that platform window is valid after delivering close eventTor Arne Vestbø2020-06-261-0/+2
* macOS: Simplify Objective-C namespacingTor Arne Vestbø2019-10-151-4/+4
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-1/+3
|\
| * macOS: Bail out early in case a popup is closed by a mouseDownTimur Pocheptsov2019-08-191-1/+3
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-4/+3
|\|
| * macOS: Fix reported mouse event buttonsMikhail Svetkin2019-06-031-4/+3
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-7/+35
|\|
| * macOS: Always respond to cursorUpdate by applying custom cursor if setTor Arne Vestbø2019-05-081-4/+7
| * macOS: Move off deprecated handleFrameStrutMouseEvent APITor Arne Vestbø2019-05-071-3/+28
* | Implement support for WA_MacNoClickThroughAndy Shaw2019-04-011-0/+5
|/
* macOS: Improve mouse loggingTor Arne Vestbø2019-03-051-6/+20
* macOS: Initialize QNSView mouse related members with other mouse logicTor Arne Vestbø2019-03-021-0/+13
* macOS: Simplify mouse trackingTor Arne Vestbø2019-02-111-27/+23
* macOS: Explain QNSViewMouseMoveHelper for future generationsTor Arne Vestbø2019-02-111-0/+16
* qnsview_key/qnsview_mouse make Ctrl+left click work againTimur Pocheptsov2018-09-241-3/+7
* macOS: Update all deprecated enums to their 10.12+ equivalentsTor Arne Vestbø2018-08-311-17/+12
* macOS: Teach QWheelEvent to handle a new ScrollMomentum phaseTor Arne Vestbø2018-08-171-23/+41
* macOS: Add missing m_ prefix to QNSView currentWheelModifiers memberTor Arne Vestbø2018-07-081-4/+3
* macOS: minor refactoring in mouse handlers for nsview/systemtrayiconMikhail Svetkin2018-05-311-17/+14
* macOS: Transition to new QPA dag-and-drop APIMikhail Svetkin2018-05-081-3/+8
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-281-2/+6