summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles
Commit message (Expand)AuthorAgeFilesLines
...
* Reset palette resolve mask in windows vista styleSanthosh Kumar2023-09-051-0/+2
* WindowsVista style: fix subControlRect() in rtl modeChristian Ehrlicher2023-08-191-2/+1
* Windows style: use correct value for title bar heightYuhang Zhao2023-07-121-5/+2
* Windows QPA: minor code simplificationYuhang Zhao2023-06-281-15/+9
* Fix disabled and inactive group palettes for windows native styleSanthosh Kumar2023-06-261-1/+1
* Set color scheme after handling theme change in windowsSanthosh Kumar2023-06-211-1/+1
* Fix QMenu (+other theme) sizes on Windows multiscreen systemsThorbjørn Lund Martsum2023-05-102-1/+33
* 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
* QWindowsXPStyle: use QVarLengthArray instead new for memory allocationChristian Ehrlicher2023-02-281-21/+21
* QStyleSheet: never treat styled scrollbars as transientVolker Hilsheimer2023-02-271-4/+8
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-132-3/+3
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-104-19/+0
* Reset dark palettes for widgets to light in windows styleSanthosh Kumar2023-02-022-0/+36
* Vista style: remove temporary workaroundYuhang Zhao2022-12-161-10/+2
* Vista Style: Use correct action icon pixmaps matching the device pixel ratioFriedemann Kleint2022-12-121-5/+4
* Overwrite dark system palette in Vista styleVolker Hilsheimer2022-12-081-4/+11
* Revert "Let styles indicate that they support dark mode"Volker Hilsheimer2022-12-082-7/+0
* Stop using deprecated constants and use suggested replacementTimur Pocheptsov2022-12-021-1/+1
* Let styles indicate that they support dark modeSanthosh Kumar2022-11-262-0/+7
* 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
* Windows 11: draw checked menu items with an explicit backgroundVolker Hilsheimer2022-10-251-0/+11
* Remove unimplemented function from WinVistaStyleYuhang Zhao2022-10-241-1/+0
* Refactor windows vista style for Qt widgetsSanthosh Kumar2022-10-1911-5042/+3859
* QMacStyle: Set NSControlStateValueOn for selected tabsDoris Verria2022-10-191-1/+6
* QMacStyle: restore control size after re-initializationTimur Pocheptsov2022-10-181-0/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-3/+3
* Replace QPlatformTheme::Appearance by Qt:AppearanceAxel Spoerl2022-09-201-1/+1
* Apply Q_CONSTINIT where beneficialSona Kurazyan2022-09-011-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-234-4/+4
* 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-034-0/+12
* QCommandLinkButton: Let the style set the text colorsVolker Hilsheimer2022-07-191-0/+5
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-152-10/+10
* Use SPDX license identifiersLucie Gérard2022-05-1614-532/+28
* 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
* Enable tests to turn off Windows Vista animationsVolker Hilsheimer2022-03-162-7/+24
* Win: Fix use of deprecated isTopLevel()Mårten Nordheim2022-03-071-1/+1
* 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
* Windows XP style: Fix coding style violationsVolker Hilsheimer2022-01-201-375/+329
* 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