]> O.S.I.I.S - jp/crow.git/commit
* OpenTK:
authorjpbruyere <jp.bruyere@hotmail.com>
Sun, 21 Jun 2015 13:39:58 +0000 (15:39 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Sun, 21 Jun 2015 13:39:58 +0000 (15:39 +0200)
commitdc995bd1da98971009454f4efe043d6237d00729
tree3af8d3a6745e9779edb71de29f3463898a3dedd0
parent746f5cfb60c9a798825e31c2e362cfc817e59d44
* OpenTK:
* OpenTKGameWindow.cs:

* Tests.csproj:
* GOLIBTest_4.cs:
* GOLIBTest_1.cs:
* Window.goml:
* Listbox.goml:
* test4.goml:
* GOLIBTest_Expandable.cs:
* testExpandable.goml: debug and test

* Colors.cs: debug argb->rgba

* CompilerServices.cs: value type conversion

* Border.cs: default border =1

* Checkbox.cs:
* Expandable.cs: changes in update technic

* Group.cs: Clipping debug (need rework)

* Label.cs: debug text positionning

* Slider.cs: debug

* TextBox.cs: selectable=true by default
18 files changed:
Templates/Listbox.goml
Templates/Window.goml
Tests/GOLIBTest_1.cs
Tests/GOLIBTest_4.cs
Tests/GOLIBTest_Expandable.cs
Tests/Interfaces/test4.goml
Tests/Interfaces/testExpandable.goml
Tests/Tests.csproj
src/Colors.cs
src/CompilerServices/CompilerServices.cs
src/GraphicObjects/Border.cs
src/GraphicObjects/Checkbox.cs
src/GraphicObjects/Expandable.cs
src/GraphicObjects/Group.cs
src/GraphicObjects/Label.cs
src/GraphicObjects/Slider.cs
src/GraphicObjects/TextBox.cs
src/OpenTKGameWindow.cs