platform/core/uifw/dali-csharp-binder.git
4 months agoUse DepthIndex for 3D rendering order 96/302396/2
seungho baek [Wed, 6 Dec 2023 06:45:11 +0000 (15:45 +0900)]
Use DepthIndex for 3D rendering order

Change-Id: Ifd91efe6cdbc23a43de878bd3e74a3ebcfa62730
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
4 months agoMerge "SecondPhase initialize for ProcessorController" into devel/master
Eunki Hong [Thu, 7 Dec 2023 08:44:20 +0000 (08:44 +0000)]
Merge "SecondPhase initialize for ProcessorController" into devel/master

4 months agoBind masking for scene3D::SceneView 46/302446/3
huiyu.eun [Wed, 25 Oct 2023 07:46:30 +0000 (16:46 +0900)]
Bind masking for scene3D::SceneView

Change-Id: Ib99527f97448a3fd58552adff2a3012331311281
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 months agoSecondPhase initialize for ProcessorController 39/302439/2
Eunki Hong [Wed, 6 Dec 2023 15:52:46 +0000 (00:52 +0900)]
SecondPhase initialize for ProcessorController

Let we allow to create ProcessController not-main thread.
Rather then, let we create & register at App Initialized timing.

Change-Id: I59b1d0f04ce08a759e238419ac2996dbdddbf91d
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
4 months agoSupport RootTranslationOnly option for motion capture data 48/302248/1
seungho baek [Tue, 21 Nov 2023 07:28:13 +0000 (16:28 +0900)]
Support RootTranslationOnly option for motion capture data

Change-Id: I457ae5783dfbb05e7f9b976040194f051d578365
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
4 months agoMerge "Add SetResolution method to SceneView" into devel/master
Seungho BAEK [Mon, 4 Dec 2023 08:01:11 +0000 (08:01 +0000)]
Merge "Add SetResolution method to SceneView" into devel/master

5 months agoDALi Version 2.3.1 67/302167/1 dali_2.3.1
Richard Huang [Fri, 1 Dec 2023 11:03:04 +0000 (11:03 +0000)]
DALi Version 2.3.1

Change-Id: I782b2003faafc7a8f702d5a09b0bb2f660b874b0

5 months agoAdd SetResolution method to SceneView 49/301949/2
seungho baek [Tue, 28 Nov 2023 07:07:20 +0000 (16:07 +0900)]
Add SetResolution method to SceneView

Change-Id: I5e16e09e3052f98b164570047876e04d1aea1b42
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
5 months agoMerge "Add VisualFactory::UsePrecompiledShader()" into devel/master
sunghyun kim [Tue, 28 Nov 2023 04:33:49 +0000 (04:33 +0000)]
Merge "Add VisualFactory::UsePrecompiledShader()" into devel/master

5 months agoDALi Version 2.3.0 56/301856/1 dali_2.3.0
David Steele [Fri, 24 Nov 2023 12:38:18 +0000 (12:38 +0000)]
DALi Version 2.3.0

Change-Id: I2798917f8996a28ad8544378e3b81b7a46215865

5 months agoMerge "(A11y) Let we call DetachAccessibleObject only if it is Control" into devel...
Eunki Hong [Tue, 21 Nov 2023 07:03:46 +0000 (07:03 +0000)]
Merge "(A11y) Let we call DetachAccessibleObject only if it is Control" into devel/master

5 months agoFix svace issue (nullptr EncodedImageBuffer can call function) 57/301557/1
Eunki, Hong [Mon, 20 Nov 2023 04:35:37 +0000 (13:35 +0900)]
Fix svace issue (nullptr EncodedImageBuffer can call function)

There was missing code when encodedImageBuffer was null

Change-Id: Ieb4fa2f9a06a1b4ef17cdb5a24596ae0dc50284f
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 months ago(A11y) Let we call DetachAccessibleObject only if it is Control 96/301396/2
Eunki, Hong [Wed, 15 Nov 2023 08:44:20 +0000 (17:44 +0900)]
(A11y) Let we call DetachAccessibleObject only if it is Control

NUI.CustomView is subclass of NUI.View, and it will create CustomActor,
which is not a Dali::Toolkit::Control.

