]> O.S.I.I.S - jp/crow.git/commit
* MyClass.cs:
authorjpbruyere <jp.bruyere@hotmail.com>
Sat, 4 Apr 2015 13:48:33 +0000 (15:48 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Sat, 4 Apr 2015 13:48:33 +0000 (15:48 +0200)
commit7249a058b2e41a33b7b72c57fb63d716326cc01f
tree9673532aff58cc4e93919b897e153688aaaef970
parent30baf7a73449a5a0b5c6ea7f3952d4d614ec741f
* MyClass.cs:
* Key.cs:
* GOLibView.cs:
* GOLibGtkHost.cs:
* Buttons.cs:
* DisplayBinding.cs:
* MouseState.cs:
* AddinInfo.cs:
* MonoDevelop.GOLib.csproj:
* GOLibNodeExtension.cs:
* AssemblyInfo.cs:
* MouseEventArgs.cs:
* MonoDevelop.GOLib.addin.xml:
* KeyboardKeyEventArgs.cs: Monodevelop GOLib Addin

* Tests.csproj:
* test4.xml:
* test3.xml:
* test1.xml:
* test0.xml:
* test5.xml:
* test5.goml:
* test4.goml:
* test3.goml:
* test1.goml:
* test0.goml: change xml to goml extension

* GOLibHost.cs: Generalization for GOLib host application

* OpenTKGameWindow.cs:
* Button.cs:
* Scroller.cs:
* IGOLibHost.cs:
* ILayoutable.cs:
* GraphicObject.cs: Top container + IGOLibHost interface for multiple
  application container implementation

* GOLib.sln:
* GOLib.csproj: MD GOLib addin
28 files changed:
GOLib.csproj
GOLib.sln
MonoDevelop.GOLib/MonoDevelop.GOLib.addin.xml [new file with mode: 0644]
MonoDevelop.GOLib/MonoDevelop.GOLib.csproj [new file with mode: 0644]
MonoDevelop.GOLib/MyClass.cs [new file with mode: 0644]
MonoDevelop.GOLib/Properties/AddinInfo.cs [new file with mode: 0644]
MonoDevelop.GOLib/Properties/AssemblyInfo.cs [new file with mode: 0644]
MonoDevelop.GOLib/src/DisplayBinding.cs [new file with mode: 0644]
MonoDevelop.GOLib/src/GOLibGtkHost.cs [new file with mode: 0644]
MonoDevelop.GOLib/src/GOLibNodeExtension.cs [new file with mode: 0644]
MonoDevelop.GOLib/src/GOLibView.cs [new file with mode: 0644]
Tests/Interfaces/test0.goml [new file with mode: 0755]
Tests/Interfaces/test0.xml [deleted file]
Tests/Interfaces/test1.goml [new file with mode: 0755]
Tests/Interfaces/test1.xml [deleted file]
Tests/Interfaces/test3.goml [new file with mode: 0755]
Tests/Interfaces/test3.xml [deleted file]
Tests/Interfaces/test4.goml [new file with mode: 0755]
Tests/Interfaces/test4.xml [deleted file]
Tests/Interfaces/test5.goml [new file with mode: 0755]
Tests/Interfaces/test5.xml [deleted file]
Tests/Tests.csproj
src/GraphicObjects/Button.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/IGOLibHost.cs [new file with mode: 0644]
src/GraphicObjects/ILayoutable.cs
src/GraphicObjects/Scroller.cs
src/OpenTKGameWindow.cs