index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qt
/
platformstyle.cpp
Age
Commit message (
Expand
)
Author
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-05-01
qt: Make PlatformStyle aware of runtime palette change
Hennadii Stepanov
2021-02-25
Allow icon colorization on mac os to better support dark mode
Uplab
2021-01-31
refactor: iterate arrays via C++11 range-based for loops if idx is not needed
Sebastian Falbesoner
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-08-22
gui: remove unused PlatformStyle::TextColorIcon
fanquake
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-01-13
Replace remaining 0 with nullptr in Qt code
Ben Woosley
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-15
cleanup: avoid hidden copies in range-for loops
Cory Fields
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-06-05
scripted-diff: Remove Q_FOREACH
Jorge Timón
2017-06-05
Small preparations for Q_FOREACH, PAIRTYPE and #include <boost/foreach.hpp> r...
Jorge Timón
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-09-23
Do not shadow in src/qt
Pavel Janík
2015-07-31
qt: Introduce PlatformStyle
Wladimir J. van der Laan