]> O.S.I.I.S - jp/crow.git/commit
:book: , renames, move some controls to other project file
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 7 Feb 2018 06:43:48 +0000 (07:43 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Wed, 7 Feb 2018 06:43:48 +0000 (07:43 +0100)
commit158bc472eff0771479d48e5bd74a8141d62ab60a
tree492f2d255de49b5c04ebba237ecb40b265bd6534
parenta330b907a9c9252c480ea352606d961bdc7c3ecb
:book: , renames, move some controls to other project file
105 files changed:
Crow.ControlsLib/AnalogMeter.cs [new file with mode: 0644]
Crow.ControlsLib/Crow.ControlsLib.csproj [new file with mode: 0644]
Crow.ControlsLib/Default.style [new file with mode: 0644]
Crow.ControlsLib/DockingView.cs [new file with mode: 0644]
Crow.ControlsLib/DocksView.cs [new file with mode: 0644]
Crow.ControlsLib/Templates/AnalogMeter0.goml [new file with mode: 0755]
Crow.ControlsLib/Templates/Checkbox2.goml [new file with mode: 0755]
Crow.ControlsLib/Templates/DockingView.template [new file with mode: 0755]
Crow.ControlsLib/Templates/ListBox.template [new file with mode: 0755]
Crow.ControlsLib/Templates/Menu.template [new file with mode: 0644]
Crow.ControlsLib/Templates/MenuItem.template [new file with mode: 0644]
Crow.ControlsLib/Templates/MessageBox.template [new file with mode: 0644]
Crow.ControlsLib/Templates/Popper.template [new file with mode: 0755]
Crow.ControlsLib/Templates/RadioButton.template [new file with mode: 0755]
Crow.ControlsLib/Templates/ScrollBar.template [new file with mode: 0755]
Crow.ControlsLib/Templates/ScrollingListBox.goml [new file with mode: 0644]
Crow.ControlsLib/Templates/Slider.template [new file with mode: 0755]
Crow.ControlsLib/Templates/Spinner (copier).goml [new file with mode: 0755]
Crow.ControlsLib/Templates/Spinner.template [new file with mode: 0755]
Crow.ControlsLib/Templates/TabItem.template [new file with mode: 0644]
Crow.ControlsLib/Templates/ToolWindow.template [new file with mode: 0755]
Crow.ControlsLib/Templates/TreeView.template [new file with mode: 0644]
Crow.ControlsLib/Templates/Window.template [new file with mode: 0755]
Crow.ControlsLib/Templates/imgItemTemplate.goml [new file with mode: 0755]
Crow.ControlsLib/Templates/tmpDirItem.goml [new file with mode: 0755]
Crow.ControlsLib/Templates/treeList.crow [new file with mode: 0755]
Crow.OpenTK.nuspec
Crow.csproj
Crow.sln
README.md
Templates/AnalogMeter0.goml [deleted file]
Templates/ArrowBut.template [new file with mode: 0755]
Templates/ArrowButTemplate.crow [deleted file]
Templates/Checkbox2.goml [deleted file]
Templates/ComboBox.template
Templates/DirectoryView.template
Templates/DockingView.template [deleted file]
Templates/Dummy.goml [deleted file]
Templates/FileDialog2.template [deleted file]
Templates/MessageBox.template
Templates/ScrollBar.template
Templates/ScrollingListBox.goml [deleted file]
Templates/ScrollingListBox.template [new file with mode: 0644]
Templates/Spinner (copier).goml [deleted file]
Templates/Spinner.template
Templates/imgItem.template [new file with mode: 0755]
Templates/imgItemTemplate.goml [deleted file]
Templates/tmpDirItem.goml [deleted file]
Templates/treeList.crow [deleted file]
Templates/treeList.template [new file with mode: 0755]
Tests/GraphicObjects/HexaContainer.cs [new file with mode: 0644]
Tests/Interfaces/Divers/0.crow
Tests/Tests.csproj
Tests/packages.config [new file with mode: 0644]
src/GraphicObjects/AnalogMeter.cs [deleted file]
src/GraphicObjects/Border.cs
src/GraphicObjects/Button.cs
src/GraphicObjects/CheckBox.cs
src/GraphicObjects/ColorPicker.cs
src/GraphicObjects/ColorSelector.cs
src/GraphicObjects/ComboBox.cs
src/GraphicObjects/Container.cs
src/GraphicObjects/DirectoryView.cs
src/GraphicObjects/DockingView.cs [deleted file]
src/GraphicObjects/DocksView.cs [deleted file]
src/GraphicObjects/Expandable.cs
src/GraphicObjects/FileDialog.cs
src/GraphicObjects/GenericStack.cs
src/GraphicObjects/GraduatedSlider.cs
src/GraphicObjects/Grid.cs
src/GraphicObjects/Group.cs
src/GraphicObjects/GroupBox.cs
src/GraphicObjects/HorizontalStack.cs
src/GraphicObjects/HueSelector.cs
src/GraphicObjects/Image.cs
src/GraphicObjects/Label.cs
src/GraphicObjects/ListBox.cs
src/GraphicObjects/Menu.cs
src/GraphicObjects/MenuItem.cs
src/GraphicObjects/MessageBox.cs
src/GraphicObjects/NumericControl.cs
src/GraphicObjects/Popper.cs
src/GraphicObjects/PrivateContainer.cs
src/GraphicObjects/ProgressBar.cs
src/GraphicObjects/RadioButton.cs
src/GraphicObjects/ScrollBar.cs
src/GraphicObjects/Scroller.cs
src/GraphicObjects/ScrollingObject.cs
src/GraphicObjects/ScrollingTextBox.cs
src/GraphicObjects/Slider.cs
src/GraphicObjects/Spinner.cs
src/GraphicObjects/Splitter.cs
src/GraphicObjects/TabItem.cs
src/GraphicObjects/TabView.cs
src/GraphicObjects/TemplatedContainer.cs
src/GraphicObjects/TemplatedControl.cs
src/GraphicObjects/TemplatedGroup.cs
src/GraphicObjects/TextBox.cs
src/GraphicObjects/TextRun.cs
src/GraphicObjects/TreeView.cs
src/GraphicObjects/Trend.cs
src/GraphicObjects/VerticalStack.cs
src/GraphicObjects/Window.cs
src/GraphicObjects/Wrapper.cs
src/Interface.cs