summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qwindowsstyle.cpp
Commit message (Expand)AuthorAgeFilesLines
* QWindowsStyle: remove unused code in QWindowsStyle::standardPixmap()Christian Ehrlicher2024-02-191-40/+0
* Windows style: remove unused function and memberChristian Ehrlicher2024-02-191-5/+0
* Widgets: pass widget to QStyle::pixelMetric()Christian Ehrlicher2024-01-161-1/+1
* Don't show mnemonics in dockwidget titlesSune Vuorela2024-01-071-1/+1
* Windows style: use std::array instead QPolygonChristian Ehrlicher2023-11-161-19/+16
* Windows: Improve hidpi style drawing and metricsMorten Sørvig2023-11-151-22/+14
* QWindowStyle: misc cleanupChristian Ehrlicher2023-11-041-14/+12
* Windows style: use correct value for title bar heightYuhang Zhao2023-07-121-6/+7
* Use QHighDpiScaling when determining scale factorMorten Sørvig2023-04-181-7/+4
* Remove QWindowsStylePrivate:isDarkModeVolker Hilsheimer2022-12-081-17/+7
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-151-2/+2
* windows: make native styles support QT_SCALE_FACTORMorten Sørvig2022-05-191-1/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-261-2/+2
* Port to QImage and QPixmap deviceIndependentSize()Morten Sørvig2021-09-011-3/+1
* Respect style sheet rules for checked and selected menu itemsVolker Hilsheimer2021-07-141-1/+1
* Cleanup leftover QWSTasuku Suzuki2021-04-141-2/+1
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-051-1/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-7/+7
* Remove Qt4Compatible paintingAllan Sandfeld Jensen2020-11-121-3/+0
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-1/+1
* Remove QStyleOptionProgressBar::orientation memberVolker Hilsheimer2020-08-291-2/+2
* Rename QStyleOptionMenuItem::tabWidth to reservedShortcutWidthVolker Hilsheimer2020-08-271-1/+1
* Fix compiler issues when qreal is floatMichal Klocek2020-08-051-1/+1
* Windows QPA: Move dark mode handling to the new interfaceFriedemann Kleint2020-07-251-6/+5
* Port QtWidgets from QStringRef to QStringViewLars Knoll2020-06-101-1/+1
* Remove winrtOliver Wolff2020-06-061-9/+9
* QApplication: remove obsolete globalStrut functionalityVolker Hilsheimer2020-04-101-1/+1
* Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-061-0/+1
* Windows style: Turn off SH_EtchDisabledText in dark modeFriedemann Kleint2020-02-181-0/+2
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-1/+1
|\
| * Windows style: Fix wrong color of non-editable combo boxFriedemann Kleint2020-01-301-1/+1
* | Deprecate all methods that use QMatrixJarek Kobus2020-01-281-1/+1
* | Windows QPA: Provide an experimental palette for dark modeFriedemann Kleint2020-01-251-0/+17
|/
* Windows style: Fix size of controls in multimonitor-setups with scaling disabledFriedemann Kleint2019-09-161-2/+0
* Brush up the Windows stylesFriedemann Kleint2019-09-161-15/+13
* Widget style: Use per-screen DPI in QStyleHelper::dpiScaled()Friedemann Kleint2019-08-231-6/+8
* Fix build without features.actionTasuku Suzuki2019-07-061-0/+1
* QtWidgets: Fix static method invocationsFriedemann Kleint2019-06-281-5/+6
* Add accessors for QWindow and QScreen to QWidgetPrivateFriedemann Kleint2019-06-181-14/+3
* QStyle/QWidget: Avoid repetitive invocation of QStyleHelper::dpiScaled()Friedemann Kleint2019-04-081-2/+4
* QtWidgets: Fix deprecation warningsFriedemann Kleint2019-03-011-3/+3
* Don't treat the ampersand in a titlebar as a mnemonicAndy Shaw2019-01-081-1/+1
* Styles: replace deprecated QPalette functionsChristian Ehrlicher2018-12-171-22/+22
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-0/+2
|\
| * Modernize the "animation" featureLiang Qi2018-10-121-0/+2
* | QWindowsStyle: respect rectangle when drawing PE_IndicatorViewItemCheckRolf Eike Beer2018-09-031-6/+8
* | QWindowsStyle: respect rectangle when drawing PE_IndicatorViewItemCheckRolf Eike Beer2018-08-201-1/+1
* | Remove strange icon highlight for active menu itemThorbjørn Lund Martsum2018-07-181-3/+0
|/
* Convert features.toolbar to QT_[REQUIRE_]CONFIGStephan Binner2018-05-021-4/+4