]> O.S.I.I.S - jp/crow.git/commitdiff
split ProjectNode classes in separate files
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 11 Mar 2018 12:20:27 +0000 (13:20 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 11 Mar 2018 12:20:27 +0000 (13:20 +0100)
105 files changed:
CrowIDE/CrowIDE.csproj
CrowIDE/icons/blank-file.svg [new file with mode: 0644]
CrowIDE/icons/copy-file.svg [new file with mode: 0644]
CrowIDE/icons/open.svg [new file with mode: 0644]
CrowIDE/icons/paste-on-document.svg [new file with mode: 0644]
CrowIDE/icons/question.svg [new file with mode: 0644]
CrowIDE/icons/save.svg [new file with mode: 0644]
CrowIDE/icons/scissors.svg [new file with mode: 0644]
CrowIDE/icons/toolbox/Crow.Border.svg
CrowIDE/icons/toolbox/Crow.Button.svg
CrowIDE/icons/toolbox/Crow.CheckBox.svg
CrowIDE/icons/toolbox/Crow.ColorPicker.svg
CrowIDE/icons/toolbox/Crow.ComboBox.svg
CrowIDE/icons/toolbox/Crow.Container.svg
CrowIDE/icons/toolbox/Crow.DirectoryView.svg
CrowIDE/icons/toolbox/Crow.Docker.svg
CrowIDE/icons/toolbox/Crow.Expandable.svg
CrowIDE/icons/toolbox/Crow.FileDialog.svg
CrowIDE/icons/toolbox/Crow.Grid.svg
CrowIDE/icons/toolbox/Crow.Group.svg
CrowIDE/icons/toolbox/Crow.GroupBox.svg
CrowIDE/icons/toolbox/Crow.HorizontalStack.svg
CrowIDE/icons/toolbox/Crow.IMLContainer.svg
CrowIDE/icons/toolbox/Crow.Image.svg
CrowIDE/icons/toolbox/Crow.Label.svg
CrowIDE/icons/toolbox/Crow.ListBox.svg
CrowIDE/icons/toolbox/Crow.Menu.svg
CrowIDE/icons/toolbox/Crow.MenuItem.svg
CrowIDE/icons/toolbox/Crow.MessageBox.svg
CrowIDE/icons/toolbox/Crow.ProgressBar.svg
CrowIDE/icons/toolbox/Crow.RadioButton.svg
CrowIDE/icons/toolbox/Crow.ScrollBar.svg
CrowIDE/icons/toolbox/Crow.Scroller.svg
CrowIDE/icons/toolbox/Crow.Shape.svg
CrowIDE/icons/toolbox/Crow.Slider.svg
CrowIDE/icons/toolbox/Crow.Spinner.svg
CrowIDE/icons/toolbox/Crow.Splitter.svg
CrowIDE/icons/toolbox/Crow.TabItem.svg
CrowIDE/icons/toolbox/Crow.TabView.svg
CrowIDE/icons/toolbox/Crow.TemplatedContainer.svg
CrowIDE/icons/toolbox/Crow.TemplatedGroup.svg
CrowIDE/icons/toolbox/Crow.TextBox.svg
CrowIDE/icons/toolbox/Crow.TreeView.svg
CrowIDE/icons/toolbox/Crow.VerticalStack.svg
CrowIDE/icons/toolbox/Crow.Window.svg
CrowIDE/icons/toolbox/Crow.Wrapper.svg
CrowIDE/icons/toolbox/bar-chart.svg
CrowIDE/icons/toolbox/bar-menu.svg
CrowIDE/icons/toolbox/bullets.svg
CrowIDE/icons/toolbox/calendar.svg
CrowIDE/icons/toolbox/check-square-1.svg
CrowIDE/icons/toolbox/database.svg
CrowIDE/icons/toolbox/ellipsis.svg
CrowIDE/icons/toolbox/exclamation-circle-1.svg
CrowIDE/icons/toolbox/exclamation-circle.svg
CrowIDE/icons/toolbox/file-code.svg
CrowIDE/icons/toolbox/grab.svg
CrowIDE/icons/toolbox/hard-drive-1.svg
CrowIDE/icons/toolbox/hash.svg
CrowIDE/icons/toolbox/info.svg
CrowIDE/icons/toolbox/layout.svg
CrowIDE/icons/toolbox/line-list.svg
CrowIDE/icons/toolbox/list.svg
CrowIDE/icons/toolbox/modal-list.svg
CrowIDE/icons/toolbox/options.svg
CrowIDE/icons/toolbox/package.svg
CrowIDE/icons/toolbox/padding.svg
CrowIDE/icons/toolbox/picture-file.svg
CrowIDE/icons/toolbox/pointer.svg
CrowIDE/icons/toolbox/puzzle-piece.svg
CrowIDE/icons/toolbox/refresh-file.svg
CrowIDE/icons/toolbox/sliders.svg
CrowIDE/icons/toolbox/split-browser-1.svg
CrowIDE/icons/toolbox/table.svg
CrowIDE/icons/toolbox/tasks.svg
CrowIDE/icons/toolbox/warning.svg
CrowIDE/src/CrowIDE.cs
CrowIDE/src/Editors/Parsers/XMLParser.cs
CrowIDE/src/Project.cs
CrowIDE/src/ProjectNodes.cs [deleted file]
CrowIDE/src/ProjectTree/ImlProjectItem.cs [new file with mode: 0644]
CrowIDE/src/ProjectTree/ProjectFile.cs [new file with mode: 0644]
CrowIDE/src/ProjectTree/ProjectItem.cs [new file with mode: 0644]
CrowIDE/src/ProjectTree/ProjectNodes.cs [new file with mode: 0644]
CrowIDE/src/ProjectTree/ProjectReference.cs [new file with mode: 0644]
CrowIDE/ui/DockWindows/GTreeExpITemp.crow [new file with mode: 0644]
CrowIDE/ui/DockWindows/winEditor.crow
CrowIDE/ui/DockWindows/winErrors.crow
CrowIDE/ui/DockWindows/winGTExplorer.crow [new file with mode: 0644]
CrowIDE/ui/DockWindows/winProperties.crow
CrowIDE/ui/DockWindows/winSolution.crow
CrowIDE/ui/DockWindows/winToolbox.crow
CrowIDE/ui/GTreeExpITemp.crow [deleted file]
CrowIDE/ui/GTreeExplorer.crow [deleted file]
CrowIDE/ui/NewFile.crow [new file with mode: 0644]
CrowIDE/ui/ProjectTree.template
CrowIDE/ui/icons/copy-file.svg [deleted file]
CrowIDE/ui/icons/inbox.svg [deleted file]
CrowIDE/ui/icons/outbox.svg [deleted file]
CrowIDE/ui/icons/paste-on-document.svg [deleted file]
CrowIDE/ui/icons/scissors.svg [deleted file]
Default.style
Templates/DockWindow.template
src/GraphicObjects/Window.cs
src/Interface.cs

index 399e0d99c00670a0e067a44c31d92f51e416ba9b..205e7f192754d4e967432a0c177230b10a88cfca 100644 (file)
@@ -93,7 +93,6 @@
       <Link>src\InterfaceControler.cs</Link>
     </Compile>
     <Compile Include="src\DesignInterface.cs" />
-    <Compile Include="src\ProjectNodes.cs" />
     <Compile Include="src\SolutionControler.cs" />
     <Compile Include="src\INetProject.cs" />
     <Compile Include="src\MemberView\MembersView.cs" />
     <Compile Include="src\Editors\CodeBuffer\SourceEditor.cs" />
     <Compile Include="src\Editors\CodeBuffer\TextFormatting.cs" />
     <Compile Include="src\Editors\CodeBuffer\Token.cs" />
+    <Compile Include="src\ProjectTree\ProjectNodes.cs" />
+    <Compile Include="src\ProjectTree\ProjectItem.cs" />
+    <Compile Include="src\ProjectTree\ProjectReference.cs" />
+    <Compile Include="src\ProjectTree\ProjectFile.cs" />
+    <Compile Include="src\ProjectTree\ImlProjectItem.cs" />
   </ItemGroup>
   <ItemGroup>
     <Folder Include="ui\" />
     <Folder Include="src\Editors\" />
     <Folder Include="src\Editors\Parsers\" />
     <Folder Include="src\Editors\CodeBuffer\" />
+    <Folder Include="src\ProjectTree\" />
   </ItemGroup>
   <ItemGroup>
     <EmbeddedResource Include="images\save.svg" />
       <LogicalName>Crow.Coding.MembersView.template</LogicalName>
     </EmbeddedResource>
     <EmbeddedResource Include="ui\LQIsExplorer.crow" />
-    <EmbeddedResource Include="ui\GTreeExplorer.crow" />
-    <EmbeddedResource Include="ui\GTreeExpITemp.crow" />
     <EmbeddedResource Include="ui\MemberView.crow" />
     <EmbeddedResource Include="ui\CSProjExplorer.crow" />
     <EmbeddedResource Include="ui\ProjectProperties.crow" />
     <EmbeddedResource Include="ui\CrowIDE.crow" />
     <EmbeddedResource Include="ui\icons\blank-file.svg" />
     <EmbeddedResource Include="ui\icons\sign-out.svg" />
-    <EmbeddedResource Include="ui\icons\copy-file.svg" />
-    <EmbeddedResource Include="ui\icons\paste-on-document.svg" />
-    <EmbeddedResource Include="ui\icons\scissors.svg" />
     <EmbeddedResource Include="ui\icons\reply.svg" />
     <EmbeddedResource Include="ui\icons\share-arrow.svg" />
     <EmbeddedResource Include="ui\icons\question.svg" />
-    <EmbeddedResource Include="ui\icons\inbox.svg" />
-    <EmbeddedResource Include="ui\icons\outbox.svg" />
     <EmbeddedResource Include="ui\icons\tools.svg" />
     <EmbeddedResource Include="ui\TabItem.template">
       <LogicalName>Crow.TabItem.template</LogicalName>
     <EmbeddedResource Include="ui\editors\SvgEdit.itemp">
       <LogicalName>Crow.Coding.ui.SvgEdit.itemp</LogicalName>
     </EmbeddedResource>
+    <EmbeddedResource Include="ui\DockWindows\winGTExplorer.crow" />
+    <EmbeddedResource Include="ui\DockWindows\GTreeExpITemp.crow" />
+    <EmbeddedResource Include="icons\copy-file.svg" />
+    <EmbeddedResource Include="icons\paste-on-document.svg" />
+    <EmbeddedResource Include="icons\scissors.svg" />
+    <EmbeddedResource Include="icons\question.svg" />
+    <EmbeddedResource Include="icons\blank-file.svg" />
+    <EmbeddedResource Include="icons\save.svg" />
+    <EmbeddedResource Include="icons\open.svg" />
+    <EmbeddedResource Include="ui\NewFile.crow" />
   </ItemGroup>
   <ItemGroup>
     <None Include="ui\test.crow">
diff --git a/CrowIDE/icons/blank-file.svg b/CrowIDE/icons/blank-file.svg
new file mode 100644 (file)
index 0000000..8136979
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
+<path fill="#FFFFFF" d="M10 0h-8v16h12v-12l-4-4zM9 5h4v10h-10v-14h6v4zM10 4v-3l3 3h-3z"></path>
+</svg>
diff --git a/CrowIDE/icons/copy-file.svg b/CrowIDE/icons/copy-file.svg
new file mode 100644 (file)
index 0000000..63c2dd3
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
+<path fill="#FFFFFF" d="M13 3h-3l-3-3h-7v13h6v3h10v-10l-3-3zM7 1l2 2h-2v-2zM1 12v-11h5v3h3v8h-8zM15 15h-8v-2h3v-9h2v3h3v8zM13 6v-2l2 2h-2z"></path>
+</svg>
diff --git a/CrowIDE/icons/open.svg b/CrowIDE/icons/open.svg
new file mode 100644 (file)
index 0000000..bd8d7d9
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
+<path fill="#FFFFFF" d="M6 5v6h4v-6h2l-4-5-4 5z"></path>
+<path fill="#FFFFFF" d="M13 2h-2l0.9 1h0.4l2.6 8h-3.9v2h-6v-2h-3.9l2.6-8h0.4l0.9-1h-2l-3 9v5h16v-5z"></path>
+</svg>
diff --git a/CrowIDE/icons/paste-on-document.svg b/CrowIDE/icons/paste-on-document.svg
new file mode 100644 (file)
index 0000000..b0a705e
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
+<path fill="#FFFFFF" d="M13 4h-3v-4h-10v14h6v2h10v-9l-3-3zM3 1h4v1h-4v-1zM15 15h-8v-10h5v3h3v7zM13 7v-2l2 2h-2z"></path>
+</svg>
diff --git a/CrowIDE/icons/question.svg b/CrowIDE/icons/question.svg
new file mode 100644 (file)
index 0000000..fb8e3d3
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
+<path fill="#FFFFFF" d="M9 11h-3c0-3 1.6-4 2.7-4.6 0.4-0.2 0.7-0.4 0.9-0.6 0.5-0.5 0.3-1.2 0.2-1.4-0.3-0.7-1-1.4-2.3-1.4-2.1 0-2.5 1.9-2.5 2.3l-3-0.4c0.2-1.7 1.7-4.9 5.5-4.9 2.3 0 4.3 1.3 5.1 3.2 0.7 1.7 0.4 3.5-0.8 4.7-0.5 0.5-1.1 0.8-1.6 1.1-0.9 0.5-1.2 1-1.2 2z"></path>
+<path fill="#FFFFFF" d="M9.5 14c0 1.105-0.895 2-2 2s-2-0.895-2-2c0-1.105 0.895-2 2-2s2 0.895 2 2z"></path>
+</svg>
diff --git a/CrowIDE/icons/save.svg b/CrowIDE/icons/save.svg
new file mode 100644 (file)
index 0000000..6aa6714
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
+<path fill="#FFFFFF" d="M10 6v-6h-4v6h-2l4 5 4-5z"></path>
+<path fill="#FFFFFF" d="M13 1h-2v1h1.3l2.6 8h-3.9v2h-6v-2h-3.9l2.6-8h1.3v-1h-2l-3 9v5h16v-5z"></path>
+</svg>
diff --git a/CrowIDE/icons/scissors.svg b/CrowIDE/icons/scissors.svg
new file mode 100644 (file)
index 0000000..4b5a225
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generated by IcoMoon.io -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
+<path fill="#FFFFFF" d="M16 3.1c0 0-2.1-1.1-3.5-1-0.3 0-0.5 0.1-0.7 0.2l-4.3 3.4-1.8-1.5c0.1-0.3 0.2-0.6 0.3-1 0.1-1.8-1.4-3.4-3.3-3.2-1.2 0.1-2.3 1-2.6 2.2-0.3 1.3 0.2 2.5 1.2 3.2l3.3 2.6-3.3 2.6c-1 0.7-1.5 1.9-1.2 3.2 0.3 1.2 1.4 2 2.6 2.2 1.9 0.2 3.4-1.4 3.2-3.2 0-0.3-0.1-0.7-0.3-1l1.8-1.5 4.3 3.4c0.2 0.1 0.4 0.2 0.7 0.2 1.4 0.1 3.5-1 3.5-1l-5.7-4.9 5.8-4.9zM2.8 4.6c-0.9-0.1-1.6-0.9-1.5-1.8s0.9-1.6 1.8-1.5c0.9 0.1 1.6 0.9 1.5 1.8 0 0.9-0.9 1.6-1.8 1.5zM3.1 14.7c-0.9 0.1-1.7-0.6-1.8-1.5s0.6-1.7 1.5-1.8c0.9-0.1 1.7 0.6 1.8 1.5s-0.6 1.7-1.5 1.8zM12.4 3.2c0 0 0.1 0 0.2 0 0.4 0 0.9 0.1 1.4 0.2l-6.8 5.7-0.9-1.1 6.1-4.8zM14 12.6c-0.5 0.2-1 0.3-1.4 0.2-0.1 0-0.2 0-0.2 0l-4-3.2 1-0.9 4.6 3.9z"></path>
+</svg>
index 9337dee77efc8e2b451bc25895a79238033c22ff..09eb7ac765b69acda17ae9908dd767175b3ce715 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M14 2v-2h-14v14h2v2h14v-14h-2zM13 13h-12v-12h12v12z"></path>
+<path fill="#dddddd" d="M14 2v-2h-14v14h2v2h14v-14h-2zM13 13h-12v-12h12v12z"></path>
 </svg>
index 34c2a56f691c1b89587c065a622996bc625e5d40..01f5c6c397f676f778715c86581f82cb21970a86 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M15.7 5.3l-1-1c-0.2-0.2-0.4-0.3-0.7-0.3h-13c-0.6 0-1 0.4-1 1v5c0 0.3 0.1 0.6 0.3 0.7l1 1c0.2 0.2 0.4 0.3 0.7 0.3h13c0.6 0 1-0.4 1-1v-5c0-0.3-0.1-0.5-0.3-0.7zM14 10h-13v-5h13v5z"></path>
+<path fill="#dddddd" d="M15.7 5.3l-1-1c-0.2-0.2-0.4-0.3-0.7-0.3h-13c-0.6 0-1 0.4-1 1v5c0 0.3 0.1 0.6 0.3 0.7l1 1c0.2 0.2 0.4 0.3 0.7 0.3h13c0.6 0 1-0.4 1-1v-5c0-0.3-0.1-0.5-0.3-0.7zM14 10h-13v-5h13v5z"></path>
 </svg>
index c6415d812fc6020fdb6b10c85c8cdc4b3b586988..2f0b083447943fc4ffb16f8dbf694369c18e1c62 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M13 0.9l-1 1.1h-12v14h14v-10.5l1.7-2-2.7-2.6zM6.5 11.7l-4.2-4.2 1.4-1.4 2.7 2.7 6.6-6.6 1.4 1.4-7.9 8.1z"></path>
+<path fill="#dddddd" d="M13 0.9l-1 1.1h-12v14h14v-10.5l1.7-2-2.7-2.6zM6.5 11.7l-4.2-4.2 1.4-1.4 2.7 2.7 6.6-6.6 1.4 1.4-7.9 8.1z"></path>
 </svg>
index d2a3f6ea74fab1a83358dfcd465cced2d0455722..517a26a99b29bbfb253b6cc39d346453b53c2632 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M15 1c-1.8-1.8-3.7-0.7-4.6 0.1-0.4 0.4-0.7 0.9-0.7 1.5v0c0 1.1-1.1 1.8-2.1 1.5l-0.1-0.1-0.7 0.8 0.7 0.7-6 6-0.8 2.3-0.7 0.7 1.5 1.5 0.8-0.8 2.3-0.8 6-6 0.7 0.7 0.7-0.6-0.1-0.2c-0.3-1 0.4-2.1 1.5-2.1v0c0.6 0 1.1-0.2 1.4-0.6 0.9-0.9 2-2.8 0.2-4.6zM3.9 13.6l-2 0.7-0.2 0.1 0.1-0.2 0.7-2 5.8-5.8 1.5 1.5-5.9 5.7z"></path>
+<path fill="#dddddd" d="M15 1c-1.8-1.8-3.7-0.7-4.6 0.1-0.4 0.4-0.7 0.9-0.7 1.5v0c0 1.1-1.1 1.8-2.1 1.5l-0.1-0.1-0.7 0.8 0.7 0.7-6 6-0.8 2.3-0.7 0.7 1.5 1.5 0.8-0.8 2.3-0.8 6-6 0.7 0.7 0.7-0.6-0.1-0.2c-0.3-1 0.4-2.1 1.5-2.1v0c0.6 0 1.1-0.2 1.4-0.6 0.9-0.9 2-2.8 0.2-4.6zM3.9 13.6l-2 0.7-0.2 0.1 0.1-0.2 0.7-2 5.8-5.8 1.5 1.5-5.9 5.7z"></path>
 </svg>
index 7ed51330fe1dad67a321c47e7f6fb686edb96a9c..1cb88fa2dfb054d179d42dbe923200ffec3bc6d8 100644 (file)
@@ -2,6 +2,6 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M15 4h-14c-0.6 0-1 0.4-1 1v6c0 0.6 0.4 1 1 1h14c0.6 0 1-0.4 1-1v-6c0-0.6-0.4-1-1-1zM10 11h-9v-6h9v6zM13 8.4l-2-1.4h4l-2 1.4z"></path>
-<path fill="#444444" d="M2 6h1v4h-1v-4z"></path>
+<path fill="#dddddd" d="M15 4h-14c-0.6 0-1 0.4-1 1v6c0 0.6 0.4 1 1 1h14c0.6 0 1-0.4 1-1v-6c0-0.6-0.4-1-1-1zM10 11h-9v-6h9v6zM13 8.4l-2-1.4h4l-2 1.4z"></path>
+<path fill="#dddddd" d="M2 6h1v4h-1v-4z"></path>
 </svg>
index a0015fa1631cfa9d0bc2ff04667d050f062bd212..d7d1dc8a83ee876fe50cff78fa9ccf3fe18061f4 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M15 1h-14v14h14v-14zM14 14h-12v-12h12v12z"></path>
+<path fill="#dddddd" d="M15 1h-14v14h14v-14zM14 14h-12v-12h12v12z"></path>
 </svg>
index 587450a01e95c8a6733230c3284bb14bc9e5be9e..90294692f06823b9187252952b1734c169e5f563 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M14 6v-2h-7l-1-2h-4l-1 2h-1v11h14l2-9h-2zM14.9 7l-1.6 7-11.9-0.1 2.3-6.9h11.2zM1 5h0.6l1-2h2.6l1.2 2h6.6v1h-10l-2 5.9v-6.9z"></path>
+<path fill="#dddddd" d="M14 6v-2h-7l-1-2h-4l-1 2h-1v11h14l2-9h-2zM14.9 7l-1.6 7-11.9-0.1 2.3-6.9h11.2zM1 5h0.6l1-2h2.6l1.2 2h6.6v1h-10l-2 5.9v-6.9z"></path>
 </svg>
index 1831febd5f9b23c80f1e83cbba4b854a062f514f..e38a283e1fae294162c5a2c4edee003f69a1d692 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M0 2v13h15v-13h-15zM13 3h1v1h-1v-1zM7 14h-6v-9h6v9zM14 14h-6v-9h6v9z"></path>
+<path fill="#dddddd" d="M0 2v13h15v-13h-15zM13 3h1v1h-1v-1zM7 14h-6v-9h6v9zM14 14h-6v-9h6v9z"></path>
 </svg>
index 3dd36991ed21b02f4d6582755edf7bccd5499e31..1c56d56d2bcfaf02598a2ff0e6a9e742793f3c86 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M15 4h-14c-0.6 0-1 0.4-1 1v6c0 0.6 0.4 1 1 1h14c0.6 0 1-0.4 1-1v-6c0-0.6-0.4-1-1-1zM12 9l-2-2h4l-2 2z"></path>
+<path fill="#dddddd" d="M15 4h-14c-0.6 0-1 0.4-1 1v6c0 0.6 0.4 1 1 1h14c0.6 0 1-0.4 1-1v-6c0-0.6-0.4-1-1-1zM12 9l-2-2h4l-2 2z"></path>
 </svg>
index a495640ca6a40851dffd9d75410c3d345e97e268..25142ea0fa133d24be11f19c858527cc40cee831 100644 (file)
@@ -2,7 +2,7 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M11 2h-6v4h6v-4zM9 4h-2v-1h2v1z"></path>
-<path fill="#444444" d="M3 0v16h2v-1h6v1h2v-16h-10zM12 14h-8v-6h8v6zM12 7h-8v-6h8v6z"></path>
-<path fill="#444444" d="M11 9h-6v4h6v-4zM9 11h-2v-1h2v1z"></path>
+<path fill="#dddddd" d="M11 2h-6v4h6v-4zM9 4h-2v-1h2v1z"></path>
+<path fill="#dddddd" d="M3 0v16h2v-1h6v1h2v-16h-10zM12 14h-8v-6h8v6zM12 7h-8v-6h8v6z"></path>
+<path fill="#dddddd" d="M11 9h-6v4h6v-4zM9 11h-2v-1h2v1z"></path>
 </svg>
index acf159453fc41572788e60e9c5fc4cb24031212d..6151f971a101d87bd78664dd8a68c24d036f4303 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M0 0v16h16v-16h-16zM5 15h-4v-4h4v4zM5 10h-4v-4h4v4zM5 5h-4v-4h4v4zM10 15h-4v-4h4v4zM10 10h-4v-4h4v4zM10 5h-4v-4h4v4zM15 15h-4v-4h4v4zM15 10h-4v-4h4v4zM15 5h-4v-4h4v4z"></path>
+<path fill="#dddddd" d="M0 0v16h16v-16h-16zM5 15h-4v-4h4v4zM5 10h-4v-4h4v4zM5 5h-4v-4h4v4zM10 15h-4v-4h4v4zM10 10h-4v-4h4v4zM10 5h-4v-4h4v4zM15 15h-4v-4h4v4zM15 10h-4v-4h4v4zM15 5h-4v-4h4v4z"></path>
 </svg>
index e679974de8aa747e63f75c7a0efc3a94a86118de..eae67f6360d1315a4e4d2321a541fe2141d21755 100644 (file)
@@ -2,8 +2,8 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M0 7h7v-7h-7v7zM1 1h5v5h-5v-5z"></path>
-<path fill="#444444" d="M9 0v7h7v-7h-7zM15 6h-5v-5h5v5z"></path>
-<path fill="#444444" d="M0 16h7v-7h-7v7zM1 10h5v5h-5v-5z"></path>
-<path fill="#444444" d="M9 16h7v-7h-7v7zM10 10h5v5h-5v-5z"></path>
+<path fill="#dddddd" d="M0 7h7v-7h-7v7zM1 1h5v5h-5v-5z"></path>
+<path fill="#dddddd" d="M9 0v7h7v-7h-7zM15 6h-5v-5h5v5z"></path>
+<path fill="#dddddd" d="M0 16h7v-7h-7v7zM1 10h5v5h-5v-5z"></path>
+<path fill="#dddddd" d="M9 16h7v-7h-7v7zM10 10h5v5h-5v-5z"></path>
 </svg>
index b2c1d03a134fcdd1c2425f91c96d48553dc1eaf2..e4697799771ea2ed7f9d750653a4d4e10f61103e 100644 (file)
@@ -2,9 +2,9 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M1 4h-1v-4h4v1h-3z"></path>
-<path fill="#444444" d="M12 1v-1h4v4h-1v-3z"></path>
-<path fill="#444444" d="M15 12h1v4h-4v-1h3z"></path>
-<path fill="#444444" d="M4 15v1h-4v-4h1v3z"></path>
-<path fill="#444444" d="M13 3v10h-10v-10h10zM14 2h-12v12h12v-12z"></path>
+<path fill="#dddddd" d="M1 4h-1v-4h4v1h-3z"></path>
+<path fill="#dddddd" d="M12 1v-1h4v4h-1v-3z"></path>
+<path fill="#dddddd" d="M15 12h1v4h-4v-1h3z"></path>
+<path fill="#dddddd" d="M4 15v1h-4v-4h1v3z"></path>
+<path fill="#dddddd" d="M13 3v10h-10v-10h10zM14 2h-12v12h12v-12z"></path>
 </svg>
index 62ea47551d860dad1a02bcf4aa6e2ed3129bbcb6..f8e702572b1d7ba1db30a05b228daf70f4fc5a60 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M0 0v16h16v-16h-16zM5 15h-4v-14h4v14zM10 15h-4v-14h4v14zM15 15h-4v-14h4v14z"></path>
+<path fill="#dddddd" d="M0 0v16h16v-16h-16zM5 15h-4v-14h4v14zM10 15h-4v-14h4v14zM15 15h-4v-14h4v14z"></path>
 </svg>
index 81f852488f25484fbcf1b6a8c54d226d43417818..b5687bac202afcbf9166124064cfbe558b17eb4b 100644 (file)
@@ -2,7 +2,7 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M5.2 14l4.5-12h1.1l-4.5 12z"></path>
-<path fill="#444444" d="M11.1 13h1.2l3.7-5-3.7-5h-1.3l3.8 5z"></path>
-<path fill="#444444" d="M4.9 13h-1.2l-3.7-5 3.7-5h1.3l-3.8 5z"></path>
+<path fill="#dddddd" d="M5.2 14l4.5-12h1.1l-4.5 12z"></path>
+<path fill="#dddddd" d="M11.1 13h1.2l3.7-5-3.7-5h-1.3l3.8 5z"></path>
+<path fill="#dddddd" d="M4.9 13h-1.2l-3.7-5 3.7-5h1.3l-3.8 5z"></path>
 </svg>
index f17cce6ac76b5b32c49c1c8162c19bfbd60f45b8..11356c0e2b6c8953408b55720b6236c056e654a9 100644 (file)
@@ -2,7 +2,7 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M16 14h-16v-12h16v12zM1 13h14v-10h-14v10z"></path>
-<path fill="#444444" d="M2 10v2h12v-1c0 0 0.2-1.7-2-2-1.9-0.3-2.2 0.6-3.8 0.6-1.1 0-0.9-1.6-3.2-1.6-1.7 0-3 2-3 2z"></path>
-<path fill="#444444" d="M13 6c0 1.105-0.895 2-2 2s-2-0.895-2-2c0-1.105 0.895-2 2-2s2 0.895 2 2z"></path>
+<path fill="#dddddd" d="M16 14h-16v-12h16v12zM1 13h14v-10h-14v10z"></path>
+<path fill="#dddddd" d="M2 10v2h12v-1c0 0 0.2-1.7-2-2-1.9-0.3-2.2 0.6-3.8 0.6-1.1 0-0.9-1.6-3.2-1.6-1.7 0-3 2-3 2z"></path>
+<path fill="#dddddd" d="M13 6c0 1.105-0.895 2-2 2s-2-0.895-2-2c0-1.105 0.895-2 2-2s2 0.895 2 2z"></path>
 </svg>
index 56c8c34ed4e1644c5b4ebc3c89e54daa6e283bdf..65bb85b795c57dd0b44334dd45156d8006bad619 100644 (file)
@@ -2,6 +2,6 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M12.5 4.9c-1.4 0-2.5 0.8-2.6 0.9l1.2 1.6c0 0 0.7-0.5 1.4-0.5 1.4 0 1.5 1.2 1.5 1.6-0.4-0.1-1.1-0.3-2-0.1-1.4 0.3-2.8 2-2.1 3.9 0.7 1.8 3.1 2.1 4.1 0.6v1h2v-5.3c0-2.7-1.9-3.7-3.5-3.7zM11.5 11.4c-0.1-1.9 1.5-1.9 2.5-1.8v1c0 1.2-2.3 2.3-2.5 0.8z"></path>
-<path fill="#444444" d="M6.9 14h2.1l-3.2-12h-2.7l-3.1 12h2.1l1-4h2.7l1.1 4zM3.6 8l0.8-3.2 0.9 3.2h-1.7z"></path>
+<path fill="#dddddd" d="M12.5 4.9c-1.4 0-2.5 0.8-2.6 0.9l1.2 1.6c0 0 0.7-0.5 1.4-0.5 1.4 0 1.5 1.2 1.5 1.6-0.4-0.1-1.1-0.3-2-0.1-1.4 0.3-2.8 2-2.1 3.9 0.7 1.8 3.1 2.1 4.1 0.6v1h2v-5.3c0-2.7-1.9-3.7-3.5-3.7zM11.5 11.4c-0.1-1.9 1.5-1.9 2.5-1.8v1c0 1.2-2.3 2.3-2.5 0.8z"></path>
+<path fill="#dddddd" d="M6.9 14h2.1l-3.2-12h-2.7l-3.1 12h2.1l1-4h2.7l1.1 4zM3.6 8l0.8-3.2 0.9 3.2h-1.7z"></path>
 </svg>
index f466e3ba717bc6a6c60b495389770c57ac58e6f3..40d16734953de0619ed06d1328c5c9407f738dda 100644 (file)
@@ -2,10 +2,10 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M0 1h3v3h-3v-3z"></path>
-<path fill="#444444" d="M0 6h3v3h-3v-3z"></path>
-<path fill="#444444" d="M0 11h3v3h-3v-3z"></path>
-<path fill="#444444" d="M5 1h11v3h-11v-3z"></path>
-<path fill="#444444" d="M5 6h11v3h-11v-3z"></path>
-<path fill="#444444" d="M5 11h11v3h-11v-3z"></path>
+<path fill="#dddddd" d="M0 1h3v3h-3v-3z"></path>
+<path fill="#dddddd" d="M0 6h3v3h-3v-3z"></path>
+<path fill="#dddddd" d="M0 11h3v3h-3v-3z"></path>
+<path fill="#dddddd" d="M5 1h11v3h-11v-3z"></path>
+<path fill="#dddddd" d="M5 6h11v3h-11v-3z"></path>
+<path fill="#dddddd" d="M5 11h11v3h-11v-3z"></path>
 </svg>
index 9d0bf4a35965147788c259bf816464ccbe9d9f05..b6b211193f0b67342d0ae5864b807578b110349e 100644 (file)
@@ -2,10 +2,10 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M15 2v2h-9v-2h9zM16 1h-11v4h11v-4z"></path>
-<path fill="#444444" d="M0 1h4v4h-4v-4z"></path>
-<path fill="#444444" d="M15 7v2h-9v-2h9zM16 6h-11v4h11v-4z"></path>
-<path fill="#444444" d="M0 6h4v4h-4v-4z"></path>
-<path fill="#444444" d="M15 12v2h-9v-2h9zM16 11h-11v4h11v-4z"></path>
-<path fill="#444444" d="M0 11h4v4h-4v-4z"></path>
+<path fill="#dddddd" d="M15 2v2h-9v-2h9zM16 1h-11v4h11v-4z"></path>
+<path fill="#dddddd" d="M0 1h4v4h-4v-4z"></path>
+<path fill="#dddddd" d="M15 7v2h-9v-2h9zM16 6h-11v4h11v-4z"></path>
+<path fill="#dddddd" d="M0 6h4v4h-4v-4z"></path>
+<path fill="#dddddd" d="M15 12v2h-9v-2h9zM16 11h-11v4h11v-4z"></path>
+<path fill="#dddddd" d="M0 11h4v4h-4v-4z"></path>
 </svg>
index 68932e228804e39ad58b64b61bd75518573a3cef..c8bd84709fa1e1dd75d283f48f3a167a114f178c 100644 (file)
@@ -2,6 +2,6 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M15 7v2h-9v-2h9zM16 6h-11v4h11v-4z"></path>
-<path fill="#444444" d="M0 6h4v4h-4v-4z"></path>
+<path fill="#dddddd" d="M15 7v2h-9v-2h9zM16 6h-11v4h11v-4z"></path>
+<path fill="#dddddd" d="M0 6h4v4h-4v-4z"></path>
 </svg>
index 3e608eb077119b383c5810ae72cc2407f980a9f7..16ebd72c5296fc3b7e4e9d48a1605b64fdb43af2 100644 (file)
@@ -2,7 +2,7 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M8 1c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7zM8 0c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8v0z"></path>
-<path fill="#444444" d="M7 6h2v7h-2v-7z"></path>
-<path fill="#444444" d="M7 3h2v2h-2v-2z"></path>
+<path fill="#dddddd" d="M8 1c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7zM8 0c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8v0z"></path>
+<path fill="#dddddd" d="M7 6h2v7h-2v-7z"></path>
+<path fill="#dddddd" d="M7 3h2v2h-2v-2z"></path>
 </svg>
index 63057a7bb459bce54b48bec7813ca68cbdd1d0ee..884f1854593cf30548d47782d34a52f07ec19c59 100644 (file)
@@ -2,6 +2,6 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M0 5v6h16v-6h-16zM15 10h-14v-4h14v4z"></path>
-<path fill="#444444" d="M2 7h7v2h-7v-2z"></path>
+<path fill="#dddddd" d="M0 5v6h16v-6h-16zM15 10h-14v-4h14v4z"></path>
+<path fill="#dddddd" d="M2 7h7v2h-7v-2z"></path>
 </svg>
index c84374afc3264421fb8a5d6010a2a10c830fc4d3..6c33e84b420b06e39cbd819ab86eb6c2c6cc76b2 100644 (file)
@@ -2,6 +2,6 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M8 4c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4z"></path>
-<path fill="#444444" d="M8 1c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7zM8 0c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8v0z"></path>
+<path fill="#dddddd" d="M8 4c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4z"></path>
+<path fill="#dddddd" d="M8 1c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7zM8 0c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8v0z"></path>
 </svg>
index eab0c583a190ae96da6ac5eb0ee09aa1ab13ff94..91a1f84758b8c7cbd1b83d673208d8a428000986 100644 (file)
@@ -2,6 +2,6 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M2 2h1v4h-1v-4z"></path>
-<path fill="#444444" d="M1 0c-0.6 0-1 0.4-1 1v14c0 0.6 0.4 1 1 1h15v-16h-15zM13 15h-12v-14h12v14zM15 15v0h-1v-1h1v1zM15 13h-1v-10h1v10zM15 2h-1v-1h1v1z"></path>
+<path fill="#dddddd" d="M2 2h1v4h-1v-4z"></path>
+<path fill="#dddddd" d="M1 0c-0.6 0-1 0.4-1 1v14c0 0.6 0.4 1 1 1h15v-16h-15zM13 15h-12v-14h12v14zM15 15v0h-1v-1h1v1zM15 13h-1v-10h1v10zM15 2h-1v-1h1v1z"></path>
 </svg>
index b36551bebf7c3b68251b8bd1f3b432508f4d29b4..bbc971971b226bd0305f3c80cd3d0b91e429a641 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M0 0v16h16v-16h-16zM15 15h-14v-6h3v1l3-2-3-2v1h-3v-6h6v3h-1l2 3 2-3h-1v-3h6v14z"></path>
+<path fill="#dddddd" d="M0 0v16h16v-16h-16zM15 15h-14v-6h3v1l3-2-3-2v1h-3v-6h6v3h-1l2 3 2-3h-1v-3h6v14z"></path>
 </svg>
index 2ebd68fc614ceab4d695d0527be4412397c4589d..de5dd372ee8c66e1b05c5d965a86814502a2da35 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M8 0l-8 8 8 8 8-8-8-8zM2 8l6-6 6 6-6 6-6-6z"></path>
+<path fill="#dddddd" d="M8 0l-8 8 8 8 8-8-8-8zM2 8l6-6 6 6-6 6-6-6z"></path>
 </svg>
index f3c629608b7092f7dba4a199313592c45bf896b7..fe41c2babad48e39fd378d1fbbe6726ccf7de695 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M16 6h-3.6c-0.7-1.2-2-2-3.4-2s-2.8 0.8-3.4 2h-5.6v4h5.6c0.7 1.2 2 2 3.4 2s2.8-0.8 3.4-2h3.6v-4zM1 9v-2h4.1c0 0.3-0.1 0.7-0.1 1s0.1 0.7 0.1 1h-4.1zM9 11c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3c0 1.7-1.3 3-3 3z"></path>
+<path fill="#dddddd" d="M16 6h-3.6c-0.7-1.2-2-2-3.4-2s-2.8 0.8-3.4 2h-5.6v4h5.6c0.7 1.2 2 2 3.4 2s2.8-0.8 3.4-2h3.6v-4zM1 9v-2h4.1c0 0.3-0.1 0.7-0.1 1s0.1 0.7 0.1 1h-4.1zM9 11c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3c0 1.7-1.3 3-3 3z"></path>
 </svg>
index 3a3dc5d39995f3a667602e35d7336e068f651271..5fa848ac41327282e90dfbbc6a58367c21f7a375 100644 (file)
@@ -2,6 +2,6 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M11 7h-6l3-4z"></path>
-<path fill="#444444" d="M5 9h6l-3 4z"></path>
+<path fill="#dddddd" d="M11 7h-6l3-4z"></path>
+<path fill="#dddddd" d="M5 9h6l-3 4z"></path>
 </svg>
index be8fb02e9b4447fea7073d4e17f480632af39c71..9fcd9dd72183e7d7f98b04355ecc96dced47ff80 100644 (file)
@@ -2,7 +2,7 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M7 0h2v16h-2v-16z"></path>
-<path fill="#444444" d="M3 5l-3 3 3 3v-2h3v-2h-3z"></path>
-<path fill="#444444" d="M16 8l-3-3v2h-3v2h3v2z"></path>
+<path fill="#dddddd" d="M7 0h2v16h-2v-16z"></path>
+<path fill="#dddddd" d="M3 5l-3 3 3 3v-2h3v-2h-3z"></path>
+<path fill="#dddddd" d="M16 8l-3-3v2h-3v2h3v2z"></path>
 </svg>
index 0b5bd9cacebca71bda4d098a9d097007687e700f..a9aaed3393ff83063379996bf2b095e00ea8e3dc 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M7 4l-1-2h-4l-1 2h-1v11h16v-11h-9zM15 14h-14v-9h0.6l1-2h2.6l1.2 2h8.6v9z"></path>
+<path fill="#dddddd" d="M7 4l-1-2h-4l-1 2h-1v11h16v-11h-9zM15 14h-14v-9h0.6l1-2h2.6l1.2 2h8.6v9z"></path>
 </svg>
index 8d9f794a566996b5053b451b043f55c14e928c4a..942358b4f1067d43f3ffef413739532244fc931c 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M14 4v-2h-14v13h16v-11h-2zM10 3h3v1h-3v-1zM6 3h3v1h-3v-1zM15 14h-14v-11h4v2h10v9z"></path>
+<path fill="#dddddd" d="M14 4v-2h-14v13h16v-11h-2zM10 3h3v1h-3v-1zM6 3h3v1h-3v-1zM15 14h-14v-11h4v2h10v9z"></path>
 </svg>
index a4b3a4f77c7c72d2b01819bbd158916cf5adaaac..34a0aa262057867254bc2926ddd8a1cfd367173a 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M8 0l-8 2v10l8 4 8-4v-10l-8-2zM14.4 2.6l-5.9 2.2-6.6-2.2 6.1-1.6 6.4 1.6zM1 11.4v-8.1l7 2.4v9.2l-7-3.5z"></path>
+<path fill="#dddddd" d="M8 0l-8 2v10l8 4 8-4v-10l-8-2zM14.4 2.6l-5.9 2.2-6.6-2.2 6.1-1.6 6.4 1.6zM1 11.4v-8.1l7 2.4v9.2l-7-3.5z"></path>
 </svg>
index d83ab4dfabf8a60c37ad1ea6cc7ccfc6e5707f11..14ea6f37746a0a06e94339eafa5830250b1af7a7 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M11 6.6v0-3.8l-4-1.8-4 1.8v4.2l-3 1.3v4.4l4 1.8 3.5-1.5 3.5 1.6 4-1.8v-4.5l-4-1.7zM7 2.1l2.8 1.2-2.7 1.1-2.6-1.2 2.5-1.1zM7 5v2.9l-3-1.3v-3l3 1.4zM4 13.5l-3-1.3v-3l3 1.4v2.9zM4 10l-2.6-1.2 2.6-1.1 2.8 1.2-2.8 1.1zM11 13.5l-3-1.3v-3l3 1.4v2.9zM11 10l-2.6-1.2 2.6-1.1 2.8 1.2-2.8 1.1z"></path>
+<path fill="#dddddd" d="M11 6.6v0-3.8l-4-1.8-4 1.8v4.2l-3 1.3v4.4l4 1.8 3.5-1.5 3.5 1.6 4-1.8v-4.5l-4-1.7zM7 2.1l2.8 1.2-2.7 1.1-2.6-1.2 2.5-1.1zM7 5v2.9l-3-1.3v-3l3 1.4zM4 13.5l-3-1.3v-3l3 1.4v2.9zM4 10l-2.6-1.2 2.6-1.1 2.8 1.2-2.8 1.1zM11 13.5l-3-1.3v-3l3 1.4v2.9zM11 10l-2.6-1.2 2.6-1.1 2.8 1.2-2.8 1.1z"></path>
 </svg>
index 98abb7b99dfabdf7a0638762e18076406b537652..c1fc2bb2fa7de62e358766cb4f62c83904cc782e 100644 (file)
@@ -2,6 +2,6 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M16 5c0-0.6-0.4-1-1-1h-14c-0.6 0-1 0.4-1 1v6c0 0.6 0.4 1 1 1h14c0.6 0 1-0.4 1-1v-6zM15 11h-14v-6h14v6z"></path>
-<path fill="#444444" d="M2 6h1v4h-1v-4z"></path>
+<path fill="#dddddd" d="M16 5c0-0.6-0.4-1-1-1h-14c-0.6 0-1 0.4-1 1v6c0 0.6 0.4 1 1 1h14c0.6 0 1-0.4 1-1v-6zM15 11h-14v-6h14v6z"></path>
+<path fill="#dddddd" d="M2 6h1v4h-1v-4z"></path>
 </svg>
index 33b0cda60e56bb4840e66872822c4467d122539a..b863291b577c86bc25b1b63c4c9f695bbd9df93d 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M16 10v-4h-11v1h-2v-3h9v-4h-12v4h2v10h3v2h11v-4h-11v1h-2v-5h2v2z"></path>
+<path fill="#dddddd" d="M16 10v-4h-11v1h-2v-3h9v-4h-12v4h2v10h3v2h11v-4h-11v1h-2v-5h2v2z"></path>
 </svg>
index b58772bc2e9da364e1450a52125ce60c9ea6eb40..c3c3ec9caf040b92a09332085ec74917e9ccbdda 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M16 0h-16v16h16v-16zM1 5v-4h14v4h-14zM1 10v-4h14v4h-14zM1 15v-4h14v4h-14z"></path>
+<path fill="#dddddd" d="M16 0h-16v16h16v-16zM1 5v-4h14v4h-14zM1 10v-4h14v4h-14zM1 15v-4h14v4h-14z"></path>
 </svg>
index ae8f3abae49ed5f1bf143550cefc3bd85eb8103f..74b0a24b3383862f3c4049ecef64f5ca16b702d4 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M0 4v11h16v-14h-16v3zM14 2h1v1h-1v-1zM1 4h14v10h-14v-10z"></path>
+<path fill="#dddddd" d="M0 4v11h16v-14h-16v3zM14 2h1v1h-1v-1zM1 4h14v10h-14v-10z"></path>
 </svg>
index 88506a1255b4ea83afdcb40db4aa327782518881..9e69e4154a1a7062731cbeafcb60f15dde8a3ba6 100644 (file)
@@ -2,7 +2,7 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M0 6h4v4h-4v-4z"></path>
-<path fill="#444444" d="M6 6h4v4h-4v-4z"></path>
-<path fill="#444444" d="M12 6h4v4h-4v-4z"></path>
+<path fill="#dddddd" d="M0 6h4v4h-4v-4z"></path>
+<path fill="#dddddd" d="M6 6h4v4h-4v-4z"></path>
+<path fill="#dddddd" d="M12 6h4v4h-4v-4z"></path>
 </svg>
index 08c633ba34393fe842e9b1786f76afa85371235e..ff86c961812c92ffd6b1890989aa231aac3a62f2 100644 (file)
@@ -2,9 +2,9 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M0 15h15v1h-15v-1z"></path>
-<path fill="#444444" d="M0 11h3v3h-3v-3z"></path>
-<path fill="#444444" d="M4 9h3v5h-3v-5z"></path>
-<path fill="#444444" d="M8 5h3v9h-3v-9z"></path>
-<path fill="#444444" d="M12 0h3v14h-3v-14z"></path>
+<path fill="#dddddd" d="M0 15h15v1h-15v-1z"></path>
+<path fill="#dddddd" d="M0 11h3v3h-3v-3z"></path>
+<path fill="#dddddd" d="M4 9h3v5h-3v-5z"></path>
+<path fill="#dddddd" d="M8 5h3v9h-3v-9z"></path>
+<path fill="#dddddd" d="M12 0h3v14h-3v-14z"></path>
 </svg>
index 0bbb97d8d1b974f8cdb069a2ef59cdebdf19f792..87ec0610f48cc05c07e9e5df5884814f1f9822af 100644 (file)
@@ -2,7 +2,7 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M0 1h16v3h-16v-3z"></path>
-<path fill="#444444" d="M0 6h16v3h-16v-3z"></path>
-<path fill="#444444" d="M0 11h16v3h-16v-3z"></path>
+<path fill="#dddddd" d="M0 1h16v3h-16v-3z"></path>
+<path fill="#dddddd" d="M0 6h16v3h-16v-3z"></path>
+<path fill="#dddddd" d="M0 11h16v3h-16v-3z"></path>
 </svg>
index 1f8c56976066866c07baeb128e59efaf1b56fad6..81fb1f0680f95750911ea547502b126455f1c42f 100644 (file)
@@ -2,10 +2,10 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M0 2.5v0c0 0.8 0.7 1.5 1.5 1.5v0c0.8 0 1.5-0.7 1.5-1.5v0c0-0.8-0.7-1.5-1.5-1.5v0c-0.8 0-1.5 0.7-1.5 1.5z"></path>
-<path fill="#444444" d="M0 7.5v0c0 0.8 0.7 1.5 1.5 1.5v0c0.8 0 1.5-0.7 1.5-1.5v0c0-0.8-0.7-1.5-1.5-1.5v0c-0.8 0-1.5 0.7-1.5 1.5z"></path>
-<path fill="#444444" d="M0 12.5v0c0 0.8 0.7 1.5 1.5 1.5v0c0.8 0 1.5-0.7 1.5-1.5v0c0-0.8-0.7-1.5-1.5-1.5v0c-0.8 0-1.5 0.7-1.5 1.5z"></path>
-<path fill="#444444" d="M5 1h11v3h-11v-3z"></path>
-<path fill="#444444" d="M5 6h11v3h-11v-3z"></path>
-<path fill="#444444" d="M5 11h11v3h-11v-3z"></path>
+<path fill="#dddddd" d="M0 2.5v0c0 0.8 0.7 1.5 1.5 1.5v0c0.8 0 1.5-0.7 1.5-1.5v0c0-0.8-0.7-1.5-1.5-1.5v0c-0.8 0-1.5 0.7-1.5 1.5z"></path>
+<path fill="#dddddd" d="M0 7.5v0c0 0.8 0.7 1.5 1.5 1.5v0c0.8 0 1.5-0.7 1.5-1.5v0c0-0.8-0.7-1.5-1.5-1.5v0c-0.8 0-1.5 0.7-1.5 1.5z"></path>
+<path fill="#dddddd" d="M0 12.5v0c0 0.8 0.7 1.5 1.5 1.5v0c0.8 0 1.5-0.7 1.5-1.5v0c0-0.8-0.7-1.5-1.5-1.5v0c-0.8 0-1.5 0.7-1.5 1.5z"></path>
+<path fill="#dddddd" d="M5 1h11v3h-11v-3z"></path>
+<path fill="#dddddd" d="M5 6h11v3h-11v-3z"></path>
+<path fill="#dddddd" d="M5 11h11v3h-11v-3z"></path>
 </svg>
index 35df970f9e21069aa2c9a7862a15efc22303c8bc..9ceaa1eadc25a61b082d6a48c5287249661a066a 100644 (file)
@@ -2,7 +2,7 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M14 1v3h-3v-3h-6v3h-3v-3h-2v15h16v-15h-2zM3 15h-2v-2h2v2zM3 12h-2v-2h2v2zM3 9h-2v-2h2v2zM6 15h-2v-2h2v2zM6 12h-2v-2h2v2zM6 9h-2v-2h2v2zM9 15h-2v-2h2v2zM9 12h-2v-2h2v2zM9 9h-2v-2h2v2zM12 15h-2v-2h2v2zM12 12h-2v-2h2v2zM12 9h-2v-2h2v2zM15 15h-2v-2h2v2zM15 12h-2v-2h2v2zM15 9h-2v-2h2v2z"></path>
-<path fill="#444444" d="M3 0h1v3h-1v-3z"></path>
-<path fill="#444444" d="M12 0h1v3h-1v-3z"></path>
+<path fill="#dddddd" d="M14 1v3h-3v-3h-6v3h-3v-3h-2v15h16v-15h-2zM3 15h-2v-2h2v2zM3 12h-2v-2h2v2zM3 9h-2v-2h2v2zM6 15h-2v-2h2v2zM6 12h-2v-2h2v2zM6 9h-2v-2h2v2zM9 15h-2v-2h2v2zM9 12h-2v-2h2v2zM9 9h-2v-2h2v2zM12 15h-2v-2h2v2zM12 12h-2v-2h2v2zM12 9h-2v-2h2v2zM15 15h-2v-2h2v2zM15 12h-2v-2h2v2zM15 9h-2v-2h2v2z"></path>
+<path fill="#dddddd" d="M3 0h1v3h-1v-3z"></path>
+<path fill="#dddddd" d="M12 0h1v3h-1v-3z"></path>
 </svg>
index fca782c5b23498bab876b1206bfc96ad1a8cdb30..e198007ca0cff5e5fc5acd8febbb8363e7ba81d3 100644 (file)
@@ -2,6 +2,6 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M14 6.2v7.8h-12v-12h10.5l1-1h-12.5v14h14v-9.8z"></path>
-<path fill="#444444" d="M7.9 10.9l-4.2-4.2 1.5-1.4 2.7 2.8 6.7-6.7 1.4 1.4z"></path>
+<path fill="#dddddd" d="M14 6.2v7.8h-12v-12h10.5l1-1h-12.5v14h14v-9.8z"></path>
+<path fill="#dddddd" d="M7.9 10.9l-4.2-4.2 1.5-1.4 2.7 2.8 6.7-6.7 1.4 1.4z"></path>
 </svg>
index bd2d18203d0cd173b4006b77a870953f2cff6f1d..65a8f0658b82a7727728ea9005105ba6ca402dee 100644 (file)
@@ -2,8 +2,8 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M14 2.5c0 0.828-2.686 1.5-6 1.5s-6-0.672-6-1.5c0-0.828 2.686-1.5 6-1.5s6 0.672 6 1.5z"></path>
-<path fill="#444444" d="M8 5c-3.3 0-6-0.7-6-1.5v3c0 0.8 2.7 1.5 6 1.5s6-0.7 6-1.5v-3c0 0.8-2.7 1.5-6 1.5z"></path>
-<path fill="#444444" d="M8 9c-3.3 0-6-0.7-6-1.5v3c0 0.8 2.7 1.5 6 1.5s6-0.7 6-1.5v-3c0 0.8-2.7 1.5-6 1.5z"></path>
-<path fill="#444444" d="M8 13c-3.3 0-6-0.7-6-1.5v3c0 0.8 2.7 1.5 6 1.5s6-0.7 6-1.5v-3c0 0.8-2.7 1.5-6 1.5z"></path>
+<path fill="#dddddd" d="M14 2.5c0 0.828-2.686 1.5-6 1.5s-6-0.672-6-1.5c0-0.828 2.686-1.5 6-1.5s6 0.672 6 1.5z"></path>
+<path fill="#dddddd" d="M8 5c-3.3 0-6-0.7-6-1.5v3c0 0.8 2.7 1.5 6 1.5s6-0.7 6-1.5v-3c0 0.8-2.7 1.5-6 1.5z"></path>
+<path fill="#dddddd" d="M8 9c-3.3 0-6-0.7-6-1.5v3c0 0.8 2.7 1.5 6 1.5s6-0.7 6-1.5v-3c0 0.8-2.7 1.5-6 1.5z"></path>
+<path fill="#dddddd" d="M8 13c-3.3 0-6-0.7-6-1.5v3c0 0.8 2.7 1.5 6 1.5s6-0.7 6-1.5v-3c0 0.8-2.7 1.5-6 1.5z"></path>
 </svg>
index 6e1cc4286f6ad1f4b50ab32a6cd5a2f9eb2cf4aa..cff94ccf065fa921583ab295510a96b370bcfe23 100644 (file)
@@ -2,7 +2,7 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M6 0h4v4h-4v-4z"></path>
-<path fill="#444444" d="M6 6h4v4h-4v-4z"></path>
-<path fill="#444444" d="M6 12h4v4h-4v-4z"></path>
+<path fill="#dddddd" d="M6 0h4v4h-4v-4z"></path>
+<path fill="#dddddd" d="M6 6h4v4h-4v-4z"></path>
+<path fill="#dddddd" d="M6 12h4v4h-4v-4z"></path>
 </svg>
index 8b2f3185f40edfedac5523026844a261912fd50c..cc1b2689d11b3139e1a710295ca3db764487396d 100644 (file)
@@ -2,7 +2,7 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M8 1c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7zM8 0c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8v0z"></path>
-<path fill="#444444" d="M7 3h2v7h-2v-7z"></path>
-<path fill="#444444" d="M7 11h2v2h-2v-2z"></path>
+<path fill="#dddddd" d="M8 1c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7zM8 0c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8v0z"></path>
+<path fill="#dddddd" d="M7 3h2v7h-2v-7z"></path>
+<path fill="#dddddd" d="M7 11h2v2h-2v-2z"></path>
 </svg>
index fd1a25816b5d136edcb934a78187d125f28afe8c..b140e7c8d128bc1f1bc0f609faa3d4ef4d4b4b5a 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M8 0c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zM9 13h-2v-2h2v2zM9 10h-2v-7h2v7z"></path>
+<path fill="#dddddd" d="M8 0c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zM9 13h-2v-2h2v2zM9 10h-2v-7h2v7z"></path>
 </svg>
index 3727328f47c9f763fe38c1833fbc1e9e069a3b4f..a2fd2d199bcae61575cb4e9020f6236d0622e458 100644 (file)
@@ -2,8 +2,8 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M10 0h-8v16h12v-12l-4-4zM9 5h4v10h-10v-14h6v4zM10 4v-3l3 3h-3z"></path>
-<path fill="#444444" d="M6.2 13h-0.7l-2-2.5 2-2.5h0.7l-2 2.5z"></path>
-<path fill="#444444" d="M9.8 13h0.7l2-2.5-2-2.5h-0.7l2 2.5z"></path>
-<path fill="#444444" d="M6.7 14h0.6l2.1-7h-0.8z"></path>
+<path fill="#dddddd" d="M10 0h-8v16h12v-12l-4-4zM9 5h4v10h-10v-14h6v4zM10 4v-3l3 3h-3z"></path>
+<path fill="#dddddd" d="M6.2 13h-0.7l-2-2.5 2-2.5h0.7l-2 2.5z"></path>
+<path fill="#dddddd" d="M9.8 13h0.7l2-2.5-2-2.5h-0.7l2 2.5z"></path>
+<path fill="#dddddd" d="M6.7 14h0.6l2.1-7h-0.8z"></path>
 </svg>
index a0b7580452d6a2a9869b0653dccbf9adcf1cdfaa..25bc57195372a05c4db0d6ad3de15d12219b24bb 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M12.6 4c-0.2 0-0.4 0-0.6 0 0-0.2-0.2-0.6-0.4-0.8s-0.5-0.4-1.1-0.4c-0.2 0-0.4 0-0.6 0.1-0.1-0.2-0.2-0.3-0.3-0.5-0.2-0.2-0.5-0.4-1.1-0.4-0.8 0-1.2 0.5-1.4 1-0.1 0-0.3-0.1-0.5-0.1-0.5 0-0.8 0.2-1.1 0.4-0.5 0.6-0.5 1.4-0.5 1.5v0.4c-0.6 0-1.1 0.2-1.4 0.5-0.6 0.7-0.6 1.6-0.6 2.8 0 0.2 0 0.5 0 0.7 0 1.4 0.7 2.1 1.4 2.8l0.3 0.4c1.3 1.2 2.5 1.6 5.1 1.6 2.9 0 4.2-1.6 4.2-5.1v-2.5c0-0.7-0.2-2.1-1.4-2.4zM10.5 3.8c0.4 0 0.5 0.4 0.5 0.6v0.8c0 0.3 0.2 0.5 0.4 0.5 0.3 0 0.5-0.1 0.5-0.4 0 0 0-0.4 0.4-0.3 0.6 0.2 0.7 1.1 0.7 1.3 0 0 0 0 0 0v2.6c0 3.4-1.3 4.1-3.2 4.1-2.4 0-3.3-0.3-4.3-1.3-0.1-0.1-0.2-0.2-0.4-0.4-0.7-0.7-1.1-1.1-1.1-2.1 0-0.2 0-0.3 0-0.6 0-1 0-1.8 0.3-2.1 0.1-0.2 0.4-0.3 0.7-0.3v0.8l-0.3 1.2c0 0.1 0 0.1 0.1 0.1 0.1 0.1 0.2 0 0.2 0l1-1.2c0 0 0-0.1 0-0.1v-2c0-0.1 0-0.6 0.2-0.8 0.1-0.1 0.2-0.2 0.4-0.2 0.3 0 0.4 0.2 0.4 0.4v0.4c0 0.2 0.2 0.5 0.5 0.5s0.5-0.3 0.5-0.5v-1.3c0-0.1 0-0.5 0.5-0.5 0.3 0 0.5 0.2 0.5 0.5v1.2c0 0.3 0.2 0.6 0.5 0.6s0.5-0.3 0.5-0.5v-0.5c0-0.3 0.2-0.5 0.5-0.5z"></path>
+<path fill="#dddddd" d="M12.6 4c-0.2 0-0.4 0-0.6 0 0-0.2-0.2-0.6-0.4-0.8s-0.5-0.4-1.1-0.4c-0.2 0-0.4 0-0.6 0.1-0.1-0.2-0.2-0.3-0.3-0.5-0.2-0.2-0.5-0.4-1.1-0.4-0.8 0-1.2 0.5-1.4 1-0.1 0-0.3-0.1-0.5-0.1-0.5 0-0.8 0.2-1.1 0.4-0.5 0.6-0.5 1.4-0.5 1.5v0.4c-0.6 0-1.1 0.2-1.4 0.5-0.6 0.7-0.6 1.6-0.6 2.8 0 0.2 0 0.5 0 0.7 0 1.4 0.7 2.1 1.4 2.8l0.3 0.4c1.3 1.2 2.5 1.6 5.1 1.6 2.9 0 4.2-1.6 4.2-5.1v-2.5c0-0.7-0.2-2.1-1.4-2.4zM10.5 3.8c0.4 0 0.5 0.4 0.5 0.6v0.8c0 0.3 0.2 0.5 0.4 0.5 0.3 0 0.5-0.1 0.5-0.4 0 0 0-0.4 0.4-0.3 0.6 0.2 0.7 1.1 0.7 1.3 0 0 0 0 0 0v2.6c0 3.4-1.3 4.1-3.2 4.1-2.4 0-3.3-0.3-4.3-1.3-0.1-0.1-0.2-0.2-0.4-0.4-0.7-0.7-1.1-1.1-1.1-2.1 0-0.2 0-0.3 0-0.6 0-1 0-1.8 0.3-2.1 0.1-0.2 0.4-0.3 0.7-0.3v0.8l-0.3 1.2c0 0.1 0 0.1 0.1 0.1 0.1 0.1 0.2 0 0.2 0l1-1.2c0 0 0-0.1 0-0.1v-2c0-0.1 0-0.6 0.2-0.8 0.1-0.1 0.2-0.2 0.4-0.2 0.3 0 0.4 0.2 0.4 0.4v0.4c0 0.2 0.2 0.5 0.5 0.5s0.5-0.3 0.5-0.5v-1.3c0-0.1 0-0.5 0.5-0.5 0.3 0 0.5 0.2 0.5 0.5v1.2c0 0.3 0.2 0.6 0.5 0.6s0.5-0.3 0.5-0.5v-0.5c0-0.3 0.2-0.5 0.5-0.5z"></path>
 </svg>
index 7bab2e5ff11bb0de2c32f7cba712fd1fb6edcfca..a71a524875eca71220e5f1d9e32c5ba2fc0e0f47 100644 (file)
@@ -2,6 +2,6 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M13 1h-10l-2.7 8h15.4z"></path>
-<path fill="#444444" d="M0 10v5h16v-5h-16zM3 13h-1v-1h1v1zM7 13h-3v-1h3v1z"></path>
+<path fill="#dddddd" d="M13 1h-10l-2.7 8h15.4z"></path>
+<path fill="#dddddd" d="M0 10v5h16v-5h-16zM3 13h-1v-1h1v1zM7 13h-3v-1h3v1z"></path>
 </svg>
index 401536c6616f5659a0ca2128811b8088c3e368bb..82196fbc5b2c3cedbf011df15d8bd86764a3c2f8 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M15 6v-2h-2.6l0.6-2.8-2-0.4-0.7 3.2h-3l0.7-2.8-2-0.4-0.7 3.2h-3.3v2h2.9l-0.9 4h-3v2h2.6l-0.6 2.8 2 0.4 0.7-3.2h3l-0.7 2.8 2 0.4 0.7-3.2h3.3v-2h-2.9l0.9-4h3zM9 10h-3l1-4h3l-1 4z"></path>
+<path fill="#dddddd" d="M15 6v-2h-2.6l0.6-2.8-2-0.4-0.7 3.2h-3l0.7-2.8-2-0.4-0.7 3.2h-3.3v2h2.9l-0.9 4h-3v2h2.6l-0.6 2.8 2 0.4 0.7-3.2h3l-0.7 2.8 2 0.4 0.7-3.2h3.3v-2h-2.9l0.9-4h3zM9 10h-3l1-4h3l-1 4z"></path>
 </svg>
index af12b4be07b94bfa974230d17d82d817428f3014..a8c90f4c7a4b246c287b97833fb52f4b955a8113 100644 (file)
@@ -2,6 +2,6 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M7 5h3v11h-3v-11z"></path>
-<path fill="#444444" d="M10.5 2c0 1.105-0.895 2-2 2s-2-0.895-2-2c0-1.105 0.895-2 2-2s2 0.895 2 2z"></path>
+<path fill="#dddddd" d="M7 5h3v11h-3v-11z"></path>
+<path fill="#dddddd" d="M10.5 2c0 1.105-0.895 2-2 2s-2-0.895-2-2c0-1.105 0.895-2 2-2s2 0.895 2 2z"></path>
 </svg>
index c3ab446c494b3601c3ed0bbd792a411813bf03a8..3d59d765fba1bdeaa4b04d5b6cd20454433b2de7 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M0 0v16h16v-16h-16zM1 3h4v12h-4v-12zM15 15h-9v-12h9v12z"></path>
+<path fill="#dddddd" d="M0 0v16h16v-16h-16zM1 3h4v12h-4v-12zM15 15h-9v-12h9v12z"></path>
 </svg>
index f9b157c30e9c08e41ce4fb7a046acd913872a5b0..ec15f7b8deb0310dcd05619574aeb6d49749c80a 100644 (file)
@@ -2,12 +2,12 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M0 1h3v2h-3v-2z"></path>
-<path fill="#444444" d="M0 5h3v2h-3v-2z"></path>
-<path fill="#444444" d="M0 9h3v2h-3v-2z"></path>
-<path fill="#444444" d="M0 13h3v2h-3v-2z"></path>
-<path fill="#444444" d="M4 1h12v2h-12v-2z"></path>
-<path fill="#444444" d="M4 5h12v2h-12v-2z"></path>
-<path fill="#444444" d="M4 9h12v2h-12v-2z"></path>
-<path fill="#444444" d="M4 13h12v2h-12v-2z"></path>
+<path fill="#dddddd" d="M0 1h3v2h-3v-2z"></path>
+<path fill="#dddddd" d="M0 5h3v2h-3v-2z"></path>
+<path fill="#dddddd" d="M0 9h3v2h-3v-2z"></path>
+<path fill="#dddddd" d="M0 13h3v2h-3v-2z"></path>
+<path fill="#dddddd" d="M4 1h12v2h-12v-2z"></path>
+<path fill="#dddddd" d="M4 5h12v2h-12v-2z"></path>
+<path fill="#dddddd" d="M4 9h12v2h-12v-2z"></path>
+<path fill="#dddddd" d="M4 13h12v2h-12v-2z"></path>
 </svg>
index 117a58ca112cc4b834419d0d62efe70258db1b69..9aad88fa5d679997da2d9bf0c269ec3843b477c3 100644 (file)
@@ -2,10 +2,10 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M4 0h12v4h-12v-4z"></path>
-<path fill="#444444" d="M4 6h12v4h-12v-4z"></path>
-<path fill="#444444" d="M4 12h12v4h-12v-4z"></path>
-<path fill="#444444" d="M1 0l-0.9 0.5 0.2 0.7 0.7-0.3v3.1h1v-4z"></path>
-<path fill="#444444" d="M2.2 13.9c0.3-0.2 0.5-0.5 0.5-0.8 0-0.5-0.4-1-1.3-1-0.5 0-1 0.1-1.2 0.3h-0.1l0.2 0.8 0.1-0.1c0.1-0.1 0.4-0.2 0.7-0.2s0.4 0.1 0.4 0.3c0 0.4-0.5 0.4-0.6 0.4h-0.4v0.7h0.4c0.3 0 0.6 0.1 0.6 0.4 0 0.2-0.2 0.4-0.6 0.4s-0.7-0.2-0.8-0.2l-0.1-0.1v0.9h0.1c0.2 0.2 0.6 0.3 1.1 0.3 1 0 1.6-0.5 1.6-1.2 0-0.4-0.2-0.8-0.6-0.9z"></path>
-<path fill="#444444" d="M0.1 6.4l0.3 1c0 0 0.7-0.6 1.2-0.3 1.1 0.8-1.6 2.4-1.6 2.4v0.5h3v-1h-1.2c0.6-0.5 1.2-1.2 1-1.9-0.5-1.9-2.7-0.7-2.7-0.7z"></path>
+<path fill="#dddddd" d="M4 0h12v4h-12v-4z"></path>
+<path fill="#dddddd" d="M4 6h12v4h-12v-4z"></path>
+<path fill="#dddddd" d="M4 12h12v4h-12v-4z"></path>
+<path fill="#dddddd" d="M1 0l-0.9 0.5 0.2 0.7 0.7-0.3v3.1h1v-4z"></path>
+<path fill="#dddddd" d="M2.2 13.9c0.3-0.2 0.5-0.5 0.5-0.8 0-0.5-0.4-1-1.3-1-0.5 0-1 0.1-1.2 0.3h-0.1l0.2 0.8 0.1-0.1c0.1-0.1 0.4-0.2 0.7-0.2s0.4 0.1 0.4 0.3c0 0.4-0.5 0.4-0.6 0.4h-0.4v0.7h0.4c0.3 0 0.6 0.1 0.6 0.4 0 0.2-0.2 0.4-0.6 0.4s-0.7-0.2-0.8-0.2l-0.1-0.1v0.9h0.1c0.2 0.2 0.6 0.3 1.1 0.3 1 0 1.6-0.5 1.6-1.2 0-0.4-0.2-0.8-0.6-0.9z"></path>
+<path fill="#dddddd" d="M0.1 6.4l0.3 1c0 0 0.7-0.6 1.2-0.3 1.1 0.8-1.6 2.4-1.6 2.4v0.5h3v-1h-1.2c0.6-0.5 1.2-1.2 1-1.9-0.5-1.9-2.7-0.7-2.7-0.7z"></path>
 </svg>
index 6e0e527b499b7a65bd3aa096c02f7e82ecd6deb1..f1d8f70b1753f2848c38348f4f52c36bc1a97d9c 100644 (file)
@@ -2,11 +2,11 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M0 4v11h16v-14h-16v3zM14 2h1v1h-1v-1zM1 4h14v10h-14v-10z"></path>
-<path fill="#444444" d="M3 6h2v1h-2v-1z"></path>
-<path fill="#444444" d="M6 6h7v1h-7v-1z"></path>
-<path fill="#444444" d="M3 8h2v1h-2v-1z"></path>
-<path fill="#444444" d="M6 8h7v1h-7v-1z"></path>
-<path fill="#444444" d="M3 10h2v1h-2v-1z"></path>
-<path fill="#444444" d="M6 10h7v1h-7v-1z"></path>
+<path fill="#dddddd" d="M0 4v11h16v-14h-16v3zM14 2h1v1h-1v-1zM1 4h14v10h-14v-10z"></path>
+<path fill="#dddddd" d="M3 6h2v1h-2v-1z"></path>
+<path fill="#dddddd" d="M6 6h7v1h-7v-1z"></path>
+<path fill="#dddddd" d="M3 8h2v1h-2v-1z"></path>
+<path fill="#dddddd" d="M6 8h7v1h-7v-1z"></path>
+<path fill="#dddddd" d="M3 10h2v1h-2v-1z"></path>
+<path fill="#dddddd" d="M6 10h7v1h-7v-1z"></path>
 </svg>
index a149a350f122935e97d66d33f26054423dbb26b1..a56f6bed4123010ea033d870e0b3154c69b540cf 100644 (file)
@@ -2,9 +2,9 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M5 3.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5c0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5z"></path>
-<path fill="#444444" d="M3.5 0c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5-1.6-3.5-3.5-3.5zM3.5 6c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5c0 1.4-1.1 2.5-2.5 2.5z"></path>
-<path fill="#444444" d="M3.5 8c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM3.5 14c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5c0 1.4-1.1 2.5-2.5 2.5z"></path>
-<path fill="#444444" d="M8 2h8v3h-8v-3z"></path>
-<path fill="#444444" d="M8 10h8v3h-8v-3z"></path>
+<path fill="#dddddd" d="M5 3.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5c0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5z"></path>
+<path fill="#dddddd" d="M3.5 0c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5-1.6-3.5-3.5-3.5zM3.5 6c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5c0 1.4-1.1 2.5-2.5 2.5z"></path>
+<path fill="#dddddd" d="M3.5 8c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5 3.5-1.6 3.5-3.5c0-1.9-1.6-3.5-3.5-3.5zM3.5 14c-1.4 0-2.5-1.1-2.5-2.5s1.1-2.5 2.5-2.5 2.5 1.1 2.5 2.5c0 1.4-1.1 2.5-2.5 2.5z"></path>
+<path fill="#dddddd" d="M8 2h8v3h-8v-3z"></path>
+<path fill="#dddddd" d="M8 10h8v3h-8v-3z"></path>
 </svg>
index 7ee34042f183500ab1a6b347be299934d28fd87b..07f8b37ef729a3268a62c5173db66274ad00e4e0 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M8 0l-8 2v10l8 4 8-4v-10l-8-2zM8 1l2.1 0.5-5.9 1.9-2.3-0.8 6.1-1.6zM8 14.9l-7-3.5v-8.1l3 1v3.4l1 0.3v-3.3l3 1v9.2zM8.5 4.8l-2.7-0.9 6.2-1.9 2.4 0.6-5.9 2.2z"></path>
+<path fill="#dddddd" d="M8 0l-8 2v10l8 4 8-4v-10l-8-2zM8 1l2.1 0.5-5.9 1.9-2.3-0.8 6.1-1.6zM8 14.9l-7-3.5v-8.1l3 1v3.4l1 0.3v-3.3l3 1v9.2zM8.5 4.8l-2.7-0.9 6.2-1.9 2.4 0.6-5.9 2.2z"></path>
 </svg>
index 5ef0f28bc9431f1ca5f56750be31718d05a4a250..d93b246407048a4be8efa4e37453fa90e3c94dd6 100644 (file)
@@ -2,46 +2,46 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M0 0v16h16v-16h-16zM15 3h-1v1h1v1h-1v1h1v1h-1v1h1v1h-1v1h1v1h-1v1h1v1h-1v1h1v1h-1v-1h-1v1h-1v-1h-1v1h-1v-1h-1v1h-1v-1h-1v1h-1v-1h-1v1h-1v-1h-1v1h-1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v1z"></path>
-<path fill="#444444" d="M3 2h1v1h-1v-1z"></path>
-<path fill="#444444" d="M4 3h1v1h-1v-1z"></path>
-<path fill="#444444" d="M6 3h1v1h-1v-1z"></path>
-<path fill="#444444" d="M5 2h1v1h-1v-1z"></path>
-<path fill="#444444" d="M7 2h1v1h-1v-1z"></path>
-<path fill="#444444" d="M9 2h1v1h-1v-1z"></path>
-<path fill="#444444" d="M8 3h1v1h-1v-1z"></path>
-<path fill="#444444" d="M10 3h1v1h-1v-1z"></path>
-<path fill="#444444" d="M12 3h1v1h-1v-1z"></path>
-<path fill="#444444" d="M11 2h1v1h-1v-1z"></path>
-<path fill="#444444" d="M13 2h1v1h-1v-1z"></path>
-<path fill="#444444" d="M12 5h1v1h-1v-1z"></path>
-<path fill="#444444" d="M13 4h1v1h-1v-1z"></path>
-<path fill="#444444" d="M12 7h1v1h-1v-1z"></path>
-<path fill="#444444" d="M13 6h1v1h-1v-1z"></path>
-<path fill="#444444" d="M12 9h1v1h-1v-1z"></path>
-<path fill="#444444" d="M13 8h1v1h-1v-1z"></path>
-<path fill="#444444" d="M12 11h1v1h-1v-1z"></path>
-<path fill="#444444" d="M13 10h1v1h-1v-1z"></path>
-<path fill="#444444" d="M12 13h1v1h-1v-1z"></path>
-<path fill="#444444" d="M13 12h1v1h-1v-1z"></path>
-<path fill="#444444" d="M2 3h1v1h-1v-1z"></path>
-<path fill="#444444" d="M3 4h1v1h-1v-1z"></path>
-<path fill="#444444" d="M2 5h1v1h-1v-1z"></path>
-<path fill="#444444" d="M3 6h1v1h-1v-1z"></path>
-<path fill="#444444" d="M2 7h1v1h-1v-1z"></path>
-<path fill="#444444" d="M3 8h1v1h-1v-1z"></path>
-<path fill="#444444" d="M2 9h1v1h-1v-1z"></path>
-<path fill="#444444" d="M3 10h1v1h-1v-1z"></path>
-<path fill="#444444" d="M2 11h1v1h-1v-1z"></path>
-<path fill="#444444" d="M2 13h1v1h-1v-1z"></path>
-<path fill="#444444" d="M3 12h1v1h-1v-1z"></path>
-<path fill="#444444" d="M4 11h1v1h-1v-1z"></path>
-<path fill="#444444" d="M4 13h1v1h-1v-1z"></path>
-<path fill="#444444" d="M5 12h1v1h-1v-1z"></path>
-<path fill="#444444" d="M6 13h1v1h-1v-1z"></path>
-<path fill="#444444" d="M7 12h1v1h-1v-1z"></path>
-<path fill="#444444" d="M9 12h1v1h-1v-1z"></path>
-<path fill="#444444" d="M8 13h1v1h-1v-1z"></path>
-<path fill="#444444" d="M11 12h1v1h-1v-1z"></path>
-<path fill="#444444" d="M10 13h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M0 0v16h16v-16h-16zM15 3h-1v1h1v1h-1v1h1v1h-1v1h1v1h-1v1h1v1h-1v1h1v1h-1v1h1v1h-1v-1h-1v1h-1v-1h-1v1h-1v-1h-1v1h-1v-1h-1v1h-1v-1h-1v1h-1v-1h-1v1h-1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v-1h-1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v1z"></path>
+<path fill="#dddddd" d="M3 2h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M4 3h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M6 3h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M5 2h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M7 2h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M9 2h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M8 3h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M10 3h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M12 3h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M11 2h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M13 2h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M12 5h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M13 4h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M12 7h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M13 6h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M12 9h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M13 8h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M12 11h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M13 10h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M12 13h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M13 12h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M2 3h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M3 4h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M2 5h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M3 6h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M2 7h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M3 8h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M2 9h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M3 10h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M2 11h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M2 13h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M3 12h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M4 11h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M4 13h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M5 12h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M6 13h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M7 12h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M9 12h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M8 13h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M11 12h1v1h-1v-1z"></path>
+<path fill="#dddddd" d="M10 13h1v1h-1v-1z"></path>
 </svg>
index f0b3f7f82836b7039356aebdf3bac7bc0ff503f4..c45a6ad2abe5ed70f018f15f8be49b158b52ce3f 100644 (file)
@@ -2,7 +2,7 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M10 0h-8v16h12v-12l-4-4zM9 5h4v10h-10v-14h6v4zM10 4v-3l3 3h-3z"></path>
-<path fill="#444444" d="M4 11.5v2.5h8v-1.7c0 0 0.1-1.3-1.3-1.5-1.3-0.2-1.5 0.4-2.5 0.5-0.8 0-0.6-1.3-2.2-1.3-1.2 0-2 1.5-2 1.5z"></path>
-<path fill="#444444" d="M12 8.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5c0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5z"></path>
+<path fill="#dddddd" d="M10 0h-8v16h12v-12l-4-4zM9 5h4v10h-10v-14h6v4zM10 4v-3l3 3h-3z"></path>
+<path fill="#dddddd" d="M4 11.5v2.5h8v-1.7c0 0 0.1-1.3-1.3-1.5-1.3-0.2-1.5 0.4-2.5 0.5-0.8 0-0.6-1.3-2.2-1.3-1.2 0-2 1.5-2 1.5z"></path>
+<path fill="#dddddd" d="M12 8.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5c0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5z"></path>
 </svg>
index d0ec07129c1b42f6aea02518e5b2330ab0394e24..605c0e281022bf6b14da66d383be42270091b2ec 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M11.6 5c-0.2 0-0.5 0-0.6 0 0-0.2-0.2-0.6-0.4-0.8s-0.6-0.4-1.1-0.4c-0.2 0-0.4 0-0.6 0.1-0.1-0.2-0.2-0.3-0.3-0.5-0.2-0.2-0.5-0.4-1.1-0.4-0.2 0-0.4 0-0.5 0.1v-1.7c0-0.6-0.4-1.4-1.4-1.4-0.4 0-0.8 0.2-1.1 0.4-0.5 0.6-0.5 1.4-0.5 1.4v4.3c-0.6 0.1-1.1 0.3-1.4 0.6-0.6 0.7-0.6 1.6-0.6 2.8 0 0.2 0 0.5 0 0.7 0 1.4 0.7 2.1 1.4 2.8l0.3 0.4c1.3 1.2 2.4 1.6 5.1 1.6 2.9 0 4.2-1.6 4.2-5.1v-2.5c0-0.7-0.2-2.1-1.4-2.4zM12 7.4v2.6c0 3.4-1.3 4.1-3.2 4.1-2.4 0-3.3-0.3-4.3-1.3-0.1-0.1-0.2-0.2-0.4-0.4-0.7-0.8-1.1-1.2-1.1-2.2 0-0.2 0-0.5 0-0.7 0-1 0-1.7 0.3-2.1 0.1-0.1 0.4-0.2 0.7-0.2v0.5l-0.3 1.5c0 0.1 0 0.1 0.1 0.2s0.2 0 0.2 0l1-1.2c0-0.1 0-0.2 0-0.2v-6.2c0-0.1 0-0.5 0.2-0.7 0.1 0 0.2-0.1 0.4-0.1 0.3 0 0.4 0.3 0.4 0.4v3.1c0 0 0 0 0 0v1.2c0 0.3 0.2 0.6 0.5 0.6s0.5-0.3 0.5-0.5v-1.3c0 0 0 0 0 0 0-0.1 0.1-0.5 0.5-0.5 0.3 0 0.5 0.1 0.5 0.4v1.3c0 0.3 0.2 0.6 0.5 0.6s0.5-0.3 0.5-0.5v-0.7c0-0.1 0.1-0.3 0.5-0.3 0.2 0 0.3 0.1 0.3 0.1 0.2 0.1 0.2 0.4 0.2 0.4v0.8c0 0.3 0.2 0.5 0.4 0.5 0.3 0 0.5-0.1 0.5-0.4 0-0.1 0.1-0.2 0.2-0.3 0 0 0.1 0 0.2 0 0.6 0.2 0.7 1.2 0.7 1.5 0-0.1 0-0.1 0 0z"></path>
+<path fill="#dddddd" d="M11.6 5c-0.2 0-0.5 0-0.6 0 0-0.2-0.2-0.6-0.4-0.8s-0.6-0.4-1.1-0.4c-0.2 0-0.4 0-0.6 0.1-0.1-0.2-0.2-0.3-0.3-0.5-0.2-0.2-0.5-0.4-1.1-0.4-0.2 0-0.4 0-0.5 0.1v-1.7c0-0.6-0.4-1.4-1.4-1.4-0.4 0-0.8 0.2-1.1 0.4-0.5 0.6-0.5 1.4-0.5 1.4v4.3c-0.6 0.1-1.1 0.3-1.4 0.6-0.6 0.7-0.6 1.6-0.6 2.8 0 0.2 0 0.5 0 0.7 0 1.4 0.7 2.1 1.4 2.8l0.3 0.4c1.3 1.2 2.4 1.6 5.1 1.6 2.9 0 4.2-1.6 4.2-5.1v-2.5c0-0.7-0.2-2.1-1.4-2.4zM12 7.4v2.6c0 3.4-1.3 4.1-3.2 4.1-2.4 0-3.3-0.3-4.3-1.3-0.1-0.1-0.2-0.2-0.4-0.4-0.7-0.8-1.1-1.2-1.1-2.2 0-0.2 0-0.5 0-0.7 0-1 0-1.7 0.3-2.1 0.1-0.1 0.4-0.2 0.7-0.2v0.5l-0.3 1.5c0 0.1 0 0.1 0.1 0.2s0.2 0 0.2 0l1-1.2c0-0.1 0-0.2 0-0.2v-6.2c0-0.1 0-0.5 0.2-0.7 0.1 0 0.2-0.1 0.4-0.1 0.3 0 0.4 0.3 0.4 0.4v3.1c0 0 0 0 0 0v1.2c0 0.3 0.2 0.6 0.5 0.6s0.5-0.3 0.5-0.5v-1.3c0 0 0 0 0 0 0-0.1 0.1-0.5 0.5-0.5 0.3 0 0.5 0.1 0.5 0.4v1.3c0 0.3 0.2 0.6 0.5 0.6s0.5-0.3 0.5-0.5v-0.7c0-0.1 0.1-0.3 0.5-0.3 0.2 0 0.3 0.1 0.3 0.1 0.2 0.1 0.2 0.4 0.2 0.4v0.8c0 0.3 0.2 0.5 0.4 0.5 0.3 0 0.5-0.1 0.5-0.4 0-0.1 0.1-0.2 0.2-0.3 0 0 0.1 0 0.2 0 0.6 0.2 0.7 1.2 0.7 1.5 0-0.1 0-0.1 0 0z"></path>
 </svg>
index 889dfe8d349608710857a2d1a7b60074faa6144a..b09c47e4e38583bbd98dac87a6b3031d71fa3f6e 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M14.9 0.9c-1.1-1-2.5-1.3-3.1-0.4-0.7 1.1 0.5 1.7-0.3 2.5-0.5 0.6-2-0.8-2-0.8l-0.8-0.8-1.4 1.4c-0.6 0.7-2.1 1.5-2.6 1.1-0.7-0.6 0.1-1.8-0.5-2.6-0.7-1-2.1-0.8-3 0.3-1 1.1-1.4 2.4-0.5 3 1.1 0.7 1.9-0.3 2.7 0.5 0.4 0.4-0.2 1.7-0.5 2.1l-2.3 2.3 6.5 6.5 1.7-1.7c0.7-0.7 1.5-2 1.1-2.4-0.6-0.7-1.7 0.1-2.5-0.4-1-0.7-0.8-2 0.3-3s2.5-1.3 3.1-0.4c0.7 1.1-0.4 1.8 0.4 2.6 0.4 0.4 1.6-0.2 2-0.6l2.1-2.1-1.1-1.1c-0.6-0.6-1.9-2-1.4-2.5 0.6-0.7 1.7 0.2 2.5-0.4 0.9-0.8 0.6-2.1-0.4-3.1z"></path>
+<path fill="#dddddd" d="M14.9 0.9c-1.1-1-2.5-1.3-3.1-0.4-0.7 1.1 0.5 1.7-0.3 2.5-0.5 0.6-2-0.8-2-0.8l-0.8-0.8-1.4 1.4c-0.6 0.7-2.1 1.5-2.6 1.1-0.7-0.6 0.1-1.8-0.5-2.6-0.7-1-2.1-0.8-3 0.3-1 1.1-1.4 2.4-0.5 3 1.1 0.7 1.9-0.3 2.7 0.5 0.4 0.4-0.2 1.7-0.5 2.1l-2.3 2.3 6.5 6.5 1.7-1.7c0.7-0.7 1.5-2 1.1-2.4-0.6-0.7-1.7 0.1-2.5-0.4-1-0.7-0.8-2 0.3-3s2.5-1.3 3.1-0.4c0.7 1.1-0.4 1.8 0.4 2.6 0.4 0.4 1.6-0.2 2-0.6l2.1-2.1-1.1-1.1c-0.6-0.6-1.9-2-1.4-2.5 0.6-0.7 1.7 0.2 2.5-0.4 0.9-0.8 0.6-2.1-0.4-3.1z"></path>
 </svg>
index 77bfdfa5fd9dd05cb18f0366a77d411efa00fd72..248e4203e5e4f5517de2f9cdf019c059a886f50d 100644 (file)
@@ -2,7 +2,7 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M10 0h-8v16h12v-12l-4-4zM13 15h-10v-14h6v4h4v10zM10 4v-3l3 3h-3z"></path>
-<path fill="#444444" d="M4.7 7.7l-0.7-0.7v3h3l-1.2-1.2c0.4-0.8 1.3-1.3 2.2-1.3 1.4 0 2.5 1.1 2.5 2.5h1.5c0-2.2-1.8-4-4-4-1.3 0-2.5 0.7-3.3 1.7z"></path>
-<path fill="#444444" d="M9.8 11.8c-0.5 0.5-1.1 0.8-1.8 0.7-1 0-1.9-0.6-2.3-1.5h-1.6c0.4 1.7 2 3 3.8 3 1.1 0 2.1-0.5 2.8-1.2l1.3 1.2v-3h-3l0.8 0.8z"></path>
+<path fill="#dddddd" d="M10 0h-8v16h12v-12l-4-4zM13 15h-10v-14h6v4h4v10zM10 4v-3l3 3h-3z"></path>
+<path fill="#dddddd" d="M4.7 7.7l-0.7-0.7v3h3l-1.2-1.2c0.4-0.8 1.3-1.3 2.2-1.3 1.4 0 2.5 1.1 2.5 2.5h1.5c0-2.2-1.8-4-4-4-1.3 0-2.5 0.7-3.3 1.7z"></path>
+<path fill="#dddddd" d="M9.8 11.8c-0.5 0.5-1.1 0.8-1.8 0.7-1 0-1.9-0.6-2.3-1.5h-1.6c0.4 1.7 2 3 3.8 3 1.1 0 2.1-0.5 2.8-1.2l1.3 1.2v-3h-3l0.8 0.8z"></path>
 </svg>
index 7a7b4c8bede96b24789d6b08bdd48faac9335ea1..81f72d184becd1b501c8104cd3f4ecdb1dc68681 100644 (file)
@@ -2,10 +2,10 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M7 0h2v3h-2v-3z"></path>
-<path fill="#444444" d="M6 4v3h1v9h2v-9h1v-3z"></path>
-<path fill="#444444" d="M2 0h2v8h-2v-8z"></path>
-<path fill="#444444" d="M1 9v3h1v4h2v-4h1v-3z"></path>
-<path fill="#444444" d="M12 0h2v10h-2v-10z"></path>
-<path fill="#444444" d="M11 11v3h1v2h2v-2h1v-3z"></path>
+<path fill="#dddddd" d="M7 0h2v3h-2v-3z"></path>
+<path fill="#dddddd" d="M6 4v3h1v9h2v-9h1v-3z"></path>
+<path fill="#dddddd" d="M2 0h2v8h-2v-8z"></path>
+<path fill="#dddddd" d="M1 9v3h1v4h2v-4h1v-3z"></path>
+<path fill="#dddddd" d="M12 0h2v10h-2v-10z"></path>
+<path fill="#dddddd" d="M11 11v3h1v2h2v-2h1v-3z"></path>
 </svg>
index 019cf2693ea35212a278cf8bff342096a2271bfc..4dfd93a398f34c87535d546a34e455a69f90def2 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M0 15h15v-13h-15v13zM13 3h1v1h-1v-1zM14 14h-13v-4h13v4zM14 9h-13v-4h13v4z"></path>
+<path fill="#dddddd" d="M0 15h15v-13h-15v13zM13 3h1v1h-1v-1zM14 14h-13v-4h13v4zM14 9h-13v-4h13v4z"></path>
 </svg>
index b5466286b0821a4109b405dd258b6132b1436b63..0b421224773f1e574d4bad794d05f2bf183746bf 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M0 1v15h16v-15h-16zM5 15h-4v-2h4v2zM5 12h-4v-2h4v2zM5 9h-4v-2h4v2zM5 6h-4v-2h4v2zM10 15h-4v-2h4v2zM10 12h-4v-2h4v2zM10 9h-4v-2h4v2zM10 6h-4v-2h4v2zM15 15h-4v-2h4v2zM15 12h-4v-2h4v2zM15 9h-4v-2h4v2zM15 6h-4v-2h4v2z"></path>
+<path fill="#dddddd" d="M0 1v15h16v-15h-16zM5 15h-4v-2h4v2zM5 12h-4v-2h4v2zM5 9h-4v-2h4v2zM5 6h-4v-2h4v2zM10 15h-4v-2h4v2zM10 12h-4v-2h4v2zM10 9h-4v-2h4v2zM10 6h-4v-2h4v2zM15 15h-4v-2h4v2zM15 12h-4v-2h4v2zM15 9h-4v-2h4v2zM15 6h-4v-2h4v2z"></path>
 </svg>
index c8ba6a7880a93aaffe34719f76a4803eaa8aa444..8793c884efcf97700ebd7aa4d45a9f943cb007a9 100644 (file)
@@ -2,10 +2,10 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M6 0h10v4h-10v-4z"></path>
-<path fill="#444444" d="M6 6h10v4h-10v-4z"></path>
-<path fill="#444444" d="M6 12h10v4h-10v-4z"></path>
-<path fill="#444444" d="M3 1v2h-2v-2h2zM4 0h-4v4h4v-4z"></path>
-<path fill="#444444" d="M3 13v2h-2v-2h2zM4 12h-4v4h4v-4z"></path>
-<path fill="#444444" d="M5.3 5.9l-0.6-0.8-0.9 0.9h-3.8v4h4v-2.8l1.3-1.3zM2.7 7l-0.7 0.7-0.8-0.7h1.5zM1 8.2l0.9 0.8h-0.9v-0.8zM3 9h-0.9l0.9-0.9v0.9z"></path>
+<path fill="#dddddd" d="M6 0h10v4h-10v-4z"></path>
+<path fill="#dddddd" d="M6 6h10v4h-10v-4z"></path>
+<path fill="#dddddd" d="M6 12h10v4h-10v-4z"></path>
+<path fill="#dddddd" d="M3 1v2h-2v-2h2zM4 0h-4v4h4v-4z"></path>
+<path fill="#dddddd" d="M3 13v2h-2v-2h2zM4 12h-4v4h4v-4z"></path>
+<path fill="#dddddd" d="M5.3 5.9l-0.6-0.8-0.9 0.9h-3.8v4h4v-2.8l1.3-1.3zM2.7 7l-0.7 0.7-0.8-0.7h1.5zM1 8.2l0.9 0.8h-0.9v-0.8zM3 9h-0.9l0.9-0.9v0.9z"></path>
 </svg>
index 7e0d4c6f06a9bc27f62a8cf39adcd7622113da47..f5a25735bb5ef4416e008dfd84ccc4062e89812a 100644 (file)
@@ -2,5 +2,5 @@
 <!-- Generated by IcoMoon.io -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#444444" d="M8 1l-8 14h16l-8-14zM8 13c-0.6 0-1-0.4-1-1s0.4-1 1-1 1 0.4 1 1c0 0.6-0.4 1-1 1zM7 10v-4h2v4h-2z"></path>
+<path fill="#dddddd" d="M8 1l-8 14h16l-8-14zM8 13c-0.6 0-1-0.4-1-1s0.4-1 1-1 1 0.4 1 1c0 0.6-0.4 1-1 1zM7 10v-4h2v4h-2z"></path>
 </svg>
index 588700b83ffe6a16f00be7ff27381777b1fa934a..1be7d1addf7cc1f366033d830e1817970db3ba10 100644 (file)
@@ -46,18 +46,18 @@ namespace Crow.Coding
                CMDCompile;
 
                void initCommands () {
-                       CMDNew = new Command(new Action(() => newFile())) { Caption = "New", Icon = new SvgPicture("#Crow.Coding.ui.icons.blank-file.svg"), CanExecute = false};
+                       CMDNew = new Command(new Action(() => newFile())) { Caption = "New", Icon = new SvgPicture("#Crow.Coding.ui.icons.blank-file.svg"), CanExecute = true};
                        CMDOpen = new Command(new Action(() => openFileDialog())) { Caption = "Open...", Icon = new SvgPicture("#Crow.Coding.ui.icons.outbox.svg")};
                        CMDSave = new Command(new Action(() => saveFileDialog())) { Caption = "Save", Icon = new SvgPicture("#Crow.Coding.ui.icons.inbox.svg"), CanExecute = false};
                        CMDSaveAs = new Command(new Action(() => saveFileDialog())) { Caption = "Save As...", Icon = new SvgPicture("#Crow.Coding.ui.icons.inbox.svg"), CanExecute = false};
                        CMDQuit = new Command(new Action(() => Quit (null, null))) { Caption = "Quit", Icon = new SvgPicture("#Crow.Coding.ui.icons.sign-out.svg")};
-                       CMDUndo = new Command(new Action(() => undo())) { Caption = "Undo", Icon = new SvgPicture("#Crow.Coding.ui.icons.reply.svg"), CanExecute = false};
-                       CMDRedo = new Command(new Action(() => redo())) { Caption = "Redo", Icon = new SvgPicture("#Crow.Coding.ui.icons.share-arrow.svg"), CanExecute = false};
-                       CMDCut = new Command(new Action(() => Quit (null, null))) { Caption = "Cut", Icon = new SvgPicture("#Crow.Coding.ui.icons.scissors.svg"), CanExecute = false};
-                       CMDCopy = new Command(new Action(() => Quit (null, null))) { Caption = "Copy", Icon = new SvgPicture("#Crow.Coding.ui.icons.copy-file.svg"), CanExecute = false};
-                       CMDPaste = new Command(new Action(() => Quit (null, null))) { Caption = "Paste", Icon = new SvgPicture("#Crow.Coding.ui.icons.paste-on-document.svg"), CanExecute = false};
-                       CMDHelp = new Command(new Action(() => System.Diagnostics.Debug.WriteLine("help"))) { Caption = "Help", Icon = new SvgPicture("#Crow.Coding.ui.icons.question.svg")};
-                       CMDOptions = new Command(new Action(() => openOptionsDialog())) { Caption = "Editor Options", Icon = new SvgPicture("#Crow.Coding.ui.icons.tools.svg")};
+                       CMDUndo = new Command(new Action(() => undo())) { Caption = "Undo", Icon = new SvgPicture("#Crow.Coding.icons.undo.svg"), CanExecute = false};
+                       CMDRedo = new Command(new Action(() => redo())) { Caption = "Redo", Icon = new SvgPicture("#Crow.Coding.icons.redo.svg"), CanExecute = false};
+                       CMDCut = new Command(new Action(() => Quit (null, null))) { Caption = "Cut", Icon = new SvgPicture("#Crow.Coding.icons.scissors.svg"), CanExecute = false};
+                       CMDCopy = new Command(new Action(() => Quit (null, null))) { Caption = "Copy", Icon = new SvgPicture("#Crow.Coding.icons.copy-file.svg"), CanExecute = false};
+                       CMDPaste = new Command(new Action(() => Quit (null, null))) { Caption = "Paste", Icon = new SvgPicture("#Crow.Coding.icons.paste-on-document.svg"), CanExecute = false};
+                       CMDHelp = new Command(new Action(() => System.Diagnostics.Debug.WriteLine("help"))) { Caption = "Help", Icon = new SvgPicture("#Crow.Coding.icons.question.svg")};
+                       CMDOptions = new Command(new Action(() => openOptionsDialog())) { Caption = "Editor Options", Icon = new SvgPicture("#Crow.Coding.icons.tools.svg")};
 
                        cmdCloseSolution = new Command(new Action(() => closeSolution())) { Caption = "Close Solution", Icon = new SvgPicture("#Crow.Coding.ui.icons.paste-on-document.svg"), CanExecute = true};
 
@@ -72,7 +72,7 @@ namespace Crow.Coding
                        CMDViewToolbox = new Command(new Action(() => loadDockWindow ("#Crow.Coding.ui.DockWindows.winToolbox.crow")))
                        { Caption = "Toolbox"};
 
-                       CMDViewGTExp = new Command(new Action(() => loadDockWindow ("#Crow.Coding.ui.GTreeExplorer.crow"))) { Caption = "Graphic Tree Explorer"};
+                       CMDViewGTExp = new Command(new Action(() => loadDockWindow ("#Crow.Coding.ui.DockWindows.winGTExplorer.crow"))) { Caption = "Graphic Tree Explorer"};
                        CMDViewProps = new Command(new Action(() => loadWindow ("#Crow.Coding.ui.MemberView.crow"))) { Caption = "Properties View"};
                        CMDCompile = new Command(new Action(() => compileSolution())) { Caption = "Compile"};
                        CMDViewProj = new Command(new Action(() => loadWindow ("#Crow.Coding.ui.CSProjExplorer.crow"))) { Caption = "Project Explorer"};
@@ -83,7 +83,9 @@ namespace Crow.Coding
                        AddWidget (instFileDlg.CreateInstance()).DataSource = this;
                }
                void openOptionsDialog(){}
-               void newFile() {}
+               void newFile() {                        
+                       currentSolution.OpenedItems.AddElement(new ProjectFile());
+               }
                void saveFileDialog() {}
                void undo() {}
                void redo() {}
index b1c50f2a526792590bf8f17bb19173e58924787a..8e95408ee9a95b17fa34776f08fd957b54154acc 100644 (file)
@@ -25,6 +25,7 @@ namespace Crow.Coding
                        AttributeValueClosing = BufferParser.TokenType.StringLitteralClosing,
                        AttributeValue = BufferParser.TokenType.StringLitteral,
                        XMLDecl = BufferParser.TokenType.Preprocessor,
+                       Doctype = BufferParser.TokenType.Keyword,
                        ElementStart = 50,
                        ElementEnd = 51,
                }
