Module: wine Branch: master Commit: 4f5f15c206db718fa46a15c37d6f16af2bba8d54 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4f5f15c206db718fa46a15c37...
Author: Alex Henrie alexhenrie24@gmail.com Date: Sun Dec 5 23:15:04 2021 -0700
shell32: Provide 4-bit icons that are actually limited to 16 colors.
Signed-off-by: Alex Henrie alexhenrie24@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/shell32/resources/audio.ico | Bin 48131 -> 39758 bytes dlls/shell32/resources/audio.svg | 311 ++++++++++++++------------------ dlls/shell32/resources/eject.ico | Bin 41496 -> 36707 bytes dlls/shell32/resources/eject.svg | 98 +++------- dlls/shell32/resources/favorites.ico | Bin 49876 -> 41503 bytes dlls/shell32/resources/favorites.svg | 124 ++++--------- dlls/shell32/resources/help.ico | Bin 71467 -> 62072 bytes dlls/shell32/resources/help.svg | 185 ++++--------------- dlls/shell32/resources/image.ico | Bin 48807 -> 39430 bytes dlls/shell32/resources/image.svg | 113 ++++-------- dlls/shell32/resources/internet.ico | Bin 76974 -> 67610 bytes dlls/shell32/resources/internet.svg | 179 ++++-------------- dlls/shell32/resources/log_off.ico | Bin 48648 -> 39438 bytes dlls/shell32/resources/log_off.svg | 142 ++++----------- dlls/shell32/resources/menu.ico | Bin 34002 -> 29172 bytes dlls/shell32/resources/menu.svg | 184 +++++++++---------- dlls/shell32/resources/move.ico | Bin 39515 -> 34726 bytes dlls/shell32/resources/move.svg | 107 ++++------- dlls/shell32/resources/network.ico | Bin 43624 -> 38828 bytes dlls/shell32/resources/network.svg | 93 ++++------ dlls/shell32/resources/optical_disc.ico | Bin 50691 -> 41297 bytes dlls/shell32/resources/optical_disc.svg | 167 ++++------------- dlls/shell32/resources/play.ico | Bin 37047 -> 32258 bytes dlls/shell32/resources/play.svg | 96 +++------- dlls/shell32/resources/rename.ico | Bin 30995 -> 26206 bytes dlls/shell32/resources/rename.svg | 220 +++++++++++++--------- dlls/shell32/resources/restricted.ico | Bin 54521 -> 45124 bytes dlls/shell32/resources/restricted.svg | 126 ++++--------- dlls/shell32/resources/search.ico | Bin 78154 -> 69627 bytes dlls/shell32/resources/search.svg | 180 ++++-------------- dlls/shell32/resources/security.ico | Bin 32810 -> 28021 bytes dlls/shell32/resources/security.svg | 91 +++------- dlls/shell32/resources/shut_down.ico | Bin 38405 -> 33627 bytes dlls/shell32/resources/shut_down.svg | 82 +++------ dlls/shell32/resources/sleep.ico | Bin 65140 -> 55754 bytes dlls/shell32/resources/sleep.svg | 146 ++++----------- dlls/shell32/resources/trash_full.ico | Bin 73668 -> 64254 bytes dlls/shell32/resources/trash_full.svg | 185 ++++--------------- dlls/shell32/resources/update.ico | Bin 47370 -> 38997 bytes dlls/shell32/resources/update.svg | 299 ++++++++++++++---------------- dlls/shell32/resources/users.ico | Bin 57595 -> 48207 bytes dlls/shell32/resources/users.svg | 155 ++++------------ dlls/shell32/resources/video.ico | Bin 64272 -> 54890 bytes dlls/shell32/resources/video.svg | 153 ++++------------ 44 files changed, 1123 insertions(+), 2313 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4f5f15c206db718fa46a1...