platform/core/uifw/dali-csharp-binder.git
2 years agoDALi Version 2.0.41 89/263189/1 dali_2.0.41
Adam Bialogonski [Fri, 27 Aug 2021 09:49:51 +0000 (10:49 +0100)]
DALi Version 2.0.41

Change-Id: I5f13e95527f9b835aff2671bae7ba3dc2171803c

2 years agoMerge "Add the window wrappers about input region" into devel/master
Wonsik Jung [Thu, 26 Aug 2021 08:36:23 +0000 (08:36 +0000)]
Merge "Add the window wrappers about input region" into devel/master

2 years agoMerge "Implement more request interceptor APIs." into devel/master
JIYUN YANG [Wed, 25 Aug 2021 07:08:57 +0000 (07:08 +0000)]
Merge "Implement more request interceptor APIs." into devel/master

2 years agoMerge "[ATSPI] Add C# binding of AtspiAccessibility::IsEnabled" into devel/master
Seoyeon Kim [Wed, 25 Aug 2021 05:16:58 +0000 (05:16 +0000)]
Merge "[ATSPI] Add C# binding of AtspiAccessibility::IsEnabled" into devel/master

2 years ago[ATSPI] Add C# binding of AtspiAccessibility::IsEnabled 62/262962/2
Seoyeon Kim [Tue, 24 Aug 2021 04:50:42 +0000 (13:50 +0900)]
[ATSPI] Add C# binding of AtspiAccessibility::IsEnabled

- Added `IsEnabled()` to check accessibility state

Change-Id: Ia159916ea6149055b2fa45df72985d7c67095d8a
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
2 years agoImplement more request interceptor APIs. 54/262954/1
huayong.xu [Tue, 24 Aug 2021 02:58:19 +0000 (10:58 +0800)]
Implement more request interceptor APIs.

Change-Id: I06347ea1e9738d7686bfe3fc0700054c2088b5fe

2 years agoAdd the window wrappers about input region 09/262309/3
Wonsik Jung [Fri, 6 Aug 2021 08:30:06 +0000 (17:30 +0900)]
Add the window wrappers about input region

Add the window wrappers about input region.
Add and Subtract region.

Change-Id: I2f23f63f11548d8e4c728f215e98fb076f214866

2 years ago[NUI] Support Public APIs - CopyText, CutText & PasteText 61/262361/8
Sara Samara [Mon, 9 Aug 2021 05:50:32 +0000 (08:50 +0300)]
[NUI] Support Public APIs - CopyText, CutText & PasteText

string CopyText(TextEditor textEditor) or string CopyText(TextField textField)

This function will copy the previously selected string into the clipboard and will return it.

string CutText(TextEditor textEditor) or string CutText(TextField textField)

This function will cut the previously selected string into the clipboard and will return it.

