]> O.S.I.I.S - jp/crow.git/commit
- simplify value change with only actual value, not the old one
authorjpbruyere <jp.bruyere@hotmail.com>
Mon, 22 Jun 2015 10:48:11 +0000 (12:48 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Mon, 22 Jun 2015 10:48:11 +0000 (12:48 +0200)
commit8c99bee3d98f7c3221e969c2924d87729ba7faea
treea9d397745c633f2306762e740486da8413b84223
parentdc995bd1da98971009454f4efe043d6237d00729
- simplify value change with only actual value, not the old one
- First tests with Scrollbar
19 files changed:
GOLib.csproj
Templates/Scrollbar.goml [new file with mode: 0755]
Tests/GOLIBTest_4.cs
Tests/GOLIBTest_Container.cs
Tests/GOLIBTest_Label.cs
Tests/GOLIBTest_Scrollbar.cs [new file with mode: 0644]
Tests/GOLIBTest_Window.cs
Tests/GOLIBTest_fps.cs
Tests/Interfaces/test4.goml
Tests/Interfaces/testScrollbar.goml [new file with mode: 0755]
Tests/Tests.csproj
src/CompilerServices/CompilerServices.cs
src/GraphicObjects/Checkbox.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/NumericControl.cs
src/GraphicObjects/Scrollbar.cs [new file with mode: 0644]
src/GraphicObjects/Slider.cs
src/GraphicObjects/TextBox.cs
src/TextChangeEventArgs.cs