Module: wine Branch: master Commit: d29ffcc402cc397ff578c4f73c08fa34ad7c1748 URL: https://source.winehq.org/git/wine.git/?a=commit;h=d29ffcc402cc397ff578c4f73...
Author: Zhiyi Zhang zzhang@codeweavers.com Date: Tue May 31 22:21:29 2022 +0800
light.msstyles: Add Explorer::TreeView subclass.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53066 Signed-off-by: Zhiyi Zhang zzhang@codeweavers.com
---
dlls/light.msstyles/Makefile.in | 18 +++ .../blue_explorer_treeview_glyph_16px.bmp | Bin 0 -> 2186 bytes .../blue_explorer_treeview_glyph_16px.svg | 7 + .../blue_explorer_treeview_glyph_20px.bmp | Bin 0 -> 3338 bytes .../blue_explorer_treeview_glyph_20px.svg | 9 ++ .../blue_explorer_treeview_glyph_24px.bmp | Bin 0 -> 4746 bytes .../blue_explorer_treeview_glyph_24px.svg | 9 ++ .../blue_explorer_treeview_glyph_32px.bmp | Bin 0 -> 8330 bytes .../blue_explorer_treeview_glyph_32px.svg | 7 + .../blue_explorer_treeview_glyph_40px.bmp | Bin 0 -> 12938 bytes .../blue_explorer_treeview_glyph_40px.svg | 7 + .../blue_explorer_treeview_glyph_48px.bmp | Bin 0 -> 18570 bytes .../blue_explorer_treeview_glyph_48px.svg | 9 ++ .../blue_explorer_treeview_glyph_64px.bmp | Bin 0 -> 32906 bytes .../blue_explorer_treeview_glyph_64px.svg | 9 ++ .../blue_explorer_treeview_hot_glyph_16px.bmp | Bin 0 -> 2186 bytes .../blue_explorer_treeview_hot_glyph_16px.svg | 9 ++ .../blue_explorer_treeview_hot_glyph_20px.bmp | Bin 0 -> 3338 bytes .../blue_explorer_treeview_hot_glyph_20px.svg | 9 ++ .../blue_explorer_treeview_hot_glyph_24px.bmp | Bin 0 -> 4746 bytes .../blue_explorer_treeview_hot_glyph_24px.svg | 9 ++ .../blue_explorer_treeview_hot_glyph_32px.bmp | Bin 0 -> 8330 bytes .../blue_explorer_treeview_hot_glyph_32px.svg | 9 ++ .../blue_explorer_treeview_hot_glyph_40px.bmp | Bin 0 -> 12938 bytes .../blue_explorer_treeview_hot_glyph_40px.svg | 9 ++ .../blue_explorer_treeview_hot_glyph_48px.bmp | Bin 0 -> 18570 bytes .../blue_explorer_treeview_hot_glyph_48px.svg | 9 ++ .../blue_explorer_treeview_hot_glyph_64px.bmp | Bin 0 -> 32906 bytes .../blue_explorer_treeview_hot_glyph_64px.svg | 9 ++ .../blue_explorer_treeview_item_hot.bmp | Bin 0 -> 334 bytes .../blue_explorer_treeview_item_hot.svg | 4 + .../blue_explorer_treeview_item_hot_selected.bmp | Bin 0 -> 334 bytes .../blue_explorer_treeview_item_hot_selected.svg | 4 + .../blue_explorer_treeview_item_selected.bmp | Bin 0 -> 334 bytes .../blue_explorer_treeview_item_selected.svg | 4 + ...e_explorer_treeview_item_selected_not_focus.bmp | Bin 0 -> 334 bytes ...e_explorer_treeview_item_selected_not_focus.svg | 4 + dlls/light.msstyles/light.rc | 146 +++++++++++++++++++++ 38 files changed, 300 insertions(+)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d29ffcc402cc397ff578c...