void PasteText(TextEditor textEditor) or void PasteText(TextField textField

This function will paste the most recent string in the clipboard stack into the text control.

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

Change-Id: I668510d999f2e4a36b50ffc57d28912cba288220

2 years agoMerge "[NUI] Add SelectionChanged event" into devel/master
Seoyeon Kim [Mon, 23 Aug 2021 08:39:18 +0000 (08:39 +0000)]
Merge "[NUI] Add SelectionChanged event" into devel/master

2 years agoAdd CanvasView::Shape::AddPath api binder 30/262530/3
JunsuChoi [Fri, 13 Aug 2021 02:06:30 +0000 (11:06 +0900)]
Add CanvasView::Shape::AddPath api binder

Change-Id: I3484511ce5a694542a7d8b50032dab749a4cbfb3

2 years agoMerge "DALi Version 2.0.40" into devel/master
Adeel Kazmi [Fri, 20 Aug 2021 11:20:47 +0000 (11:20 +0000)]
Merge "DALi Version 2.0.40" into devel/master

2 years agoDALi Version 2.0.40 45/262845/1 dali_2.0.40
David Steele [Fri, 20 Aug 2021 11:18:57 +0000 (12:18 +0100)]
DALi Version 2.0.40

Change-Id: I6e7b435c3a7088415e233bc48a2042b7d2f33bb4

2 years agoMerge "[NUI] Add CursorPositionChanged event" into devel/master
Bowon Ryu [Fri, 20 Aug 2021 07:21:58 +0000 (07:21 +0000)]
Merge "[NUI] Add CursorPositionChanged event" into devel/master

2 years agoMerge "[NUI] Support min line size in texteditor" into devel/master
Bowon Ryu [Fri, 20 Aug 2021 02:30:20 +0000 (02:30 +0000)]
Merge "[NUI] Support min line size in texteditor" into devel/master

2 years agoFix PixelData ReleaseFunction type + Remove memoryleak potential 56/262756/2
Eunki, Hong [Thu, 19 Aug 2021 07:23:15 +0000 (16:23 +0900)]
Fix PixelData ReleaseFunction type + Remove memoryleak potential

In dali-wrap.cpp, PixelData's buffer always create by new method.
But the releaseFunction used by input value.

So I fixed the ReleaseFunctoin type ans DELETE_ARRAY.

+

It have potential of memory leak when we got some exceptions during PixelData::New();
So I add every memory release routines inside of catch routine

+

Rename each arguments relative with PixelData

Change-Id: I7cc3b31049e9d3336469b9aeb22d8e889fd2e03b
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years ago[NUI] Add SelectionChanged event 72/262372/6
abdullah [Mon, 9 Aug 2021 08:48:36 +0000 (11:48 +0300)]
[NUI] Add SelectionChanged event

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

Change-Id: Ifd352980d2d82cec2617580500102425dcfa32cc

2 years ago[NUI] Add CursorPositionChanged event 82/262382/4
abdullah [Mon, 9 Aug 2021 12:17:36 +0000 (15:17 +0300)]
[NUI] Add CursorPositionChanged event

Change-Id: I53bdebedeb5ced7061b392e9770389dfc24944b1

2 years agoRiveAnimationView: add build configuration not to support TV AV Profile 19/262619/3
Taehyub Kim [Fri, 13 Aug 2021 12:50:46 +0000 (21:50 +0900)]
RiveAnimationView: add build configuration not to support TV AV Profile

Change-Id: Ib1344f99eef948d1ee1d14ff309cced7b8939abc

2 years agoMerge "DALi Version 2.0.39" into devel/master
David Steele [Fri, 13 Aug 2021 13:04:04 +0000 (13:04 +0000)]
Merge "DALi Version 2.0.39" into devel/master

2 years agoDALi Version 2.0.39 93/262593/1 dali_2.0.39
Adeel Kazmi [Fri, 13 Aug 2021 12:46:57 +0000 (13:46 +0100)]
DALi Version 2.0.39

Change-Id: Ie4d00f461618ec7dbbf9287c2b3636e5c066bf45

2 years agoCanvasView: Apply code formatter 33/262533/1
JunsuChoi [Fri, 13 Aug 2021 03:06:19 +0000 (12:06 +0900)]
CanvasView: Apply code formatter

Change-Id: I2b421cc77fe8cf65d117cbb0b97fa8715a4fe10f

2 years agoMerge "Add CanvasRenderer::Picture class binder" into devel/master
junsu choi [Fri, 13 Aug 2021 02:00:17 +0000 (02:00 +0000)]
Merge "Add CanvasRenderer::Picture class binder" into devel/master

2 years agoMerge "Add CanvasRenderer::Gradient, LinearGradient, RadialGradient binder" into...
junsu choi [Fri, 13 Aug 2021 02:00:11 +0000 (02:00 +0000)]
Merge "Add CanvasRenderer::Gradient, LinearGradient, RadialGradient binder" into devel/master

2 years ago[NUI] Support min line size in texteditor 00/261900/6
abdullah [Wed, 28 Jul 2021 11:43:38 +0000 (14:43 +0300)]
[NUI] Support min line size in texteditor

Change-Id: I42ff03097a734a55e037d2508f729efcda6251d8

2 years agoAdd CanvasRenderer::Picture class binder 59/262459/1
JunsuChoi [Wed, 11 Aug 2021 07:34:04 +0000 (16:34 +0900)]
Add CanvasRenderer::Picture class binder

Change-Id: I0b07d84881c6dfce613f9ddbf621cae2555135fe

2 years agoAdd CanvasView::DrawableGroup::RemoveDrawable() api binder 53/262053/2
JunsuChoi [Mon, 2 Aug 2021 05:45:38 +0000 (14:45 +0900)]
Add CanvasView::DrawableGroup::RemoveDrawable() api binder

Change-Id: I197059f4528bfbdee2e3bbf990e602a0d0ac5283

2 years agoMove catch exception macro to common.h 58/262358/2
Seungho Baek [Mon, 9 Aug 2021 04:59:27 +0000 (13:59 +0900)]
Move catch exception macro to common.h

Change-Id: I195d0ca70e71608f5f8604cab1e350beb22fa8e2
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
2 years agoMerge "Remove unnecessary heading guard." into devel/master
Seungho BAEK [Mon, 9 Aug 2021 04:47:34 +0000 (04:47 +0000)]
Merge "Remove unnecessary heading guard." into devel/master

2 years agoAdd SelectText to TextField, TextEditor 51/261951/3
Bowon Ryu [Thu, 29 Jul 2021 10:58:41 +0000 (19:58 +0900)]
Add SelectText to TextField, TextEditor

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

Change-Id: I1e0fd07401c9d39acd99d099b893b219031dda97
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
2 years agoAdd InputFilter to TextField, TextEditor 30/258630/2
Bowon Ryu [Fri, 21 May 2021 08:24:38 +0000 (17:24 +0900)]
Add InputFilter to TextField, TextEditor

Change-Id: Icb01e64e14af80e46992b005c693504a1b14d6e9
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
2 years agoRemove unnecessary heading guard. 48/262348/2
Seungho Baek [Mon, 9 Aug 2021 03:01:39 +0000 (12:01 +0900)]
Remove unnecessary heading guard.

Change-Id: I16eef0840fffb084fd9721c26bc251ef10acab60
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
2 years agoMerge "DALi Version 2.0.38" into devel/master
Adeel Kazmi [Fri, 6 Aug 2021 10:27:51 +0000 (10:27 +0000)]
Merge "DALi Version 2.0.38" into devel/master

2 years agoDALi Version 2.0.38 17/262317/1 dali_2.0.38
Richard Huang [Fri, 6 Aug 2021 09:48:10 +0000 (10:48 +0100)]
DALi Version 2.0.38

Change-Id: I39a5642fb4fcdd152d6709c18b3bea43c2c6f5b5

2 years agoAdd CanvasRenderer::Gradient, LinearGradient, RadialGradient binder 62/262262/2
JunsuChoi [Thu, 5 Aug 2021 08:38:00 +0000 (17:38 +0900)]
Add CanvasRenderer::Gradient, LinearGradient, RadialGradient binder

Change-Id: I7cdd84f832c9a02f5d33a03a5f05d508dc7bf052

2 years agoMerge "Add SetTapMaximumAllowedTime binding" into devel/master
joogab yun [Fri, 6 Aug 2021 04:50:32 +0000 (04:50 +0000)]
Merge "Add SetTapMaximumAllowedTime binding" into devel/master

2 years agoAdd SetTapMaximumAllowedTime binding 09/261709/8
joogab.yun [Fri, 23 Jul 2021 05:54:23 +0000 (14:54 +0900)]
Add SetTapMaximumAllowedTime binding

Change-Id: I7f189e474d0e5b7d8d80af51ae14c2aff9754ac3

2 years agoFix build warning 69/262269/1
Seungho Baek [Thu, 5 Aug 2021 15:20:48 +0000 (00:20 +0900)]
Fix build warning

Change-Id: I7fce469939d8ad25de3f9f21b891fdbe11747720
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
2 years agoMerge "Unify file name as *-wrap.cpp for the wrapping code" into devel/master
Seungho BAEK [Thu, 5 Aug 2021 11:41:10 +0000 (11:41 +0000)]
Merge "Unify file name as *-wrap.cpp for the wrapping code" into devel/master

2 years agoFix to build incrementally with gbs 87/259387/2
Daekwang Ryu [Mon, 7 Jun 2021 02:35:48 +0000 (11:35 +0900)]
Fix to build incrementally with gbs

Change-Id: I0de98e0525065af657fadc14885e35bd531dee8c

2 years agoUnify file name as *-wrap.cpp for the wrapping code 43/262243/4
Seungho Baek [Thu, 5 Aug 2021 02:42:25 +0000 (11:42 +0900)]
Unify file name as *-wrap.cpp for the wrapping code

Change-Id: Ic1809a55f55dad266056466b200bf0c1c8560054
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
2 years agoMerge "Change ColorDepth enum name to ColorFormat" into devel/master
Adeel Kazmi [Wed, 4 Aug 2021 15:47:11 +0000 (15:47 +0000)]
Merge "Change ColorDepth enum name to ColorFormat" into devel/master

2 years agoMerge "Add Toolkit::CanvasView::Property::VIEW_BOX binder" into devel/master
junsu choi [Tue, 3 Aug 2021 08:09:35 +0000 (08:09 +0000)]
Merge "Add Toolkit::CanvasView::Property::VIEW_BOX binder" into devel/master

2 years agoChange ColorDepth enum name to ColorFormat 59/262059/2
Daekwang Ryu [Fri, 30 Jul 2021 05:55:43 +0000 (14:55 +0900)]
Change ColorDepth enum name to ColorFormat

Change-Id: Id24772decc4c31f0f3f71fb949c64e81f1b5fbe0

2 years agoMerge "Add RiveAnimationView csharp binder codes to control the rive animation by...
Seungho BAEK [Tue, 3 Aug 2021 01:24:30 +0000 (01:24 +0000)]
Merge "Add RiveAnimationView csharp binder codes to control the rive animation by the time." into devel/master

2 years agoAdd RiveAnimationView csharp binder codes to control the rive animation by the time. 23/261323/5
Taehyub Kim [Thu, 15 Jul 2021 08:48:58 +0000 (17:48 +0900)]
Add RiveAnimationView csharp binder codes to control the rive animation by the time.

Change-Id: I67dd430e5e31231994a08b8f2d5a4291a3674f92

2 years agoCanvasView: Change api name 40/262040/1
JunsuChoi [Mon, 2 Aug 2021 04:22:19 +0000 (13:22 +0900)]
CanvasView: Change api name

Since the method name of the same concept in CanvasView is used as
'RemoveAllDrawables', change it to maintain the concept.

Change-Id: I4b05bf0250e44522df7ddd1c6e63e5563a8821d5

2 years agoMerge "DALi Version 2.0.37" into devel/master
Adeel Kazmi [Fri, 30 Jul 2021 11:00:51 +0000 (11:00 +0000)]
Merge "DALi Version 2.0.37" into devel/master

2 years agoDALi Version 2.0.37 05/262005/1 dali_2.0.37
Adam Bialogonski [Fri, 30 Jul 2021 10:22:11 +0000 (11:22 +0100)]
DALi Version 2.0.37

Change-Id: I4967838e9c1d750a8cb2ff419f9898957806a984

2 years agoAdd Toolkit::CanvasView::Property::VIEW_BOX binder 95/261995/1
JunsuChoi [Fri, 30 Jul 2021 07:50:22 +0000 (16:50 +0900)]
Add Toolkit::CanvasView::Property::VIEW_BOX binder

Change-Id: I8615df06deaff5b0962fa1210ce5ba34a6436cb6

2 years agoUnregister request interceptor callback. 71/261771/2
huayong.xu [Mon, 26 Jul 2021 05:58:16 +0000 (13:58 +0800)]
Unregister request interceptor callback.

Change-Id: I21ae6aa8fdca452c31b1762c89b5ff47fa03b857

2 years agoMerge "[NUI] Support Ellipsis position Property" into devel/master
Bowon Ryu [Fri, 30 Jul 2021 02:59:37 +0000 (02:59 +0000)]
Merge "[NUI] Support Ellipsis position Property" into devel/master

2 years agoMerge "Add CanvasView::RemoveDrawable(), RemoveAllDrawables() api binder" into devel...
junsu choi [Thu, 29 Jul 2021 08:46:24 +0000 (08:46 +0000)]
Merge "Add CanvasView::RemoveDrawable(), RemoveAllDrawables() api binder" into devel/master

2 years agoMerge "Add CanvasView::New() api binder" into devel/master
junsu choi [Thu, 29 Jul 2021 08:46:14 +0000 (08:46 +0000)]
Merge "Add CanvasView::New() api binder" into devel/master

2 years agoMerge "Change RiveAnimationView dependency package" into devel/master
Taehyub Kim [Thu, 29 Jul 2021 08:20:01 +0000 (08:20 +0000)]
Merge "Change RiveAnimationView dependency package" into devel/master

2 years agoAdd CanvasView::RemoveDrawable(), RemoveAllDrawables() api binder 35/261935/1
JunsuChoi [Thu, 29 Jul 2021 07:31:29 +0000 (16:31 +0900)]
Add CanvasView::RemoveDrawable(), RemoveAllDrawables() api binder

Change-Id: I82beea27be87a5f82f62dc584587cd82378a62e6

2 years ago[NUI] Support Ellipsis position Property 14/260614/7
Shrouq Sabah [Tue, 29 Jun 2021 23:30:46 +0000 (02:30 +0300)]
[NUI] Support Ellipsis position Property

Added new property Ellipsis to TextEditor
Added new property Ellipsis_Position to TextLabel, TextField and TextEditor

Handled Ellipsis poistion for below cases:
Positions: END, START and MIDDLE
TextController: TextLabel, TextField and TextEditor
SingleLine and Muilt-lines with differnat LineWrap modes
Text direction LTR and RTL

END algorithm already exits
START and MIDDLE algorithms added according to END one

This is to integrate with NUI.

Change-Id: Ia991d8573c2cdbeb904a3703991b840631599f6e

2 years agoAdd CanvasView::New() api binder 76/261876/3
JunsuChoi [Wed, 28 Jul 2021 05:55:37 +0000 (14:55 +0900)]
Add CanvasView::New() api binder

Change-Id: I2b0ad13f20982dfd86edf7a8e031accace5b9780

2 years agoCanvasView: Clean up code 87/261887/2
JunsuChoi [Wed, 28 Jul 2021 07:49:26 +0000 (16:49 +0900)]
CanvasView: Clean up code

Rename and remove unnecessary variables

Change-Id: I5fdf25279f65a920ca6b863c2b8ed5061905077d

2 years agoChange RiveAnimationView dependency package 32/261832/1
Taehyub Kim [Tue, 27 Jul 2021 07:26:51 +0000 (16:26 +0900)]
Change RiveAnimationView dependency package

RiveAnimationView package was seperated from dali2-extension
so the dependency package of RiveAnimationView should be changed.

Change-Id: I4ab6436b6196496b5ba3a49edbf7a304bfc8f52d

2 years agoAdd Encoded Image Buffer class 19/261019/11
Eunki, Hong [Thu, 8 Jul 2021 10:26:28 +0000 (19:26 +0900)]
Add Encoded Image Buffer class

relative patch :

(EncodedImageBuffer)
review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/259415

Change-Id: Iedfb3d7f6e843bae7316a43402acb03710b93f05
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoMerge "Add CanvasRenderer::Drawable::SetClipPath/SetMask api binder" into devel/master
junsu choi [Mon, 26 Jul 2021 08:04:26 +0000 (08:04 +0000)]
Merge "Add CanvasRenderer::Drawable::SetClipPath/SetMask api binder" into devel/master

2 years agoMerge "Add NativeImageQueue" into devel/master
sunghyun kim [Mon, 26 Jul 2021 01:11:07 +0000 (01:11 +0000)]
Merge "Add NativeImageQueue" into devel/master

2 years agoMerge "DALi Version 2.0.36" into devel/master
David Steele [Fri, 23 Jul 2021 10:33:09 +0000 (10:33 +0000)]
Merge "DALi Version 2.0.36" into devel/master

2 years agoDALi Version 2.0.36 39/261739/1 dali_2.0.36
Richard Huang [Fri, 23 Jul 2021 09:28:53 +0000 (10:28 +0100)]
DALi Version 2.0.36

Change-Id: Id717259a5bbfcef2f303566c9ba1ded5db32b70b

2 years agoMerge "Add binding code of WebView::GetPlainTextAsynchronously" into devel/master
JIYUN YANG [Fri, 23 Jul 2021 08:45:05 +0000 (08:45 +0000)]
Merge "Add binding code of WebView::GetPlainTextAsynchronously" into devel/master

2 years agoAdd binding code of WebView::GetPlainTextAsynchronously 91/261691/2
Jiyun Yang [Thu, 22 Jul 2021 13:14:36 +0000 (22:14 +0900)]
Add binding code of WebView::GetPlainTextAsynchronously

Change-Id: Ia51747db50671d2486d8ac94c38f31a560415d4f
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years agoAdd NativeImageQueue 94/261294/6
Sunghyun Kim [Wed, 14 Jul 2021 10:50:38 +0000 (19:50 +0900)]
Add NativeImageQueue

When the application uses several buffers in NativeImageQueue,
the application can get buffer directly using these APIs.

Change-Id: Ib78152066ee0a2f7248728aaf326a3ed64f33a92

2 years agoMerge "Add input-options Binding" into devel/master
joogab yun [Fri, 23 Jul 2021 00:38:59 +0000 (00:38 +0000)]
Merge "Add input-options Binding" into devel/master

2 years agofix coverity issue to make processor-controller catch dali exception 75/261675/2
seungho [Thu, 22 Jul 2021 08:56:35 +0000 (17:56 +0900)]
fix coverity issue to make processor-controller catch dali exception

Change-Id: I02a69a799cc20696bf4c0734cf608290afd474a0
Signed-off-by: seungho <sbsh.baek@samsung.com>
2 years agoAdd CanvasRenderer::Drawable::SetClipPath/SetMask api binder 72/261672/2
JunsuChoi [Thu, 22 Jul 2021 08:31:05 +0000 (17:31 +0900)]
Add CanvasRenderer::Drawable::SetClipPath/SetMask api binder

Change-Id: I9f902d9a3f666b6da09138f17b2f14fe376941a1

2 years agoFix svace issue to initialize member variable of processor-controller 68/261668/1
seungho [Thu, 22 Jul 2021 08:29:11 +0000 (17:29 +0900)]
Fix svace issue to initialize member variable of processor-controller

Change-Id: I26e14c4e956da5a3d403b4453584393a23fef70e
Signed-off-by: seungho <sbsh.baek@samsung.com>
2 years agoRevert "add input-options binding" 07/261607/1
joogab.yun [Thu, 22 Jul 2021 05:01:13 +0000 (14:01 +0900)]
Revert "add input-options binding"

Change-Id: I1fad1ec30870a29a1d53357625d554f607429c5c

2 years agoAdd input-options Binding 95/261595/1
joogab.yun [Thu, 22 Jul 2021 02:00:58 +0000 (11:00 +0900)]
Add input-options Binding

Change-Id: Id174f203bdacd425bfb754b4e7a8f07d20958188

2 years agoadd input-options binding 85/261485/2 remotes/origin/devel/master
Joogab Yun [Tue, 20 Jul 2021 04:40:32 +0000 (13:40 +0900)]
add input-options binding

Change-Id: I75dff55fd4f852e8b4d2a6681e0b7d2da2ea3d0b

2 years agoAdd new constructor on Rotation and file refactoring. 13/261213/4
seungho [Tue, 13 Jul 2021 09:18:55 +0000 (18:18 +0900)]
Add new constructor on Rotation and file refactoring.

 - Add constructor that using two vector
 - Divide rotation code from dali_wrap

Change-Id: I1a6f5ec50e08f4ab547eeb840ef66c583fcb6bb8
Signed-off-by: seungho <sbsh.baek@samsung.com>
2 years agoMerge "Binding EnableDefaultAlgorithm and IsDefaultAlgorithmEnabled for FocusManager...
joogab yun [Mon, 19 Jul 2021 01:07:08 +0000 (01:07 +0000)]
Merge "Binding EnableDefaultAlgorithm and IsDefaultAlgorithmEnabled for FocusManager" into devel/master

2 years agoMerge "DALi Version 2.0.35" into devel/master
Adeel Kazmi [Fri, 16 Jul 2021 09:33:46 +0000 (09:33 +0000)]
Merge "DALi Version 2.0.35" into devel/master

2 years agoDALi Version 2.0.35 97/261397/1 dali_2.0.35
David Steele [Fri, 16 Jul 2021 09:29:18 +0000 (10:29 +0100)]
DALi Version 2.0.35

Change-Id: I708e1dc602298b96ac64af62308a9e1647adfdef

2 years agoMerge "Add ImageUrl" into devel/master
sunghyun kim [Fri, 16 Jul 2021 08:12:00 +0000 (08:12 +0000)]
Merge "Add ImageUrl" into devel/master

2 years agoMerge "Add GetBrightness()" into devel/master
joogab yun [Fri, 16 Jul 2021 05:24:42 +0000 (05:24 +0000)]
Merge "Add GetBrightness()" into devel/master

2 years agoMerge "Add Constraint Class + Make Two Useful Constraint" into devel/master
Eunki Hong [Fri, 16 Jul 2021 03:00:27 +0000 (03:00 +0000)]
Merge "Add Constraint Class + Make Two Useful Constraint" into devel/master

2 years agoAdd ImageUrl 22/259622/15
Sunghyun Kim [Thu, 10 Jun 2021 08:15:30 +0000 (17:15 +0900)]
Add ImageUrl

Change-Id: I64e9ce49c8a4c74c75f58bd3201f231e9792deaa

2 years agoBinding EnableDefaultAlgorithm and IsDefaultAlgorithmEnabled for FocusManager 44/261244/3
Joogab Yun [Wed, 14 Jul 2021 01:17:33 +0000 (10:17 +0900)]
Binding EnableDefaultAlgorithm and IsDefaultAlgorithmEnabled for FocusManager

Change-Id: I6d279f5366f59b3101537f4587a064ae0e27e633

2 years agoAdd GetBrightness() 69/260569/4
Joogab Yun [Tue, 29 Jun 2021 07:21:24 +0000 (16:21 +0900)]
Add GetBrightness()

Change-Id: Iea342390f58c9d43d4e2e5f3d20d98b3595343f5

2 years agoMerge "Replace Signal with std::function." into devel/master
JIYUN YANG [Thu, 15 Jul 2021 09:45:50 +0000 (09:45 +0000)]
Merge "Replace Signal with std::function." into devel/master

2 years agoAdd Constraint Class + Make Two Useful Constraint 56/261156/7
Eunki, Hong [Mon, 12 Jul 2021 11:54:21 +0000 (20:54 +0900)]
Add Constraint Class + Make Two Useful Constraint

Make NUI can use constraint now.

Constraint with custom-function is not allow now, but
We make some useful case with float / ParentSource constraint

- EqualConstraintWithParentFloat
- RelativeConstraintWithParentFloat

Change-Id: I46280605aaf4563ab024a6ef9592552cbd16f9e9

2 years agoMerge "Add processor-controller to support Processor on NUI" into devel/master
dongsug song [Tue, 13 Jul 2021 02:05:50 +0000 (02:05 +0000)]
Merge "Add processor-controller to support Processor on NUI" into devel/master

2 years agoMerge "Add WebView SetTtsFocus" into devel/master
JIYUN YANG [Mon, 12 Jul 2021 11:28:49 +0000 (11:28 +0000)]
Merge "Add WebView SetTtsFocus" into devel/master

2 years agoMerge "DALi Version 2.0.34" into devel/master
Adeel Kazmi [Fri, 9 Jul 2021 09:28:19 +0000 (09:28 +0000)]
Merge "DALi Version 2.0.34" into devel/master

2 years agoDALi Version 2.0.34 64/261064/1 dali_2.0.34
Adam Bialogonski [Fri, 9 Jul 2021 08:44:58 +0000 (09:44 +0100)]
DALi Version 2.0.34

Change-Id: I6cc7ef28d4d9dc5de27358f63f4ccb56576058cf

2 years agoMerge "Add Api for getting window from view" into devel/master
sunghyun kim [Fri, 9 Jul 2021 05:24:28 +0000 (05:24 +0000)]
Merge "Add Api for getting window from view" into devel/master

2 years agoAdd Api for getting window from view 00/261000/6
Sunghyun Kim [Thu, 8 Jul 2021 06:13:51 +0000 (15:13 +0900)]
Add Api for getting window from view

it need to getting window from view

Change-Id: I37d9e389a1422c6c00ff4b1a88ab262789c88031

2 years agoAdd WebView SetTtsFocus 63/260963/3
Jiyun Yang [Wed, 7 Jul 2021 12:30:59 +0000 (21:30 +0900)]
Add WebView SetTtsFocus

Change-Id: I059116228b3f2a34d1b62dd9aa91df17ac5536a7
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years agoReplace Signal with std::function. 05/260905/3
huayong.xu [Tue, 6 Jul 2021 11:27:42 +0000 (19:27 +0800)]
Replace Signal with std::function.

Originally Signal is used to notify webview when callback of web
engine is called. If Signal is called with a std::shared_ptr<X>,
lifecyle of object X would be managed by Signal only in
csharp-binder. So if Signal are destroyed, object X would be
destroyed too. This might cause some problem.
This patch is to replace Signal with std::fuction, and replace
std:shared_ptr with unique_ptr. Lifecycle of object X would not
be associated with that of Signal.

Change-Id: I06f5a6cbf3a11ff77e6d208840952b7c17cbebce

2 years agoMerge "Update ATSPI code according to DALi coding rule" into devel/master
Seoyeon Kim [Wed, 7 Jul 2021 05:17:42 +0000 (05:17 +0000)]
Merge "Update ATSPI code according to DALi coding rule" into devel/master

2 years agoMerge "Add RiveAnimationView APIs CSharp Binding Codes" into devel/master
Taehyub Kim [Tue, 6 Jul 2021 05:22:08 +0000 (05:22 +0000)]
Merge "Add RiveAnimationView APIs CSharp Binding Codes" into devel/master

2 years agoAdd RiveAnimationView APIs CSharp Binding Codes 37/260537/5
Taehyub Kim [Mon, 28 Jun 2021 11:14:10 +0000 (20:14 +0900)]
Add RiveAnimationView APIs CSharp Binding Codes

Change-Id: I7a08a19aa2d1a6c37d6a9aee2146ba789bad9f52

2 years agoMerge "Add APIs for showing/hiding context menu." into devel/master
JIYUN YANG [Mon, 5 Jul 2021 09:34:00 +0000 (09:34 +0000)]
Merge "Add APIs for showing/hiding context menu." into devel/master

2 years ago[Tizen] Add RemoveWidget() in WidgetViewManager
EverLEEst(SangHyeon Lee) [Mon, 5 Jul 2021 06:20:01 +0000 (15:20 +0900)]
[Tizen] Add RemoveWidget() in WidgetViewManager

This reverts commit 054695a06f992f159b8f016ab5eeb7fb584b37ff.

2 years agoMerge branch 'devel/master' into tizen
EverLEEst(SangHyeon Lee) [Mon, 5 Jul 2021 06:19:35 +0000 (15:19 +0900)]
Merge branch 'devel/master' into tizen