]> O.S.I.I.S - jp/crow.git/commit
Gradient, Bitmap and Svg Filling
authorjpbruyere <jp.bruyere@hotmail.com>
Tue, 2 Feb 2016 22:38:54 +0000 (23:38 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Wed, 3 Feb 2016 00:58:16 +0000 (01:58 +0100)
commit921126b99a9e1ab00befb40d8f7f0c99728af698
treebc2693bcd33739ace6f4865d560c3705cea478d1
parent2b087282dd73152d21140ea7312a90e046c84f61
Gradient, Bitmap and Svg Filling
38 files changed:
Crow.csproj
Crow.userprefs
Templates/ArrowButTemplate.crow
Templates/Button.crow
Templates/GroupBox.goml
Templates/ScrollBar.goml
Templates/Window.goml
Tests/GOLIBTest_4.cs
Tests/GOLIBTest_5.cs
Tests/GOLIBTests.cs
Tests/Interfaces/0.crow [new file with mode: 0755]
Tests/Interfaces/test2WayBinding.crow [new file with mode: 0755]
Tests/Interfaces/testBorder.goml
Tests/Interfaces/testButton.crow
Tests/Interfaces/testGroupBox.goml
Tests/Interfaces/testWindow.goml
Tests/Tests.csproj
Tests/image/crow0.svg [new file with mode: 0644]
src/BmpPicture.cs
src/Cairo/IFill.cs [deleted file]
src/Colors.cs
src/Fill/Fill.cs [new file with mode: 0644]
src/Gradient.cs [new file with mode: 0644]
src/GraphicObjects/AnalogMeter.cs
src/GraphicObjects/Border.cs
src/GraphicObjects/GraduatedSlider.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Group.cs
src/GraphicObjects/Label.cs
src/GraphicObjects/ProgressBar.cs
src/GraphicObjects/Slider.cs
src/GraphicObjects/TextBox.cs
src/GraphicObjects/TextRun.cs
src/Picture.cs
src/Point.cs
src/Rectangle.cs
src/SolidColor.cs [new file with mode: 0644]
src/SvgPicture.cs