]> O.S.I.I.S - jp/crow.git/commit
Fix CRLF
authorjpbruyere <jp.bruyere@hotmail.com>
Tue, 2 Feb 2016 11:19:06 +0000 (12:19 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Tue, 2 Feb 2016 11:19:06 +0000 (12:19 +0100)
commit2b087282dd73152d21140ea7312a90e046c84f61
tree5d03225090e39c1d14465bdbaf1882e87026402b
parent73b7c1d82226e4d10708e858a011991e3f598655
Fix CRLF
102 files changed:
Crow.csproj
Crow.sln
Crow.userprefs
GOMLViewer/packages.config
Properties/AssemblyInfo.cs
Templates/AnalogMeter0.goml
Templates/ArrowButTemplate.crow
Templates/Button.crow
Templates/CheckBox.goml
Templates/Checkbox2.goml
Templates/ComboBox.goml
Templates/ComboBoxOverlay.goml
Templates/Expandable.goml
Templates/ItemTemplate.goml
Templates/ListBox.goml
Templates/Popper.goml
Templates/RadioButton.goml
Templates/ScrollBar.goml
Templates/Slider.goml
Templates/Window.goml
Templates/imgItemTemplate.goml
Templates/tmpDirItem.goml
Tests/GOLIBTest_0.cs
Tests/GOLIBTest_4.cs
Tests/GOLIBTest_5.cs
Tests/GOLIBTest_DirViewer.cs
Tests/GOLIBTest_Listbox.cs
Tests/GOLIBTest_TypeViewer.cs
Tests/GOLIBTest_Window.cs
Tests/GOLIBTest_deviceOffset.cs
Tests/GOLIBTests.cs
Tests/IValueChange.cs
Tests/Interfaces/fps.goml
Tests/Interfaces/itemTmp.goml
Tests/Interfaces/test1.1.goml
Tests/Interfaces/test1.2.goml
Tests/Interfaces/test1.goml
Tests/Interfaces/test2.goml
Tests/Interfaces/test3.goml
Tests/Interfaces/test4.1.goml
Tests/Interfaces/test4.goml
Tests/Interfaces/test5.goml
Tests/Interfaces/test7.goml
Tests/Interfaces/testAll.goml
Tests/Interfaces/testBorder.goml
Tests/Interfaces/testCheckbox.goml
Tests/Interfaces/testCombobox.goml
Tests/Interfaces/testContainer.goml
Tests/Interfaces/testExpandable.goml
Tests/Interfaces/testGrid.goml
Tests/Interfaces/testGroupBox.goml
Tests/Interfaces/testHStack.goml
Tests/Interfaces/testLabel.goml
Tests/Interfaces/testPopper.goml
Tests/Interfaces/testRadioButton.goml
Tests/Interfaces/testRadioButton2.goml
Tests/Interfaces/testScrollbar.goml
Tests/Interfaces/testSpinner.goml
Tests/Interfaces/testWindow.goml
Tests/Interfaces/testWindow.goml.sav
Tests/Interfaces/testWindow2.goml
Tests/Interfaces/testWindow3.goml
Tests/Interfaces/test_Listbox.goml
Tests/Interfaces/test_stack.goml
Tests/Interfaces/tmpDirItem.goml
Tests/Interfaces/tmpMembers.goml
UnitTest/NUnitCrowWindow.cs
src/Cairo/CairoHelpers.cs
src/Colors.cs
src/DynAttribute.cs
src/Enums.cs
src/GraphicObjects/Button.cs
src/GraphicObjects/CheckBox.cs
src/GraphicObjects/ComboBox.cs
src/GraphicObjects/Container.cs
src/GraphicObjects/Expandable.cs
src/GraphicObjects/GenericStack.cs
src/GraphicObjects/GraduatedSlider.cs
src/GraphicObjects/GraphicObject.cs
src/GraphicObjects/Grid.cs
src/GraphicObjects/Group.cs
src/GraphicObjects/GroupBox.cs
src/GraphicObjects/HorizontalStack.cs
src/GraphicObjects/Image.cs
src/GraphicObjects/Label.cs
src/GraphicObjects/Popper.cs
src/GraphicObjects/ProgressBar.cs
src/GraphicObjects/RadioButton.cs
src/GraphicObjects/ScrollBar.cs
src/GraphicObjects/Scroller.cs
src/GraphicObjects/Slider.cs
src/GraphicObjects/TextBox.cs
src/GraphicObjects/TextRun.cs
src/GraphicObjects/VerticalStack.cs
src/GraphicObjects/WrappedWidgetGroup.cs
src/OpenTKGameWindow.cs
src/Point.cs
src/Rectangle.cs
src/Rectangles.cs
src/Size.cs
src/win32/Win32.cs
src/win32/winApi.cs