]> O.S.I.I.S - jp/crow.git/commit
TemplatedControls, Picture objects for pixmap and svg raw data sharing
authorjpbruyere <jp.bruyere@hotmail.com>
Tue, 2 Jun 2015 08:44:23 +0000 (10:44 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Tue, 2 Jun 2015 08:44:23 +0000 (10:44 +0200)
commitb56c22ad826a49b7ea0013c1ca78cf64169fc326
tree588a3bc9ae0ed826012096a072b138a94ded4e61
parent999f18b6daf7db54879a85f0f8b5c7b22f740ce7
TemplatedControls, Picture objects for pixmap and svg raw data sharing
among controls
51 files changed:
GOLib.csproj
Images/Icons/butAqua.svg [new file with mode: 0755]
Images/Icons/buttest.svg [new file with mode: 0644]
Images/Icons/buttest2.svg [new file with mode: 0644]
Images/Icons/buttest4.svg [new file with mode: 0644]
Images/Icons/button.svg [new file with mode: 0644]
Images/Icons/buttonB.svg [new file with mode: 0755]
Images/Icons/checkbox.svg [new file with mode: 0644]
Images/Icons/radiobutton.svg [new file with mode: 0644]
Templates/Checkbox.goml [new file with mode: 0755]
Templates/ItemTemplate.goml [new file with mode: 0755]
Templates/Listbox.goml [new file with mode: 0755]
Templates/RadioButton.goml [new file with mode: 0755]
Templates/Slider.goml [new file with mode: 0755]
Templates/Spinner (copier).goml [new file with mode: 0755]
Templates/Spinner.goml [new file with mode: 0755]
Tests/GOLIBTest_0.cs
Tests/GOLIBTest_4.cs
Tests/Interfaces/Checkbox.goml [new file with mode: 0755]
Tests/Interfaces/test0.goml
Tests/Interfaces/test1.2.goml
Tests/Interfaces/test4.1.goml
Tests/Interfaces/test4.goml
Tests/Tests.csproj
dependencies/OpenTK.Compatibility.dll [deleted file]
dependencies/OpenTK.Compatibility.dll.config [deleted file]
dependencies/OpenTK.Compatibility.dll.mdb [deleted file]
dependencies/OpenTK.GLControl.dll [deleted file]
dependencies/OpenTK.GLControl.xml [deleted file]
dependencies/OpenTK.dll [deleted file]
dependencies/OpenTK.dll.config [deleted file]
dependencies/OpenTK.dll.mdb [deleted file]
dependencies/OpenTK.xml [deleted file]
src/BmpPicture.cs [new file with mode: 0644]
src/GraphicObjects/AnalogMeter.cs
src/GraphicObjects/Button.cs
src/GraphicObjects/Checkbox.cs
src/GraphicObjects/GenericStack.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Image.cs
src/GraphicObjects/Label.cs
src/GraphicObjects/ListBox.cs
src/GraphicObjects/NumericControl.cs
src/GraphicObjects/RadioButton.cs [new file with mode: 0644]
src/GraphicObjects/Scroller.cs
src/GraphicObjects/Slider.cs
src/GraphicObjects/Spinner.cs
src/GraphicObjects/TemplatedControl.cs [new file with mode: 0644]
src/Interface.cs
src/Picture.cs [new file with mode: 0644]
src/SvgPicture.cs [new file with mode: 0644]