summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoahelpers.h
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+2
* Add QOperatingSystemVersion support for macOS Big SurTor Arne Vestbø2020-07-291-29/+0
* macOS: Exclude 32-bit builds by checking pointer sizeTor Arne Vestbø2020-07-081-1/+1
* macOS: Don't assume platform has objc_msgSendSuper_stretTor Arne Vestbø2020-07-081-3/+9
* macOS: Clean up headersTor Arne Vestbø2020-06-051-2/+4
* macOS: Remove copy of QT_IGNORE_DEPRECATIONSTor Arne Vestbø2020-04-301-8/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-1/+4
|\
| * macOS: Remove a bunch of dead (forward) declarationsTor Arne Vestbø2020-04-151-1/+4
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+1
|\|
| * qpa: Remove references to lighthouseTor Arne Vestbø2020-04-031-1/+1
* | macOS: Fix or ignore deprecated API in 10.14Tor Arne Vestbø2020-03-271-0/+8
|/
* macOS: Track screens via Quartz Display Services instead of NSScreenTor Arne Vestbø2019-05-131-0/+12
* macOS: Log Qt and macOS version information at startupTor Arne Vestbø2018-10-251-0/+31
* macOS: minor refactoring QSendSuperHelperMikhail Svetkin2018-08-241-14/+5
* macOS: Make screen property changes more verbose and granularTor Arne Vestbø2018-08-031-0/+1
* macOS: Transition to new QPA dag-and-drop APIMikhail Svetkin2018-05-081-0/+6
* Cocoa Helpers: Add qt_objc_cast() functionGabriel de Dietrich2018-04-201-0/+10
* macOS: Remove 'cocoa' infix in QPA logging categoriesTor Arne Vestbø2018-03-141-3/+3
* Clean up our Objective-C usageJake Petroules2018-02-201-11/+4
* macOS: Add more granular logging categories for window eventsTor Arne Vestbø2018-02-131-0/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-2/+5
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-161-2/+5
| |\
| | * macOS: Simplify mangling of QNSPanelDelegate protocolTor Arne Vestbø2018-01-101-2/+5
* | | macOS: Simplify helpers for flipping between quadrant I and IVTor Arne Vestbø2017-11-081-7/+2
* | | macOS: Replace deprecated CGDisplayIOServicePort functionTor Arne Vestbø2017-11-081-0/+13
|/ /
* | macOS: Use [NSObject superclass] instead of class_getSuperclassTor Arne Vestbø2017-08-301-2/+2
* | macOS: Deduplicate QNSWindow/QNSPanel codeTor Arne Vestbø2017-08-241-0/+129
|/
* Fix 32-bit build on macOSJake Petroules2017-07-201-1/+6
* Cocoa Dialog Helpers: Refactor OK-Cancel buttons viewGabriel de Dietrich2016-11-161-0/+23
* macOS: Get rid of m_qtView member in QCocoaWindow that aliased m_viewTor Arne Vestbø2016-10-101-0/+4
* macOS: Move QColor/QBrush conversion functions to QtGuiTor Arne Vestbø2016-09-181-6/+0
* macOS: Move image conversion functions to QtGuiTor Arne Vestbø2016-09-181-10/+0
* macOS: Remove unused function qt_mac_QRegionToHIMutableShapeTor Arne Vestbø2016-09-181-3/+0
* macOS: Move QMacCGContext helper into QtGuiTor Arne Vestbø2016-09-171-5/+0
* Remove qt_mac_execute_apple_scriptGabriel de Dietrich2016-07-071-4/+0
* darwin: Add Foundation conversion functions for QSize/QSizeFTor Arne Vestbø2016-06-141-2/+0
* darwin: Add Foundation conversion functions for QRect/QRectFTor Arne Vestbø2016-06-101-2/+0
* Cocoa: Move window logging to qt.qpa.cocoa.windowMorten Johan Sørvig2016-03-211-0/+2
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-3/+0
|\
| * Move Cocoa key code helper functions to QtCoreTor Arne Vestbø2016-01-291-3/+0
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Add some functions to convert an NSColor to a QBrush.Jake Petroules2015-12-111-0/+3
* | Move a reusable image conversion function into QCocoaHelpers.Jake Petroules2015-12-101-0/+1
* | iOS: refactor removeMnemonics(const QString &) to QPlatformThemeRichard Moe Gustavsen2015-11-041-1/+0
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Moved qt_mac_toQColor(CGColorRef) to qcocoahelpers.Ivan Komissarov2014-05-131-0/+1
* Cocoa: Fix popup window positioning.Morten Johan Sørvig2014-02-261-15/+5
* Cocoa: QImage -> CGImage conversion cleanupMorten Johan Sørvig2014-02-251-3/+3