In this case, it will throw exception at DevelControl API.

To avoid this cases, let we seperate the cases between Control and non-Control.
And let we ignore for non-control cases.

Change-Id: I87082c77039bb6691cebb18d90341b61b511ba45
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 months agoDALi Version 2.2.53 28/301528/1 dali_2.2.53
Adeel Kazmi [Fri, 17 Nov 2023 14:57:07 +0000 (14:57 +0000)]
DALi Version 2.2.53

Change-Id: I59200d08a969813399d34209e4d56cec75446c0f

5 months agoAdded function to set a collider mesh on the ModelNode and signal to Model 14/299714/7
Adam Bialogonski [Tue, 14 Nov 2023 11:54:04 +0000 (11:54 +0000)]
Added function to set a collider mesh on the ModelNode and signal to Model

Change-Id: I0a1cc6633002779a26e7f0fc60f0a67412feb2c4

5 months ago(A11y) Create Accessible at Detach() only if we use it before. 07/301107/7
Eunki, Hong [Wed, 8 Nov 2023 13:26:12 +0000 (22:26 +0900)]
(A11y) Create Accessible at Detach() only if we use it before.

Detach() API called at Dispose() timing. So we don't need to re-create
Accessible that timing if we never use Accessible item previously.

This patch have dependency with below pathces :

https://review.tizen.org/gerrit/c/platform/core/uifw/dali-toolkit/+/301106

Change-Id: I55b40951ec792c52c82b53e3746c2a876e52dbe3
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 months agoBind EncodedImageBuffer with ImageType 14/301314/2
Eunki, Hong [Tue, 14 Nov 2023 03:05:53 +0000 (12:05 +0900)]
Bind EncodedImageBuffer with ImageType

Change-Id: I26acafe44085c0d820e42569366af2cee21129c9
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 months agoDALi Version 2.2.52 05/301205/1 dali_2.2.52
Adam Bialogonski [Fri, 10 Nov 2023 07:43:14 +0000 (07:43 +0000)]
DALi Version 2.2.52

Change-Id: I6d4e2e9dd38d36857c6710eacd6a5d3a6a4e14bf

5 months agoMerge "Support to build ModelNode Tree in csharp" into devel/master
Eunki Hong [Wed, 8 Nov 2023 05:01:48 +0000 (05:01 +0000)]
Merge "Support to build ModelNode Tree in csharp" into devel/master

5 months agoSupport to build ModelNode Tree in csharp 41/301041/1
seungho baek [Tue, 7 Nov 2023 11:38:10 +0000 (20:38 +0900)]
Support to build ModelNode Tree in csharp

Change-Id: I73df997d9ab761dfd32f2676fcc0da5bd312bab8
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
5 months agoBind setter and getter for front buffer rendering in WindowData 25/301025/1
ANZ1217 [Tue, 7 Nov 2023 07:21:32 +0000 (16:21 +0900)]
Bind setter and getter for front buffer rendering in WindowData

Change-Id: Ib068ce63a09107a23d5cf35b80914a9a004bb117

5 months agoMerge "DALi Version 2.2.51" into devel/master
Adeel Kazmi [Fri, 3 Nov 2023 11:14:26 +0000 (11:14 +0000)]
Merge "DALi Version 2.2.51" into devel/master

5 months agoDALi Version 2.2.51 83/300883/1 dali_2.2.51
Richard Huang [Fri, 3 Nov 2023 10:58:13 +0000 (10:58 +0000)]
DALi Version 2.2.51

Change-Id: I16eaa2c750db4e47042e91657c11e5e6580f376f

6 months agoBind Window constructor using WindowData 31/300731/2
ANZ1217 [Wed, 1 Nov 2023 08:54:00 +0000 (17:54 +0900)]
Bind Window constructor using WindowData

Change-Id: Id313651d31a0caf8f11a21514a39e2ca3f59a14d

6 months agoMerge "Add checker for window handle(Phase1)" into devel/master
Wonsik Jung [Tue, 31 Oct 2023 01:39:45 +0000 (01:39 +0000)]
Merge "Add checker for window handle(Phase1)" into devel/master

