platform/core/uifw/dali-csharp-binder.git
21 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>
21 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

22 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

22 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

22 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

22 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>
22 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

22 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

22 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

22 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>
22 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>
22 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>
22 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

22 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>
22 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>
22 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

22 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>
23 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

23 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

23 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

23 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

23 months agoUpdated FrameCallback C# binding after FrameCallbackInterface is changed 03/295403/1
Richard [Thu, 6 Jul 2023 09:42:59 +0000 (10:42 +0100)]
Updated FrameCallback C# binding after FrameCallbackInterface is changed

Change-Id: I30e78c5560c3efad14db50492c2b15192eed7a01

23 months agoBind MotionData / MotionIndex / MotionValue 88/295288/4
Eunki Hong [Tue, 4 Jul 2023 13:29:50 +0000 (22:29 +0900)]
Bind MotionData / MotionIndex / MotionValue

Bind public API for MotionData features.

Change-Id: I5a1cc1d08cde40c3ecb6ca59cc99605e145e1b32
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
23 months agoMerge "Fix build error for toolchain upgrade" into devel/master
Heeyong Song [Wed, 5 Jul 2023 00:03:53 +0000 (00:03 +0000)]
Merge "Fix build error for toolchain upgrade" into devel/master

23 months agoBinding InterceptWheelSignal 33/295233/1
joogab.yun [Tue, 4 Jul 2023 05:26:41 +0000 (14:26 +0900)]
Binding InterceptWheelSignal

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

Change-Id: I4184597665f60a67c6c4d52ea8e9d8842ba3d3bc

23 months agoFix build error for toolchain upgrade 41/295141/1
Heeyong Song [Mon, 3 Jul 2023 07:05:31 +0000 (16:05 +0900)]
Fix build error for toolchain upgrade

Change-Id: I2db38c59bd25e113e4ec609c6cd96517886c3395

23 months agoMerge "DALi Version 2.2.33" into devel/master
David Steele [Fri, 30 Jun 2023 13:24:52 +0000 (13:24 +0000)]
Merge "DALi Version 2.2.33" into devel/master

23 months agoDALi Version 2.2.33 55/295055/1 dali_2.2.33
Adeel Kazmi [Fri, 30 Jun 2023 13:17:22 +0000 (14:17 +0100)]
DALi Version 2.2.33

Change-Id: Ie3bcae076631c910913a7c657594b1b6f96babbe

23 months agoBinding FeedHover 89/294689/4
joogab.yun [Fri, 23 Jun 2023 08:09:43 +0000 (17:09 +0900)]
Binding FeedHover

Change-Id: Iaabd3ddcb935873b5d9587b9096c6a7dca1967a9

23 months agoAdd SetPartialUpdateEnabled to Window 37/294637/2
Heeyong Song [Thu, 22 Jun 2023 04:28:41 +0000 (13:28 +0900)]
Add SetPartialUpdateEnabled to Window

Change-Id: Idf3d13044db3eadfa2c8b562c0cd46d9624fac1d

23 months agoDALi Version 2.2.32 01/294701/1 dali_2.2.32
Adam Bialogonski [Fri, 23 Jun 2023 10:03:42 +0000 (11:03 +0100)]
DALi Version 2.2.32

Change-Id: I92457f331d23a99dbf23c91a4b9f74d99f7dbe1f

23 months agoMerge "Fix the missing code to generation argv string in UI threading case." into...
Wonsik Jung [Thu, 22 Jun 2023 10:26:00 +0000 (10:26 +0000)]
Merge "Fix the missing code to generation argv string in UI threading case." into devel/master

23 months agoFix the missing code to generation argv string in UI threading case. 54/294654/1
Wonsik Jung [Thu, 22 Jun 2023 08:01:41 +0000 (17:01 +0900)]
Fix the missing code to generation argv string in UI threading case.

Fix the missing code to generation argv string for UI threading.
This string is from NUI.

Change-Id: I4c51b35a95e0bb992b555a76ebb8fd09c126aede

