summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles/mac
Commit message (Expand)AuthorAgeFilesLines
* macOS: Port from deprecated NSAppearance.currentAppearanceTor Arne Vestbø8 days3-39/+12
* macOS: respect strikeout attribute in menu item fontsMarcus Tillmanns2025-04-241-1/+3
* Cast NativeResourceForIntegrationFunction via QFunctionPointerTor Arne Vestbø2025-03-271-1/+1
* macOS: Remove unused variable in QMacStyle::drawPrimitiveTor Arne Vestbø2025-03-271-1/+1
* QStyleHints: Add menuSelectionWrapsKai Uwe Broulik2025-02-041-3/+0
* Remove unused qdebug.h include from private headersAhmad Samir2025-01-161-1/+0
* macOS: paint the menu-like empty area of an itemviewVolker Hilsheimer2024-10-291-1/+4
* Mac style: remove appearance observerVolker Hilsheimer2024-07-032-12/+4
* macOS: use QStyleHint to get color scheme in the styleVolker Hilsheimer2024-06-111-1/+5
* QStyle: deprecate PM_DialogButtons* enumsChristian Ehrlicher2024-04-171-19/+0
* Mac style: draw dock widget titles and status bar without gradientVolker Hilsheimer2024-04-111-56/+2
* Mac style: draw MDI window title bar without gradientVolker Hilsheimer2024-04-111-10/+1
* Don't show mnemonics in dockwidget titlesChristian Ehrlicher2024-03-091-1/+1
* Remove extra semi-colonsTasuku Suzuki2024-02-061-2/+2
* Remove redundant QPair includesAhmad Samir2023-09-061-1/+0
* macOS: Avoid memory leak when using NSSlider for style drawingTor Arne Vestbø2023-04-271-15/+15
* QTabBar: draw text within moving tabAxel Spoerl2023-04-201-0/+1
* QStyleSheet: never treat styled scrollbars as transientVolker Hilsheimer2023-02-271-4/+8
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-131-1/+1
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-7/+0
* Revert "Let styles indicate that they support dark mode"Volker Hilsheimer2022-12-081-3/+0
* Stop using deprecated constants and use suggested replacementTimur Pocheptsov2022-12-021-1/+1
* Let styles indicate that they support dark modeSanthosh Kumar2022-11-261-0/+3
* macOS: delay initialization of small fontVolker Hilsheimer2022-11-092-9/+14
* Revert "QMacStyle: paint PE_PanelScrollArea differently"Timur Pocheptsov2022-10-281-6/+6
* QMacStyle: paint PE_PanelScrollArea differentlyTimur Pocheptsov2022-10-271-6/+6
* QMacStyle: Set NSControlStateValueOn for selected tabsDoris Verria2022-10-191-1/+6
* QMacStyle: restore control size after re-initializationTimur Pocheptsov2022-10-181-0/+2
* Replace QPlatformTheme::Appearance by Qt:AppearanceAxel Spoerl2022-09-201-1/+1
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-011-0/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Remove unneeded @available check for macOS <= 10.14 and iOS <= 13Tor Arne Vestbø2022-08-051-7/+3
* darwin: Remove unneeded SDK version checks for older versionsTor Arne Vestbø2022-08-051-4/+0
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-8/+8
* Use SPDX license identifiersLucie Gérard2022-05-164-152/+8
* Macstyle: fix the text color on the disabled buttonTimur Pocheptsov2022-05-021-1/+1
* QTabBar: let styles draw tab text with foreground roleVolker Hilsheimer2022-03-211-2/+3
* macOS: Remove dead code for focus ring handling in Mac styleTor Arne Vestbø2022-03-181-21/+0
* QMacStyle: fix tool buttons (in checked mode)Timur Pocheptsov2022-02-281-3/+8
* QMacStyle::standardIcon - use the real file nameTimur Pocheptsov2022-02-011-1/+1
* QMacStyle: fix a regression introduced by a button type changeTimur Pocheptsov2022-01-121-0/+7
* QMacStyle: use the 'momentary push in' type for push buttonsTimur Pocheptsov2022-01-051-8/+22
* macOS: Fix QSlider's knob positioning on MontereyVolker Hilsheimer2021-11-181-1/+13
* macOS: make the slider knob big enough for BigSur and MontereyVolker Hilsheimer2021-11-151-0/+4
* QMacStyle: skip 'custom' rendering of CE_HeaderLabelTimur Pocheptsov2021-11-051-28/+0
* styles: Fix typos in source code commentsJonas Kvinge2021-10-121-6/+6
* macOS: Use new QPlatformTheme::appearance() functionMitch Curtis2021-09-171-20/+21
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-011-13/+13
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-1/+1