6 months agoAdd VisualFactory::UsePrecompiledShader() 75/299275/4
seungho baek [Mon, 25 Sep 2023 03:14:39 +0000 (12:14 +0900)]
Add VisualFactory::UsePrecompiledShader()

Change-Id: I3e60434af36da06431fc33e48243d02fb80378e7
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
6 months agoMerge "[AT-SPI] Add NUIViewAccessible::Detach()" into devel/master
Jaehyun Cho [Mon, 30 Oct 2023 02:31:56 +0000 (02:31 +0000)]
Merge "[AT-SPI] Add NUIViewAccessible::Detach()" into devel/master

6 months agoMerge "Bind NativeImageInterface generate url" into devel/master
Eunki Hong [Fri, 27 Oct 2023 10:30:35 +0000 (10:30 +0000)]
Merge "Bind NativeImageInterface generate url" into devel/master

6 months agoMerge "DALi Version 2.2.50" into devel/master
Adeel Kazmi [Fri, 27 Oct 2023 09:40:24 +0000 (09:40 +0000)]
Merge "DALi Version 2.2.50" into devel/master

6 months agoDALi Version 2.2.50 79/300579/1 dali_2.2.50
David Steele [Fri, 27 Oct 2023 09:35:46 +0000 (10:35 +0100)]
DALi Version 2.2.50

Change-Id: I0ad2bc46ecca38e8fdb99f875aa0dd002c552479

6 months agoAdd checker for window handle(Phase1) 70/300470/4
Wonsik Jung [Wed, 25 Oct 2023 12:17:14 +0000 (21:17 +0900)]
Add checker for window handle(Phase1)

Add checker for window handle input in window-warpper.
Window-wrapper is called by NUI module.
Most of cases the wrapper have the window handle in input param.
In current implementation, some wrappers checked the input param, the others had nothing.

To support the checking of window input handle for whole cases,
this patch has the checker for window handle and error message.
To check this patch, NUI sample and Test case will be added to the existed NUI sample and TCT.

These work have some phases.
The first phase has the normal funtions.
Next phase will have working about event and signals.

Change-Id: Ifced21e972323a1f8375f8baab74c1a4081e1c3d

6 months agoBind NativeImageInterface generate url 13/300513/1
Eunki Hong [Thu, 26 Oct 2023 10:08:43 +0000 (19:08 +0900)]
Bind NativeImageInterface generate url

Change-Id: Ifefb6ccc2bd5433b25c1e8f30ff43de93a3fc499
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
6 months agoAdd property to keep widget size 79/300479/2
sunghyun kim [Thu, 26 Oct 2023 02:02:26 +0000 (11:02 +0900)]
Add property to keep widget size

Change-Id: I8985a1ef2b61cd229cca30a9711f69e8c572f3cf

6 months agobind to support setting/getting full screen sized window. 79/300079/3
Wonsik Jung [Mon, 16 Oct 2023 11:04:09 +0000 (20:04 +0900)]
bind to support setting/getting full screen sized window.

Change-Id: I7ed392a4de4dbb21bedc075775158b0ecbb69239

6 months agoDALi Version 2.2.49 96/300296/1 dali_2.2.49
Adeel Kazmi [Fri, 20 Oct 2023 06:08:09 +0000 (07:08 +0100)]
DALi Version 2.2.49

Change-Id: I703da443ff4fcbdc38301ff14f3dc46e0ade3b10

6 months ago[AT-SPI] Add NUIViewAccessible::Detach() 77/300277/2
Artur Świgoń [Thu, 19 Oct 2023 15:59:58 +0000 (17:59 +0200)]
[AT-SPI] Add NUIViewAccessible::Detach()

The application may crash if the View is disposed but the Accessibility
infrastructure calls one of the View methods. Detaching the
NUIViewAccessible proxy object in View.Dispose() should prevent that.

Change-Id: I9a86fbda9b1ec6bdb40482195a1541b209b99fcc

6 months agoMerge "[AT-SPI] Fix csharp_dali_accessibility_say()" into devel/master
Seoyeon Kim [Mon, 16 Oct 2023 09:31:26 +0000 (09:31 +0000)]
Merge "[AT-SPI] Fix csharp_dali_accessibility_say()" into devel/master