@@ -162,7 +163,15 @@ namespace Crow.Coding
                                                                curState = States.BlockComment;
                                                        saveAndResetCurrentTok (TokenType.BlockComment);
                                                        break;
-                                               default:
+                                               case 'D':
+                                               case 'd':
+                                                       string tmp = Read (7);
+                                                       currentTok += tmp;
+                                                       if (!string.Equals (tmp, "DOCTYPE", StringComparison.OrdinalIgnoreCase))
+                                                               throw new ParserException (currentLine, currentColumn, "Expecting 'doctype'");
+                                                       saveAndResetCurrentTok (TokenType.Doctype);
+                                                       break;
+                                               default:                                                        
                                                        throw new ParserException (currentLine, currentColumn, "error");
                                                }
                                                break;
index 38e38493bae8aebaa627804c485c684036c4321b..6aeb5be7d6e70ef021c0b56b31eab36a636e0d56 100644 (file)
@@ -52,6 +52,34 @@ namespace Crow.Coding
                XmlNode nodeProps;
                XmlNodeList nodesItems;
                SolutionProject solutionProject;
+               Crow.Command cmdSave, cmdOpen, cmdCompile, cmdSetAsStartProj, cmdNewFile;
+
+               #region CTOR
+               public Project (Solution sol, SolutionProject sp) {
+                       solutionProject = sp;
+
+                       solution = sol;
+
+                       cmdSave = new Crow.Command (new Action (() => Save ()))
+                       { Caption = "Save", Icon = new SvgPicture ("#Crow.Coding.icons.save.svg"), CanExecute = true };
+                       cmdOpen = new Crow.Command (new Action (() => Load ())) 
+                       { Caption = "Open", Icon = new SvgPicture ("#Crow.Coding.icons.open.svg"), CanExecute = false };
+                       cmdCompile = new Crow.Command (new Action (() => Compile ())) {
+                               Caption = "Compile",
+                               Icon = "#Crow.Coding.icons.compile.svg"
+                       };
+                       cmdSetAsStartProj = new Crow.Command (new Action (() => setAsStartupProject ())) {
+                               Caption = "Set as Startup Project"
+                       };
+                       cmdNewFile = new Crow.Command (new Action (() => AddNewFile ())) {
+                               Caption = "Add New File", Icon = new SvgPicture ("#Crow.Coding.icons.blank-file.svg"), CanExecute = true
+                       };
+
+                       Commands = new List<Crow.Command> (new Crow.Command[] {cmdOpen,cmdSave,cmdSetAsStartProj,cmdCompile,cmdNewFile});
+
+                       Load ();
+               }
+               #endregion
 
                public Solution solution;
                public List<Crow.Command> Commands;
