summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* QCocoaMenuItem: Use the right Objective C class forwarding macrosGabriel de Dietrich2016-02-191-11/+4
* 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
* | | Accessibility OS X: Improve password handlingFrederik Gladhorn2016-02-041-10/+17
| |/ |/|
* | Move Cocoa key code helper functions to QtCoreTor Arne Vestbø2016-01-292-140/+0
* | Cocoa: Support high-dpi DnD pixmaps.Morten Johan Sørvig2016-01-261-1/+3
|/
* Cocoa: Update QWindow::screen() on expose/show.Morten Johan Sørvig2016-01-221-0/+12
* OS X: Ensure system tray icon is prepared even when menu bar is hiddenTor Arne Vestbø2016-01-191-1/+1
* Passing parameters to convertLineOffset by pointer instead of referenceFrederik Gladhorn2016-01-181-12/+12
* Fix mac build with -no-widgetsStephen Kelly2016-01-072-0/+2
* tst_qwindow::isExposed - fix failing test on OS XTimur Pocheptsov2016-01-041-9/+10
* QCocoaWindow - resize embedded viewsTim Blechmann2015-12-151-1/+5
* Respond with a sound for certain message boxes on windowsJan Arve Saether2015-12-041-0/+2
* QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-284-12/+12
* QPI/Cocoa: QNSView - guard removeFromSuperview by autorelease poolTim Blechmann2015-11-232-0/+7
* 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-042-1/+10
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-041-0/+8
|\
| * Return early if there is no text at the offsetAndy Shaw2015-10-271-0/+8
* | Cocoa: Implement QPlatformInputContext::locale().Liang Qi2015-10-244-0/+40
* | QWidgetAction: Don't deactivate the current window on MacGabriel de Dietrich2015-10-233-7/+14
* | OSX: replace use of deprecated API.Erik Verbruggen2015-10-231-7/+8
* | Fix cocoa plugin build with OS X 10.8 SDKSamuel Gaist2015-10-181-4/+8
* | Move QEventDispatcherCoreFoundation to QtCoreMorten Johan Sørvig2015-10-161-1/+1
* | Cocoa integration - fix Qt::WindowFullscreenButtonHintTimur Pocheptsov2015-10-161-2/+5
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-131-10/+2
|\|
| * Merge remote-tracking branch 'origin/5.5.1' into 5.5Liang Qi2015-10-131-10/+2
| |\
| | * Revert "Fix the spurious socket notifications on OS X"Alex Trotsenko2015-10-061-7/+4
| | * Fix the spurious socket notifications on OS XAlex Trotsenko2015-10-021-4/+7
| | * Revert "Cocoa: correct QDesktopWidget::availableGeometry()"Liang Qi2015-09-151-10/+2
* | | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | | 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-025-20/+53
|\| |
| * | Cocoa: Support Qt::WindowTransparentForInputMorten Johan Sørvig2015-09-241-0/+3
| * | Cocoa integration - make tool window resizable againTimur Pocheptsov2015-09-211-5/+2
| |/
| * QCocoaMenu: Manually reposition popupsGabriel de Dietrich2015-09-111-10/+31
| * Cocoa: correct QDesktopWidget::availableGeometry()Liang Qi2015-09-071-2/+10
| * Fix default hotspot of a hidpi QCursorKari Pihkala2015-09-061-1/+1
| * Make tooltips transparent for mouse events.Alexander Soplyakov2015-09-021-2/+6
* | Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-274-25/+23
* | Cocoa: Don't send duplicate close events.Morten Johan Sørvig2015-09-251-6/+2