6 months agoDALi Version 2.2.48 02/300002/1 dali_2.2.48
Adam Bialogonski [Fri, 13 Oct 2023 10:07:03 +0000 (11:07 +0100)]
DALi Version 2.2.48

Change-Id: Ie9071aece3a1481c703c7cb533d5c196100b92d7

6 months agoMerge "Add binding for TextFitArray" into devel/master
Bowon Ryu [Thu, 12 Oct 2023 04:30:22 +0000 (04:30 +0000)]
Merge "Add binding for TextFitArray" into devel/master

6 months ago[AT-SPI] Fix csharp_dali_accessibility_say() 25/299825/1
Artur Świgoń [Tue, 10 Oct 2023 16:28:04 +0000 (18:28 +0200)]
[AT-SPI] Fix csharp_dali_accessibility_say()

This is one of the oldest interops and was actually problematic for
multiple reasons; the return type didn't match and the third parameter
was expected to have exactly the same value in every invocation. While
fixing these issues, parsing the status string was moved from C++ to C#
for readability.

Change-Id: If039e47dd5725d840ebe8672947d4a1f2b5db2fc

6 months agoDALi Version 2.2.47 02/299702/1 dali_2.2.47
David Steele [Fri, 6 Oct 2023 12:10:20 +0000 (13:10 +0100)]
DALi Version 2.2.47

Change-Id: I4e1c99c8227718fe5fe6e52e563d4afe9c59e2eb

6 months agoAdd binding for TextFitArray 90/299690/1
Bowon Ryu [Fri, 6 Oct 2023 10:11:03 +0000 (19:11 +0900)]
Add binding for TextFitArray

https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/299557/

Change-Id: Icdd77d4af532e6562be7e13a9c154d4e20855e20
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
7 months agoDALi Version 2.2.46 64/299464/1 dali_2.2.46
Richard Huang [Fri, 29 Sep 2023 11:28:00 +0000 (12:28 +0100)]
DALi Version 2.2.46

Change-Id: I7e0315cb9317b8d3752780cb87bdfa1a5a8f24c3

7 months agofix IME window crash issue 69/299369/1
dongsug.song [Tue, 26 Sep 2023 12:22:32 +0000 (21:22 +0900)]
fix IME window crash issue

Change-Id: Iff3a2bb33d89160941b84500711a49cacdea5d64

7 months agoRetrieve last events only if it has body 24/299324/1
Eunki, Hong [Tue, 26 Sep 2023 05:26:04 +0000 (14:26 +0900)]
Retrieve last events only if it has body

Let we make last events retrieve only if it really have
meanful informations.

TODO : This is kind of trick. We should fix NUI side bug somedays

Change-Id: I676bbc3de8ecc1c0291c874504fb68acd7551803
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
7 months agoBind empty key event wrapper 10/299310/1
Eunki Hong [Mon, 25 Sep 2023 16:18:16 +0000 (01:18 +0900)]
Bind empty key event wrapper

Bind KeyEvent::New as default values.

Change-Id: I4acf2af77c6b71be4f2614f48035c53fc484695d
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
7 months agoMerge "DALi Version 2.2.45" into devel/master
David Steele [Fri, 22 Sep 2023 14:59:04 +0000 (14:59 +0000)]
Merge "DALi Version 2.2.45" into devel/master

7 months agoDALi Version 2.2.45 50/299250/1 dali_2.2.45
Adeel Kazmi [Fri, 22 Sep 2023 14:12:30 +0000 (15:12 +0100)]
DALi Version 2.2.45

Change-Id: I9437355ff4464262ea62017277e95e0163b5eb79

7 months agoMerge "ProcessEvents on idle when we call Awake during processing" into devel/master
Eunki Hong [Fri, 22 Sep 2023 11:45:43 +0000 (11:45 +0000)]
Merge "ProcessEvents on idle when we call Awake during processing" into devel/master

7 months agoProcessEvents on idle when we call Awake during processing 44/299044/3
Eunki, Hong [Tue, 19 Sep 2023 02:03:05 +0000 (11:03 +0900)]
ProcessEvents on idle when we call Awake during processing

