]> O.S.I.I.S - jp/crow.git/commit
Squashed commit devel branch:
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Fri, 9 Feb 2018 17:46:40 +0000 (18:46 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Fri, 9 Feb 2018 17:46:40 +0000 (18:46 +0100)
commitd783669223da5bfe8caa1b95c0ff6e1c5046e09e
tree08e156330c147d73aff48d018d60df6bfa50e259
parent8678c71d24bd88ceca04dc71b0d1b93a2f51cecf
Squashed commit devel branch:

commit 7f91f7c2e83f7cfb2922ea83586f156f03f88a59
Author: Jean-Philippe Bruyère <jp_bruyere@hotmail.com>
Date:   Fri Feb 9 18:13:59 2018 +0100

    go back to OpenTK-2, waiting for an official release

commit 125f32758a584c4976d3536eab3702fd37a8a7a9
Author: Jean-Philippe Bruyère <jp_bruyere@hotmail.com>
Date:   Fri Feb 9 17:26:00 2018 +0100

    LoadInterface replaced by AddWidget overload, [ide] property view item templates in separate template file

commit 7c48cd2f0332d2ec82006edb755fcd37ab1f2b4a
Author: Jean-Philippe Bruyère <jp_bruyere@hotmail.com>
Date:   Fri Feb 9 12:10:13 2018 +0100

    Tooltips, CrowIDE improvements, Fetch subdata when test not eq TypeOf, debug listener in basicTest, RemoveWidget in iface
     modifié :         Crow.ControlsLib/Crow.ControlsLib.csproj
     modifié :         Crow.csproj
     modifié :         Crow.sln
     modifié :         CrowIDE/CrowIDE.csproj
     modifié :         CrowIDE/src/CrowIDE.cs
     modifié :         CrowIDE/src/ImlVisualEditor.cs
     nouveau fichier : CrowIDE/src/Project.cs
     nouveau fichier : CrowIDE/src/Solution.cs
     nouveau fichier : CrowIDE/src/VerticalLine.cs
     nouveau fichier : CrowIDE/ui/ProjectProperties.crow
     nouveau fichier : CrowIDE/ui/ProjectTree.template
     nouveau fichier : CrowIDE/ui/TreeExpandable.template
     modifié :         CrowIDE/ui/imlEditor.crow
     modifié :         Default.style
     nouveau fichier : Icons/assembly.svg
     nouveau fichier : Templates/Tooltip.template
     modifié :         Tests/BasicTests.cs
     modifié :         Tests/HelloWorld.cs
     modifié :         Tests/Interfaces/Divers/0.crow
     modifié :         Tests/Interfaces/Divers/testShape.crow
     modifié :         Tests/Interfaces/Divers/welcome.crow
     modifié :         Tests/Tests.csproj
     modifié :         src/CompilerServices/CompilerServices.cs
     modifié :         src/GraphicObjects/FileDialog.cs
     modifié :         src/GraphicObjects/GraphicObject.cs
     modifié :         src/GraphicObjects/MessageBox.cs
     modifié :         src/Instantiator.cs
     modifié :         src/Interface.cs
     modifié :         src/ItemTemplate.cs
47 files changed:
.nuget/NuGet.config [new file with mode: 0644]
Crow.ControlsLib/Crow.ControlsLib.csproj
Crow.Test/Test.cs
Crow.csproj
Crow.sln
CrowIDE/CrowIDE.csproj
CrowIDE/OpenGL/Extensions.cs [deleted file]
CrowIDE/OpenGL/Shader.cs [deleted file]
CrowIDE/OpenGL/Texture.cs [deleted file]
CrowIDE/OpenGL/vaoMesh.cs [deleted file]
CrowIDE/packages.config [new file with mode: 0644]
CrowIDE/src/CrowIDE.cs
CrowIDE/src/CrowWindow.cs [deleted file]
CrowIDE/src/ImlVisualEditor.cs
CrowIDE/src/InterfaceControler.cs [deleted file]
CrowIDE/src/Microsoft.Build.CommonTypes.cs [deleted file]
CrowIDE/src/Project.cs [new file with mode: 0644]
CrowIDE/src/Solution.cs [new file with mode: 0644]
CrowIDE/src/VerticalLine.cs [new file with mode: 0644]
CrowIDE/ui/MemberView.crow
CrowIDE/ui/MembersItem.template [new file with mode: 0644]
CrowIDE/ui/MembersView.template
CrowIDE/ui/ProjectProperties.crow [new file with mode: 0644]
CrowIDE/ui/ProjectTree.template [new file with mode: 0644]
CrowIDE/ui/TreeExpandable.template [new file with mode: 0644]
CrowIDE/ui/imlEditor.crow
Default.style
Icons/assembly.svg [new file with mode: 0644]
Templates/Tooltip.template [new file with mode: 0644]
Tests/BasicTests.cs
Tests/CrowWindow.cs
Tests/Hello3D.cs
Tests/HelloWorld.cs
Tests/Interfaces/Divers/0.crow
Tests/Interfaces/Divers/testShape.crow
Tests/OpenGL/Extensions.cs
Tests/Tests.csproj
Tests/Tutorials/T3_OpenGLCube.cs
Tests/packages.config
src/CompilerServices/CompilerServices.cs
src/GraphicObjects/FileDialog.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/MessageBox.cs
src/GraphicObjects/Popper.cs
src/Instantiator.cs
src/Interface.cs
src/ItemTemplate.cs