]> O.S.I.I.S - jp/crow.git/commit
implement theme from directory
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 2 Mar 2021 10:57:39 +0000 (11:57 +0100)
committerj-p <jp_bruyere@hotmail.com>
Tue, 2 Mar 2021 11:01:06 +0000 (12:01 +0100)
commit25a2b0d668dfea62e53a1fcf50ed32b43cfc2c68
treebc77c325f93fb136b7a0ba977982d1262338ecf7
parent5b5150e5e7e1eca0aa99de8b8a7aa6f38b7310d8
implement theme from directory
30 files changed:
Crow.sln
Crow/Crow.csproj
Crow/src/2d/Size.cs
Crow/src/DebugUtils/DebugLogger.cs
Crow/src/Fill/BmpPicture.cs
Crow/src/Fill/SvgPicture.cs
Crow/src/IML/CompilerServices.cs
Crow/src/IML/Instantiator.cs
Crow/src/Interface.cs
Crow/src/ItemTemplate.cs
Crow/src/Widgets/Scroller.cs
Crow/src/Widgets/Shape.cs
Crow/src/Widgets/Spinner.cs
Crow/src/styling/StyleReader.cs
Samples/PathPainter/Painter.cs [new file with mode: 0644]
Samples/PathPainter/PathPainter.csproj [new file with mode: 0644]
Samples/PathPainter/Program.cs [new file with mode: 0644]
Samples/PathPainter/ui/Icons/Lines.svg [new file with mode: 0644]
Samples/PathPainter/ui/Icons/Rect.svg [new file with mode: 0644]
Samples/PathPainter/ui/Icons/Select.svg [new file with mode: 0644]
Samples/PathPainter/ui/Painter.style [new file with mode: 0644]
Samples/PathPainter/ui/Spinner.template [new file with mode: 0644]
Samples/PathPainter/ui/colorSelector.template [new file with mode: 0644]
Samples/PathPainter/ui/main.crow [new file with mode: 0644]
Samples/ShowCase/ShowCase.cs
Samples/common/SampleBase.cs
Samples/common/ui/Interfaces/Divers/chess.crow [new file with mode: 0644]
Themes/TestTheme/DefaultTemplates/Crow/Window.template [new file with mode: 0644]
Themes/TestTheme/Images/Crow/Icons/checkbox.svg [new file with mode: 0644]
Themes/TestTheme/theme.style [new file with mode: 0644]