Change-Id: Ic2b9de8e1c8a6d4fc3d694b4704a3dd5cd1b133d
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
7 months agoBinding DISPATCH_TOUCH_MOTION and DISPATCH_HOVER_MOTION 77/299177/1
joogab.yun [Thu, 21 Sep 2023 06:22:27 +0000 (15:22 +0900)]
Binding DISPATCH_TOUCH_MOTION and DISPATCH_HOVER_MOTION

Change-Id: Ideda9bfda4a7b24605fabfa7ab3c6ce394c8642e

7 months agoFix build fail 27/299027/1
Seoyeon Kim [Mon, 18 Sep 2023 07:58:46 +0000 (16:58 +0900)]
Fix build fail

- Add dali2-physics packages to build requirement

Change-Id: Ide4ad55eaf81e1d74636338d90ce027b92056f36
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 months agoMerge changes I02b05116,I51a15a63,I41961fe0 into devel/master
Adeel Kazmi [Fri, 15 Sep 2023 13:27:42 +0000 (13:27 +0000)]
Merge changes I02b05116,I51a15a63,I41961fe0 into devel/master

* changes:
  Add binding for Bullet Physics Engine
  Physics3D bindings and build system
  Physics2d bindings

7 months agoMerge "DALi Version 2.2.44" into devel/master
David Steele [Fri, 15 Sep 2023 12:22:53 +0000 (12:22 +0000)]
Merge "DALi Version 2.2.44" into devel/master

7 months agoDALi Version 2.2.44 46/298946/1 dali_2.2.44
Adam Bialogonski [Fri, 15 Sep 2023 11:24:54 +0000 (12:24 +0100)]
DALi Version 2.2.44

Change-Id: I1e2a43e936fe3712af54f92757e08bc90a5e805e

7 months agoBinding for DragAndDrop Window APIs 03/298903/1
Taehyub Kim [Fri, 15 Sep 2023 03:01:59 +0000 (12:01 +0900)]
Binding for DragAndDrop Window APIs

Change-Id: I3bbe5ad11ca5dd98a8ae4fe305fc025a400928dd

7 months agoAdd binding for Bullet Physics Engine 14/298414/8
Richard Huang [Wed, 6 Sep 2023 14:50:45 +0000 (15:50 +0100)]
Add binding for Bullet Physics Engine

Change-Id: I02b05116c620646fc5e3e17a1d74d78bcf86ab57

7 months agoPhysics3D bindings and build system 71/298871/1
David Steele [Thu, 14 Sep 2023 10:51:53 +0000 (11:51 +0100)]
Physics3D bindings and build system

Change-Id: I51a15a633bcb3e120554a12ba7bfa33b2cb379c1

7 months agoMerge "Divide AddLocalStream of particle system by argument types." into devel/master
Jeongmin Lee [Thu, 14 Sep 2023 03:50:28 +0000 (03:50 +0000)]
Merge "Divide AddLocalStream of particle system by argument types." into devel/master

7 months agoDivide AddLocalStream of particle system by argument types. 96/298796/3
jmm [Wed, 13 Sep 2023 12:40:32 +0000 (21:40 +0900)]
Divide AddLocalStream of particle system by argument types.

Remove void pointer that causes C# application to use 'unsafe' keyword.

Change-Id: Id1cdbcb3cb5b1feaec0bda2b9be3053f24a21bd3

7 months agoPhysics2d bindings 66/297866/6
David Steele [Fri, 25 Aug 2023 17:07:16 +0000 (18:07 +0100)]
Physics2d bindings

Change-Id: I41961fe057103fc66dfa2127a370fa4de0839e88

7 months agoBinding GetLastHoverEvent 55/298755/2
joogab.yun [Wed, 13 Sep 2023 06:45:54 +0000 (15:45 +0900)]
Binding GetLastHoverEvent

Change-Id: Ib5adff5e3f47607ee7abb6bee922241b058711af

7 months agoMerge "binding PointerConstraintsEvent" into devel/master
joogab yun [Mon, 11 Sep 2023 03:42:13 +0000 (03:42 +0000)]
Merge "binding PointerConstraintsEvent" into devel/master

