summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles
Commit message (Expand)AuthorAgeFilesLines
* Docs: silence documentation warning in QFusionStyleVolker Hilsheimer4 days1-1/+1
* QCommonStyle: Fix painting arrows when size is evenChristian Ehrlicher7 days1-26/+32
* QWindows11Style: Respect user set StylesheetsWladimir Leuschner10 days1-1/+2
* Revert "QCommonStyle: paint arrows with anti-aliasing"Axel Spoerl14 days1-4/+5
* QCommonStyle: don't use a QImage when drawing arrowsChristian Ehrlicher2024-04-221-11/+8
* QStyleHelper: pass devicePixelRatio to uniqueName()Christian Ehrlicher2024-04-225-11/+14
* QStyle: let styleCachePixmap() use the correct devicePixelRatioChristian Ehrlicher2024-04-222-29/+17
* QStylePrivate: remove unused member layoutSpacingIndexChristian Ehrlicher2024-04-221-4/+0
* QCommonStyle: paint arrows with anti-aliasingChristian Ehrlicher2024-04-221-5/+6
* QStyleSheetStyle: Don't try to load a pixmap with an empty filenameChristian Ehrlicher2024-04-181-0/+3
* QStyle: deprecate PM_DialogButtons* enumsChristian Ehrlicher2024-04-173-14/+6
* Revert "QStyleSheetStyle: Propagate CE_ItemViewItem drawing to baseStyle"Axel Spoerl2024-04-131-2/+2
* StyleSheet: respect a font weight set for header sectionsVolker Hilsheimer2024-04-111-3/+6
* QStyleSheetStyle: Propagate CE_ItemViewItem drawing to baseStyleWladimir Leuschner2024-04-101-2/+2
* Widgets: Improve usage of string view typesAnton Kudryavtsev2024-04-082-10/+11
* QWindows11Style: HighDPI aware qDrawPlainRoundedRectWladimir Leuschner2024-03-151-2/+5
* Don't show mnemonics in dockwidget titlesChristian Ehrlicher2024-03-091-1/+1
* QStyleSheetStyle: don't draw check indicator twiceChristian Ehrlicher2024-03-091-3/+5
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-014-0/+4
* Fusion icons: fix artifacts in media iconsChristian Ehrlicher2024-02-1921-35/+12
* QWindowsStyle: remove unused code in QWindowsStyle::standardPixmap()Christian Ehrlicher2024-02-191-40/+0
* Windows style: remove unused function and memberChristian Ehrlicher2024-02-192-13/+0
* Style icons: fix artifacts in media iconsChristian Ehrlicher2024-02-1625-112/+9
* QFusionStyle: Pass handling of FrameGroupBox to base styleChristian Ehrlicher2024-02-132-16/+14
* Remove extra semi-colonsTasuku Suzuki2024-02-062-2/+2
* Fusion style: add right side indent to groupbox titleGhenady Kuznetsov2024-02-031-3/+5
* Fix build with -no-feature-animationTasuku Suzuki2024-02-021-0/+2
* Fusion style: add indent to groupbox titleGhenady Kuznetsov2024-01-311-0/+4
* Inline one qDrawPlainRoundedRect overloadVolker Hilsheimer2024-01-242-9/+7
* Fusion style: wrongly used PixelMetric enumGhenady Kuznetsov2024-01-231-5/+5
* Fusion style: add clip region for groupbox titleGhenady Kuznetsov2024-01-171-0/+16
* QFusionStyle: draw slider in a scrollbar using lighter colorTimur Pocheptsov2024-01-161-1/+3
* Doc: Remove wrong comment in QStyle::pixelMetric() docChristian Ehrlicher2024-01-161-2/+1
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-163-30/+30
* Styles/fusion: Adjust QSlider painting with modified paint rectChristian Ehrlicher2024-01-121-2/+6
* QFusionStyle: fix painting handle with tickmarks enabledChristian Ehrlicher2024-01-121-16/+26
* CommonStyle/QSlider: use drawLines() instead single drawLine() callsChristian Ehrlicher2024-01-091-8/+10
* CommonStyle/QSlider: don't modify outline colorChristian Ehrlicher2024-01-091-7/+7
* QCommonStyle: use themeHint(IconPixmapSizes) in iconFromWindowsTheme()Christian Ehrlicher2024-01-091-4/+6
* Don't show mnemonics in dockwidget titlesSune Vuorela2024-01-073-3/+3
* Fusion style: QGroupBox title vertical alignmentGHENADY2023-12-291-4/+8
* QWindowsTheme: honor dpr when requesting standard iconsChristian Ehrlicher2023-12-221-4/+9
* Doc: Add missing full stop to briefsPaul Wicking2023-12-201-2/+2
* QCommonStyle: make sure QPainter::save/restore() is called balancedChristian Ehrlicher2023-12-161-54/+52
* QStyleSheetStyle: pass dpr to QIcon::pixmap()Christian Ehrlicher2023-12-151-13/+19
* QStyleSheetStyle: misc cleanupChristian Ehrlicher2023-12-141-27/+21
* QCommonStyle: fix focus rect drawing, don't fill the backgroundDavid Faure2023-12-041-2/+1
* Fix documentation for qDrawPlainRoundedRectWladimir Leuschner2023-12-011-0/+3
* QCommonStyle: draw focus rect using qDrawPlainRectDavid Faure2023-11-291-7/+7
* QCommonStyle: Adjust painting arrows in high-dpi modeChristian Ehrlicher2023-11-261-14/+14