From: Jean-Philippe Bruyère Date: Tue, 1 Oct 2019 23:01:06 +0000 (+0200) Subject: debug, code clean, geo 2d with double versions X-Git-Tag: v0.8.7~7 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=d945c964b81f4504c8127ff34223409f90866a93;p=jp%2Fcrow.git debug, code clean, geo 2d with double versions --- diff --git a/Crow.sln b/Crow.sln index 465d115b..6481a424 100644 --- a/Crow.sln +++ b/Crow.sln @@ -11,6 +11,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShowCase", "Samples\ShowCas EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CrowIDE", "CrowIDE\CrowIDE.csproj", "{C40A3F21-0558-4265-9251-718C1564D10A}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ControlLib", "Samples\ControlLib\ControlLib.csproj", "{91F1CE07-EECE-4F1D-A3EE-7239B563654A}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -33,6 +35,10 @@ Global {C40A3F21-0558-4265-9251-718C1564D10A}.Debug|Any CPU.Build.0 = Debug|Any CPU {C40A3F21-0558-4265-9251-718C1564D10A}.Release|Any CPU.ActiveCfg = Release|Any CPU {C40A3F21-0558-4265-9251-718C1564D10A}.Release|Any CPU.Build.0 = Release|Any CPU + {91F1CE07-EECE-4F1D-A3EE-7239B563654A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {91F1CE07-EECE-4F1D-A3EE-7239B563654A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {91F1CE07-EECE-4F1D-A3EE-7239B563654A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {91F1CE07-EECE-4F1D-A3EE-7239B563654A}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution Policies = $0 @@ -75,5 +81,6 @@ Global GlobalSection(NestedProjects) = preSolution {F535A8AB-CD93-49AB-B1B0-FFF9AE51ED6A} = {B2C7855A-2878-47FD-AD32-9A83DB4AB8C6} {56329D48-D382-4850-93DE-59C453894E8A} = {B2C7855A-2878-47FD-AD32-9A83DB4AB8C6} + {91F1CE07-EECE-4F1D-A3EE-7239B563654A} = {B2C7855A-2878-47FD-AD32-9A83DB4AB8C6} EndGlobalSection EndGlobal diff --git a/Crow/Crow.csproj b/Crow/Crow.csproj index e6ecc933..b084eed8 100644 --- a/Crow/Crow.csproj +++ b/Crow/Crow.csproj @@ -1,70 +1,56 @@ + - - - net461;netstandard2.0 - Crow - - 0.8.3.2 - C.R.O.W. is a widget toolkit and rendering engine entirely developed in C# with templates, styles, compositing, and bindings. - - true - false - false - - Jean-Philippe Bruyère - C# Rapid Open Widget Toolkit - MIT - Crow - GUI Widget toolkit Interface C# .Net Mono - $(AssemblyVersion)-beta - True - false - https://github.com/jpbruyere/Crow/wiki - https://opensource.org/licenses/MIT - https://jpbruyere.github.io/Crow/images/crow.png - Copyright 2013-2019 - xcb backend - https://github.com/jpbruyere/Crow - - 7.2 - - $(SolutionDir)build\$(Configuration)\ - DESIGN_MODE - - - - full - TRACE;DESIGN_MODE;_DEBUG_CLIP_RECTANGLE;_DEBUG_FOCUS;_DEBUG_DRAGNDROP;DEBUG;NETFRAMEWORK;NET471 - true - - - + + netstandard2.0 + Crow + + + 0.8.4.1 + C.R.O.W. is a widget toolkit and rendering engine entirely developed in C# with templates, styles, compositing, and bindings. + false + false + C# Rapid Open Widget Toolkit + MIT + Crow + GUI Widget toolkit Interface C# .Net Mono + $(AssemblyVersion)-beta + True + false + https://github.com/jpbruyere/Crow/wiki + https://opensource.org/licenses/MIT + https://jpbruyere.github.io/Crow/images/crow.png + Copyright 2013-2019 + xcb backend + DESIGN_MODE + + + full + TRACE;_DEBUG_BINDING;DESIGN_MODE;_DEBUG_CLIP_RECTANGLE;_DEBUG_FOCUS;_DEBUG_DRAGNDROP;NET471;DEBUG;NETFRAMEWORK;NET461 + true + + + + + + + + + + Crow.%(Filename).template + + + + + + + + + + + \ No newline at end of file diff --git a/Crow/Default.style b/Crow/Default.style index 4a03e706..77b0d3cb 100644 --- a/Crow/Default.style +++ b/Crow/Default.style @@ -88,8 +88,8 @@ Splitter { Margin = "1"; Background = "Grey"; } -Spinner { - Foreground = "DimGrey"; +Spinner { + Foreground = "Grey"; } TabView { CacheEnabled = "false"; @@ -176,7 +176,7 @@ HSVSpinner { SmallIncrement = "0.01"; } TxtInFileDialog { - Margine = "1"; + Margin = "1"; Font = "droid, 12"; } CheckBoxAlt { diff --git a/Crow/Templates/ColorPicker.template b/Crow/Templates/ColorPicker.template index cf9dd760..b4355517 100755 --- a/Crow/Templates/ColorPicker.template +++ b/Crow/Templates/ColorPicker.template @@ -13,31 +13,31 @@