7 months agoMerge "(Vector) Bind flush action for lottie" into devel/master
Eunki Hong [Fri, 8 Sep 2023 15:44:21 +0000 (15:44 +0000)]
Merge "(Vector) Bind flush action for lottie" into devel/master

7 months agoMerge "DALi Version 2.2.43" into devel/master
David Steele [Fri, 8 Sep 2023 09:53:38 +0000 (09:53 +0000)]
Merge "DALi Version 2.2.43" into devel/master

7 months agoDALi Version 2.2.43 34/298534/1 dali_2.2.43
Richard Huang [Fri, 8 Sep 2023 09:46:35 +0000 (10:46 +0100)]
DALi Version 2.2.43

Change-Id: I301101769ea2b9550fe4f5e4e12e76bd95c76b2c

7 months ago(Vector) Bind flush action for lottie 10/296510/9
Eunki, Hong [Mon, 31 Jul 2023 02:28:33 +0000 (11:28 +0900)]
(Vector) Bind flush action for lottie

Change-Id: I5355fe4dc50f8ae1c4d8b8abcf030ed7d55351a4
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
7 months agobinding PointerConstraintsEvent 06/298506/5
joogab.yun [Fri, 8 Sep 2023 05:10:19 +0000 (14:10 +0900)]
binding PointerConstraintsEvent

refer : https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/298394/

Change-Id: Ibcf6a99c5ad4de76dc77b4c642bd79966fb659c8

7 months agoMerge "Binding DataSelectedSignal" into devel/master
Bowon Ryu [Fri, 8 Sep 2023 02:25:35 +0000 (02:25 +0000)]
Merge "Binding DataSelectedSignal" into devel/master

7 months agoBinding DataSelectedSignal 65/298165/2
Bowon Ryu [Fri, 1 Sep 2023 08:14:08 +0000 (17:14 +0900)]
Binding DataSelectedSignal

https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/298164/

Change-Id: I29eb1a777052c62642895f7fd8e4fe7e2fd5c107
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
8 months agoDALi Version 2.2.42 72/298172/1 dali_2.2.42
David Steele [Fri, 1 Sep 2023 11:50:30 +0000 (12:50 +0100)]
DALi Version 2.2.42

Change-Id: Ic26adf0deb8aff5cd7b0843a09f04a752607d842

8 months agoWrapping for Shadow api for a Directional Light 44/298044/1
seungho baek [Wed, 30 Aug 2023 12:47:22 +0000 (21:47 +0900)]
Wrapping for Shadow api for a Directional Light

Change-Id: I778db11618cef035a600450a2f04f48eeb04f71e
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
8 months agoMerge "binding KeyboardGrab and KeyboardUnGrab" into devel/master
joogab yun [Tue, 29 Aug 2023 01:48:33 +0000 (01:48 +0000)]
Merge "binding KeyboardGrab and KeyboardUnGrab" into devel/master

8 months agobinding KeyboardGrab and KeyboardUnGrab 29/297829/2
joogab.yun [Fri, 25 Aug 2023 04:50:11 +0000 (13:50 +0900)]
binding KeyboardGrab and KeyboardUnGrab

Change-Id: I3785705bd844d05e31a0c5932f3d7125315068a3

8 months agoMerge "DALi Version 2.2.41" into devel/master
Adeel Kazmi [Fri, 25 Aug 2023 13:13:53 +0000 (13:13 +0000)]
Merge "DALi Version 2.2.41" into devel/master

8 months agoDALi Version 2.2.41 54/297854/1 dali_2.2.41
Adeel Kazmi [Fri, 25 Aug 2023 12:41:33 +0000 (13:41 +0100)]
DALi Version 2.2.41

Change-Id: I83f7b7200bf8540cab7e54bb6dca536d7a194552

8 months agoBinding CursorVisibleSet 15/297715/1
joogab.yun [Wed, 23 Aug 2023 08:09:06 +0000 (17:09 +0900)]
Binding CursorVisibleSet

refer : https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/297714/

Change-Id: I825c08f1821fe439dd40240deda0fe080015d7be