23 months agoBind some API for KeyFrames 34/294534/2
Eunki, Hong [Wed, 21 Jun 2023 02:39:16 +0000 (11:39 +0900)]
Bind some API for KeyFrames

Let we allow to change added keyframes.

Change-Id: I0dc53f1638186007f6c08970e423a0d8413f4141
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
23 months agoBind CalculateCurrentScreenPosition/Extents 41/292841/5
Eunki Hong [Mon, 15 May 2023 15:17:17 +0000 (00:17 +0900)]
Bind CalculateCurrentScreenPosition/Extents

Change-Id: I08df52b5101005ba5cc399ebebbf6a502e0463c1
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
23 months agoRevert "Binding DeviceInfo event" 65/294465/1
joogab.yun [Tue, 20 Jun 2023 00:28:57 +0000 (09:28 +0900)]
Revert "Binding DeviceInfo event"

This reverts commit ac02bfb0f939cbc2885418c498b0e1aa7ff2740c.

Change-Id: I7d41e80b7823f4a1b663be2a30fe793592f3b7ef

23 months agoMerge "Binding DeviceInfo event" into devel/master
joogab yun [Mon, 19 Jun 2023 09:10:38 +0000 (09:10 +0000)]
Merge "Binding DeviceInfo event" into devel/master

23 months agoAdd Light for Scene3D 43/294043/6
seungho baek [Mon, 12 Jun 2023 04:45:49 +0000 (13:45 +0900)]
Add Light for Scene3D

Change-Id: Ie4da7d1878143769426a50ea9d315aafde4346d7
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
23 months agoBinding DeviceInfo event 85/294385/3
joogab.yun [Sun, 18 Jun 2023 04:25:34 +0000 (13:25 +0900)]
Binding DeviceInfo event

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

Change-Id: Ibb845d13689641167c605c74c8a3b3940454fed5

23 months agoDALi Version 2.2.31 74/294374/1 dali_2.2.31
Richard Huang [Fri, 16 Jun 2023 13:48:59 +0000 (14:48 +0100)]
DALi Version 2.2.31

Change-Id: I81890193e52d86144d6166776061943ab71f7f5d

2 years agoAdd EnableBackBuffer to NativeImageSource 67/293467/3
Heeyong Song [Tue, 30 May 2023 03:12:13 +0000 (12:12 +0900)]
Add EnableBackBuffer to NativeImageSource

Change-Id: If16357f5410159cdbb7554b1a12c4e05338ab121

2 years agoMerge "Unregister some callbacks when passed callback argument is null." into devel...
dongsug song [Mon, 12 Jun 2023 11:32:58 +0000 (11:32 +0000)]
Merge "Unregister some callbacks when passed callback argument is null." into devel/master

2 years agoUnregister some callbacks when passed callback argument is null. 23/294023/3
huayong.xu [Fri, 9 Jun 2023 07:03:03 +0000 (15:03 +0800)]
Unregister some callbacks when passed callback argument is null.

Change-Id: I86e1e77eac20323d353693dffe7a64c4843d0810

2 years agoMerge "DALi Version 2.2.30" into devel/master
Adeel Kazmi [Fri, 9 Jun 2023 09:52:43 +0000 (09:52 +0000)]
Merge "DALi Version 2.2.30" into devel/master

2 years agoDALi Version 2.2.30 89/293989/1 dali_2.2.30
David Steele [Fri, 9 Jun 2023 09:50:25 +0000 (10:50 +0100)]
DALi Version 2.2.30

Change-Id: Iaf7134193d51e38e5b361426e916649fda2ebd0d

2 years agoBind new WindowData 65/290165/9
Daekwang Ryu [Fri, 31 Mar 2023 02:41:05 +0000 (11:41 +0900)]
Bind new WindowData

Change-Id: I8d2ee15e55b6cc0c45bf9330d9867cfc9c412a62

2 years agoDALi Version 2.2.29 53/293753/1 dali_2.2.29
Richard Huang [Fri, 2 Jun 2023 10:37:25 +0000 (11:37 +0100)]
DALi Version 2.2.29

Change-Id: I896ed9e4f97c357935a3a24f965619255257766c

