summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qnsview.mm
Commit message (Expand)AuthorAgeFilesLines
* cocoa: Don’t trigger security dialog on dragMorten Johan Sørvig2018-06-211-1/+5
* macOS: Don't trigger deferred needsDisplay when using timer-based requestUpdateTor Arne Vestbø2018-05-021-1/+1
* macOS: Handle NaN mouse event positionsNathan Collins2018-03-211-2/+6
* cocoa: add qCDebug in QNSview::scrollWheelShawn Rutledge2018-03-061-0/+1
* 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
* | macOS: Add more granular logging categories for window eventsTor Arne Vestbø2018-02-131-4/+4
* | 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
* | make the QTouchDevice available in each QNativeGestureEventShawn Rutledge2017-09-211-11/+11
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-2/+8
|\|
| * Cocoa: Check if charactersIgnoringModifiers is not empty tooAndy Shaw2017-09-081-2/+8
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-0/+22
|\|
| * macOS: Don’t color convert the backing storeMorten Johan Sørvig2017-09-051-1/+8
| * macOS: Reset composition when focus object changes inside windowEskil Abrahamsen Blomfeldt2017-09-041-0/+22
* | macOS: Fix support for issuing requestUpdate during expose eventTor Arne Vestbø2017-09-051-0/+12
* | Merge dev into 5.10Frederik Gladhorn2017-09-021-0/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-0/+4
| |\|
| | * Cocoa: Fix compile when using QT_NO_TABLETEVENTAndy Shaw2017-08-251-0/+4
* | | macOS: Respect responder chain when setting cursorTor Arne Vestbø2017-09-011-2/+11
* | | macOS: Modernize masking of windowsTor Arne Vestbø2017-09-011-54/+4
* | | macOS: Forward [QNSViewMouseMoveHelper cursorUpdate:] to viewTor Arne Vestbø2017-09-011-1/+1
|/ /
* | macOS: Restore support for layered modeTor Arne Vestbø2017-08-211-0/+16
* | macOS: Remove dead code from Leopard timesTor Arne Vestbø2017-08-101-6/+0
* | macOS: Modernize QCocoaBackingStore::flush()Tor Arne Vestbø2017-07-291-130/+6
* | macOS: Send expose event with individual rects instead of bounding rectTor Arne Vestbø2017-07-261-3/+11
* | macOS: Send expose event at drawRect and trigger updates via setNeedsDisplayTor Arne Vestbø2017-07-251-23/+51
* | macOS: Improve QDebug output for QNSView and QCocoaWindowTor Arne Vestbø2017-07-131-0/+16
* | macOS: Move geometry reporting from QNSView to QCocoaWindowTor Arne Vestbø2017-07-081-50/+5
* | Relieve platform plugins of having to persist geometry on WM callbacksTor Arne Vestbø2017-07-071-8/+0
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-14/+19
|\|
| * Convert features.wheelevent to QT_CONFIGStephan Binner2017-06-281-3/+3
| * macOS: Send text input and key events to focus object of window, not appTor Arne Vestbø2017-06-261-11/+8
| * macOS: Work around buildup of NSDisplayCycle objects during rapid paintingTor Arne Vestbø2017-06-261-0/+8
* | macOS: Remove support for child NSWindowsTor Arne Vestbø2017-06-211-20/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-1/+4
|\|
| * QNSView: Remove tracking area on deallocationGabriel de Dietrich2017-06-131-1/+4