@@ -216,35 +244,9 @@ namespace Crow.Coding
 
                #endregion
 
-               Crow.Command cmdSave, cmdOpen, cmdCompile, cmdSetAsStartProj, cmdNewFile;
-
-               public Project (Solution sol, SolutionProject sp) {
-                       solutionProject = sp;
-
-                       solution = sol;
-
-                       cmdSave = new Crow.Command (new Action (() => Save ()))
-                       { Caption = "Save", Icon = new SvgPicture ("#Crow.Coding.ui.icons.inbox.svg"), CanExecute = true };
-                       cmdOpen = new Crow.Command (new Action (() => Load ())) 
-                       { Caption = "Open", Icon = new SvgPicture ("#Crow.Coding.ui.icons.outbox.svg"), CanExecute = false };
-                       cmdCompile = new Crow.Command (new Action (() => Compile ())) {
-                               Caption = "Compile",
-                               Icon = "#Crow.Coding.icons.compile.svg"
-                       };
-                       cmdSetAsStartProj = new Crow.Command (new Action (() => setAsStartupProject ())) {
-                               Caption = "Set as Startup Project"
-                       };
-                       cmdNewFile = new Crow.Command (new Action (() => AddNewFile ())) {
-                               Caption = "Add New File"
-                       };
-
-                       Commands = new List<Crow.Command> (new Crow.Command[] {cmdOpen,cmdSave,cmdSetAsStartProj,cmdCompile,cmdNewFile});
-
-                       Load ();
-               }
 
                public void AddNewFile () {
-                       
+                       Window.Show(CrowIDE.MainIFace, "#Crow.Coding.ui.NewFile.crow",true).DataSource = this;
                }
 
                public void Load () {
diff --git a/CrowIDE/src/ProjectNodes.cs b/CrowIDE/src/ProjectNodes.cs
deleted file mode 100644 (file)
index 1c4c8b2..0000000
+++ /dev/null
@@ -1,466 +0,0 @@
-//
-// ProjectNodes.cs
-//
-// Author:
-//       Jean-Philippe Bruyère <jp_bruyere@hotmail.com>
-//
-// Copyright (c) 2013-2017 Jean-Philippe Bruyère
-//
-// Permission is hereby granted, free of charge, to any person obtaining a copy
-// of this software and associated documentation files (the "Software"), to deal
-// in the Software without restriction, including without limitation the rights
-// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-// copies of the Software, and to permit persons to whom the Software is
-// furnished to do so, subject to the following conditions:
-//
-// The above copyright notice and this permission notice shall be included in
-// all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-// THE SOFTWARE.
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Xml;
-using System.IO;
-using Crow;
-using System.Threading;
-
-namespace Crow.Coding
-{
-       public enum ItemType {
-               ReferenceGroup,
-               Reference,
-               ProjectReference,
-               VirtualGroup,
-               Folder,
-               None,
-               Compile,
-               EmbeddedResource,
-       }
-       public enum CopyToOutputState {
-               Never,
-               Always,
-               PreserveNewest
-       }
-       public class ProjectNode  : IValueChange
-       {
-               #region IValueChange implementation
-               public event EventHandler<ValueChangeEventArgs> ValueChanged;
-               public virtual void NotifyValueChanged(string MemberName, object _value)
-               {
-                       ValueChanged.Raise(this, new ValueChangeEventArgs(MemberName, _value));
-               }
-               #endregion
-
-               #region CTOR
-               public ProjectNode (Project project, ItemType _type, string _name) : this(project){                     
-                       type = _type;
-                       name = _name;
-                       initCommands ();
-               }
-               public ProjectNode (Project project){
-                       Project = project;
-                       initCommands ();
-               }
-               #endregion
-
-               void initCommands () {
-                       Commands = new List<Crow.Command> ();
-               }
-
-               ProjectNode parent;
-               bool isExpanded;
-               ItemType type;
-               string name;
-               List<ProjectNode> childNodes = new List<ProjectNode>();
-
-               public Project Project;
-               public List<Crow.Command> Commands;//list of command available for that node
-
-               public ProjectNode Parent {
-                       get { return parent; }
-                       set { parent = value; }
-               }
-               public virtual ItemType Type {
-                       get { return type; }
-               }
-               public virtual string DisplayName {
-                       get { return name; }
-               }
-               public List<ProjectNode> ChildNodes {
-                       get { return childNodes;        }
-               }
-               public void AddChild (ProjectNode pn) {
-                       childNodes.Add(pn);
-                       pn.Parent = this;
-               }
-               public void RemoveChild (ProjectNode pn){
-                       pn.Parent = null;
-                       childNodes.Remove (pn);
-               }
-               public void SortChilds () {
-                       foreach (ProjectNode pn in childNodes)
-                               pn.SortChilds ();                       
-                       childNodes = childNodes.OrderBy(c=>c.Type).ThenBy(cn=>cn.DisplayName).ToList();
-               }
-
-               public bool IsExpanded
-               {
-                       get { return isExpanded; }
-                       set
-                       {
-                               if (value == isExpanded)
-                                       return;
-                               isExpanded = value;
-                               NotifyValueChanged ("IsExpanded", isExpanded);
-                       }
-               }
-
-               public override string ToString ()
-               {
-                       return DisplayName;
-               }
-       }
-       public class ProjectItem : ProjectNode {
-               #region CTOR
-               public ProjectItem (Project project, XmlNode _node) : base (project){
-                       node = _node;
-               }
-               #endregion
-
-               public XmlNode node;
-
-               public string Extension {
-                       get { return System.IO.Path.GetExtension (Path); }
-               }
-               public string Path {
-                       get {
-                               return node.Attributes["Include"]?.Value.Replace('\\','/');
-                       }
-               }
-               public string AbsolutePath {
-                       get {
-                               return System.IO.Path.Combine (Project.RootDir, Path);
-                       }
-               }
-               public override ItemType Type {
-                       get { 
-                               return (ItemType)Enum.Parse (typeof(ItemType), node.Name, true);
-                       }
-               }
-               public override string DisplayName {
-                       get { 
-                               return Type == ItemType.Reference ?
-                                       Path :
-                                       Path.Split ('/').LastOrDefault();
-                       }
-               }
-               public string HintPath {
-                       get { return node.SelectSingleNode ("HintPath")?.InnerText; }
-               }
-       }
-       public class ProjectReference : ProjectItem {
-               public ProjectReference (ProjectItem pi) : base (pi.Project, pi.node){
-               }
-               public string ProjectGUID {
-                       get {
-                               return node.SelectSingleNode ("Project")?.InnerText;
-                       }
-               }
-               public override string DisplayName {
-                       get {
-                               return node.SelectSingleNode ("Name").InnerText;
-                       }
-               }
-       }
-
-       public class ProjectFile : ProjectItem {                
-               protected bool isOpened = false;
-               DateTime accessTime;
-               string source;
-               string origSource;
-               object selectedItem;
-               int curLine, curColumn;
-
-               internal ReaderWriterLockSlim srcEditMtx = new ReaderWriterLockSlim();
-
-               public Dictionary<object, bool> RegisteredEditors = new Dictionary<object, bool>();
-               List<String> undoStack = new List<string>();
-               List<String> redoStack = new List<string>();
-
-               public Crow.Command cmdSave, cmdSaveAs, cmdOpen, cmdUndo, cmdRedo;
-
-               public ProjectFile (ProjectItem pi)
-                       : base (pi.Project, pi.node) {
-
-                       cmdSave = new Crow.Command (new Action (() => Save ()))
-                               { Caption = "Save", Icon = new SvgPicture ("#Crow.Coding.ui.icons.inbox.svg"), CanExecute = false };
-                       cmdSaveAs = new Crow.Command (new Action (() => SaveAs ()))
-                               { Caption = "Save As ..", Icon = new SvgPicture ("#Crow.Coding.ui.icons.inbox.svg"), CanExecute = false };
-                       cmdOpen = new Crow.Command (new Action (() => Open ())) 
-                               { Caption = "Open", Icon = new SvgPicture ("#Crow.Coding.ui.icons.outbox.svg"), CanExecute = false };
-                       cmdUndo = new Crow.Command (new Action (() => Undo (null))) 
-                               { Caption = "Undo", Icon = new SvgPicture ("#Crow.Coding.icons.undo.svg"), CanExecute = false };
-                       cmdRedo = new Crow.Command (new Action (() => Redo (null))) 
-                               { Caption = "Redo", Icon = new SvgPicture ("#Crow.Coding.icons.redo.svg"), CanExecute = false };
-                               
-                       Commands.Insert (0, cmdOpen);
-                       Commands.Insert (1, cmdSave);
-
-                       //Commands.Add (cmdUndo);
-                       //Commands.Add (cmdRedo);
-               }
-
-               public string ResourceID {
-                       get {                           
-                               return Type != ItemType.EmbeddedResource ? null :
-                                       node.SelectSingleNode ("LogicalName") == null ?
-                                       Project.Name + "." + Path.Replace ('/', '.') :
-                                       LogicalName;
-                       }
-               }
-               public string LogicalName {
-                       get {
-                               return node.SelectSingleNode ("LogicalName")?.InnerText;
-                       }
-               }
-
-               public void UnregisterEditor (object editor){
-                       lock(RegisteredEditors){
-                               RegisteredEditors.Remove (editor);
-                       }
-               }
-               public void RegisterEditor (object editor) {
-                       lock(RegisteredEditors){
-                               RegisteredEditors.Add (editor, false);
-                       }
-               }
-               public void UpdateSource (object sender, string newSrc){
-                       System.Diagnostics.Debug.WriteLine ("update source by {0}", sender);
-                       Source = newSrc;
-                       signalOtherRegisteredEditors (sender);
-               }
-               void signalOtherRegisteredEditors (object sender) {
-                       lock (RegisteredEditors) {
-                               object[] keys = RegisteredEditors.Keys.ToArray ();
-                               foreach (object editor in keys) {
-                                       if (editor != sender)
-                                               RegisteredEditors [editor] = false;
-                               }
-                       }
-               }
-               public string Source {
-                       get {
-                               if (!isOpened)
-                                       Open ();
-                               else {
-                                       if (DateTime.Compare (
-                                                   accessTime,
-                                                   System.IO.File.GetLastWriteTime (AbsolutePath)) < 0)
-                                               Console.WriteLine ("File has been modified outside CrowIDE");
-                               }
-                               return source;
-                       }
-                       set {
-                               if (source == value)
-                                       return;
-                               
-                               srcEditMtx.EnterWriteLock ();
-
-                               undoStack.Add (source);
-                               cmdUndo.CanExecute = true;
-                               redoStack.Clear ();
-                               cmdRedo.CanExecute = false;
-                               source = value;
-
-                               NotifyValueChanged ("Source", source);
-                               NotifyValueChanged ("IsDirty", IsDirty);
-
-                               cmdSave.CanExecute = cmdSaveAs.CanExecute = IsDirty;
-
-                               srcEditMtx.ExitWriteLock ();
-                       }
-               }
-               public bool IsDirty {
-                       get { return source != origSource; }
-               }
-               public int CurrentColumn{
-                       get { return curColumn; }
-                       set {
-                               if (curColumn == value)
-                                       return;
-                               curColumn = value;
-                               NotifyValueChanged ("CurrentColumn", curColumn);
-                       }
-               }
-               public int CurrentLine{
-                       get { return curLine; }
-                       set {
-                               if (curLine == value)
-                                       return;
-                               curLine = value;
-                               NotifyValueChanged ("CurrentLine", curLine);
-                       }
-               }
-
-               public object SelectedItem {
-                       get { return selectedItem; }
-                       set {
-                               if (selectedItem == value)
-                                       return;
-                               selectedItem= value;
-                               Project.solution.SelectedItemElement = value;
-                               NotifyValueChanged ("SelectedItem", selectedItem);
-                       }
-               }
-
-               public CopyToOutputState CopyToOutputDirectory {
-                       get {
-                               XmlNode xn = node.SelectSingleNode ("CopyToOutputDirectory");
-                               return xn == null ? CopyToOutputState.Never :
-                                       (CopyToOutputState)Enum.Parse (typeof(CopyToOutputState), xn.InnerText, true);
-                       }
-               }
-
-               public void Open () {
-                       accessTime = System.IO.File.GetLastWriteTime (AbsolutePath);
-                       using (StreamReader sr = new StreamReader (AbsolutePath)) {
-                               source = sr.ReadToEnd ();
-                       }
-                       isOpened = true;
-                       origSource = source;
-                       NotifyValueChanged ("IsDirty", false);
-               }
-               public void Save () {
-                       if (!IsDirty)
-                               return;
-                       using (StreamWriter sw = new StreamWriter (AbsolutePath)) {
-                               sw.Write (source);
-                       }
-                       origSource = source;
-                       NotifyValueChanged ("IsDirty", false);
-               }
-               public void SaveAs () {
-                       if (!IsDirty)
-                               return;
-                       using (StreamWriter sw = new StreamWriter (AbsolutePath)) {
-                               sw.Write (source);
-                       }
-                       origSource = source;
-                       NotifyValueChanged ("IsDirty", false);
-               }
-               public void Close () {
-                       origSource = null;
-                       isOpened = false;
-                       Project.solution.CloseItem (this);
-               }
-               public void Undo(object sender){
-                       undo();
-                       signalOtherRegisteredEditors (sender);
-               }
-               public void Redo(object sender){
-                       redo();
-                       signalOtherRegisteredEditors (sender);
-               }
-
-               void undo () {                  
-                       if (undoStack.Count == 0)
-                               return;
-                       
-                       srcEditMtx.EnterWriteLock ();
-                       string step = undoStack [undoStack.Count -1];
-                       redoStack.Add (source);
-                       cmdRedo.CanExecute = true;
-                       undoStack.RemoveAt(undoStack.Count -1);
-
-                       source = step;
-
-                       NotifyValueChanged ("Source", source);
-                       NotifyValueChanged ("IsDirty", IsDirty);
-                       cmdSave.CanExecute = IsDirty;
-
-                       if (undoStack.Count == 0)
-                               cmdUndo.CanExecute = false;
-                       srcEditMtx.ExitWriteLock ();
-               }
-
-               void redo () {
-                       if (redoStack.Count == 0)
-                               return;
-                       srcEditMtx.EnterWriteLock ();
-                       string step = redoStack [redoStack.Count -1];
-                       undoStack.Add (source);
-                       cmdUndo.CanExecute = true;
-                       redoStack.RemoveAt(redoStack.Count -1);
-                       source = step;
-                       NotifyValueChanged ("Source", source);
-                       NotifyValueChanged ("IsDirty", IsDirty);
-                       cmdSave.CanExecute = IsDirty;
-
-                       if (redoStack.Count == 0)
-                               cmdRedo.CanExecute = false;
-                       srcEditMtx.ExitWriteLock ();
-
-               }
-
-
-               public void OnQueryClose (object sender, EventArgs e){
-                       if (IsDirty) {
-                               MessageBox mb = MessageBox.ShowModal (CrowIDE.MainIFace,
-                                                       MessageBox.Type.YesNoCancel, $"{DisplayName} has unsaved changes.\nSave it now?");
-                               mb.Yes += onClickSaveAndCloseNow;
-                               mb.No += onClickCloseNow;
-                       } else
-                               Close ();
-               }
-
-               void onClickCloseNow (object sender, EventArgs e)
-               {
-                       Close ();
-               }
-
-               void onClickSaveAndCloseNow (object sender, EventArgs e)
-               {
-                       Save ();
-                       Close ();
-               }
-       }
-       public class ImlProjectItem : ProjectFile
-       {
-               #region CTOR
-               public ImlProjectItem (ProjectItem pi) : base (pi){                     
-               }
-               #endregion
-
-               GraphicObject instance;
-
-               /// <summary>
-               /// instance created with an instantiator from the source by a DesignInterface,
-               /// for now, the one in ImlVisualEditor
-               /// </summary>
-               public GraphicObject Instance {
-                       get { return instance; }
-                       set {
-                               if (instance == value)
-                                       return;
-                               instance = value;
-                               NotifyValueChanged ("Instance", instance);
-                       }
-               }
-
-               public List<GraphicObject> GraphicTree { 
-                       get { return new List<GraphicObject> (new GraphicObject[] {instance}); }
-               }
-
-               void GTView_SelectedItemChanged (object sender, SelectionChangeEventArgs e){
-                       SelectedItem = e.NewValue;
-               }
-       }
-}
-
diff --git a/CrowIDE/src/ProjectTree/ImlProjectItem.cs b/CrowIDE/src/ProjectTree/ImlProjectItem.cs
new file mode 100644 (file)
index 0000000..7ce24ad
--- /dev/null
@@ -0,0 +1,68 @@
+//
+// ProjectNodes.cs
+//
+// Author:
+//       Jean-Philippe Bruyère <jp_bruyere@hotmail.com>
+//
+// Copyright (c) 2013-2017 Jean-Philippe Bruyère
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+// THE SOFTWARE.
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Xml;
+using System.IO;
+using Crow;
+using System.Threading;
+
+namespace Crow.Coding
+{
+       public class ImlProjectItem : ProjectFile
+       {
+               #region CTOR
+               public ImlProjectItem (ProjectItem pi) : base (pi){                     
+               }
+               #endregion
+
+               GraphicObject instance;
+
+               /// <summary>
+               /// instance created with an instantiator from the source by a DesignInterface,
+               /// for now, the one in ImlVisualEditor
+               /// </summary>
+               public GraphicObject Instance {
+                       get { return instance; }
+                       set {
+                               if (instance == value)
+                                       return;
+                               instance = value;
+                               NotifyValueChanged ("Instance", instance);
+                       }
+               }
+
+               public List<GraphicObject> GraphicTree { 
+                       get { return new List<GraphicObject> (new GraphicObject[] {instance}); }
+               }
+
+               void GTView_SelectedItemChanged (object sender, SelectionChangeEventArgs e){
+                       SelectedItem = e.NewValue;
+               }
+       }
+}
+
diff --git a/CrowIDE/src/ProjectTree/ProjectFile.cs b/CrowIDE/src/ProjectTree/ProjectFile.cs
new file mode 100644 (file)
index 0000000..2c3dbbe
--- /dev/null
@@ -0,0 +1,290 @@
+//
+// ProjectNodes.cs
+//
+// Author:
+//       Jean-Philippe Bruyère <jp_bruyere@hotmail.com>
+//
+// Copyright (c) 2013-2017 Jean-Philippe Bruyère
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+// THE SOFTWARE.
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Xml;
+using System.IO;
+using Crow;
+using System.Threading;
+
+namespace Crow.Coding
+{      
+       public class ProjectFile : ProjectItem {                
+               protected bool isOpened = false;
+               DateTime accessTime;
+               string source;
+               string origSource;
+               object selectedItem;
+               int curLine, curColumn;
+
+               internal ReaderWriterLockSlim srcEditMtx = new ReaderWriterLockSlim();
+
+               public Dictionary<object, bool> RegisteredEditors = new Dictionary<object, bool>();
+               List<String> undoStack = new List<string>();
+               List<String> redoStack = new List<string>();
+
+               public Crow.Command cmdSave, cmdSaveAs, cmdOpen, cmdUndo, cmdRedo;
+
+               void initCommands (){
+                       cmdSave = new Crow.Command (new Action (() => Save ()))
+                       { Caption = "Save", Icon = new SvgPicture ("#Crow.Coding.ui.icons.inbox.svg"), CanExecute = false };
+                       cmdSaveAs = new Crow.Command (new Action (() => SaveAs ()))
+                       { Caption = "Save As ..", Icon = new SvgPicture ("#Crow.Coding.ui.icons.inbox.svg"), CanExecute = false };
+                       cmdOpen = new Crow.Command (new Action (() => Open ())) 
+                       { Caption = "Open", Icon = new SvgPicture ("#Crow.Coding.ui.icons.outbox.svg"), CanExecute = false };
+                       cmdUndo = new Crow.Command (new Action (() => Undo (null))) 
+                       { Caption = "Undo", Icon = new SvgPicture ("#Crow.Coding.icons.undo.svg"), CanExecute = false };
+                       cmdRedo = new Crow.Command (new Action (() => Redo (null))) 
+                       { Caption = "Redo", Icon = new SvgPicture ("#Crow.Coding.icons.redo.svg"), CanExecute = false };
+
+                       Commands.Insert (0, cmdOpen);
+                       Commands.Insert (1, cmdSave);                   
+               }
+               public ProjectFile () {
+                       initCommands();
+               }
+               public ProjectFile (ProjectItem pi)
+                       : base (pi.Project, pi.node) {
+                       initCommands ();
+               }
+
+               public string ResourceID {
+                       get {                           
+                               return Type != ItemType.EmbeddedResource ? null :
+                                       node.SelectSingleNode ("LogicalName") == null ?
+                                       Project.Name + "." + Path.Replace ('/', '.') :
+                                       LogicalName;
+                       }
+               }
+               public string LogicalName {
+                       get {
+                               return node.SelectSingleNode ("LogicalName")?.InnerText;
+                       }
+               }
+
+               public void UnregisterEditor (object editor){
+                       lock(RegisteredEditors){
+                               RegisteredEditors.Remove (editor);
+                       }
+               }
+               public void RegisterEditor (object editor) {
+                       lock(RegisteredEditors){
+                               RegisteredEditors.Add (editor, false);
+                       }
+               }
+               public void UpdateSource (object sender, string newSrc){
+                       System.Diagnostics.Debug.WriteLine ("update source by {0}", sender);
+                       Source = newSrc;
+                       signalOtherRegisteredEditors (sender);
+               }
+               void signalOtherRegisteredEditors (object sender) {
+                       lock (RegisteredEditors) {
+                               object[] keys = RegisteredEditors.Keys.ToArray ();
+                               foreach (object editor in keys) {
+                                       if (editor != sender)
+                                               RegisteredEditors [editor] = false;
+                               }
+                       }
+               }
+               public string Source {
+                       get {
+                               if (!isOpened)
+                                       Open ();
+                               else {
+                                       if (DateTime.Compare (
+                                                   accessTime,
+                                                   System.IO.File.GetLastWriteTime (AbsolutePath)) < 0)
+                                               Console.WriteLine ("File has been modified outside CrowIDE");
+                               }
+                               return source;
+                       }
+                       set {
+                               if (source == value)
+                                       return;
+                               
+                               srcEditMtx.EnterWriteLock ();
+
+                               undoStack.Add (source);
+                               cmdUndo.CanExecute = true;
+                               redoStack.Clear ();
+                               cmdRedo.CanExecute = false;
+                               source = value;
+
+                               NotifyValueChanged ("Source", source);
+                               NotifyValueChanged ("IsDirty", IsDirty);
+
+                               cmdSave.CanExecute = cmdSaveAs.CanExecute = IsDirty;
+
+                               srcEditMtx.ExitWriteLock ();
+                       }
+               }
+               public bool IsDirty {
+                       get { return source != origSource; }
+               }
+               public int CurrentColumn{
+                       get { return curColumn; }
+                       set {
+                               if (curColumn == value)
+                                       return;
+                               curColumn = value;
+                               NotifyValueChanged ("CurrentColumn", curColumn);
+                       }
+               }
+               public int CurrentLine{
+                       get { return curLine; }
+                       set {
+                               if (curLine == value)
+                                       return;
+                               curLine = value;
+                               NotifyValueChanged ("CurrentLine", curLine);
+                       }
+               }
+
+               public object SelectedItem {
+                       get { return selectedItem; }
+                       set {
+                               if (selectedItem == value)
+                                       return;
+                               selectedItem= value;
+                               Project.solution.SelectedItemElement = value;
+                               NotifyValueChanged ("SelectedItem", selectedItem);
+                       }
+               }
+
+               public CopyToOutputState CopyToOutputDirectory {
+                       get {
+                               XmlNode xn = node.SelectSingleNode ("CopyToOutputDirectory");
+                               return xn == null ? CopyToOutputState.Never :
+                                       (CopyToOutputState)Enum.Parse (typeof(CopyToOutputState), xn.InnerText, true);
+                       }
+               }
+
+               public void Open () {
+                       accessTime = System.IO.File.GetLastWriteTime (AbsolutePath);
+                       using (StreamReader sr = new StreamReader (AbsolutePath)) {
+                               source = sr.ReadToEnd ();
+                       }
+                       isOpened = true;
+                       origSource = source;
+                       NotifyValueChanged ("IsDirty", false);
+               }
+               public void Save () {
+                       if (!IsDirty)
+                               return;
+                       using (StreamWriter sw = new StreamWriter (AbsolutePath)) {
+                               sw.Write (source);
+                       }
+                       origSource = source;
+                       NotifyValueChanged ("IsDirty", false);
+               }
+               public void SaveAs () {
+                       if (!IsDirty)
+                               return;
+                       using (StreamWriter sw = new StreamWriter (AbsolutePath)) {
+                               sw.Write (source);
+                       }
+                       origSource = source;
+                       NotifyValueChanged ("IsDirty", false);
+               }
+               public void Close () {
+                       origSource = null;
+                       isOpened = false;
+                       Project.solution.CloseItem (this);
+               }
+               public void Undo(object sender){
+                       undo();
+                       signalOtherRegisteredEditors (sender);
+               }
+               public void Redo(object sender){
+                       redo();
+                       signalOtherRegisteredEditors (sender);
+               }
+
+               void undo () {                  
+                       if (undoStack.Count == 0)
+                               return;
+                       
+                       srcEditMtx.EnterWriteLock ();
+                       string step = undoStack [undoStack.Count -1];
+                       redoStack.Add (source);
+                       cmdRedo.CanExecute = true;
+                       undoStack.RemoveAt(undoStack.Count -1);
+
+                       source = step;
+
+                       NotifyValueChanged ("Source", source);
+                       NotifyValueChanged ("IsDirty", IsDirty);
+                       cmdSave.CanExecute = IsDirty;
+
+                       if (undoStack.Count == 0)
+                               cmdUndo.CanExecute = false;
+                       srcEditMtx.ExitWriteLock ();
+               }
+
+               void redo () {
+                       if (redoStack.Count == 0)
+                               return;
+                       srcEditMtx.EnterWriteLock ();
+                       string step = redoStack [redoStack.Count -1];
+                       undoStack.Add (source);
+                       cmdUndo.CanExecute = true;
+                       redoStack.RemoveAt(redoStack.Count -1);
+                       source = step;
+                       NotifyValueChanged ("Source", source);
+                       NotifyValueChanged ("IsDirty", IsDirty);
+                       cmdSave.CanExecute = IsDirty;
+
+                       if (redoStack.Count == 0)
+                               cmdRedo.CanExecute = false;
+                       srcEditMtx.ExitWriteLock ();
+
+               }
+
+
+               public void OnQueryClose (object sender, EventArgs e){
+                       if (IsDirty) {
+                               MessageBox mb = MessageBox.ShowModal (CrowIDE.MainIFace,
+                                                       MessageBox.Type.YesNoCancel, $"{DisplayName} has unsaved changes.\nSave it now?");
+                               mb.Yes += onClickSaveAndCloseNow;
+                               mb.No += onClickCloseNow;
+                       } else
+                               Close ();
+               }
+
+               void onClickCloseNow (object sender, EventArgs e)
+               {
+                       Close ();
+               }
+
+               void onClickSaveAndCloseNow (object sender, EventArgs e)
+               {
+                       Save ();
+                       Close ();
+               }
+       }
+}
+
diff --git a/CrowIDE/src/ProjectTree/ProjectItem.cs b/CrowIDE/src/ProjectTree/ProjectItem.cs
new file mode 100644 (file)
index 0000000..7a30a8e
--- /dev/null
@@ -0,0 +1,76 @@
+//
+// ProjectNodes.cs
+//
+// Author:
+//       Jean-Philippe Bruyère <jp_bruyere@hotmail.com>
+//
+// Copyright (c) 2013-2017 Jean-Philippe Bruyère
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+// THE SOFTWARE.
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Xml;
+using System.IO;
+using Crow;
+using System.Threading;
+
+namespace Crow.Coding
+{      
+       public class ProjectItem : ProjectNode {
+               #region CTOR
+               public ProjectItem() {}
+               public ProjectItem (Project project, XmlNode _node) : base (project){
+                       node = _node;
+               }
+               #endregion
+
+               public XmlNode node;
+
+               public string Extension {
+                       get { return System.IO.Path.GetExtension (Path); }
+               }
+               public string Path {
+                       get {
+                               return node.Attributes["Include"]?.Value.Replace('\\','/');
+                       }
+               }
+               public string AbsolutePath {
+                       get {
+                               return System.IO.Path.Combine (Project.RootDir, Path);
+                       }
+               }
+               public override ItemType Type {
+                       get { 
+                               return (ItemType)Enum.Parse (typeof(ItemType), node.Name, true);
+                       }
+               }
+               public override string DisplayName {
+                       get { 
+                               return Type == ItemType.Reference ?
+                                       Path :
+                                       Path.Split ('/').LastOrDefault();
+                       }
+               }
+               public string HintPath {
+                       get { return node.SelectSingleNode ("HintPath")?.InnerText; }
+               }
+       }
+}
+
diff --git a/CrowIDE/src/ProjectTree/ProjectNodes.cs b/CrowIDE/src/ProjectTree/ProjectNodes.cs
new file mode 100644 (file)
index 0000000..b9c855f
--- /dev/null
@@ -0,0 +1,134 @@
+//
+// ProjectNodes.cs
+//
+// Author:
+//       Jean-Philippe Bruyère <jp_bruyere@hotmail.com>
+//
+// Copyright (c) 2013-2017 Jean-Philippe Bruyère
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+// THE SOFTWARE.
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Xml;
+using System.IO;
+using Crow;
+using System.Threading;
+
+namespace Crow.Coding
+{
+       public enum ItemType {
+               ReferenceGroup,
+               Reference,
+               ProjectReference,
+               VirtualGroup,
+               Folder,
+               None,
+               Compile,
+               EmbeddedResource,
+       }
+       public enum CopyToOutputState {
+               Never,
+               Always,
+               PreserveNewest
+       }
+       public class ProjectNode  : IValueChange
+       {
+               #region IValueChange implementation
+               public event EventHandler<ValueChangeEventArgs> ValueChanged;
+               public virtual void NotifyValueChanged(string MemberName, object _value)
+               {
+                       ValueChanged.Raise(this, new ValueChangeEventArgs(MemberName, _value));
+               }
+               #endregion
+
+               #region CTOR
+               public ProjectNode (Project project, ItemType _type, string _name) : this(project){                     
+                       type = _type;
+                       name = _name;
+                       initCommands ();
+               }
+               public ProjectNode (Project project){
+                       Project = project;
+                       initCommands ();
+               }
+               public ProjectNode (){
+                       initCommands ();
+               }
+               #endregion
+
+               void initCommands () {
+                       Commands = new List<Crow.Command> ();
+               }
+
+               ProjectNode parent;
+               bool isExpanded;
+               ItemType type;
+               string name;
+               List<ProjectNode> childNodes = new List<ProjectNode>();
+
+               public Project Project;
+               public List<Crow.Command> Commands;//list of command available for that node
+
+               public ProjectNode Parent {
+                       get { return parent; }
+                       set { parent = value; }
+               }
+               public virtual ItemType Type {
+                       get { return type; }
+               }
+               public virtual string DisplayName {
+                       get { return name; }
+               }
+               public List<ProjectNode> ChildNodes {
+                       get { return childNodes;        }
+               }
+               public void AddChild (ProjectNode pn) {
+                       childNodes.Add(pn);
+                       pn.Parent = this;
+               }
+               public void RemoveChild (ProjectNode pn){
+                       pn.Parent = null;
+                       childNodes.Remove (pn);
+               }
+               public void SortChilds () {
+                       foreach (ProjectNode pn in childNodes)
+                               pn.SortChilds ();                       
+                       childNodes = childNodes.OrderBy(c=>c.Type).ThenBy(cn=>cn.DisplayName).ToList();
+               }
+
+               public bool IsExpanded
+               {
+                       get { return isExpanded; }
+                       set
+                       {
+                               if (value == isExpanded)
+                                       return;
+                               isExpanded = value;
+                               NotifyValueChanged ("IsExpanded", isExpanded);
+                       }
+               }
+
+               public override string ToString ()
+               {
+                       return DisplayName;
+               }
+       }
+}
+
diff --git a/CrowIDE/src/ProjectTree/ProjectReference.cs b/CrowIDE/src/ProjectTree/ProjectReference.cs
new file mode 100644 (file)
index 0000000..8487074
--- /dev/null
@@ -0,0 +1,51 @@
+//
+// ProjectNodes.cs
+//
+// Author:
+//       Jean-Philippe Bruyère <jp_bruyere@hotmail.com>
+//
+// Copyright (c) 2013-2017 Jean-Philippe Bruyère
+//
+// Permission is hereby granted, free of charge, to any person obtaining a copy
+// of this software and associated documentation files (the "Software"), to deal
+// in the Software without restriction, including without limitation the rights
+// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+// copies of the Software, and to permit persons to whom the Software is
+// furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+// THE SOFTWARE.
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Xml;
+using System.IO;
+using Crow;
+using System.Threading;
+
+namespace Crow.Coding
+{      
+       public class ProjectReference : ProjectItem {
+               public ProjectReference (ProjectItem pi) : base (pi.Project, pi.node){
+               }
+               public string ProjectGUID {
+                       get {
+                               return node.SelectSingleNode ("Project")?.InnerText;
+                       }
+               }
+               public override string DisplayName {
+                       get {
+                               return node.SelectSingleNode ("Name").InnerText;
+                       }
+               }
+       }
+}
+
diff --git a/CrowIDE/ui/DockWindows/GTreeExpITemp.crow b/CrowIDE/ui/DockWindows/GTreeExpITemp.crow
new file mode 100644 (file)
index 0000000..1037312
--- /dev/null
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<Expandable Caption="{Name}" IsExpanded="{²IsExpanded}">
+       <Template>
+               <VerticalStack>
+                       <Border CornerRadius="2" Margin="0" Height="Fit" MouseDoubleClick="./onClickForExpand"                                          
+                                       Foreground="Transparent"
+                                       MouseEnter="{Foreground=DimGray}"
+                                       MouseLeave="{Foreground=Transparent}">
+                               <HorizontalStack Spacing="1">
+                                       <Image Margin="1" Width="9" Height="9" Focusable="true" MouseDown="./onClickForExpand"
+                                               Path="{./Image}"
+                                               Visible="{./IsExpandable}"
+                                               SvgSub="{./IsExpanded}"
+                                               MouseEnter="{Background=LightGray}"
+                                               MouseLeave="{Background=Transparent}"/>
+                                       <Border Width="16" Height="16" Foreground="Black" Background="Jet">
+                                               <Image Margin="2" Path="{GetIcon}" />
+                                       </Border>
+                                       <Label Text="{./Caption}"/>
+                               </HorizontalStack>
+                       </Border>
+                       <Container Name="Content" Visible="false"/>
+               </VerticalStack>
+       </Template>
+       <HorizontalStack Height="Fit">
+               <GraphicObject Width="8" Height="10"/>
+               <VerticalStack Height="Fit" Name="ItemsContainer"/>
+       </HorizontalStack>
+</Expandable>
index f87d34f28e664e351f0637d712e6dc99fab8cc1f..8ba392d42e34d23164b68241edfd3f5d2aba62ca 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<DockWindow DataSource="{CurrentSolution}" Name="winEditor" Caption="Edit View" Width="70%" Height="80%">
+<DockWindow DataSource="{CurrentSolution}" Name="winEditor" Caption="Edit View">
        <EditPane SelectedItem="{²SelectedItem}" SelectedItemElement="{²SelectedItemElement}" Data="{OpenedItems}" DataTest="Extension"
                ItemTemplate="#Crow.Coding.ui.EditPaneItems.template"/>
 </DockWindow>
index ff7bafdb7dacbaa299f0371eeebd3675f7f27c53..82ecc170136ef2829b1088af10b02cbcf27294d7 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<DockWindow DataSource="{CurrentSolution}" Name="winErrors" Caption="Errors" Width="70%" Height="20%">
+<DockWindow DataSource="{CurrentSolution}" Name="winErrors" Caption="Errors"  Width="20%">
        <ListBox Width="Stretched" Data="{CompilerErrors}">
                <ItemTemplate>
                        <HorizontalStack Height="Fit" Margin="0" Focusable="true" Spacing="10"
diff --git a/CrowIDE/ui/DockWindows/winGTExplorer.crow b/CrowIDE/ui/DockWindows/winGTExplorer.crow
new file mode 100644 (file)
index 0000000..0e4ad11
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<DockWindow Name="winGTExplorer" Caption="Edit View" Width="40%" Height="80%">
+       <VerticalStack Name="vstack" DataSource="{CurrentSolution}">
+               <Button Caption="Expand All" MouseClick="../treeView.onExpandAll_MouseClick"/>          
+               <TreeView DataSource="{SelectedItem}" IsRoot="true" Name="treeView" Data="{GraphicTree}"
+                       SelectedItemChanged="../../vstack.DataSource.GTView_SelectedItemChanged">
+                       <ItemTemplate>
+                               <Border Width="Stretched" Focusable="true" Foreground="Transparent">
+                                       <HorizontalStack Spacing="5">
+                                               <GraphicObject Width="5" Height="5"/>
+                                               <Border Width="16" Height="16" Foreground="Black" Background="Jet">
+                                                       <Image Margin="2" Path="{GetIcon}" />
+                                               </Border>
+                                               <Label Text="{Name}" Width="Stretched"/>
+                                       </HorizontalStack>
+                               </Border>
+                       </ItemTemplate>
+                       <ItemTemplate DataType="Crow.Group" Data="GetChildren"
+                               Path="#Crow.Coding.ui.DockWindows.GTreeExpITemp.crow"/>
+                       <ItemTemplate DataType="Crow.Container" Data="GetChildren"
+                               Path="#Crow.Coding.ui.DockWindows.GTreeExpITemp.crow"/>
+                       <ItemTemplate DataType="Crow.TemplatedContainer" Data="GetChildren"
+                               Path="#Crow.Coding.ui.DockWindows.GTreeExpITemp.crow"/>
+                       <ItemTemplate DataType="Crow.TemplatedGroup" Data="GetChildren"
+                               Path="#Crow.Coding.ui.DockWindows.GTreeExpITemp.crow"/>
+               </TreeView>
+       </VerticalStack>
+</DockWindow>
index 057d45ebf14583dfae46529d3b16d1466399f71e..f4d7450e92109495ccef173126671915ef85a455 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<DockWindow DataSource="{CurrentSolution}" Name="winProperties" Caption="Properties" Width="30%" Height="80%">
+<DockWindow DataSource="{CurrentSolution}" Name="winProperties" Caption="Properties"  Width="20%">
        <MembersView ProjectNode="{SelectedItem}"
                Instance="{SelectedItemElement}" DataTest="Type"
                ItemTemplate="#Crow.Coding.ui.MembersItem.template"/>
index aacdbf25667f4c949f2b3adff975f578a289c09e..af4f717b5a39af528147b015c742bf66f7ab4c88 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<DockWindow DataSource="{CurrentSolution}" Name="winSolution" Caption="Solution" Width="30%" Height="80%">
+<DockWindow DataSource="{CurrentSolution}" Name="winSolution" Caption="Solution"  Width="20%">
        <TreeView Name="treeview" IsRoot="true"
                Data="{Projects}" SelectedItemChanged="onSelectedItemChanged"
                ItemTemplate="#Crow.Coding.ui.ProjectTree.template"/>
index 9059c7a4874a7d598a3bffeffb099e0c51850afd..6a598f5f4692ba5884ecc9e11254e0fba5949a3b 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<DockWindow DataSource="{CurrentSolution}" Name="winToolbox" Caption="Toolbox" Width="10%" Height="80%">
+<DockWindow DataSource="{CurrentSolution}" Name="winToolbox" Caption="Toolbox" Width="20%">
        <ListBox Margin="3" Data="{ToolboxItems}" SelectionBackground="SkyBlue">
                <Template>
                        <Wrapper Name="ItemsContainer" Orientation="Vertical" Spacing="0"/>
@@ -7,10 +7,9 @@
                <ItemTemplate>
                        <Container Fit="true" Focusable="true" Tooltip="{DisplayName}" Margin="2" AllowDrag="true"
                                StartDrag="onStartDrag" EndDrag="onEndDrag" Drop="onDrop">
-                               <Border Background="Silver" Margin="0"
-                                       Foreground="Transparent" BorderWidth="1"
-                                       MouseDown="{Foreground=vgradient|0:Black|0.05:Gray|0.85:Gray|1:White}"
-                                       MouseUp="{Foreground=vgradient|0:White|0.2:Gray|0.9:Gray|1:Black}">
+                               <Border Foreground="Black" Background="Jet" Margin="0" BorderWidth="1"
+                                       MouseEnter="{Foreground=White}"
+                                       MouseLeave="{Foreground=Black}">
                                        <Image Path="{IconPath}" Margin="3"  Width="20" Height="20" />
                                </Border>
                        </Container>
diff --git a/CrowIDE/ui/GTreeExpITemp.crow b/CrowIDE/ui/GTreeExpITemp.crow
deleted file mode 100644 (file)
index d344736..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0"?>
-<Expandable Caption="{Name}" IsExpanded="{²IsExpanded}">
-       <Template>
-               <VerticalStack>
-                       <Border CornerRadius="2" Margin="0" Height="Fit" MouseDoubleClick="./onClickForExpand"                                          
-                                       Foreground="Transparent"
-                                       MouseEnter="{Foreground=DimGray}"
-                                       MouseLeave="{Foreground=Transparent}">
-                               <HorizontalStack Spacing="1">
-                                       <Image Margin="1" Width="9" Height="9" Focusable="true" MouseDown="./onClickForExpand"
-                                               Path="{./Image}"
-                                               Visible="{./IsExpandable}"
-                                               SvgSub="{./IsExpanded}"
-                                               MouseEnter="{Background=LightGray}"
-                                               MouseLeave="{Background=Transparent}"/>
-                                       <Border Width="16" Height="16" Foreground="Black" Background="White">
-                                               <Image Margin="2" Path="{GetIcon}" />
-                                       </Border>
-                                       <Label Text="{./Caption}"/>
-                               </HorizontalStack>
-                       </Border>
-                       <Container Name="Content" Visible="false"/>
-               </VerticalStack>
-       </Template>
-       <HorizontalStack Height="Fit">
-               <GraphicObject Width="8" Height="10"/>
-               <VerticalStack Height="Fit" Name="ItemsContainer"/>
-       </HorizontalStack>
-</Expandable>
diff --git a/CrowIDE/ui/GTreeExplorer.crow b/CrowIDE/ui/GTreeExplorer.crow
deleted file mode 100644 (file)
index a4d5f72..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<DockWindow Name="winGTExplorer" Caption="Edit View" Width="40%" Height="80%">
-       <VerticalStack Name="vstack" DataSource="{CurrentSolution}">
-               <Button Caption="Expand All" MouseClick="../treeView.onExpandAll_MouseClick"/>          
-               <TreeView DataSource="{SelectedItem}" IsRoot="true" Name="treeView" Data="{GraphicTree}"
-                       SelectedItemChanged="../../vstack.DataSource.GTView_SelectedItemChanged">
-                       <ItemTemplate>
-                               <Border Width="Stretched" Focusable="true" Foreground="Transparent">
-                                       <HorizontalStack Spacing="5">
-                                               <Border Width="16" Height="16" Foreground="Black" Background="White">
-                                                       <Image Margin="2" Path="{GetIcon}" />
-                                               </Border>
-                                               <Label Text="{Name}" Width="Stretched"/>
-                                       </HorizontalStack>
-                               </Border>
-                       </ItemTemplate>
-                       <ItemTemplate DataType="Crow.Group" Data="GetChildren"
-                               Path="#Crow.Coding.ui.GTreeExpITemp.crow"/>
-                       <ItemTemplate DataType="Crow.Container" Data="GetChildren"
-                               Path="#Crow.Coding.ui.GTreeExpITemp.crow"/>
-                       <ItemTemplate DataType="Crow.TemplatedContainer" Data="GetChildren"
-                               Path="#Crow.Coding.ui.GTreeExpITemp.crow"/>
-                       <ItemTemplate DataType="Crow.TemplatedGroup" Data="GetChildren"
-                               Path="#Crow.Coding.ui.GTreeExpITemp.crow"/>
-               </TreeView>
-       </VerticalStack>
-</DockWindow>
diff --git a/CrowIDE/ui/NewFile.crow b/CrowIDE/ui/NewFile.crow
new file mode 100644 (file)
index 0000000..ffee5fe
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<Window Caption="Add New File..." Height="60%" Width="70%">
+       <Label/>
+</Window>
+
index e0add31d373fe0303539248058a31dc1536891da..55e7e8289a88da59180333e39b743c6b13df87d9 100644 (file)
@@ -64,6 +64,7 @@
                        MouseEnter="{Foreground=DimGray}"
                        MouseLeave="{Foreground=Transparent}">
                <HorizontalStack>
+                       <GraphicObject Width="5" Height="5"/>
                        <Image Margin="1" Width="14" Height="14"
                                Path="#Crow.Icons.assembly.svg"/>
                        <Label Text="{DisplayName}" Width="Stretched"/>
@@ -75,6 +76,7 @@
                        MouseEnter="{Foreground=DimGray}"
                        MouseLeave="{Foreground=Transparent}">
                <HorizontalStack>
+                       <GraphicObject Width="5" Height="5"/>
                        <Image Margin="1" Width="14" Height="14"
                                Path="#Crow.Icons.projectRef.svg"/>
                        <Label Text="{DisplayName}" Width="Stretched"/>
@@ -86,6 +88,7 @@
                        MouseEnter="{Foreground=DimGray}"
                        MouseLeave="{Foreground=Transparent}">
                <HorizontalStack>                       
+                       <GraphicObject Width="5" Height="5"/>
                        <Image Margin="1" Width="14" Height="14"
                                Path="#Crow.Icons.file.svg"/>
                        <Label Text="{DisplayName}" Width="Stretched"/>
                        MouseEnter="{Foreground=DimGray}"
                        MouseLeave="{Foreground=Transparent}">
                <HorizontalStack>
+                       <GraphicObject Width="5" Height="5"/>
                        <Image Margin="1" Width="14" Height="14"
                                Path="#Crow.Icons.file.svg"/>
                        <Label Text="{DisplayName}" Width="Stretched"/>
                        MouseEnter="{Foreground=DimGray}"
                        MouseLeave="{Foreground=Transparent}">
                <HorizontalStack>
+                       <GraphicObject Width="5" Height="5"/>
                        <Image Margin="1" Width="14" Height="14"
                                Path="#Crow.Icons.file.svg"/>
                        <Label Text="{DisplayName}" Width="Stretched"/>
diff --git a/CrowIDE/ui/icons/copy-file.svg b/CrowIDE/ui/icons/copy-file.svg
deleted file mode 100644 (file)
index 63c2dd3..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#FFFFFF" d="M13 3h-3l-3-3h-7v13h6v3h10v-10l-3-3zM7 1l2 2h-2v-2zM1 12v-11h5v3h3v8h-8zM15 15h-8v-2h3v-9h2v3h3v8zM13 6v-2l2 2h-2z"></path>
-</svg>
diff --git a/CrowIDE/ui/icons/inbox.svg b/CrowIDE/ui/icons/inbox.svg
deleted file mode 100644 (file)
index 6aa6714..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#FFFFFF" d="M10 6v-6h-4v6h-2l4 5 4-5z"></path>
-<path fill="#FFFFFF" d="M13 1h-2v1h1.3l2.6 8h-3.9v2h-6v-2h-3.9l2.6-8h1.3v-1h-2l-3 9v5h16v-5z"></path>
-</svg>
diff --git a/CrowIDE/ui/icons/outbox.svg b/CrowIDE/ui/icons/outbox.svg
deleted file mode 100644 (file)
index bd8d7d9..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#FFFFFF" d="M6 5v6h4v-6h2l-4-5-4 5z"></path>
-<path fill="#FFFFFF" d="M13 2h-2l0.9 1h0.4l2.6 8h-3.9v2h-6v-2h-3.9l2.6-8h0.4l0.9-1h-2l-3 9v5h16v-5z"></path>
-</svg>
diff --git a/CrowIDE/ui/icons/paste-on-document.svg b/CrowIDE/ui/icons/paste-on-document.svg
deleted file mode 100644 (file)
index b0a705e..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#FFFFFF" d="M13 4h-3v-4h-10v14h6v2h10v-9l-3-3zM3 1h4v1h-4v-1zM15 15h-8v-10h5v3h3v7zM13 7v-2l2 2h-2z"></path>
-</svg>
diff --git a/CrowIDE/ui/icons/scissors.svg b/CrowIDE/ui/icons/scissors.svg
deleted file mode 100644 (file)
index 4b5a225..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generated by IcoMoon.io -->
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
-<path fill="#FFFFFF" d="M16 3.1c0 0-2.1-1.1-3.5-1-0.3 0-0.5 0.1-0.7 0.2l-4.3 3.4-1.8-1.5c0.1-0.3 0.2-0.6 0.3-1 0.1-1.8-1.4-3.4-3.3-3.2-1.2 0.1-2.3 1-2.6 2.2-0.3 1.3 0.2 2.5 1.2 3.2l3.3 2.6-3.3 2.6c-1 0.7-1.5 1.9-1.2 3.2 0.3 1.2 1.4 2 2.6 2.2 1.9 0.2 3.4-1.4 3.2-3.2 0-0.3-0.1-0.7-0.3-1l1.8-1.5 4.3 3.4c0.2 0.1 0.4 0.2 0.7 0.2 1.4 0.1 3.5-1 3.5-1l-5.7-4.9 5.8-4.9zM2.8 4.6c-0.9-0.1-1.6-0.9-1.5-1.8s0.9-1.6 1.8-1.5c0.9 0.1 1.6 0.9 1.5 1.8 0 0.9-0.9 1.6-1.8 1.5zM3.1 14.7c-0.9 0.1-1.7-0.6-1.8-1.5s0.6-1.7 1.5-1.8c0.9-0.1 1.7 0.6 1.8 1.5s-0.6 1.7-1.5 1.8zM12.4 3.2c0 0 0.1 0 0.2 0 0.4 0 0.9 0.1 1.4 0.2l-6.8 5.7-0.9-1.1 6.1-4.8zM14 12.6c-0.5 0.2-1 0.3-1.4 0.2-0.1 0-0.2 0-0.2 0l-4-3.2 1-0.9 4.6 3.9z"></path>
-</svg>
index 0c9fe38f17279cc5c9118b8e76750afb26ab3335..54d2b974be5e4de4e77d20cae6e3211926f8102d 100644 (file)
@@ -132,6 +132,8 @@ DockWindow {
        Focusable = "true";
        AllowDrag = "true";
        Margin="0";
+       Width="200";
+       Height="200";
 }
 FileDialog {
        Template = "#Crow.FileDialog.template";
index 56afd3ebd8460e81afa36889f96bb4f94dc8d7a3..71685a164843903eee52457318a20c7b31fa83d5 100755 (executable)
@@ -5,7 +5,12 @@
                                MouseEnter="./onBorderMouseEnter"
                                MouseLeave="./onBorderMouseLeave">
        <VerticalStack Spacing="0">
-               <Label Visible="{./IsDocked}" Width="Stretched" Foreground="White" Margin="0" TextAlignment="Left" Text="{./Caption}" />
+               <HorizontalStack Visible="{./IsDocked}" Height="Fit" Margin="1" Background="Gray">
+                       <Label  Text="{./Caption}" TextAlignment="Left" Width="Stretched"
+                                        Foreground="Black" />
+                       <Image Width="10" Height="10" Focusable="true" Margin="0" Path="#Crow.Images.Icons.exit2.svg"
+                                        MouseClick="./butQuitPress"/>
+               </HorizontalStack>
                <HorizontalStack Background="vgradient|0:0.5,0.6,0.5,0.5|1:0.2,0.3,0.3,0.7"
                                Name="hs" Margin="0" Spacing="0" Height="Fit" Visible="{./IsFloating}">
                        <GraphicObject Width="5"/>
@@ -13,7 +18,7 @@
                        <Label Width="Stretched" Foreground="White" Margin="1" TextAlignment="Left" Text="{./Caption}" />
                        <Border CornerRadius="6" BorderWidth="1" Foreground="Transparent"  Height="10" Width="10"
                                MouseEnter="{Foreground=White}" MouseLeave="{Foreground=Transparent}">
-                               <Image Focusable="true" Name="Image" Margin="0" Width="Stretched" Height="Stretched" Path="#Crow.Images.Icons.exit2.svg"
+                               <Image Focusable="true" Name="Image" Margin="0" Path="#Crow.Images.Icons.exit2.svg"
                                         MouseClick="./butQuitPress"/>
                        </Border>
                        <GraphicObject Width="5"/>
index 6a15d0163fdcbc9a82d91c8ce847f0f5506e6644..d95f3d75c173d631d8643108e652d9f29ba2eb23 100644 (file)
@@ -453,6 +453,14 @@ namespace Crow
                                        (Parent as Container).Child = null;
                        }
                }