8 months agoMerge "Binding for supporting key event of repeat and delay of each way." into devel...
Wonsik Jung [Mon, 21 Aug 2023 09:30:18 +0000 (09:30 +0000)]
Merge "Binding for supporting key event of repeat and delay of each way." into devel/master

8 months agoBind Application::FlushUpdateMessages 79/297479/1
Eunki Hong [Sat, 19 Aug 2023 06:15:39 +0000 (15:15 +0900)]
Bind Application::FlushUpdateMessages

Change-Id: I807e9b842eaee06fd0c9e31c523cfb4809851edb
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
8 months agoDALi Version 2.2.40 68/297468/1 dali_2.2.40
Adam Bialogonski [Fri, 18 Aug 2023 12:23:23 +0000 (13:23 +0100)]
DALi Version 2.2.40

Change-Id: Ia556847e5d3d761afeb6719ed76cd5727d688e1d

8 months agoBinding about RelativeMove api 69/296969/6
joogab.yun [Wed, 31 May 2023 05:22:14 +0000 (14:22 +0900)]
Binding about RelativeMove api
1. PointerConstraintsLock
2. PointerConstraintsUnlock
3. LockedPointerRegionSet
4. LockedPointerCursorPositionHintSet
5. RelativeMoveEvent

Change-Id: I2a45d9a6c974dd01a43b140455aea592d0b9d068

8 months agoDALi Version 2.2.39 91/297191/1 dali_2.2.39
Richard Huang [Fri, 11 Aug 2023 09:56:24 +0000 (10:56 +0100)]
DALi Version 2.2.39

Change-Id: If2390adbc01535ad55c65a2d93cf82c3f0b87f9e

8 months agoMerge "Support Window's InsetsChangedSignal by Tizen.NUI.Window" into devel/master
Jaehyun Cho [Wed, 9 Aug 2023 02:11:22 +0000 (02:11 +0000)]
Merge "Support Window's InsetsChangedSignal by Tizen.NUI.Window" into devel/master

8 months agoFix svace issue at particle system wrap + Remove useless debug log 74/296874/1
Eunki, Hong [Mon, 7 Aug 2023 03:34:15 +0000 (12:34 +0900)]
Fix svace issue at particle system wrap + Remove useless debug log

Change-Id: If0e0dcb443b77faaf16b3f994b3de3d419dfeb08
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
8 months agoParticleSystem C# binding 30/296730/2
Adam Bialogonski [Wed, 2 Aug 2023 15:29:53 +0000 (16:29 +0100)]
ParticleSystem C# binding

Change-Id: Ia2ea6f6d1beb62643b74be5ca02b4a3332a7ca61

8 months agoDALi Version 2.2.38 36/296836/1 dali_2.2.38
David Steele [Fri, 4 Aug 2023 12:43:33 +0000 (13:43 +0100)]
DALi Version 2.2.38

Change-Id: Iee255d99b779a996efdbefbbeb00319182eeb2fe

8 months agoSupport Window's InsetsChangedSignal by Tizen.NUI.Window 85/277885/11
Jaehyun Cho [Thu, 14 Jul 2022 07:31:36 +0000 (16:31 +0900)]
Support Window's InsetsChangedSignal by Tizen.NUI.Window

Window insets are the inner size between window content and window edge.

Window insets are required when status bar, virtual keyboard, or
clipboard appears on window to avoid window content obsecured by them.

Window's InsetsChangedSignal notifies the changes of the window insets.

To support Window's InsetsChangedSignal by Tizen.NUI.Window, the binding
functions are added.

Change-Id: I49a0704160d8b3c4a05baa67f2797643f2e64652

9 months agoMove FrameCallbackInterface callbacks to the binding area 05/296605/1
Seoyeon Kim [Wed, 2 Aug 2023 04:43:23 +0000 (13:43 +0900)]
Move FrameCallbackInterface callbacks to the binding area

- Some binders, `CSharp_Dali_FrameCallbackInterface_`,
  were positioned incorrectly.
- Move the bindings to the right position.

Change-Id: I67ffb99018136d76c3e4c410ee2f1ab2364f8d61
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
9 months agoFix TCT fail 83/296583/1
Seoyeon Kim [Tue, 1 Aug 2023 10:06:08 +0000 (19:06 +0900)]
Fix TCT fail

