]> O.S.I.I.S - jp/crow.git/commit
new ColorPicker, 2 levels DataSource bindings with struct and property handling,...
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 10 Oct 2019 05:24:38 +0000 (07:24 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 10 Oct 2019 05:24:38 +0000 (07:24 +0200)
commit207d1ddfdc6754939fb45dcc53d6278f26789485
tree9fd9643189a5b9d816124da8cfc633793bb0e5c0
parentcf9a52bc813aeb95a9a3d4aa424bd980bcecfa6a
new ColorPicker, 2 levels DataSource bindings with struct and property handling, First click bug solved
24 files changed:
Crow/Crow.csproj
Crow/Default.style
Crow/Templates/ColorPicker.template
Crow/Templates/ColorPicker2.template [new file with mode: 0755]
Crow/Templates/EnumSelector.template [new file with mode: 0755]
Crow/Templates/GroupBox.template
Crow/Templates/Spinner.template
Crow/src/CompilerServices/CompilerServices.cs
Crow/src/Instantiator.cs
Crow/src/Interface.cs
Crow/src/Widgets/CheckBox.cs
Crow/src/Widgets/ColorPicker.cs
Crow/src/Widgets/ColorPicker2.cs [new file with mode: 0644]
Crow/src/Widgets/EnumSelector.cs
Crow/src/Widgets/GenericStack.cs
Crow/src/Widgets/Group.cs
Crow/src/Widgets/Label.cs
Crow/src/Widgets/PrivateContainer.cs
Crow/src/Widgets/TemplatedGroup.cs
Crow/src/Widgets/Widget.cs
Samples/ShowCase/ShowCase.csproj
Samples/ShowCase/main.cs
Samples/common/ui/Interfaces/Divers/0.crow
Samples/common/ui/Interfaces/basicTests/7.crow [deleted file]