]> O.S.I.I.S - jp/crow.git/commit
debug threading with new TemplatedGroup arch, review examples.
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 20 Feb 2018 13:17:56 +0000 (14:17 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 20 Feb 2018 13:22:24 +0000 (14:22 +0100)
commit520c769424c42841cd123e46a07b728b9f243a64
treeeb2016499e4da7b4f085888aee4e61655ce957db
parent85c564717f2d9ab75288b2a680cdb3f58a1b0e86
debug threading with new TemplatedGroup arch, review examples.
34 files changed:
Crow.csproj
Icons/crowproj.svg [new file with mode: 0644]
Icons/project.svg
Microsoft.Build.cs [deleted file]
Properties/AssemblyInfo.cs
Templates/DirectoryView.template
Tests/BasicTests.cs
Tests/Interfaces/Divers/0.crow
Tests/Interfaces/Divers/testCtxMenu.crow [new file with mode: 0755]
Tests/Interfaces/Divers/testDock.crow [deleted file]
Tests/Interfaces/Divers/testFileDialog.crow [new file with mode: 0644]
Tests/Interfaces/Divers/testIMLContainer.crow [new file with mode: 0644]
Tests/Interfaces/Divers/testImage.crow
Tests/Interfaces/Divers/welcome.crow
Tests/Interfaces/Experimental/testDock.crow [new file with mode: 0644]
Tests/Interfaces/Experimental/testTypeViewer.goml [new file with mode: 0755]
Tests/Interfaces/GraphicObject/testCtxMenu.crow [deleted file]
Tests/Interfaces/TemplatedContainer/testTabView.crow
Tests/Interfaces/TemplatedContainer/testTreeView.crow
Tests/Interfaces/TemplatedControl/testItemTemplateTag.crow
Tests/Interfaces/TemplatedControl/testSpinner.crow
Tests/Interfaces/Unsorted/testFileDialog.crow [deleted file]
Tests/Interfaces/Unsorted/testTypeViewer.goml [deleted file]
Tests/Tests.csproj
src/GraphicObjects/DockWindow.cs
src/GraphicObjects/Docker.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Group.cs
src/GraphicObjects/MessageBox.cs
src/GraphicObjects/TabItem.cs
src/GraphicObjects/TabView.cs
src/GraphicObjects/TemplatedGroup.cs
src/GraphicObjects/Window.cs
src/Interface.cs