2 years ago[AT-SPI] Add Table and TableCell interfaces 02/280902/3
Artur Świgoń [Tue, 6 Sep 2022 12:11:48 +0000 (14:11 +0200)]
[AT-SPI] Add Table and TableCell interfaces

The purpose of these interfaces is to support Screen Reader operation with
tables and grids, often in combination with the Selection interface, for
example reading the row and column number when navigating a grid of items, or
selecting cells / rows / columns, as specified in the UX guide.

Change-Id: Ibafa1a5a8e9675d1b3967421aa31fba15ef42530

2 years agoAdd KeepRendering to Window 65/293465/1
Heeyong Song [Tue, 30 May 2023 03:02:47 +0000 (12:02 +0900)]
Add KeepRendering to Window

Change-Id: If9c0142276d1ffa5dac7fb0aee3b98e8b254d79b

2 years agoMerge "DALi Version 2.2.28" into devel/master
David Steele [Fri, 26 May 2023 11:42:31 +0000 (11:42 +0000)]
Merge "DALi Version 2.2.28" into devel/master

2 years agoDALi Version 2.2.28 30/293430/1 dali_2.2.28
Adeel Kazmi [Fri, 26 May 2023 11:40:13 +0000 (12:40 +0100)]
DALi Version 2.2.28

Change-Id: Icc1eb5a12c7689efe5fd7413205413ce3bcb50b7

2 years agoAdd font thread sync creation option 73/293373/1
Bowon Ryu [Thu, 25 May 2023 06:43:21 +0000 (15:43 +0900)]
Add font thread sync creation option

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

Change-Id: I68cdb949d6fce3d046a280cd80bd2f944a7e1d8a
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
2 years agoBind new constructor to Rotation by using Quaternion Vector4 as an input parameter 54/293354/1
seungho baek [Thu, 25 May 2023 02:02:12 +0000 (11:02 +0900)]
Bind new constructor to Rotation by using Quaternion Vector4 as an input parameter

Change-Id: I87623d456222e7ecbfe529f02207656c474d79f8
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
2 years agoRevive currently referenced function by external module 18/293218/1
Jiyun Yang [Fri, 31 Mar 2023 06:46:24 +0000 (15:46 +0900)]
Revive currently referenced function by external module

Change-Id: I5726f0328ac5fd4aafdc9c346f2677891bbda440
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years agoMerge "Binding window move/resize completed signals." into devel/master
Wonsik Jung [Mon, 22 May 2023 01:53:24 +0000 (01:53 +0000)]
Merge "Binding window move/resize completed signals." into devel/master

2 years agoDALi Version 2.2.27 99/293099/1 dali_2.2.27
David Steele [Fri, 19 May 2023 14:26:47 +0000 (15:26 +0100)]
DALi Version 2.2.27

Change-Id: Iacc54a2b47d4fbbe7273bc12197eb121cee91603

2 years agoBinding window move/resize completed signals. 76/293076/1
Wonsik Jung [Fri, 19 May 2023 07:40:51 +0000 (16:40 +0900)]
Binding window move/resize completed signals.

This patch is for binding window move/resize completed signals.
When RequestMoveToServer() or RequestResizeToServer() is called, window start to be moved or resized by display server.
After the action is finished, server send the completed event.
This patch is to received the events.

Change-Id: I909a68f3d442a56c9f51d2e8e6c893eeca2ed19f

2 years agoImplement more visual setter for C# 91/292891/1
Eunki Hong [Tue, 16 May 2023 16:48:37 +0000 (01:48 +0900)]
Implement more visual setter for C#

Add more API for C# visual setter and getter.

Change-Id: Ifd537c5790ed69b904a82aaf29ee452bcb332d10
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
2 years agoMerge "Binds GetcurrentProperty" into devel/master
Eunki Hong [Tue, 16 May 2023 06:17:45 +0000 (06:17 +0000)]
Merge "Binds GetcurrentProperty" into devel/master

2 years agoBinds GetcurrentProperty 11/292811/1
seungho baek [Mon, 15 May 2023 06:48:59 +0000 (15:48 +0900)]
Binds GetcurrentProperty

