Dali C#: csharp dll initial upload
authordongsug.song <dongsug.song@samsung.com>
Fri, 20 Jan 2017 03:47:50 +0000 (12:47 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Fri, 20 Jan 2017 03:48:41 +0000 (12:48 +0900)
commite96f54ca29d27330580811c7062632a29ae34a29
tree672d22606c16770ca98697c99e17148e9caf886f
parent824de78db7e0151600877fc4947ee7e83d353d7a
Dali C#: csharp dll initial upload

Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Change-Id: I3714616413c20c7c19eb6b6f6a8b053605799ac0
321 files changed:
LICENSE [new file with mode: 0644]
etc/csharp-binder-internal [new file with mode: 0755]
etc/csharp-binder-public [new file with mode: 0755]
etc/csharp-binder-src [new file with mode: 0755]
etc/doxy-script.sh [new file with mode: 0755]
packaging/dali-sharp.manifest [new file with mode: 0644]
packaging/dali-sharp.spec [new file with mode: 0644]
src/Tizen.NUI/.vs/ClassLibrary1/v14/.suo [new file with mode: 0755]
src/Tizen.NUI/.vs/config/applicationhost.config [new file with mode: 0755]
src/Tizen.NUI/ClassLibrary1.csproj [new file with mode: 0755]
src/Tizen.NUI/ClassLibrary1.csproj.user [new file with mode: 0755]
src/Tizen.NUI/ClassLibrary1.project.json [new file with mode: 0755]
src/Tizen.NUI/ClassLibrary1.project.lock.json [new file with mode: 0755]
src/Tizen.NUI/ClassLibrary1.sln [new file with mode: 0755]
src/Tizen.NUI/Properties/AssemblyInfo.cs [new file with mode: 0755]
src/Tizen.NUI/Tizen.NUI.nuspec [new file with mode: 0644]
src/Tizen.NUI/src/dotnetcore/ViewImpl.cs [new file with mode: 0644]
src/Tizen.NUI/src/dotnetcore/addedManually.cs [new file with mode: 0755]
src/Tizen.NUI/src/dotnetcore/handleref.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/AccessibilityActionScrollSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/AccessibilityActionSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/AccessibilityFocusOvershotSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/ActorContainer.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/ActorHoverEventSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/ActorSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/ActorTouchDataSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/ActorWheelEventSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Alignment.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/AngleThresholdPair.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/AnimatablePropertyComponentRegistration.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/AnimatablePropertyRegistration.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/AnimationSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Any.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/ApplicationControlSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/ApplicationExtensions.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/ApplicationSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/AsyncImageLoader.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/BaseHandle.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/BaseObject.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/BlendEquationType.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/BlendFactorType.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/BlendModeType.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/BoolSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/BufferImage.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Builder.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/ButtonSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/CameraType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ChildPropertyRegistration.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ClampState.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ClampState2D.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ClippingModeType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ColorMode.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ConnectionTracker.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ConnectionTrackerInterface.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ControlKeyEventSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ControlOrientationType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/CustomActor.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/CustomActorImpl.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/DaliException.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/DefaultItemLayoutProperty.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/DefaultItemLayoutType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/DefaultRuler.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/DepthFunctionType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/DepthTestModeType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/DepthWriteModeType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/DimensionType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/DirectionBias.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/DisposeQueue.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/DragAndDropDetector.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/DrawModeType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/EncodedBufferImage.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/FaceCullingModeType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/FilterModeType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/FittingModeType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/FixedRuler.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/FloatSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/FocusChangedSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/FocusGroupChangedSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/FrameBuffer.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/FrameBufferImage.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/GaussianBlurViewSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/GradientVisualSpreadMethodType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/GradientVisualUnitsType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/Handle.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/HorizontalAlignmentType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/Image.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ImageSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/Item.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ItemContainer.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ItemFactory.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ItemIdContainer.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ItemLayout.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ItemRange.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/KeyEventSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/KeyInputFocusSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/KeyboardPreFocusChangeSignal.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/LoadingState.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/LongPressGestureDetectedSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/LongPressGestureDetector.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ManualPINVOKE.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/MeshVisualShadingModeValue.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/Meta.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/NDalic.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/NDalicPINVOKE.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/NativeImage.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/NativeImageInterface.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/NinePatchImage.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ObjectCreatedSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ObjectDestroyedSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ObjectRegistry.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/PageFactory.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/PagePanSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/PageTurnLandscapeView.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/PageTurnPortraitView.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/PageTurnSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/PanGestureDetectedSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/PanGestureDetector.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/PinchGestureDetectedSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/PinchGestureDetector.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/PixelData.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/PixelFormat.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/PointStateType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/PositionInheritanceMode.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/PrimitiveVisualShapeType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ProjectionMode.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/PropertyBuffer.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/PropertyCondition.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/PropertyNotification.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/PropertyNotifySignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/PropertyRanges.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/PropertyRegistration.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/RectDouble.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/RectFloat.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/RectInteger.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/RectUnsignedInteger.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/RefObject.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/RenderBufferFormat.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/RenderModeType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/RenderTask.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/RenderTaskList.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/RenderTaskSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/RenderingType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ResourceImage.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ResourceImageSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/RulerDomain.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/RulerPtr.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_CallbackBase.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Configuration__ContextLoss.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__CallbackBase.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__Constraint.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__CustomActorImpl__Extension.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__FunctorDelegate.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__Internal__TypeRegistry.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__IntrusivePtrT_Dali__Toolkit__ItemLayout_t.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__SignalT_bool_fDali__Actor_Dali__TouchEvent_const_RF_t.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__SignalT_void_fDali__DragAndDropDetectorF_t.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__SignalT_void_fDali__Toolkit__Control_Dali__Toolkit__ControlF_t.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__SignalT_void_fDali__Toolkit__ProgressBar_floatF_t.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__SignalT_void_fDali__Toolkit__TextEditor_Dali__Toolkit__TextEditor__InputStyle__MaskF_t.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__SignalT_void_fDali__Toolkit__TextField_Dali__Toolkit__TextField__InputStyle__MaskF_t.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__SignalT_void_fDali__TouchEvent_const_RF_t.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__SignalT_void_fboolF_t.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__SignalT_void_fuint32_t_Dali__PixelDataF_t.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__Toolkit__ClampState.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__Toolkit__Internal__AsyncImageLoader.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__Toolkit__Internal__Control__Extension.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__Toolkit__Internal__TransitionData.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_Dali__Toolkit__Internal__Visual__Base.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_FunctorDelegate.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_PropertyInputContainer.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_double.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_f___Dali__BaseHandle.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_f___bool.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_f_float__float.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_f_p_Dali__BaseObject_Dali__Property__Index__Dali__Property__Value.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_f_p_Dali__BaseObject_int_r_q_const__Dali__Property__Value__void.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_f_p_Dali__BaseObject_p_Dali__ConnectionTrackerInterface_r_q_const__std__string_p_Dali__FunctorDelegate__bool.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_f_p_Dali__BaseObject_r_q_const__std__string_r_q_const__Dali__Property__Map__bool.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_f_p_q_const__Dali__Any__AnyContainerBase__void.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_f_r_Dali__Vector2__bool.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_f_r_q_const__Dali__Any__AnyContainerBase__p_Dali__Any__AnyContainerBase.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_f_r_q_const__Dali__Vector3__float.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_float.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_int.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_std__type_info.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_uint8_t.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_unsigned_char.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_unsigned_int.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SWIGTYPE_p_unsigned_short.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/Sampler.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SamplingModeType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ScrollViewSnapStartedSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ScrollableSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SignalConnectorType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SignalObserver.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SliderMarkReachedSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SliderValueChangedSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SlotObserver.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/SnapType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/StageWheelEventSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/StencilFunctionType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/StencilOperationType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/StringValuePair.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/StyleChangeType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/StyleChangedSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/TapGestureDetectedSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/TapGestureDetector.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/TextEditorSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/TextFieldSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/TextureSet.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/TextureType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/TimePeriod.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/TimerSignalType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ToolkitPropertyRange.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/TouchEvent.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/TouchPoint.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/TouchPointContainer.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/TouchSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/TransitionData.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/TypeAction.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/TypeInfo.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/TypeRegistration.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/TypeRegistry.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/Uint16Pair.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/VectorBase.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/VectorFloat.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/VectorInteger.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/VectorUint16Pair.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/VectorUnsignedChar.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/VerticalAlignmentType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/VideoViewSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ViewMode.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ViewWrapperImpl.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/VisualType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/VoidSignal.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/WrapModeType.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/doublep.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/floatp.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/intp.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/uintp.cs [new file with mode: 0644]
src/Tizen.NUI/src/internal/ushortp.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/AccessibilityManager.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Actor.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/AlphaFunction.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/AngleAxis.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Animation.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/Application.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Button.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/CameraActor.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/CheckBoxButton.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Color.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/CustomView.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/DaliApplication.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/DaliEnumConstants.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/DaliEventHandler.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/Degree.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Doxyfile [new file with mode: 0755]
src/Tizen.NUI/src/public/FlexContainer.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/FocusManager.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/GaussianBlurView.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Geometry.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Gesture.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/GestureDetector.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/HoverEvent.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/ImageView.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/ItemView.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/KeyEvent.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/KeyFrames.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/KeyInputFocusManager.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Layer.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/LinearConstrainer.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/LongPressGesture.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Matrix.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Matrix3.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Model3dView.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/PageTurnView.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/PanGesture.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Path.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/PathConstrainer.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/PinchGesture.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Popup.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Position.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/ProgressBar.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Property.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/PushButton.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Quaternion.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Radian.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/RadioButton.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/RelayoutContainer.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Renderer.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/ResizePolicyType.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Ruler.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/ScrollBar.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/ScrollView.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/ScrollViewEffect.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/ScrollViewPagePathEffect.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Scrollable.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Shader.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Size.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/SizeScalePolicyType.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Slider.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Stage.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/StyleManager.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/TableView.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/TapGesture.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/TextEditor.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/TextField.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/TextLabel.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Texture.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Timer.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/TouchData.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Vector2.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Vector3.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Vector4.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/VideoView.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/View.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/ViewWrapper.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/VisualBase.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/VisualFactory.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/WheelEvent.cs [new file with mode: 0644]
src/Tizen.NUI/src/public/Window.cs [new file with mode: 0644]