summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qfusionstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* fusion: Implement high contrast stylePiotr Wiercinski2025-05-151-2/+16
* fusion: Remove dead codePiotr Wiercinski2025-04-081-9/+0
* QFusionStyle: Disable SH_EtchDisabledTextChristian Ehrlicher2025-03-091-1/+1
* Fusion style: Fix drawing mdi close button with dpr != 1.0Christian Ehrlicher2025-03-021-10/+8
* Fusion style: simplify CC_TitleBar paintingsChristian Ehrlicher2025-03-021-142/+97
* Widgets/styles: don't create a QPen when not neededChristian Ehrlicher2025-02-011-38/+33
* Widgets: pass dpr to QIcon::pixmap()Christian Ehrlicher2024-12-291-1/+2
* QFusionStyle: Use QFontMetricsF instead of QFontMetricsNodir Temirkhodjaev2024-12-191-5/+5
* Fusion style: adjust sizeFromContents() for CT_PushButtonChristian Ehrlicher2024-11-301-0/+2
* Widget styles: use palette brushes to set the painter's brushVolker Hilsheimer2024-11-291-1/+1
* Fusion style: merge PE_FrameDockWidget and PE_FrameWindow drawingChristian Ehrlicher2024-11-281-27/+13
* Fusion style: misc speedup drawing indeterminate progress barChristian Ehrlicher2024-11-281-7/+14
* Fusion style: cleanup PE_IndicatorToolBarSeparator drawingChristian Ehrlicher2024-11-281-22/+14
* QFusionStyle::pixelMetric() - set PM_ButtonMargin to 6Axel Spoerl2024-11-221-1/+1
* QFusionStyle/CC_Slider: don't paint tickmarks antialiasedVolker Hilsheimer2024-11-201-0/+1
* Implement PM_ButtonMargin in QFusionStyle::pixelMetric()Axel Spoerl2024-11-191-0/+3
* QFusionStyle/CC_Slider: consistently turn anti-aliasing onVolker Hilsheimer2024-11-181-12/+10
* QFusionStyle: Use the generated pixmap key for the ComboBoxVolker Hilsheimer2024-11-151-1/+1
* QCachedPainter: add and use pixmapRect()Christian Ehrlicher2024-11-051-7/+7
* FusionStyle: fix QCachedPainter usage for PE_PanelButtonCommandChristian Ehrlicher2024-11-051-1/+1
* Fusion style: cleanup drawControl()Christian Ehrlicher2024-11-031-56/+60
* Fusion style: cleanup drawComplexControl()Christian Ehrlicher2024-11-031-39/+26
* Fusion style: cleanup drawPrimitive()Christian Ehrlicher2024-11-031-60/+41
* Fusion style: remove unused variables in CE_TabBarTabShapeChristian Ehrlicher2024-11-021-20/+4
* Fusion style: cache pixmap for PE_FrameGroupBoxChristian Ehrlicher2024-11-021-1/+6
* Fusion style: use QCachedPainterChristian Ehrlicher2024-10-301-156/+123
* Fusion style: use QCachedPainter for CC_SliderChristian Ehrlicher2024-10-291-77/+55
* Fusion style: convert some functions to constexpr staticsChristian Ehrlicher2024-09-191-34/+34
* Widgets/fusion style: remove check for _q_isComboBoxPopupItem propertyChristian Ehrlicher2024-08-301-5/+2
* Fusion style/QScrollbar: use correct arrow rectChristian Ehrlicher2024-08-131-2/+2
* Fusion style/QScrollbar: fix drawing the scroll arrows with high dpiChristian Ehrlicher2024-08-101-19/+11
* Widgets/Styles: add helper function to get devicePixelRatioChristian Ehrlicher2024-08-101-13/+9
* Fusion style/QProgressBar: don't ignore the paint offsetChristian Ehrlicher2024-07-031-0/+2
* Docs: silence documentation warning in QFusionStyleVolker Hilsheimer2024-05-061-1/+1
* QStyleHelper: pass devicePixelRatio to uniqueName()Christian Ehrlicher2024-04-221-6/+8
* QStyle: let styleCachePixmap() use the correct devicePixelRatioChristian Ehrlicher2024-04-221-14/+12
* QStyle: deprecate PM_DialogButtons* enumsChristian Ehrlicher2024-04-171-1/+0
* Widgets: Improve usage of string view typesAnton Kudryavtsev2024-04-081-1/+1
* Fix -Wimplicit-fallthrough for clangTim Blechmann2024-03-011-0/+1
* QFusionStyle: Pass handling of FrameGroupBox to base styleChristian Ehrlicher2024-02-131-15/+13
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Fusion style: add right side indent to groupbox titleGhenady Kuznetsov2024-02-031-3/+5
* Fusion style: add indent to groupbox titleGhenady Kuznetsov2024-01-311-0/+4
* 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
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-161-7/+7
* 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