index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
styles
/
mac
/
qmacstyle_mac.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Let styles indicate that they support dark mode"
Volker Hilsheimer
2022-12-08
1
-3
/
+0
*
Stop using deprecated constants and use suggested replacement
Timur Pocheptsov
2022-12-02
1
-1
/
+1
*
Let styles indicate that they support dark mode
Santhosh Kumar
2022-11-26
1
-0
/
+3
*
macOS: delay initialization of small font
Volker Hilsheimer
2022-11-09
1
-7
/
+13
*
Revert "QMacStyle: paint PE_PanelScrollArea differently"
Timur Pocheptsov
2022-10-28
1
-6
/
+6
*
QMacStyle: paint PE_PanelScrollArea differently
Timur Pocheptsov
2022-10-27
1
-6
/
+6
*
QMacStyle: Set NSControlStateValueOn for selected tabs
Doris Verria
2022-10-19
1
-1
/
+6
*
QMacStyle: restore control size after re-initialization
Timur Pocheptsov
2022-10-18
1
-0
/
+2
*
Replace QPlatformTheme::Appearance by Qt:Appearance
Axel Spoerl
2022-09-20
1
-1
/
+1
*
Remove unneeded @available check for macOS <= 10.14 and iOS <= 13
Tor Arne Vestbø
2022-08-05
1
-7
/
+3
*
darwin: Remove unneeded SDK version checks for older versions
Tor Arne Vestbø
2022-08-05
1
-4
/
+0
*
Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)
Allan Sandfeld Jensen
2022-06-15
1
-8
/
+8
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Macstyle: fix the text color on the disabled button
Timur Pocheptsov
2022-05-02
1
-1
/
+1
*
QTabBar: let styles draw tab text with foreground role
Volker Hilsheimer
2022-03-21
1
-2
/
+3
*
macOS: Remove dead code for focus ring handling in Mac style
Tor Arne Vestbø
2022-03-18
1
-21
/
+0
*
QMacStyle: fix tool buttons (in checked mode)
Timur Pocheptsov
2022-02-28
1
-3
/
+8
*
QMacStyle::standardIcon - use the real file name
Timur Pocheptsov
2022-02-01
1
-1
/
+1
*
QMacStyle: fix a regression introduced by a button type change
Timur Pocheptsov
2022-01-12
1
-0
/
+7
*
QMacStyle: use the 'momentary push in' type for push buttons
Timur Pocheptsov
2022-01-05
1
-8
/
+22
*
macOS: Fix QSlider's knob positioning on Monterey
Volker Hilsheimer
2021-11-18
1
-1
/
+13
*
macOS: make the slider knob big enough for BigSur and Monterey
Volker Hilsheimer
2021-11-15
1
-0
/
+4
*
QMacStyle: skip 'custom' rendering of CE_HeaderLabel
Timur Pocheptsov
2021-11-05
1
-28
/
+0
*
styles: Fix typos in source code comments
Jonas Kvinge
2021-10-12
1
-6
/
+6
*
macOS: Use new QPlatformTheme::appearance() function
Mitch Curtis
2021-09-17
1
-20
/
+21
*
Port to QImage and QPixmap deviceIndependentSize()
Morten Sørvig
2021-09-01
1
-13
/
+13
*
macOS: fix drawing of pushbuttons of non-standard size
Volker Hilsheimer
2021-07-09
1
-25
/
+36
*
macOS 10.15: Fix focus frame for combo boxes
Volker Hilsheimer
2021-07-06
1
-0
/
+2
*
macOS 11: Fix positioning of focus frame around combobox
Volker Hilsheimer
2021-06-18
1
-4
/
+8
*
macOS: close visible gap between tab bar base line and tabs
Volker Hilsheimer
2021-06-11
1
-1
/
+1
*
macOS: render shortcuts in context menus correctly aligned
Volker Hilsheimer
2021-06-02
1
-2
/
+18
*
macOS: respect underline attribute in menu item fonts
Volker Hilsheimer
2021-05-27
1
-2
/
+4
*
macOS: Don't draw scrollbar handle when there is no range
Andy Shaw
2021-03-18
1
-1
/
+1
*
Unbreak binary compatibility in QStyleOptionHeader
Volker Hilsheimer
2021-02-19
1
-2
/
+4
*
control scrolling of QTabBar using StyleHint
Sophie Kums
2021-01-19
1
-0
/
+3
*
macOS: Add more padding to width of non-editable comboboxes
Volker Hilsheimer
2021-01-13
1
-2
/
+2
*
Make QPushButton on macOS use QFocusFrame to fix alignment problems
Doris Verria
2020-12-21
1
-33
/
+93
*
QHeaderView: respect the font role while calculating the elided text
Christian Ehrlicher
2020-12-10
1
-1
/
+4
*
QMacStyle - remove vertical adjustment for inactive tab
Timur Pocheptsov
2020-11-30
1
-2
/
+0
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-9
/
+9
*
QChar: make construction from integral explicit
Giuseppe D'Angelo
2020-11-15
1
-1
/
+1
*
QMacStyle - more pixel refinements
Timur Pocheptsov
2020-10-28
1
-0
/
+18
*
QMacStyle - fix tab rendering
Timur Pocheptsov
2020-10-26
1
-1
/
+17
*
Remove misleading comment
Timur Pocheptsov
2020-10-16
1
-6
/
+0
*
Another round of replacing 0 with nullptr
Allan Sandfeld Jensen
2020-10-07
1
-2
/
+2
*
macOS: Update slider metrics by explicitly asking it to layout
Tor Arne Vestbø
2020-10-06
1
-33
/
+4
*
macOS: Don't assume NSSlider is never flipped
Tor Arne Vestbø
2020-09-23
1
-7
/
+7
*
macos: Rename macos style to macOS
Richard Moe Gustavsen
2020-09-11
1
-1
/
+1
*
Port from devicePixelRatioF() to devicePixelRatio()
Morten Johan Sørvig
2020-09-10
1
-2
/
+2
*
QStyle: remove deprecated SH_SpellCheckUnderlineStyle
Christian Ehrlicher
2020-09-05
1
-3
/
+0
[next]