summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qnsview.mm
Commit message (Expand)AuthorAgeFilesLines
* Cocoa: Don’t send tablet events as mouse eventsMorten Johan Sørvig2016-10-031-3/+6
* Cocoa: Get mouse position from the eventMorten Johan Sørvig2016-09-271-9/+9
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-11/+22
|\
| * Cocoa: Update deprecated dragging session APIsGabriel de Dietrich2016-08-111-10/+13
| * Drag and Drop: Don't let Cocoa override proposed actionsGabriel de Dietrich2016-08-111-1/+9
* | Cocoa: Don’t beep on return keypressMorten Johan Sørvig2016-07-291-4/+10
* | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-1/+2
|\|
| * [macOS] Check that the screen's index is still valid after updatingAndy Shaw2016-07-081-1/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-4/+14
|\|
| * Cocoa QPA: Mute mouse dragging warningsGabriel de Dietrich2016-06-041-3/+3
| * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-06-021-3/+9
| |\
| | * QNSView: Pass on the responder chain if deletion is pendingGabriel de Dietrich2016-05-201-3/+9
| * | QNSView: Reset the internal buttons state after dragging endsGabriel de Dietrich2016-05-241-1/+5
| |/
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+2
|\|
| * Cocoa: Add QCocoaWindowPointerGabriel de Dietrich2016-05-061-1/+1
| * Cocoa: Clear the backing store pointer when changing windowGabriel de Dietrich2016-05-061-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-1/+5
|\|
| * Cocoa: Enable skipping Ctrl+LMB to RMB overrideGabriel de Dietrich2016-05-031-1/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-3/+3
|\|
| * OSX: mark mouse events from tablet devices as synthesizedShawn Rutledge2016-04-261-5/+7
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-261-1/+25
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-1/+25
| |\|
| | * Fix gesture processing on OS X 10.11Timur Pocheptsov2016-04-151-1/+25
* | | OSX: remove tablet->mouse event synthShawn Rutledge2016-04-251-4/+6
|/ /
* | Cocoa integration - invert 'masked out event' logicTimur Pocheptsov2016-04-131-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-0/+1
|\|
| * QNSView: Disable focus ringGabriel de Dietrich2016-04-111-0/+1
* | Cocoa integration - hitTest for Qt::WindowTransparentForInputTimur Pocheptsov2016-03-301-0/+10
* | Cocoa: Forward masked out mouse events.Morten Johan Sørvig2016-03-211-4/+27
* | Cocoa: Forward rejected key events.Morten Johan Sørvig2016-03-211-5/+44
* | Cocoa: Unify mouse handling logicMorten Johan Sørvig2016-03-211-66/+103
* | Cocoa: Move window logging to qt.qpa.cocoa.windowMorten Johan Sørvig2016-03-211-3/+6
* | QWheelEvent: Make NoScrollPhase publicGabriel de Dietrich2016-03-211-2/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-1/+5
|\|
| * QWheelEvent: make NoScrollPhase opt-inShawn Rutledge2016-03-051-0/+2
| * Cocoa integration - do not invalidate backing store on moveTimur Pocheptsov2016-03-041-1/+3
* | Add QWheelEvent::inverted()Morten Johan Sørvig2016-03-061-1/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-0/+2
|\|
| * Track target widget when wheel events are receivedGabriel de Dietrich2016-02-291-0/+2
* | Cocoa integration - suppress excessive dragginUpdated messagesTimur Pocheptsov2016-02-121-0/+12
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-9/+10
|\|
| * tst_qwindow::isExposed - fix failing test on OS XTimur Pocheptsov2016-01-041-9/+10
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2015-11-271-0/+6
|\|
| * QPI/Cocoa: QNSView - guard removeFromSuperview by autorelease poolTim Blechmann2015-11-231-0/+6
* | Remove dead code.Jake Petroules2015-11-271-1/+0
|/
* OS X: Don't forward key events to popup window if it's a tooltipTor Arne Vestbø2015-11-161-2/+4
* Cocoa integration - do not send move events while in -draggingUpdated:Timur Pocheptsov2015-11-041-1/+9
* Cocoa: Implement QPlatformInputContext::locale().Liang Qi2015-10-241-0/+15
* QWidgetAction: Don't deactivate the current window on MacGabriel de Dietrich2015-10-231-5/+9