summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qnsview.mm
Commit message (Expand)AuthorAgeFilesLines
* Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-041-44/+7
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-1/+2
|\
| * 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.7' into devLiang Qi2016-05-121-7/+37
|\| |
| * | 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
| |/ /
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-2/+3
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-0/+10
|\| |
| * | Cocoa integration - hitTest for Qt::WindowTransparentForInputTimur Pocheptsov2016-03-301-0/+10
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-221-77/+183
|\| |
| * | 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
* | | QtOpenGL/plugins/platformsupport: use new QRegion::begin()/end() instead of r...Marc Mutz2016-03-021-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-011-0/+2
|\| |
| * | 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 - handle didResignKey correctlyTimur Pocheptsov2016-02-241-1/+1
|/ /
* | 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
* OS X: Forward key events to popup window if presentTor Arne Vestbø2015-10-121-3/+8
* Move shortcut handling back into QPA and simplify deliveryTor Arne Vestbø2015-10-071-4/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-2/+6
|\
| * Make tooltips transparent for mouse events.Alexander Soplyakov2015-09-021-2/+6