summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoahelpers.mm
Commit message (Expand)AuthorAgeFilesLines
* qcocoa: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* macOS: Correct QNSPanelContentsWrapper @end marker placementTor Arne Vestbø2021-08-201-1/+2
* macOS: Handle input source change notifications in QCocoaInputContextTor Arne Vestbø2021-08-191-0/+1
* macOS: Use helper method for querying input method parametersTor Arne Vestbø2021-08-191-0/+22
* macOS: Add logging for keyboard and complex text inputTor Arne Vestbø2021-08-161-0/+19
* Register mouse devices on cocoaShawn Rutledge2021-08-011-0/+1
* cocoa: move DEBUG_PASTEBOARD into logging categoryLiang Qi2021-05-051-0/+1
* Plumb application quit through platform pluginTor Arne Vestbø2020-09-141-0/+1
* Cocoa: Translate the buttons used for the native font and color dialogsAndy Shaw2020-08-191-5/+5
* Add QOperatingSystemVersion support for macOS Big SurTor Arne Vestbø2020-07-291-85/+0
* macOS: Exclude 32-bit builds by checking pointer sizeTor Arne Vestbø2020-07-081-4/+0
* macOS: Clean up headersTor Arne Vestbø2020-06-051-0/+2
* macOS: Remove QtWidget dependency from platform pluginTor Arne Vestbø2020-06-041-4/+0
* macOS: Fix or ignore deprecated API in 10.14Tor Arne Vestbø2020-03-271-2/+2
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-071-3/+2
|\
| * macOS: Fix QMouseEvent::buttonMikhail Svetkin2019-05-281-3/+2
* | macOS: Track screens via Quartz Display Services instead of NSScreenTor Arne Vestbø2019-05-131-1/+1
|/
* macOS: Improve mouse loggingTor Arne Vestbø2019-03-051-1/+1
* macOS: Account for LC_BUILD_VERSION when checking SDK version and deployment ...Tor Arne Vestbø2018-12-031-9/+16
* macOS: Log Qt and macOS version information at startupTor Arne Vestbø2018-10-251-0/+82
* macOS: Update all deprecated enums to their 10.12+ equivalentsTor Arne Vestbø2018-08-311-15/+15
* macOS: Make screen property changes more verbose and granularTor Arne Vestbø2018-08-031-0/+1
* macOS: minor refactoring in mouse handlers for nsview/systemtrayiconMikhail Svetkin2018-05-311-1/+14
* macOS: Transition to new QPA dag-and-drop APIMikhail Svetkin2018-05-081-0/+71
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-031-0/+10
|\
| * macOS: ensure mouse events from the global monitor has the correct button setRichard Moe Gustavsen2018-05-031-0/+10
* | Cocoa Helpers: Add qt_objc_cast() functionGabriel de Dietrich2018-04-201-4/+1
* | macOS: Remove 'cocoa' infix in QPA logging categoriesTor Arne Vestbø2018-03-141-3/+3
* | Clean up our Objective-C usageJake Petroules2018-02-201-10/+13
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-131-0/+2
|\|
| * macOS: Add more granular logging categories for window eventsTor Arne Vestbø2018-02-131-0/+2
* | Cocoa: Support DnD to the TrashMorten Johan Sørvig2018-02-071-0/+1
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-1/+1
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-161-1/+1
| |\
| | * macOS: Simplify mangling of QNSPanelDelegate protocolTor Arne Vestbø2018-01-101-1/+1
* | | macOS: Simplify helpers for flipping between quadrant I and IVTor Arne Vestbø2017-11-081-33/+20
* | | macOS: Replace deprecated CGDisplayIOServicePort functionTor Arne Vestbø2017-11-081-0/+15
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-0/+5
|\|
| * Fix 32-bit build on macOSJake Petroules2017-07-201-0/+5
* | QNSPanelContentsWrapper - call [super layout]Timur Pocheptsov2017-05-181-0/+1
* | Remove unused Carbon includeJake Petroules2017-03-031-2/+0
|/
* Add QPlatformWindow::isForeignWindow()Tor Arne Vestbø2017-02-091-1/+2
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-10/+2
|\
| * Fix mouse extra button mapping on macOSAlexandru Croitor2017-01-241-10/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-171-0/+114
|\|
| * Cocoa Dialog Helpers: Refactor OK-Cancel buttons viewGabriel de Dietrich2016-11-161-0/+114
* | macOS: Decouple NSWindow notifications and delegate callbacks from QNSViewTor Arne Vestbø2016-10-271-3/+1
* | Update main/primary screen term usageMorten Johan Sørvig2016-10-241-5/+5
|/
* macOS: Get rid of m_qtView member in QCocoaWindow that aliased m_viewTor Arne Vestbø2016-10-101-1/+24
* Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-061-4/+4