]> O.S.I.I.S - jp/crow.git/commit
color picker, wip dev
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 4 Mar 2025 12:26:18 +0000 (13:26 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 4 Mar 2025 12:26:18 +0000 (13:26 +0100)
commit8970e6cecac4f7fb9eead2ae26d0a996c46d1590
tree381e659484e552b507b055a43bde8c96014d6f84
parent375445c6338075b80a79b9146c86778fe6d312d2
color picker, wip
37 files changed:
Crow/Default.style
Crow/Images/crow0.svg
Crow/Templates/CheckBox2.template
Crow/Templates/ColorPicker.template
Crow/Templates/ColorSlider.template [new file with mode: 0644]
Crow/Templates/ScrollBar.template
Crow/src/Fill/Picture.cs
Crow/src/IML/IMLAttributes.cs [deleted file]
Crow/src/IML/Instantiator.cs
Crow/src/Interface.cs
Crow/src/Text/TextChange.cs
Crow/src/Widgets/ColorGauge.cs [new file with mode: 0644]
Crow/src/Widgets/ColorPicker.cs
Crow/src/Widgets/ColorSlider.cs
Crow/src/Widgets/Gauge.cs
Crow/src/Widgets/GroupBase.cs
Crow/src/Widgets/Slider.cs
Crow/src/Widgets/TemplatedGroup.cs
Crow/src/Widgets/Widget.cs
Crow/src/Widgets/XmlIgnoreAttribute.cs [deleted file]
Crow/src/styling/Style.cs
Directory.Build.props
Drawing2D/Drawing2D.csproj
Drawing2D/src/IMLAttributes.cs [new file with mode: 0644]
Drawing2D/src/Style.cs [new file with mode: 0644]
Samples/common/src/SampleBase.cs
Samples/common/ui/Interfaces/Divers/colorPicker.crow
Samples/common/ui/Interfaces/Divers/colorSlider.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/Divers/colorSlider2.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/Divers/colorSlider3.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/Divers/colorSlider4.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/Divers/image.crow [new file with mode: 0644]
Samples/common/ui/Interfaces/Divers/observableList.crow
Samples/common/ui/Interfaces/Divers/testShape.crow
Samples/common/ui/Interfaces/Divers/testSlider.crow
Samples/common/ui/Interfaces/Experimental/table.crow
Samples/common/ui/Interfaces/TemplatedControl/testScrollbar2.crow [new file with mode: 0644]