]> O.S.I.I.S - jp/crow.git/commitdiff
debug and update nuspec
authorjpbruyere <jp.bruyere@hotmail.com>
Sat, 6 Aug 2016 01:24:35 +0000 (03:24 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Sat, 6 Aug 2016 01:27:58 +0000 (03:27 +0200)
Crow.OpenTK.nuspec
Default.style
README.md
Templates/ArrowButTemplate.crow
Templates/Spinner.goml

index 24eeb31caaac339b77e3c603031cdfa3ec3bcc65..e3f20cd60e51e3e2d2a22de3870b3ba8d321d921 100644 (file)
@@ -32,17 +32,19 @@ For more information, please visit https://jpbruyere.github.io/Crow/.
             <reference file="Crow.dll" />
         </references>
         <frameworkAssemblies>
-            <frameworkAssembly assemblyName="System" />
-            <frameworkAssembly assemblyName="System.Drawing" />
-            <frameworkAssembly assemblyName="System.Xml" />
-        </frameworkAssemblies>
-               <contentFiles>
-                       <files include="build/Release/Crow.dll.config" copyToOutput="true" />
-               </contentFiles>
+                       <frameworkAssembly assemblyName="System" />
+                       <frameworkAssembly assemblyName="System.Drawing" />
+                       <frameworkAssembly assemblyName="System.Xml" />
+                       <frameworkAssembly assemblyName="gio-sharp" />
+                       <frameworkAssembly assemblyName="gdk-sharp" />
+                       <frameworkAssembly assemblyName="glib-sharp" />
+                       <frameworkAssembly assemblyName="cairo-sharp" />
+               </frameworkAssemblies>
        </metadata>
        <files>
                <file src="Tests/OpenTKGameWindow.cs" target="content" />
                <file src="Tests/OpenGL/*.cs" target="content/OpenGL" />
                <file src="build/Release/Crow.dll" target="lib/net45" />
+               <file src="build/Release/Crow.dll.config" target="content" />
        </files>
 </package>
index 2f7f75d5f723870825a89489ac8c09844aa3e477..f3ec0113123038b3bc49e2d8be9d5053aba17b59 100644 (file)
@@ -32,6 +32,7 @@ TabItem {
 TextBox {
        Background = White;
        Foreground = Black;
+       Selectable = True;
 }
 Window {
        Focusable = true;
index 1c03966e9ee405251f00d14d413891ac1f3d167d..8905634e7b36a821a6ce6d5f02a155ede9580f5c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -63,3 +63,4 @@ xbuild  /p:Configuration=Release Crow.sln                     # Build with Mono
 * Derive **OpenTKGameWindow** class.
 * Load some widget in the **OnLoad** override with `CrowInterface.LoadInterface` .
 * Build your project with **mono**. (**xbuild**)
+- copy **Crow.dll.config** to output directory if you have trouble finding native libs.
index 817c00d19fafa5afb03680f977126d7c2eec8b36..fe0e122c7bb5d5dd3aad82f11533a2043b0d698c 100755 (executable)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <Border Name="Content"
        Background="vgradient|0:White|0.1:LightGray|0.9:LightGray|1:Black" Foreground="DarkGray" 
-       Height="{./HeightPolicy}" Width="{./WidthPolicy}"
+       Height="{../HeightPolicy}" Width="{../WidthPolicy}"
        MouseEnter="{Foreground=White}"
        MouseLeave="{Foreground=DarkGray}"
        MouseDown="{Background=vgradient|0:Black|0.1:LightGray|0.9:LightGray|1:White}"
index b63a7d26167ad7352ef65553e7b69a58884e9fad..b07e17b3f6bb38feabd1b83c006aa09f3f1b2188 100755 (executable)
@@ -3,10 +3,10 @@
                Height="{./HeightPolicy}" Width="{./WidthPolicy}">
        <Border BorderWidth="1" Height="{./HeightPolicy}" Width="80%"  Background="White" 
                Foreground="DimGray" Margin="0">
-               <Label Foreground="DimGray" Height="{./HeightPolicy}" Width="Stretched"
-                       Text="{./Value}" TextAlignment="Right" Margin="0"/>
+               <Label Foreground="DimGray" Height="{../../../HeightPolicy}" Width="Stretched"
+                       Text="{../../../Value}" TextAlignment="Right" Margin="0"/>
        </Border>
-       <VerticalStack MinimumSize="8;10" Width="20%" Height="Stretched" Spacing="0" Margin="0" Background="Red">
+       <VerticalStack MinimumSize="8,10" Width="20%" Height="Stretched" Spacing="0" Margin="0" Background="Red">
                <Button MouseRepeat="true" Width="Stretched" Height="50%" Margin="0" MouseClick="./onUp"
                        Template="#Crow.Templates.ArrowButTemplate.crow">
                        <Image Path="#Crow.Images.Icons.updown.svg" SvgSub="up" Margin="0"/>