+
+               public static Window Show (Interface iface, string imlPath, bool modal = false){
+                       lock (iface.UpdateMutex) {
+                               Window w = iface.AddWidget (imlPath) as Window;
+                               w.Modal = modal;
+                               return w;
+                       }
+               }
        }
 }
 
index 00a952b0e440392d2d15cd0b840f197241c4ef67..349243b26ac2422ce9bf08a0dfb174464058d82c 100644 (file)
@@ -410,11 +410,11 @@ namespace Crow
                /// <param name="path">path of the iml file to load</param>
                public virtual GraphicObject Load (string path)
                {
-                       //try {
+                       try {
                                return GetInstantiator (path).CreateInstance ();
-                       //} catch (Exception ex) {
-                       //      throw new Exception ("Error loading <" + path + ">:", ex);
-                       //}
+                       } catch (Exception ex) {
+                               throw new Exception ("Error loading <" + path + ">:", ex);
+                       }
                }
                /// <summary>
                /// Fetch instantiator from cache or create it.
@@ -435,18 +435,6 @@ namespace Crow
                                Instantiators [path] = new ItemTemplate(this, path);
                        return Instantiators [path] as ItemTemplate;
                }
-               //TODO: .Net xml serialisation is no longer used, it has been replaced with instantiators
-               public void Save<T> (string file, T graphicObject)
-               {
-                       XmlSerializerNamespaces xn = new XmlSerializerNamespaces ();
-                       xn.Add ("", "");
-                       XmlSerializer xs = new XmlSerializer (typeof(T));
-
-                       xs = new XmlSerializer (typeof(T));
-                       using (Stream s = new FileStream (file, FileMode.Create)) {
-                               xs.Serialize (s, graphicObject, xn);
-                       }
-               }
                #endregion
 
                #region focus