]> O.S.I.I.S - jp/crow.git/commitdiff
debug vknet
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sat, 3 Aug 2019 17:08:26 +0000 (19:08 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sat, 3 Aug 2019 17:08:26 +0000 (19:08 +0200)
Crow/Crow.csproj
Doxyfile
Samples/HelloWorld/HelloWorld.csproj
Samples/ShowCase/ShowCase.csproj
Samples/Tests/Tests.csproj
Samples/common/CrowWin.cs
Samples/common/ui/Interfaces/Splitter/3.crow

index 48374a190dbf4aebd89a9283ed991ce345bc78bb..99e91d97ac147d87e06ee59b892ceab87a95cfe5 100644 (file)
@@ -34,7 +34,7 @@
   
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugType>full</DebugType>
-    <DefineConstants>TRACE;DESIGN_MODE;_DEBUG_CLIP_RECTANGLE;DEBUG;NETFRAMEWORK;NET471</DefineConstants>
+    <DefineConstants>TRACE;DEBUG;DESIGN_MODE;_DEBUG_CLIP_RECTANGLE;NETFRAMEWORK;NET471</DefineConstants>
     <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
   </PropertyGroup>
   
index 9e06c612e4196b7d546152042979d5a318ae4384..b71325e2010500326fb9627e6811cea9704acf3c 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -790,7 +790,7 @@ WARN_LOGFILE           =
 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
 # Note: If this tag is empty the current directory is searched.
 
-INPUT                  = src
+INPUT                  = Crow/src
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
index 5b4cb6719156b34eface4e1e7928215952daf1a3..57b5322a60f3ca7abce5a303bfb59e64045d25ef 100644 (file)
@@ -5,7 +5,7 @@
     <OutputPath>$(SolutionDir)build\$(Configuration)\</OutputPath>
     <OutputType>Exe</OutputType>        
     <RepositoryUrl>https://github.com/jpbruyere/Crow</RepositoryUrl>
-    <License>https://opensource.org/licenses/MIT</License>
+    <License>MIT</License>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <EnableDefaultNoneItems>false</EnableDefaultNoneItems>     
     <ReleaseVersion>0.8.0</ReleaseVersion>
index a0e6528b8b05ad1f3920b7958651728ce620a6a9..e16c72a04d08cb60f3eb8079800ce61fae77e4fb 100644 (file)
@@ -8,7 +8,6 @@
     <License>MIT</License>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <EnableDefaultNoneItems>false</EnableDefaultNoneItems>    
-    <TargetFramework>net471</TargetFramework>
     <ReleaseVersion>0.8.0</ReleaseVersion>
   </PropertyGroup>
             
index 9b264e05bf7c5fc3aa882298323fc7cec849cba2..eef4c2e4e9687cb10c95d0948907edacc3bbd661 100644 (file)
@@ -5,10 +5,9 @@
     <OutputPath>$(SolutionDir)build\$(Configuration)\</OutputPath>
     <OutputType>Exe</OutputType>        
     <RepositoryUrl>https://github.com/jpbruyere/Crow</RepositoryUrl>
-    <License>https://opensource.org/licenses/MIT</License>
+    <License>MIT</License>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <EnableDefaultNoneItems>false</EnableDefaultNoneItems>    
-    <TargetFramework>net471</TargetFramework>
     <ReleaseVersion>0.8.0</ReleaseVersion>
   </PropertyGroup>
             
index 8fe1e025d048f51244d61dcda794afe3b2b6a996..a25ef6ee405a8d9dd0158d8aa836a66500349bd0 100644 (file)
@@ -66,7 +66,7 @@ namespace Crow
                        isRunning = true;
                        while (isRunning) {
                                crow.Update ();
-                               Thread.Sleep (3);
+                               Thread.Sleep (1);
                        }
 
                        crow.Dispose ();
index 1bcf80339f15cb3d83f04c67705bb1b9b303a6ff..9a28896333256c3c0e3eb052f3012bc20f7a1be0 100755 (executable)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <VerticalStack Fit="true">
-       <GraphicObject CornerRadius="5" Height="10" Width="600" Background="vgradient|0:Transparent|0,5:White|1:Transparent"/>
+       <Widget CornerRadius="5" Height="10" Width="600" Background="vgradient|0:Transparent|0.5:White|1:Transparent"/>
        <HorizontalStack Fit="true" HorizontalAlignment="Left">
                <Border Fit="true" CornerRadius="10" BorderWidth="1">
                        <VerticalStack Margin="10">
@@ -21,7 +21,7 @@
                        </VerticalStack>
                </Border>
                <Splitter Thickness="3" />
-               <Border Fit="true" CornerRadius="10" BorderWidth="1" MaximumSize="150;150" MinimumSize="50;50">
+               <Border Fit="true" CornerRadius="10" BorderWidth="1" MaximumSize="150,150" MinimumSize="50,50">
                        <VerticalStack Margin="10">
                                <Label Text="label 1" Background="hgradient|0:Blue|1:Transparent"/>
                                <Label Text="label 2" Background="hgradient|0:Blue|1:Transparent"/>
                <Border Fit="true" CornerRadius="10" BorderWidth="1">
                        <VerticalStack Margin="10">
                                <Button Caption="Button 1" Background="hgradient|0:Red|1:DarkRed" CornerRadius="5"/>
-                               <Button Caption="Button 2"  Background="hgradient|0:Green|1:Arsenic" CornerRadius="3"/>
+                               <Button Caption="Button 2"  Background="hgradient|0:Green|1:Blue" CornerRadius="3"/>
                                <Button Caption="Button 3"  Background="hgradient|0:DarkRed|1:Transparent" CornerRadius="0"/>
                                <Button Caption="Button 4" Background="hgradient|0:DarkRed|1:Transparent" CornerRadius="8"/>
                        </VerticalStack>
                </Border>
                <Splitter/>
        </HorizontalStack>
-       <GraphicObject CornerRadius="5" Height="10" Width="600" Background="vgradient|0:Transparent|0,5:White|1:Transparent"/>
+       <Widget CornerRadius="5" Height="10" Width="600" Background="vgradient|0:Transparent|0.5:White|1:Transparent"/>
 </VerticalStack>
\ No newline at end of file