]> O.S.I.I.S - jp/crow.git/commit
NUnit try, renaming, debugging and uniformizating
authorjpbruyere <jp.bruyere@hotmail.com>
Sat, 30 Jan 2016 08:42:37 +0000 (09:42 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Sat, 30 Jan 2016 08:42:37 +0000 (09:42 +0100)
commit9fa17cdc9487e3ba92ef467c0c6d5d9941530de1
tree0ac2e35c537e132bfa16adc486e7481e166a150d
parent0bf825fce6f1946034dbea6b1f7eb8d0dacdab8a
NUnit try, renaming, debugging and uniformizating
60 files changed:
Crow.csproj
Crow.sln
Crow.userprefs
Images/Icons/updown.svg
Templates/CheckBox.goml [new file with mode: 0755]
Templates/Checkbox.goml [deleted file]
Templates/ComboBox.goml [new file with mode: 0755]
Templates/ComboBoxOverlay.goml [new file with mode: 0755]
Templates/Combobox.goml [deleted file]
Templates/ComboboxOverlay.goml [deleted file]
Templates/Expandable.goml
Templates/GroupBox.goml [new file with mode: 0755]
Templates/Groupbox.goml [deleted file]
Templates/ListBox.goml [new file with mode: 0755]
Templates/Listbox.goml [deleted file]
Templates/MessageBox.goml
Templates/Popper.goml
Templates/ScrollBar.goml [new file with mode: 0755]
Templates/Scrollbar.goml [deleted file]
Templates/Spinner.goml
Tests/GOLIBTests.cs
Tests/Interfaces/1.crow [new file with mode: 0755]
Tests/Interfaces/2.crow [new file with mode: 0755]
Tests/Interfaces/test1.goml
Tests/Interfaces/test4.goml
Tests/Interfaces/testAll.goml
Tests/Interfaces/testCheckbox.goml
Tests/Interfaces/testCombobox.goml
Tests/Interfaces/testExpandable.goml
Tests/Interfaces/testGroupBox.goml
Tests/Interfaces/testPopper.goml
Tests/Interfaces/testScrollbar.goml
Tests/Interfaces/testWindow.goml
Tests/Interfaces/test_Listbox.goml
Tests/Tests.csproj
UnitTest/ExpectedOutputs/0.png [new file with mode: 0644]
UnitTest/ExpectedOutputs/1.png [new file with mode: 0644]
UnitTest/Interfaces/0.crow [new file with mode: 0755]
UnitTest/Interfaces/1.crow [new file with mode: 0755]
UnitTest/Interfaces/2.crow [new file with mode: 0755]
UnitTest/NUnitCrowWindow.cs [new file with mode: 0644]
UnitTest/Test.cs [new file with mode: 0644]
UnitTest/UnitTest.csproj [new file with mode: 0644]
UnitTest/packages.config [new file with mode: 0644]
src/GraphicObjects/Button.cs
src/GraphicObjects/CheckBox.cs [new file with mode: 0644]
src/GraphicObjects/Checkbox.cs [deleted file]
src/GraphicObjects/ComboBox.cs [new file with mode: 0644]
src/GraphicObjects/Combobox.cs [deleted file]
src/GraphicObjects/Expandable.cs
src/GraphicObjects/GroupBox.cs [new file with mode: 0644]
src/GraphicObjects/Groupbox.cs [deleted file]
src/GraphicObjects/ListBox.cs
src/GraphicObjects/MessageBox.cs
src/GraphicObjects/Popper.cs
src/GraphicObjects/ScrollBar.cs [new file with mode: 0644]
src/GraphicObjects/Scrollbar.cs [deleted file]
src/GraphicObjects/Slider.cs
src/GraphicObjects/TextBox.cs
src/Interface.cs