Introduce ElmSharp project
authorWonYoung Choi <wy80.choi@samsung.com>
Thu, 1 Sep 2016 02:05:17 +0000 (11:05 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 1 Sep 2016 02:05:17 +0000 (11:05 +0900)
commit04d9b332c81116484657f669083de6fb8d6da169
tree24ad8a58d8f9ccee1b5b46c3b74af93617614fe9
parent718c6784ff381b4acd5b2ce44c134de326964158
Introduce ElmSharp project

Change-Id: Ifcd5eab2fce0ca2caafff0b0de506b31b1aa996d
145 files changed:
.gitignore [new file with mode: 0644]
ElmSharpTest/ElmSharpTest.xproj [new file with mode: 0644]
ElmSharpTest/Properties/AssemblyInfo.cs [new file with mode: 0644]
ElmSharpTest/TC/BackgroundTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/BackgroundTest2.cs [new file with mode: 0644]
ElmSharpTest/TC/BackgroundTest3.cs [new file with mode: 0644]
ElmSharpTest/TC/BoxTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/ButtonTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/CalendarTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/CheckTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/ColorSelectorTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/ContextPopupTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/DateTimeSelectorTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/EntryTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/GenGridTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/GenGridTest2.cs [new file with mode: 0644]
ElmSharpTest/TC/GenListTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/GenListTest2.cs [new file with mode: 0644]
ElmSharpTest/TC/GenListTest3.cs [new file with mode: 0644]
ElmSharpTest/TC/GenListTest4.cs [new file with mode: 0644]
ElmSharpTest/TC/GenListTest5.cs [new file with mode: 0644]
ElmSharpTest/TC/IconTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/IndexTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/IndexTest2.cs [new file with mode: 0644]
ElmSharpTest/TC/LabelTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/ListTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/NaviframeTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/PanelTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/PanelTest2.cs [new file with mode: 0644]
ElmSharpTest/TC/PanesTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/PopupTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/ProgressBarTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/RadioTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/RectangleTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/ScrollerTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/ScrollerTest2.cs [new file with mode: 0644]
ElmSharpTest/TC/SliderTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/SpinnerTest1.cs [new file with mode: 0644]
ElmSharpTest/TC/ToolbarTest1.cs [new file with mode: 0644]
ElmSharpTest/TestCaseBase.cs [new file with mode: 0644]
ElmSharpTest/TestRunner.cs [new file with mode: 0644]
ElmSharpTest/project.json [new file with mode: 0644]
ElmSharpTest/test.sh [new file with mode: 0755]
LICENSE [new file with mode: 0644]
packaging/elm-sharp.manifest [new file with mode: 0644]
packaging/elm-sharp.spec [new file with mode: 0644]
src/ElmSharp/ElmSharp.nuspec [new file with mode: 0644]
src/ElmSharp/ElmSharp.snk [new file with mode: 0644]
src/ElmSharp/ElmSharp.xproj [new file with mode: 0644]
src/ElmSharp/ElmSharp/Background.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Box.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Button.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Calendar.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Check.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/CheckStateChangedEventArgs.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Color.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/ColorChangedEventArgs.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/ColorSelector.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Conformant.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Container.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/ContextPopup.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/ContextPopupItem.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/DateChangedEventArgs.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/DateTimeSelector.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/DisplayedMonthChangedEventArgs.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/EcoreMainloop.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/EcoreSynchronizationContext.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/EdjeObject.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Elementary.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Entry.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/EvasKeyEventArgs.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/EvasMap.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/EvasObject.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/GenGrid.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/GenGridItem.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/GenItem.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/GenItemClass.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/GenList.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/GenListItem.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Icon.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Image.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Index.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/IndexItem.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/ItemObject.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Label.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Layout.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/List.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/ListItem.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/NaviItem.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Naviframe.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Panel.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Panes.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Point.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Point3D.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Popup.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/PopupItem.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/ProgressBar.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Radio.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Rect.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Rectangle.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Scroller.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Size.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Slider.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Spinner.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Table.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Toolbar.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/ToolbarItem.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Widget.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/Window.cs [new file with mode: 0644]
src/ElmSharp/ElmSharp/WrapType.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Ecore.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.Bg.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.Box.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.Button.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.CalendarView.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.ColorPicker.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.CtxPopup.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.DateTimePicker.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.Entry.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.GenGridView.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.GenListView.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.Image.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.Index.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.Label.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.List.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.Naviframe.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.Panel.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.Panes.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.Popup.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.ProgressBar.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.ScrollView.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.Slider.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.Spinner.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.Table.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.Toolbar.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.Win.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Elementary.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Evas.Image.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Evas.cs [new file with mode: 0755]
src/ElmSharp/Interop/Interop.EvasObjectEvent.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Libc.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.Libraries.cs [new file with mode: 0644]
src/ElmSharp/Interop/Interop.SmartEvent.cs [new file with mode: 0644]
src/ElmSharp/Properties/AssemblyInfo.cs [new file with mode: 0644]
src/ElmSharp/project.json [new file with mode: 0644]