]> O.S.I.I.S - jp/crow.git/commit
new binding debug and new inherited sizing method
authorjpbruyere <jp.bruyere@hotmail.com>
Fri, 30 Dec 2016 15:23:50 +0000 (16:23 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Fri, 30 Dec 2016 23:48:36 +0000 (00:48 +0100)
commitf98beedb7a53244564d2207f53f9c93514a2c2d7
treea6e4cb0603413298177c0be6def69b9aa3295fe5
parent2b4455e6bf46809f699a3fcf1d51e8e99fbcf6f8
new binding debug and new inherited sizing method
73 files changed:
Crow.OpenTK.nuspec
Crow.csproj
Crow.sln
Default.style
Properties/AssemblyInfo.cs
Templates/ArrowButTemplate.crow
Templates/Button.template
Templates/CheckBox.template
Templates/ColorPicker.template [new file with mode: 0755]
Templates/ComboBox.template
Templates/DirectoryView.template
Templates/Expandable.template
Templates/FileDialog.template
Templates/GroupBox.template
Templates/ListBox.template
Templates/Menu.template
Templates/MenuItem.template
Templates/MessageBox.template
Templates/Popper.template
Templates/RadioButton.template
Templates/ScrollBar.template
Templates/ScrollingListBox.goml
Templates/Spinner.template
Templates/TabItem.template
Templates/TreeView.template
Templates/Window.template
Templates/treeList.crow
Tests/BasicTests.cs
Tests/Interfaces/Container/0.crow
Tests/Interfaces/Divers/0.crow
Tests/Interfaces/Divers/colorPicker.crow [new file with mode: 0755]
Tests/Interfaces/Divers/test2WayBinding.crow [new file with mode: 0755]
Tests/Interfaces/GraphicObject/2.crow
Tests/Interfaces/TemplatedContainer/testTreeView.crow
Tests/Interfaces/TemplatedContainer/test_Listbox.crow
Tests/Interfaces/TemplatedControl/testItemTemplateTag.crow
Tests/Interfaces/TemplatedControl/testScrollbar.crow [new file with mode: 0755]
Tests/Interfaces/TemplatedControl/testScrollbar.goml [deleted file]
Tests/Interfaces/TemplatedControl/testSpinner.crow [new file with mode: 0755]
Tests/Interfaces/TemplatedControl/testSpinner.goml [deleted file]
Tests/Interfaces/TmpExpandable.goml
Tests/Interfaces/Unsorted/testFileDialog.crow [new file with mode: 0644]
Tests/Interfaces/Unsorted/testFileDialog.goml [deleted file]
Tests/Interfaces/treeList.crow
Tests/Tests.csproj
Tests/test.style
Tests/ui/Popper.template
Tests/ui/tmpWindow.crow
crow.key [new file with mode: 0644]
src/Colors.cs
src/CompilerServices/CompilerServices.cs
src/Enums.cs
src/GraphicObjects/ColorPicker.cs [new file with mode: 0644]
src/GraphicObjects/ColorSelector.cs [new file with mode: 0644]
src/GraphicObjects/DataSourceChangeEventArgs.cs
src/GraphicObjects/DirectoryView.cs
src/GraphicObjects/Expandable.cs
src/GraphicObjects/FileDialog.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/HueSelector.cs [new file with mode: 0644]
src/GraphicObjects/Menu.cs
src/GraphicObjects/MenuItem.cs
src/GraphicObjects/Popper.cs
src/GraphicObjects/SaturationValueSelector.cs [new file with mode: 0644]
src/GraphicObjects/TemplatedGroup.cs
src/IML/Context.cs
src/IML/EventBinding.cs [new file with mode: 0644]
src/Instantiator.cs
src/Interface.cs
src/ItemTemplate.cs
src/LayoutingQueueItem.cs
src/Measure.cs
src/SolidColor.cs