Change-Id: Ibbee93db81eaee6b57579ee5d389014d8d06725f
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
2 years agoMerge "DALi Version 2.2.26" into devel/master
Adeel Kazmi [Fri, 12 May 2023 09:59:05 +0000 (09:59 +0000)]
Merge "DALi Version 2.2.26" into devel/master

2 years agoDALi Version 2.2.26 62/292762/1 dali_2.2.26
Richard Huang [Fri, 12 May 2023 09:48:12 +0000 (10:48 +0100)]
DALi Version 2.2.26

Change-Id: Ib56a3900e45b0c08b8ec5a78b8245c4c561f5d92

2 years agoMerge "Binding FontClientFontPreLoad API" into devel/master
Bowon Ryu [Fri, 12 May 2023 06:55:05 +0000 (06:55 +0000)]
Merge "Binding FontClientFontPreLoad API" into devel/master

2 years agoMerge "Support BlendPoint of Animation" into devel/master
Seungho BAEK [Thu, 11 May 2023 05:20:31 +0000 (05:20 +0000)]
Merge "Support BlendPoint of Animation" into devel/master

2 years agoBinding FontClientFontPreLoad API 34/292534/1
Bowon Ryu [Tue, 9 May 2023 10:46:36 +0000 (19:46 +0900)]
Binding FontClientFontPreLoad API

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

Change-Id: I4f50ccaf4f6b456d294f79c569fb58e4642fca18
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
2 years agoGather #include directive into one place 23/292523/2
Seoyeon Kim [Tue, 9 May 2023 08:01:47 +0000 (17:01 +0900)]
Gather #include directive into one place

- The scattered declarations (`#include`) are collected in one place,
 making dali-wrap.cpp file much cleaner code.
- Removed duplicated declarations.

Change-Id: I8b994fbdb0aa8917eab727e8e8d86892aeee9efe
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
2 years agoSupport BlendPoint of Animation 53/292453/2
seungho baek [Mon, 8 May 2023 09:20:21 +0000 (18:20 +0900)]
Support BlendPoint of Animation

Change-Id: Id42fa5e5eec1d5a8f977ccce346efe37f360c68e
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
2 years agoDALi Version 2.2.25 98/292398/1 dali_2.2.25
Adam Bialogonski [Fri, 5 May 2023 10:21:05 +0000 (11:21 +0100)]
DALi Version 2.2.25

Change-Id: I635d73847fd508e030ff6966613b7b4c492dc18c

2 years agoBinding GetDeviceClass and GetDeviceSubclass of touch event 40/292340/1
joogab.yun [Thu, 4 May 2023 08:46:16 +0000 (17:46 +0900)]
Binding GetDeviceClass and GetDeviceSubclass of touch event

Change-Id: I85bb807fb18d00eef1147b4ba860c0f755e434f2

2 years agoMerge "Binding WindowMouseInOutEventSignal" into devel/master
joogab yun [Wed, 3 May 2023 07:12:35 +0000 (07:12 +0000)]
Merge "Binding WindowMouseInOutEventSignal" into devel/master

2 years agoBinding EnableFocusIndicator and IsFocusIndicatorEnabled 80/292280/2
joogab.yun [Wed, 3 May 2023 05:02:35 +0000 (14:02 +0900)]
Binding EnableFocusIndicator and IsFocusIndicatorEnabled

Change-Id: I9cca8a3052a8fb63e8c30e06c07b34eee488c789

2 years agoBinding WindowMouseInOutEventSignal 72/292272/1
joogab.yun [Thu, 2 Mar 2023 04:07:21 +0000 (13:07 +0900)]
Binding WindowMouseInOutEventSignal

Change-Id: I9f7371673025f9c3e24d837ffb98b8e656e88bbf

2 years agoMerge "Bind bvh loader with use root translate offset or not" into devel/master
Eunki Hong [Tue, 2 May 2023 08:03:54 +0000 (08:03 +0000)]
Merge "Bind bvh loader with use root translate offset or not" into devel/master

