]> O.S.I.I.S - jp/crow.git/commit
default template searched in embedded resources with .template extension
authorjpbruyere <jp.bruyere@hotmail.com>
Fri, 12 Aug 2016 15:17:05 +0000 (17:17 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Fri, 12 Aug 2016 15:17:05 +0000 (17:17 +0200)
commit86acbb4902a25100a183da7ce9e7a5662de8b4cb
tree6fb2b3897704267d3fdb5b260df51b29135577f2
parented815a31113235890cf6c902c754fb3dc7536708
default template searched in embedded resources with .template extension
56 files changed:
Crow.csproj
Templates/Button.crow [deleted file]
Templates/Button.template [new file with mode: 0755]
Templates/CheckBox.goml [deleted file]
Templates/CheckBox.template [new file with mode: 0755]
Templates/ComboBox.goml [deleted file]
Templates/ComboBox.template [new file with mode: 0755]
Templates/DirectoryView.crow [deleted file]
Templates/DirectoryView.template [new file with mode: 0755]
Templates/Expandable.goml [deleted file]
Templates/Expandable.template [new file with mode: 0755]
Templates/FileDialog.goml [deleted file]
Templates/FileDialog.template [new file with mode: 0644]
Templates/GroupBox.goml [deleted file]
Templates/GroupBox.template [new file with mode: 0755]
Templates/ListBox.goml [deleted file]
Templates/ListBox.template [new file with mode: 0755]
Templates/MessageBox.goml [deleted file]
Templates/MessageBox.template [new file with mode: 0644]
Templates/Popper.goml [deleted file]
Templates/Popper.template [new file with mode: 0755]
Templates/RadioButton.goml [deleted file]
Templates/RadioButton.template [new file with mode: 0755]
Templates/ScrollBar.goml [deleted file]
Templates/ScrollBar.template [new file with mode: 0755]
Templates/Slider.goml [deleted file]
Templates/Slider.template [new file with mode: 0755]
Templates/Spinner.goml [deleted file]
Templates/Spinner.template [new file with mode: 0755]
Templates/TabItem.crow [deleted file]
Templates/TabItem.template [new file with mode: 0644]
Templates/TreeView.crow [deleted file]
Templates/TreeView.template [new file with mode: 0644]
Templates/Window.goml [deleted file]
Templates/Window.template [new file with mode: 0755]
Tests/OpenTKGameWindow.cs
src/GraphicObjects/AnalogMeter.cs
src/GraphicObjects/Button.cs
src/GraphicObjects/CheckBox.cs
src/GraphicObjects/ComboBox.cs
src/GraphicObjects/DirectoryView.cs
src/GraphicObjects/DummyTemplate.cs
src/GraphicObjects/Expandable.cs
src/GraphicObjects/GroupBox.cs
src/GraphicObjects/ListBox.cs
src/GraphicObjects/MessageBox.cs
src/GraphicObjects/Popper.cs
src/GraphicObjects/RadioButton.cs
src/GraphicObjects/ScrollBar.cs
src/GraphicObjects/Spinner.cs
src/GraphicObjects/TabItem.cs
src/GraphicObjects/TemplatedControl.cs
src/GraphicObjects/TreeView.cs
src/GraphicObjects/Window.cs
src/IMLReader.cs
src/Interface.cs