summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Update swap interval of QCocoaGLContext after creationTor Arne Vestbø2016-09-191-0/+5
* Cocoa: Add support for triple-buffered GL contextsTor Arne Vestbø2016-08-291-1/+9
* QCocoaInputContext: Fix wrong memory releaseGabriel de Dietrich2016-08-181-1/+1
* Cocoa QPA Menus: Propagate enabled state downwardsGabriel de Dietrich2016-08-175-41/+66
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
* 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
* HiDPI Drag and Drop: Properly render the default image on MacGabriel de Dietrich2016-08-091-1/+15
* Cocoa integration - fix a crash in QMacPasteboardTimur Pocheptsov2016-07-252-13/+7
* QCocoaMenuBar: Sync items only when they are attached to a menuGabriel de Dietrich2016-07-131-3/+5
* QCocoaMenu: Attach late items to their submenuGabriel de Dietrich2016-07-082-2/+21
* [macOS] Check that the screen's index is still valid after updatingAndy Shaw2016-07-082-1/+6
* QCocoaTheme: Remove unreachable codeGabriel de Dietrich2016-07-061-22/+2
* Cocoa QPA: Mute mouse dragging warningsGabriel de Dietrich2016-06-044-3/+8
* 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
* | Cocoa integration - fix QCocoaWindow::setContentViewTimur Pocheptsov2016-05-251-2/+6
* | QNSView: Reset the internal buttons state after dragging endsGabriel de Dietrich2016-05-241-1/+5
* | Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-191-0/+2
|\|
| * Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-124-24/+59
| |\
| * | Cocoa integration - avoid dangling menuitem pointerTimur Pocheptsov2016-05-101-0/+2
* | | Use QPlatformTheme for the context to translate the color dialog buttonsAndy Shaw2016-05-161-1/+1
| |/ |/|
* | QCocoaWindow - do not call resignKeyWindowTimur Pocheptsov2016-05-101-4/+2
* | Cocoa: Add QCocoaWindowPointerGabriel de Dietrich2016-05-063-19/+53
* | Cocoa: Clear the backing store pointer when changing windowGabriel de Dietrich2016-05-061-0/+1
* | QCocoaMenuBar: set the native item's titleGabriel de Dietrich2016-05-061-1/+3
|/
* Cocoa: Enable skipping Ctrl+LMB to RMB overrideGabriel de Dietrich2016-05-031-1/+5
* QCocoaMenu: Have the menu delegate return the right amount of itemsGabriel de Dietrich2016-04-271-1/+1
* OSX: mark mouse events from tablet devices as synthesizedShawn Rutledge2016-04-262-6/+8
* Cocoa integration - add a protection against dangling pointersTimur Pocheptsov2016-04-222-2/+10
* Fix gesture processing on OS X 10.11Timur Pocheptsov2016-04-151-1/+25
* OS X: Fix available geometry at startup when menu bar is hiddenTor Arne Vestbø2016-04-131-0/+9
* QNSView: Disable focus ringGabriel de Dietrich2016-04-111-0/+1
* QCocoaMenus: Use mix-in pattern to implement menu hierarchyGabriel de Dietrich2016-03-225-18/+34
* 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
* 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
* 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