]> 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)
commitc3851053afdb227c4d84c1ba2b31625b8166a59b
tree53eb3cd4b75ed7a2fe65e988e14a2ddbda8466d3
parent301305a631c834740d1e4d8ffceac599451fe881
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]