summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-056-18/+44
|\
| * Cocoa integration - hitTest for Qt::WindowTransparentForInputTimur Pocheptsov2016-03-301-0/+10
| * Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-235-18/+34
| |\
| | * QCocoaMenus: Use mix-in pattern to implement menu hierarchyGabriel de Dietrich2016-03-225-18/+34
* | | Use quotes instead of angle brackets for local includes in cocoa plugin.Jake Petroules2016-04-012-5/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-2220-249/+383
|\| |
| * | Cocoa: Forward masked out mouse events.Morten Johan Sørvig2016-03-212-4/+29
| * | Cocoa: Forward rejected key events.Morten Johan Sørvig2016-03-212-6/+47
| * | Cocoa: Unify mouse handling logicMorten Johan Sørvig2016-03-212-66/+106
| * | Cocoa: Move window logging to qt.qpa.cocoa.windowMorten Johan Sørvig2016-03-216-34/+48
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-219-125/+132
| |\|
| | * QCocoaMenu: Decouple NSMenuItem from NSMenuGabriel de Dietrich2016-03-166-121/+111
| | * Compile with -no-openglMorten Johan Sørvig2016-03-151-0/+4
| | * Cocoa: Fix crash on screen disconnect.Morten Johan Sørvig2016-03-151-3/+7
| | * Cocoa: Improve native view lifetime accuracy.Morten Johan Sørvig2016-03-111-1/+10
| * | QWheelEvent: Make NoScrollPhase publicGabriel de Dietrich2016-03-211-2/+0
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-133-7/+13
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-113-7/+13
| | |\|
| | | * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-5/+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
| | | * QMacStyle and QCocoaTheme: Fix selected item color for non-native menubarGabriel de Dietrich2016-02-291-1/+3
| * | | QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-123-6/+6
| |/ /
| * | Add QWheelEvent::inverted()Morten Johan Sørvig2016-03-061-1/+3
| * | Simplify and speed up code resolving gl functionsLars Knoll2016-03-021-1/+2
| * | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-012-2/+2
* | | QtOpenGL/plugins/platformsupport: use new QRegion::begin()/end() instead of r...Marc Mutz2016-03-024-20/+9
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-013-9/+22
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-292-2/+13
| |\|
| | * Track target widget when wheel events are receivedGabriel de Dietrich2016-02-291-0/+2
| | * QMacPrintEngine: Really set the printer resolutionKai Pastor2016-02-251-2/+11
| * | QCocoaKeyMapper - correctly update key layoutsTimur Pocheptsov2016-02-251-7/+9
* | | Cocoa integration - avoid using dangling pointersTimur Pocheptsov2016-02-292-2/+10
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-02-254-26/+25
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-241-11/+4
| |\|
| | * QCocoaMenuItem: Use the right Objective C class forwarding macrosGabriel de Dietrich2016-02-191-11/+4
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-183-16/+21
| |\|
| | * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-153-16/+21
| | |\
| | | * Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-023-141/+3
| | | |\
| | | * | Cocoa integration - fix outdated path in QCocoaFileDialogHelperTimur Pocheptsov2016-01-301-2/+5
| | | * | Accessibility OS X: Fix hang when editing password line editsFrederik Gladhorn2016-01-281-3/+5
| | | * | Accessibility OS X: protect from accessing invalid objectsFrederik Gladhorn2016-01-282-11/+11
* | | | | Cocoa integration - handle didResignKey correctlyTimur Pocheptsov2016-02-241-1/+1
* | | | | QCocoaFileDialog - disclose accessory viewTimur Pocheptsov2016-02-231-0/+6
|/ / / /
* | | | Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-122-2/+2
* | | | Cocoa integration - suppress excessive dragginUpdated messagesTimur Pocheptsov2016-02-121-0/+12
* | | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-10/+19
|\| | |
| * | | Accessibility OS X: Improve password handlingFrederik Gladhorn2016-02-041-10/+17
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-023-141/+3
|\| |
| * | Move Cocoa key code helper functions to QtCoreTor Arne Vestbø2016-01-292-140/+0