2 years agoMerge "Update the variable name in InputMethodContext" into devel/master
Seoyeon Kim [Tue, 2 May 2023 04:51:26 +0000 (04:51 +0000)]
Merge "Update the variable name in InputMethodContext" into devel/master

2 years agoMerge "Reuse internally created Key/Touch and reuse it" into devel/master
Eunki Hong [Fri, 28 Apr 2023 13:06:04 +0000 (13:06 +0000)]
Merge "Reuse internally created Key/Touch and reuse it" into devel/master

2 years agoMerge "DALi Version 2.2.24" into devel/master
Adeel Kazmi [Fri, 28 Apr 2023 10:14:46 +0000 (10:14 +0000)]
Merge "DALi Version 2.2.24" into devel/master

2 years agoDALi Version 2.2.24 83/292183/1 dali_2.2.24
Richard Huang [Fri, 28 Apr 2023 10:08:34 +0000 (11:08 +0100)]
DALi Version 2.2.24

Change-Id: Ic56e77a2bcb238ca113ade67e8bca2e80a9d3ba6

2 years agoUpdate the variable name in InputMethodContext 34/291634/2
Seoyeon Kim [Wed, 19 Apr 2023 12:06:56 +0000 (21:06 +0900)]
Update the variable name in InputMethodContext

- InputMethodContext C# binding file was generated automatically,
 so all names are very disinformative and noninformative.
- Make them much easier to understand and search in the code.

Change-Id: If2520b9ad876e8943b44bedacd1bc8a2026d52a7
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
2 years agoAdd GenerateUrl API to FrameBuffer 59/292159/2
Jiyun Yang [Thu, 27 Apr 2023 11:12:01 +0000 (20:12 +0900)]
Add GenerateUrl API to FrameBuffer

Change-Id: Iaf2994ee04eab51949df95399ab573b14ab90ffc
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years agoBind bvh loader with use root translate offset or not 74/291874/4
Eunki, Hong [Mon, 24 Apr 2023 08:34:04 +0000 (17:34 +0900)]
Bind bvh loader with use root translate offset or not

Let we apply the original root node's position into bvh animation data or not.

Since we don't have AnimateBetweenBy, we should change each KeyFrames's value
with rootNode's position.
If AnimateBetweenBy feature prepared, we can remove this logic

Change-Id: I846b4714b52af13b533ae00cc75bbe2310234993
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoMerge "Binding placeholder & transition effect" into devel/master
sunghyun kim [Wed, 26 Apr 2023 09:24:34 +0000 (09:24 +0000)]
Merge "Binding placeholder & transition effect" into devel/master

2 years agoReuse internally created Key/Touch and reuse it 27/292027/1
Eunki, Hong [Wed, 26 Apr 2023 09:15:03 +0000 (18:15 +0900)]
Reuse internally created Key/Touch and reuse it

Change-Id: I7bc136947e936b413d6f188bd1c3a8d5b28e4163
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoBind LoopingMode of Animation 01/292001/1
Eunki, Hong [Wed, 26 Apr 2023 05:41:52 +0000 (14:41 +0900)]
Bind LoopingMode of Animation

Change-Id: Id397c83cd801aaaa07cdc08b34b806a18f26ba49
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoBinding SetTapRecognizerTime 72/291872/2
joogab.yun [Mon, 24 Apr 2023 09:16:05 +0000 (18:16 +0900)]
Binding SetTapRecognizerTime

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

Change-Id: Ie2f2513b580e28fd024419e309f212fe4d48d9c2

2 years agoDALi Version 2.2.23 16/291716/1 dali_2.2.23
Adeel Kazmi [Thu, 20 Apr 2023 13:08:40 +0000 (14:08 +0100)]
DALi Version 2.2.23

Change-Id: I75dafb44612d31f83086b46f76dafa6e5267280b

2 years agoBinding placeholder & transition effect 14/290914/4
sunghyun kim [Wed, 29 Mar 2023 03:39:04 +0000 (12:39 +0900)]
Binding placeholder & transition effect

Change-Id: I3b0b5b8d5b8b66cada3047b5ac0c91d358cf2050

