]> O.S.I.I.S - jp/crow.git/commit
wip
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 6 Dec 2018 16:36:21 +0000 (17:36 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Thu, 6 Dec 2018 16:36:21 +0000 (17:36 +0100)
commit37a2cda694ea3e15bff6a96a43e4f015a2471122
tree3731c25f86401e1aa1841b2169fcd18905dca90c
parentdc7a66697113870f8f3a123d040747164fa0d2ab
wip
52 files changed:
Crow.csproj
CrowIDE/CrowIDE.csproj
CrowIDE/src/DesignInterface.cs
CrowIDE/src/Editors/Editor.cs
CrowIDE/src/Editors/ImlVisualEditor.cs
CrowIDE/src/Editors/SourceEditor.cs
CrowIDE/src/Editors/SvgEditor.cs
CrowIDE/src/ProjectTree/ProjectFile.cs
CrowIDE/src/ProjectTree/ProjectItem.cs
CrowIDE/src/ProjectTree/ProjectNodes.cs
CrowIDE/src/Solution.cs
CrowIDE/ui/CrowIDE.crow
CrowIDE/ui/DockWindows/winEditor.crow
CrowIDE/ui/IDE.style
CrowIDE/ui/MembersItem.template
CrowIDE/ui/ProjectTree.template
CrowIDE/ui/TreeExpandable.template
CrowIDE/ui/editors/EditTabItem.template [new file with mode: 0644]
CrowIDE/ui/editors/IMLEdit.itemp
CrowIDE/ui/editors/SrcEdit.itemp
CrowIDE/ui/editors/SvgEdit.itemp
Default.style
Templates/DockWindow.template
Templates/Expandable.template
Templates/TreeView.template
Tests/BasicTests.cs
Tests/GraphicObjects/LaggingGraphicObject.cs
Tests/Interfaces/Container/0.crow
Tests/Interfaces/Divers/testVisibility.crow [new file with mode: 0755]
Tests/Tests.csproj
Tests/test.style
Tests/ui/MenuItem.style
Tests/ui/MenuItem.template
src/Cairo/CairoHelpers.cs
src/Colors.cs
src/CompilerServices/CompilerServices.cs
src/ExtensionsMethods.cs
src/GraphicObjects/DockStack.cs
src/GraphicObjects/DockWindow.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/TabItem.cs
src/GraphicObjects/TemplatedGroup.cs
src/GraphicObjects/TreeView.cs
src/Interface.cs
src/Mono.Cairo/Color.cs [deleted file]
src/Mono.Cairo/Context.cs
src/Mono.Cairo/Gradient.cs
src/Mono.Cairo/NativeMethods-internal.cs [new file with mode: 0644]
src/Mono.Cairo/NativeMethods.cs
src/Mono.Cairo/Rectangle.cs [deleted file]
src/Mono.Cairo/SolidPattern.cs
src/debug/DebugLogViewer.cs