summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qcocoatheme.mm
Commit message (Expand)AuthorAgeFilesLines
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-131-2/+2
* macOS: Add dialog helper for native message boxesTor Arne Vestbø2022-11-151-6/+11
* macOS: Reflect platform settings for double click and key repeat intervalsTor Arne Vestbø2022-09-291-0/+6
* Replace QPlatformTheme::Appearance by Qt:AppearanceAxel Spoerl2022-09-201-2/+2
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+1
* macOS: Ignore deprecation for ReleaseIconRefTor Arne Vestbø2022-08-151-1/+1
* Remove unneeded @available check for macOS <= 10.14 and iOS <= 13Tor Arne Vestbø2022-08-051-33/+10
* darwin: Remove unneeded SDK version checks for older versionsTor Arne Vestbø2022-08-051-14/+0
* macOS: Ignore deprecation for kOnSystemDisk icon domainTor Arne Vestbø2022-07-051-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Send ThemeChange event to all windows when system theme changesTor Arne Vestbø2022-04-221-1/+1
* QCocoaTheme: use NSColor.controlAccentColor for QMenu itemsTimur Pocheptsov2022-04-051-1/+1
* CoreText: Make population of theme fonts explicitTor Arne Vestbø2022-03-301-1/+1
* CoreText: Maintain theme fonts in the font database instead of themesTor Arne Vestbø2022-03-231-7/+3
* Add ShowDirectoriesFirst platform theme hintMitch Curtis2021-11-031-0/+2
* qcocoa: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Add QPlatformTheme::Appearance for detecting light/dark modesMitch Curtis2021-09-171-0/+5
* QCocoaTheme: add ButtonText color to standard paletteRichard Moe Gustavsen2021-08-201-1/+2
* cocoa: Use the system-provided color for QPalette::PlaceholderTextShawn Rutledge2021-04-201-0/+5
* Account for multiple screens when computing QSizeGrip available geometryZhang Hao2021-03-241-0/+2
* macos: Rename macos style to macOSRichard Moe Gustavsen2020-09-111-1/+1
* Fix compiler warnings after QKeyCombination introductionVolker Hilsheimer2020-09-051-8/+8
* QIconEngine: move away from virtual_hook usageMorten Johan Sørvig2020-08-271-1/+1
* macOS: rename 'macintosh' style to 'macos'Richard Moe Gustavsen2020-08-261-1/+1
* macOS: Move AA_MacDontSwapCtrlAndMeta logic out of QPlatformThemeTor Arne Vestbø2020-07-081-0/+37
* macOS: Clean up headersTor Arne Vestbø2020-06-051-1/+1
* macOS: Remove QtWidget dependency from platform pluginTor Arne Vestbø2020-06-041-19/+0
* Move QAbstractFileIconEngine into QtGuiTor Arne Vestbø2020-06-031-1/+1
* Move CoreText font engine/database to QtGuiTor Arne Vestbø2020-05-271-2/+2
* macOS: Move translations to their respective source filesTor Arne Vestbø2020-04-141-2/+3
* macOS: Move palette setup into platform themeTor Arne Vestbø2020-01-141-1/+195
* macOS: Deliver theme changes synchronouslyTor Arne Vestbø2019-12-191-1/+1
* macOS: Introduce QMacKeyValueObserver and use in theme and styleTor Arne Vestbø2019-06-071-47/+9
* macOS: Use QMacNotificationObserver over manual notification handlingTor Arne Vestbø2019-05-291-3/+3
* macOS: Remove Mojave forward-declarations now that we build with Xcode 10Tor Arne Vestbø2019-01-031-6/+4
* macOS: Merge qt_mac_createRoleFonts into only callerTor Arne Vestbø2018-12-221-7/+3
* macOS: Reset font glyph caches when application theme changesTor Arne Vestbø2018-12-091-0/+7
* Cocoa: Update palette after accent color or appearance changesGabriel de Dietrich2018-08-091-19/+54
* Cocoa QPA: Clean up 0 as pointerGabriel de Dietrich2018-04-191-6/+6
* QCocoaTheme: Include CoreServices rather than CarbonGabriel de Dietrich2018-04-181-1/+1
* Clean up our Objective-C usageJake Petroules2018-02-201-11/+9
* Cocoa: Use the whole geometry when in fullscreen mode for popup menusAndy Shaw2018-01-161-0/+2
* Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-0/+3
|\
| * Fix implementation of spell check underline stylesDmitry Shachnev2017-10-211-0/+3
* | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
|/
* Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-191-0/+1
|\
| * Add missing #include for -no-widgetsStephan Binner2017-07-141-0/+1
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-6/+10
|\|
| * Convert features.fontdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-07-111-3/+5
| * Fix macOS build for -no-widgets, take 2Stephan Binner2017-07-101-2/+2