]> O.S.I.I.S - jp/crow.git/commit
remove style attributes, add ';' to style files line ending, new style parser
authorjpbruyere <jp.bruyere@hotmail.com>
Sat, 30 Jul 2016 08:00:02 +0000 (10:00 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Sat, 30 Jul 2016 08:00:02 +0000 (10:00 +0200)
commitdca4d91d401ba718eccb83d6be42a12f55919838
tree7822513d2718fdaf7f1971fab03138e9f93904a4
parente4e8fa3e55edf6205387cab650ab156055d83143
remove style attributes, add ';' to style files line ending, new style parser
41 files changed:
Crow.csproj
Styles/Button.style
Styles/CheckBox.style
Styles/ComboBox.style
Styles/Expandable.style
Styles/Label.style
Styles/MessageBox.style
Styles/Popper.style
Styles/RadioButton.style
Styles/Slider.style
Styles/Spinner.style
Styles/Splitter.style
Styles/TabItem.style
Styles/TextBox.style
Styles/TextRun.style
Styles/Window.style
Tests/BasicTests.cs
Tests/Interfaces/Divers/2.crow
Tests/ui/LabelButton.style
Tests/ui/MenuItem.style
src/ExtensionsMethods.cs
src/GraphicObjects/Button.cs
src/GraphicObjects/CheckBox.cs
src/GraphicObjects/ComboBox.cs
src/GraphicObjects/Expandable.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/GroupBox.cs
src/GraphicObjects/Label.cs
src/GraphicObjects/MessageBox.cs
src/GraphicObjects/Popper.cs
src/GraphicObjects/RadioButton.cs
src/GraphicObjects/Slider.cs
src/GraphicObjects/Spinner.cs
src/GraphicObjects/Splitter.cs
src/GraphicObjects/TabItem.cs
src/GraphicObjects/TemplatedControl.cs
src/GraphicObjects/TextBox.cs
src/GraphicObjects/TextRun.cs
src/GraphicObjects/Window.cs
src/Interface.cs
src/StyleReader.cs