]> O.S.I.I.S - jp/crow.git/commit
first commit
authorjpbruyere <jp_bruyere@hotmail.com>
Sat, 16 Nov 2013 08:16:43 +0000 (09:16 +0100)
committerjpbruyere <jp_bruyere@hotmail.com>
Sat, 16 Nov 2013 08:16:43 +0000 (09:16 +0100)
commitdab0f2befeda33bd1c8e59ec41a2e1768712086b
treee1dc606a3d8eeccd221e8adc03edc8639c3daa17
first commit
45 files changed:
.gitignore [new file with mode: 0644]
GOLib.csproj [new file with mode: 0644]
lib/OpenTK.Compatibility.dll [new file with mode: 0644]
lib/OpenTK.GLControl.dll [new file with mode: 0644]
lib/OpenTK.dll [new file with mode: 0644]
lib/freetype6.dll [new file with mode: 0644]
lib/intl.dll [new file with mode: 0644]
lib/libcairo-2.dll [new file with mode: 0644]
lib/libcairo-gobject-2.dll [new file with mode: 0644]
lib/libcairo-script-interpreter-2.dll [new file with mode: 0644]
lib/libexpat-1.dll [new file with mode: 0644]
lib/libfontconfig-1.dll [new file with mode: 0644]
lib/libpng14-14.dll [new file with mode: 0644]
lib/zlib1.dll [new file with mode: 0644]
src/AssemblyInfo.cs [new file with mode: 0644]
src/Button.cs [new file with mode: 0644]
src/Colors.cs [new file with mode: 0644]
src/Container.cs [new file with mode: 0644]
src/GenericStack.cs [new file with mode: 0644]
src/GraphicObject.cs [new file with mode: 0644]
src/Group.cs [new file with mode: 0644]
src/GroupBox.cs [new file with mode: 0644]
src/HorizontalStack.cs [new file with mode: 0644]
src/HorizontalWrappingWidget.cs [new file with mode: 0644]
src/Image.cs [new file with mode: 0644]
src/Interface.cs [new file with mode: 0644]
src/Label.cs [new file with mode: 0644]
src/Mouse.cs [new file with mode: 0644]
src/Mouse3d.cs [new file with mode: 0644]
src/Panel.cs [new file with mode: 0644]
src/PanelWithTitle.cs [new file with mode: 0644]
src/Point.cs [new file with mode: 0644]
src/Rectangle.cs [new file with mode: 0644]
src/Rectangles.cs [new file with mode: 0644]
src/ScrollingWidget.cs [new file with mode: 0644]
src/Size.cs [new file with mode: 0644]
src/Slider.cs [new file with mode: 0644]
src/Spinner.cs [new file with mode: 0644]
src/TextBox.cs [new file with mode: 0644]
src/VerticalStack.cs [new file with mode: 0644]
src/VerticalWrappingWidget.cs [new file with mode: 0644]
src/Win32.cs [new file with mode: 0644]
src/WrappedWidgetGroup.cs [new file with mode: 0644]
src/directories.cs [new file with mode: 0644]
src/enums.cs [new file with mode: 0644]