2 years agoBind bvh and facial animations loader from buffer 56/291556/2
Eunki, Hong [Tue, 18 Apr 2023 08:19:57 +0000 (17:19 +0900)]
Bind bvh and facial animations loader from buffer

Change-Id: Icd479e52ab95b42d0faacb843f00e9fa8507aac1
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoMerge "[AT-SPI] Implement Value::GetValueText()" into devel/master
dongsug song [Mon, 17 Apr 2023 07:54:54 +0000 (07:54 +0000)]
Merge "[AT-SPI] Implement Value::GetValueText()" into devel/master

2 years agoDALi Version 2.2.22 00/291400/1 dali_2.2.22
Adam Bialogonski [Fri, 14 Apr 2023 09:25:44 +0000 (10:25 +0100)]
DALi Version 2.2.22

Change-Id: I8167db6af9dfa986970260456af4d0651693a96e

2 years ago[AT-SPI] Implement Value::GetValueText() 22/291322/3
Artur Świgoń [Thu, 13 Apr 2023 09:31:02 +0000 (11:31 +0200)]
[AT-SPI] Implement Value::GetValueText()

Change-Id: I00038f6e06166a3c3b6f12484f1a4ed12c30494b

2 years agoBind EulerAngle setter/getter for Quaternion 44/291144/2
Eunki Hong [Mon, 10 Apr 2023 16:48:28 +0000 (01:48 +0900)]
Bind EulerAngle setter/getter for Quaternion

Let we can use Rotation class by pitch/yaw/roll values in NUI side.

Change-Id: Ie034aa11045cbbb116f5f7aef3f0ddd424fdb6ef
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
2 years agoMerge "DALi Version 2.2.21" into devel/master
David Steele [Thu, 6 Apr 2023 13:57:45 +0000 (13:57 +0000)]
Merge "DALi Version 2.2.21" into devel/master

2 years agoDALi Version 2.2.21 34/291034/1 dali_2.2.21
David Steele [Thu, 6 Apr 2023 13:48:16 +0000 (14:48 +0100)]
DALi Version 2.2.21

Change-Id: I1d8d6d64ed431792e084643241011eb4bd2fad51

2 years agoMerge "Use c-style string when webview loads contents." into devel/master
dongsug song [Thu, 6 Apr 2023 05:41:28 +0000 (05:41 +0000)]
Merge "Use c-style string when webview loads contents." into devel/master

2 years agoMerge "Binder for ModelNode, ModelPrimitive, Material" into devel/master
Seungho BAEK [Thu, 6 Apr 2023 04:25:46 +0000 (04:25 +0000)]
Merge "Binder for ModelNode, ModelPrimitive, Material" into devel/master

2 years agoBind Actor::LookAt API 33/290533/7
Eunki, Hong [Tue, 28 Mar 2023 08:01:06 +0000 (17:01 +0900)]
Bind Actor::LookAt API

Change-Id: Ia042e4f73cfbef379d8f1bc9ba4af89f723d50fd
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoBinder for ModelNode, ModelPrimitive, Material 71/290671/9
seungho baek [Thu, 30 Mar 2023 10:59:06 +0000 (19:59 +0900)]
Binder for ModelNode, ModelPrimitive, Material

Change-Id: Iea6f62b3f54c89506d533c9a1f109004cecb420a
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
2 years agoUse c-style string when webview loads contents. 48/290848/2
huayong.xu [Tue, 4 Apr 2023 07:43:25 +0000 (15:43 +0800)]
Use c-style string when webview loads contents.

Change-Id: Ic149e59f4f1a7cbe1d0d889f519a6bf0ba4c9bad

2 years agoMerge "Remove regacy interop functions" into devel/master
JIYUN YANG [Mon, 3 Apr 2023 01:46:05 +0000 (01:46 +0000)]
Merge "Remove regacy interop functions" into devel/master

2 years agoMerge "DALi Version 2.2.20" into devel/master
Adeel Kazmi [Fri, 31 Mar 2023 13:02:56 +0000 (13:02 +0000)]
Merge "DALi Version 2.2.20" into devel/master