- The binder, `CSharp_Dali_new_CustomAlgorithmInterface`,
  was positioned incorrectly.
- Move the binding to the right position.

Change-Id: Id29e09938619d181be9e8b454c54ce8545eb709b
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
9 months agoBinding new clipboard 19/295519/4
Bowon Ryu [Mon, 10 Jul 2023 07:19:00 +0000 (16:19 +0900)]
Binding new clipboard

https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/294862/

Change-Id: I37690584935263a5ca3b517aad41e15b306cc3bc
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
9 months agoBinding for supporting key event of repeat and delay of each way. 02/296502/1
Wonsik Jung [Sun, 30 Jul 2023 06:53:12 +0000 (15:53 +0900)]
Binding for supporting key event of repeat and delay of each way.

Change-Id: I48a367ece198b8d8c33f1025f08d731c82512dd8

9 months agoDALi Version 2.2.37 88/296488/1 dali_2.2.37
Adeel Kazmi [Fri, 28 Jul 2023 13:52:18 +0000 (14:52 +0100)]
DALi Version 2.2.37

Change-Id: I41c3b527f44b821a07f4251643881d3978e168f7

9 months agoRefactor dali-csharp-binder source files 86/294686/6
Seoyeon Kim [Fri, 23 Jun 2023 07:23:17 +0000 (16:23 +0900)]
Refactor dali-csharp-binder source files

- Distribute each file according to dali modules :
 dali-core / dali-adaptor / dali-toolkit / dali-scene3d
 dali-extension / widget-viewer-dali / common

- dali-wrap is separated into dali-core-wrap, dali-adaptor-wrap, and
 dali-toolkit-wrap.

Change-Id: Ie0b9c14dce576189e41d5d3907b0eaaf05de6540
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
9 months agoBind AnimatedVectorImageVisual action : SET_DYNAMIC_PROPERTY 10/296210/1
Eunki, Hong [Mon, 24 Jul 2023 00:59:13 +0000 (09:59 +0900)]
Bind AnimatedVectorImageVisual action : SET_DYNAMIC_PROPERTY

Since we change the range of action id, we need to send the id of action
into NUI.

Change-Id: I502d907a4df7ddcb38d9188b629c79e53a48af6c
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
9 months agoDALi Version 2.2.36 87/296187/1 dali_2.2.36
Adam Bialogonski [Fri, 21 Jul 2023 09:42:45 +0000 (10:42 +0100)]
DALi Version 2.2.36

Change-Id: I45ed7668e6c65346e78bd29f00e13979ecf712ff

9 months agoChange the name of CalculateScreenExtents 64/295964/1
Eunki, Hong [Tue, 18 Jul 2023 02:04:13 +0000 (11:04 +0900)]
Change the name of CalculateScreenExtents

Change-Id: Ic27505f6a9b5f7bc85b0cd6b38b3d59b224da535
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
9 months agoDALi Version 2.2.35 59/295859/1 dali_2.2.35
Richard Huang [Fri, 14 Jul 2023 11:36:07 +0000 (12:36 +0100)]
DALi Version 2.2.35

Change-Id: I4f6702bbe2984b077aa70dba4979c41db4fd89ee

9 months agoBinding IsFloatingModeEnabled 94/295494/2
joogab.yun [Mon, 10 Jul 2023 05:40:56 +0000 (14:40 +0900)]
Binding IsFloatingModeEnabled

refer :
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/295493/

Change-Id: I466f3a7744192f4d25e205e9136c7b64d89d01a1

9 months agoDALi Version 2.2.34 65/295465/1 dali_2.2.34
David Steele [Fri, 7 Jul 2023 11:01:09 +0000 (12:01 +0100)]
DALi Version 2.2.34

Change-Id: Ie8280dd01d9bd9ee68d6750fc7e7450ad3d78021

9 months agoMerge "Updated FrameCallback C# binding after FrameCallbackInterface is changed"...
David Steele [Thu, 6 Jul 2023 16:19:28 +0000 (16:19 +0000)]
Merge "Updated FrameCallback C# binding after FrameCallbackInterface is changed" into devel/master