platform/core/uifw/dali-csharp-binder.git
23 months ago[Tizen] Resolve C# retrieving string output lifecycle 35/283335/1
Eunki, Hong [Mon, 24 Oct 2022 13:08:23 +0000 (22:08 +0900)]
[Tizen] Resolve C# retrieving string output lifecycle

Change-Id: I95a1b865efa3c2c9171d6c5d810d953e2cd41b9a
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
23 months ago[Tizen] Change nui property get/set not to use PropertyValue (part5) 24/283224/1
Eunki, Hong [Thu, 20 Oct 2022 05:34:39 +0000 (14:34 +0900)]
[Tizen] Change nui property get/set not to use PropertyValue (part5)

Make some internal API for Visual / DoAction

Change-Id: I3a55bca4098813584c038a4dff5d0affebddf91e
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years ago[Tizen]Change nui property get/set not to use PropertyValue (part4) 09/282909/1
dongsug.song [Thu, 13 Oct 2022 07:31:33 +0000 (16:31 +0900)]
[Tizen]Change nui property get/set not to use PropertyValue (part4)

Change-Id: I823c4f18087ddcae8481a46bceb90146ec5cbed2

2 years ago[Tizen] Apply initial dali style for NUI binded TextLabel 72/282772/1
Eunki, Hong [Tue, 11 Oct 2022 08:20:16 +0000 (17:20 +0900)]
[Tizen] Apply initial dali style for NUI binded TextLabel

Change-Id: I3b3404369a58beaf18ce43ff3d0337bffad659f0
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years ago[Tizen] Bind DevelCameraActor::Property::PROJECTION_DIRECTION accepted/tizen_7.0_unified_hotfix tizen_7.0_hotfix accepted/tizen/7.0/unified/hotfix/20221116.105941 accepted/tizen/unified/20221005.144453 tizen_7.0_m2_release
Eunki, Hong [Tue, 4 Oct 2022 09:36:42 +0000 (18:36 +0900)]
[Tizen] Bind DevelCameraActor::Property::PROJECTION_DIRECTION

This reverts commit 2d154ca81533df5de9b30c586d6a6954fdbad30d.

Change-Id: Ia5405e92f389ffdc7c676193c382d4ae8027dbb6

2 years ago[Tizen] Modify window position data type
Eunki, Hong [Tue, 4 Oct 2022 09:36:27 +0000 (18:36 +0900)]
[Tizen] Modify window position data type

This reverts commit 248482a2cae1ecd1744c09f004227d686b6e3b13.

Change-Id: Ied15674d0c1551800f7c81c1ace40830a67efbee

2 years agoMerge branch 'devel/master' into tizen
Eunki, Hong [Tue, 4 Oct 2022 09:36:14 +0000 (18:36 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I81d8336d3124d03cc7017ad6eb761640f1983e8a

2 years agoRevert "[Tizen] Modify window position data type"
Eunki, Hong [Tue, 4 Oct 2022 09:35:49 +0000 (18:35 +0900)]
Revert "[Tizen] Modify window position data type"

This reverts commit 38d0a6c7949db8a5fd637c686f116c05c9ba4ac4.

2 years agoRevert "[Tizen] Create ProjectionDirection property at CameraActor"
Eunki, Hong [Tue, 4 Oct 2022 09:35:47 +0000 (18:35 +0900)]
Revert "[Tizen] Create ProjectionDirection property at CameraActor"

This reverts commit 52612f1f2ee87e2f951552a890ab965063549ac7.

2 years agoChange nui property get/set not to use PropertyValue (part2) 43/282443/3
dongsug.song [Tue, 4 Oct 2022 02:21:26 +0000 (11:21 +0900)]
Change nui property get/set not to use PropertyValue (part2)

Change-Id: Iafee53759d9a9167a02cb60bc3427b17a30832da

2 years ago[Tizen] Create ProjectionDirection property at CameraActor 75/282475/2
Eunki, Hong [Fri, 30 Sep 2022 12:03:18 +0000 (21:03 +0900)]
[Tizen] Create ProjectionDirection property at CameraActor

Bind patch

Change-Id: I047370a202a279e1d33630863e966140c7fbe19f
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years ago(Scene3D) Allow/Block model view's children hit-test events 62/281062/10
Eunki, Hong [Thu, 8 Sep 2022 12:46:07 +0000 (21:46 +0900)]
(Scene3D) Allow/Block model view's children hit-test events

Change-Id: I8677b1a0c51afe5fdc26967c3aa6f73086e9ae27
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years ago[Tizen] Modify window position data type 46/282446/1
Wonsik Jung [Tue, 4 Oct 2022 02:31:29 +0000 (11:31 +0900)]
[Tizen] Modify window position data type

Current WindowPosition has the unsigned int data type.
It means that current data type can not support the negative coordinate.
This patch is to support it.

Change-Id: Ifab6e6fa0bf93aab966bd6c80e2e4109b9365650

2 years agoDALi Version 2.1.42 82/282382/1 dali_2.1.42
Richard Huang [Fri, 30 Sep 2022 10:28:49 +0000 (11:28 +0100)]
DALi Version 2.1.42

Change-Id: Ie20b1cbd019b5413c4ec959f7c299101ecd8baf3

2 years agoMerge branch 'devel/master' into tizen accepted/tizen/unified/20220928.020812
Heeyong Song [Mon, 26 Sep 2022 05:18:41 +0000 (14:18 +0900)]
Merge branch 'devel/master' into tizen

2 years agoChange(part1) nui property get/set not to use PropertyValue 75/281975/2
dongsug.song [Sat, 24 Sep 2022 11:26:57 +0000 (20:26 +0900)]
Change(part1) nui property get/set not to use PropertyValue

Change-Id: I029b8a60c22afae4f8cdd1fe85cc459aa9cfdb0e

2 years agoDALi Version 2.1.41 58/281958/1 dali_2.1.41
David Steele [Fri, 23 Sep 2022 10:56:45 +0000 (11:56 +0100)]
DALi Version 2.1.41

Change-Id: Ic2f6e9dc73dd0eadd6872487e04a41b84231951f

2 years agoMerge branch 'devel/master' into tizen accepted/tizen/unified/20220922.062041 accepted/tizen/unified/20220922.062720
seungho [Wed, 21 Sep 2022 04:27:01 +0000 (13:27 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I94d7608c7f0e294c56e94f0ea23a7ffd6e19f5f0

2 years agoRevert "[WIP] NUI property test"
dongsug.song [Mon, 19 Sep 2022 09:34:47 +0000 (18:34 +0900)]
Revert "[WIP] NUI property test"

This reverts commit b6613c7358514e08a381aea8c1accb8997117081.

2 years ago[WIP] NUI property test
dongsug.song [Mon, 19 Sep 2022 09:34:00 +0000 (18:34 +0900)]
[WIP] NUI property test

Change-Id: Ie3ff72d09b4f0703942f6393caddeccc584d6afb

2 years agoChange ModelView to Model 14/281214/6
seungho [Wed, 14 Sep 2022 07:57:22 +0000 (16:57 +0900)]
Change ModelView to Model

Change-Id: I6b1da0ce122919810c02f1d824617e39f90a3abe
Signed-off-by: seungho <sbsh.baek@samsung.com>
2 years agoAdd Set/Get ImageBasedLight ScaleFactor 04/281204/6
seungho [Wed, 14 Sep 2022 07:21:04 +0000 (16:21 +0900)]
Add Set/Get ImageBasedLight ScaleFactor

Change-Id: Idd335ba4d1dec005124e47dbff4dfa92886e36d3
Signed-off-by: seungho <sbsh.baek@samsung.com>
2 years agoMerge "DALi Version 2.1.40" into devel/master
Adeel Kazmi [Fri, 16 Sep 2022 11:23:36 +0000 (11:23 +0000)]
Merge "DALi Version 2.1.40" into devel/master

2 years agoDALi Version 2.1.40 06/281406/1 dali_2.1.40
Adeel Kazmi [Fri, 16 Sep 2022 11:05:17 +0000 (12:05 +0100)]
DALi Version 2.1.40

Change-Id: I7608b0da5e1d49300873bb8734f1798c45089a2f

2 years agoFix svace UNREACHABLE_CODE issues 71/281371/1
Jaehyun Cho [Fri, 16 Sep 2022 06:00:19 +0000 (15:00 +0900)]
Fix svace UNREACHABLE_CODE issues

The unreachable codes are removed.

Change-Id: Ib24654bada65ccfbd4f564586d0707524b75cd9a

2 years agoChange constructor index in SceneView 42/281142/2
seungho [Tue, 13 Sep 2022 09:31:31 +0000 (18:31 +0900)]
Change constructor index in SceneView

Change-Id: I5da3abaf2b41e17c6fe26e40d7ae7f2da62c08c8
Signed-off-by: seungho <sbsh.baek@samsung.com>
2 years agoMerge branch 'devel/master' into tizen accepted/tizen/unified/20220914.164057
Taehyub Kim [Wed, 14 Sep 2022 02:44:11 +0000 (11:44 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I3a253b58931a7243aef0063b0a4de77673df46d4

2 years agoAdd null checking for Actor methods 44/281144/1
dongsug.song [Tue, 13 Sep 2022 11:13:30 +0000 (20:13 +0900)]
Add null checking for Actor methods

Change-Id: Iaef8a4b2a00d0ba6d9b6f1aec537a7391338ea1f

2 years agoDALi Version 2.1.39 88/281088/1 dali_2.1.39
Adam Bialogonski [Fri, 9 Sep 2022 09:06:01 +0000 (10:06 +0100)]
DALi Version 2.1.39

Change-Id: If8615b048d85859a5316b8b5e279544d10c143b8

2 years agoMerge branch 'devel/master' into tizen accepted/tizen/unified/20220913.175620
Jaehyun Cho [Tue, 6 Sep 2022 07:25:51 +0000 (16:25 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I127cd283b075fd7ea6c8a210b12916ac1929bbea

2 years agoDALi Version 2.1.38 33/280733/1 dali_2.1.38
Richard Huang [Fri, 2 Sep 2022 12:00:45 +0000 (13:00 +0100)]
DALi Version 2.1.38

Change-Id: I86d6764116df8edc0aab8015251af025c54a6734

2 years agoBinds Dali::Scene3D::SceneView 98/280198/5
seungho [Thu, 25 Aug 2022 07:05:07 +0000 (16:05 +0900)]
Binds Dali::Scene3D::SceneView

Change-Id: I2c7a3c048fb3e0e005f416d776969b88069a927e
Signed-off-by: seungho <sbsh.baek@samsung.com>
2 years agoMerge branch 'devel/master' into tizen accepted/tizen/unified/20220830.133823 submit/tizen/20220830.074510
EverLEEst(SangHyeon Lee) [Tue, 30 Aug 2022 06:38:10 +0000 (15:38 +0900)]
Merge branch 'devel/master' into tizen

2 years agoMerge "DALi Version 2.1.37" into devel/master
Adeel Kazmi [Fri, 26 Aug 2022 11:24:00 +0000 (11:24 +0000)]
Merge "DALi Version 2.1.37" into devel/master

2 years agoDALi Version 2.1.37 11/280311/1 dali_2.1.37
David Steele [Fri, 26 Aug 2022 11:15:36 +0000 (12:15 +0100)]
DALi Version 2.1.37

Change-Id: Id1bed1b429306aaf9d58f11dabae0b80a345dcf6

2 years agoFix svace (Uninitialized local value) 68/280268/1
Eunki, Hong [Fri, 26 Aug 2022 04:43:44 +0000 (13:43 +0900)]
Fix svace (Uninitialized local value)

Let we make uninitialized local value as zero.

Change-Id: I859880e002750110e4a9c3dd3e32bb42fa498eb2
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoMerge branch 'devel/master' into tizen accepted/tizen/unified/20220823.061823 submit/tizen/20220822.095528
dongsug.song [Mon, 22 Aug 2022 09:39:16 +0000 (18:39 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I932599a8a587d550d4ebf3ea9947ad8b26969706

2 years agoDALi Version 2.1.36 54/279954/1 dali_2.1.36
Adam Bialogonski [Fri, 19 Aug 2022 10:08:19 +0000 (11:08 +0100)]
DALi Version 2.1.36

Change-Id: I54dc52a94ac47bb167678af34d656766bf3867a7

2 years agoFix memory leak defects 08/279808/1
dongsug.song [Thu, 18 Aug 2022 06:01:41 +0000 (15:01 +0900)]
Fix memory leak defects

Change-Id: I10b11096dafe8dd138eaa0001da5ed4465fefffb

2 years agoAdd DoActionExtension binding 20/279320/4
dongsug.song [Fri, 5 Aug 2022 10:30:37 +0000 (19:30 +0900)]
Add DoActionExtension binding

Change-Id: I5b304e215597a8b3140abca6028444b70cd6982b

2 years agoMerge branch 'devel/master' into tizen accepted/tizen/unified/20220817.153922 submit/tizen/20220816.083251
jykeon [Tue, 16 Aug 2022 07:12:36 +0000 (16:12 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: Ic00bd56a7006ba7cd06ab8f344577a781a5c6f43

2 years agoRemove build warnings 81/279681/1
Seoyeon Kim [Tue, 16 Aug 2022 04:59:21 +0000 (13:59 +0900)]
Remove build warnings

- warning: variable ‘jresult’ set but not used [-Wunused-but-set-variable]
- Updated to return 'jresult' to be set as 'void *' type.

Change-Id: I31a7f6848634a91717fdc487ea175d7b92f7b11d
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
2 years agoDALi Version 2.1.35 42/279642/1 dali_2.1.35
Adeel Kazmi [Fri, 12 Aug 2022 11:23:26 +0000 (12:23 +0100)]
DALi Version 2.1.35

Change-Id: I7634635280fbe1c0e4a28296cda0acb7c660ae25

2 years agoMerge "Add an API for getting web view when request is intercepted." into devel/master
dongsug song [Thu, 11 Aug 2022 09:08:08 +0000 (09:08 +0000)]
Merge "Add an API for getting web view when request is intercepted." into devel/master

2 years agoMerge "Add Window Moved event" into devel/master
Wonsik Jung [Wed, 10 Aug 2022 06:03:04 +0000 (06:03 +0000)]
Merge "Add Window Moved event" into devel/master

2 years agoMerge branch 'devel/master' into tizen accepted/tizen/unified/20220810.135957 submit/tizen/20220809.062536 submit/tizen/20220809.063454
Daekwang Ryu [Tue, 9 Aug 2022 04:39:51 +0000 (13:39 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I0daaf3293d3bf6fb4d52c932f5475b4b2208d2f0

2 years agoDALi Version 2.1.34 28/279328/1 dali_2.1.34
David Steele [Fri, 5 Aug 2022 11:51:19 +0000 (12:51 +0100)]
DALi Version 2.1.34

Change-Id: Ia95e5f5f5ef17ad7e33e31cb9518c07cffbb935f

2 years agoAdd Window Moved event 95/278895/5
Wonsik Jung [Wed, 27 Jul 2022 12:35:51 +0000 (21:35 +0900)]
Add Window Moved event

If window is moved by server, sever will notify that to the client.
This event is for that.

Change-Id: I54f81322b3dd0791d2206cf2473350d093a47137

2 years agoMerge branch 'devel/master' into tizen accepted/tizen/unified/20220803.095046 accepted/tizen/unified/20220804.041725 submit/tizen/20220802.070527 submit/tizen/20220802.150808
Bowon Ryu [Tue, 2 Aug 2022 05:19:31 +0000 (14:19 +0900)]
Merge branch 'devel/master' into tizen

2 years agoRevert "[Tizen] Fix WidgetView build error"
Bowon Ryu [Tue, 2 Aug 2022 05:19:24 +0000 (14:19 +0900)]
Revert "[Tizen] Fix WidgetView build error"

This reverts commit afe2894d98fd6e52ddc821c4c38754c6e39274f3.

2 years agoMerge "Add binding for Actor::Property::UPDATE_AREA_HINT" into devel/master
sunghyun kim [Tue, 2 Aug 2022 04:34:28 +0000 (04:34 +0000)]
Merge "Add binding for Actor::Property::UPDATE_AREA_HINT" into devel/master

2 years agoAdd binding for Actor::Property::UPDATE_AREA_HINT 78/279078/3
tscholb [Mon, 1 Aug 2022 10:32:51 +0000 (19:32 +0900)]
Add binding for Actor::Property::UPDATE_AREA_HINT

Change-Id: I0a16872bcd2378733ff95c4ac0080652b0d20fe6

2 years agomerge mobile profile cmake to common profile 64/279064/2
dongsug.song [Mon, 1 Aug 2022 10:40:25 +0000 (19:40 +0900)]
merge mobile profile cmake to common profile

Change-Id: Iacfd2f9a4080872565e13b99d2e0943e9509216d

2 years agoAdd an API for getting web view when request is intercepted. 06/278806/2
huayong.xu [Tue, 26 Jul 2022 08:08:06 +0000 (16:08 +0800)]
Add an API for getting web view when request is intercepted.

Change-Id: Idcf0789462717b3c64e27135fe38c084f477035e

2 years agoFix entry point can't find issue 41/279041/3
Xianbing Teng [Mon, 1 Aug 2022 02:58:13 +0000 (10:58 +0800)]
Fix entry point can't find issue

Change-Id: I526e55a673e9596e3c68e563b9923a6b6b0ff3f1

2 years agoMerge " Fix WidgetView build error" into devel/master
sunghyun kim [Mon, 1 Aug 2022 06:03:21 +0000 (06:03 +0000)]
Merge " Fix WidgetView build error" into devel/master

2 years agoMerge "Fix svace issue, update ignore, remove model3d-view-wrap" into devel/master
Seungho BAEK [Mon, 1 Aug 2022 05:56:52 +0000 (05:56 +0000)]
Merge "Fix svace issue, update ignore, remove model3d-view-wrap" into devel/master

2 years ago Fix WidgetView build error 96/278996/2
tscholb [Fri, 29 Jul 2022 03:15:19 +0000 (12:15 +0900)]
 Fix WidgetView build error

Change-Id: Ie6ad779e001bb24f2c8a882e4ccb10acb311a49a

2 years agoDALi Version 2.1.33 21/279021/1 dali_2.1.33
Richard Huang [Fri, 29 Jul 2022 11:12:37 +0000 (12:12 +0100)]
DALi Version 2.1.33

Change-Id: Ie88f582632d6fae97d751bb654b9057ff1a6fd6c

2 years agoFix svace issue, update ignore, remove model3d-view-wrap 92/278992/3
seungho [Fri, 29 Jul 2022 03:14:04 +0000 (12:14 +0900)]
Fix svace issue, update ignore, remove model3d-view-wrap

Change-Id: Ib7cb9683b162dcc684475c76ae5a6e2a004b6c25
Signed-off-by: seungho <sbsh.baek@samsung.com>
2 years ago[Tizen] Fix WidgetView build error 93/278993/1
tscholb [Fri, 29 Jul 2022 03:15:19 +0000 (12:15 +0900)]
[Tizen] Fix WidgetView build error

Change-Id: Ie6ad779e001bb24f2c8a882e4ccb10acb311a49a

2 years agoRemove useless argv allocation when create application. 89/278789/1
Eunki, Hong [Tue, 26 Jul 2022 07:05:09 +0000 (16:05 +0900)]
Remove useless argv allocation when create application.

We don't need to use the name of application name
"dali-csharp-app"

So, make most of application use nullptr.
And use gArgV only if argments comes from NUI side.

Change-Id: I2487e39b8f1a3f2adbd4e6309897b9e7f48d161e
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoMerge branch 'devel/master' into tizen accepted/tizen/unified/20220726.132159 accepted/tizen/unified/20220728.044848 submit/tizen/20220725.092221 submit/tizen/20220727.051150
Hosang Kim [Mon, 25 Jul 2022 05:40:18 +0000 (14:40 +0900)]
Merge branch 'devel/master' into tizen

2 years agoDALi Version 2.1.32 14/278614/1 dali_2.1.32
Adam Bialogonski [Fri, 22 Jul 2022 09:27:44 +0000 (10:27 +0100)]
DALi Version 2.1.32

Change-Id: If294fdb2f63d7b1041c72805bef621e5780e2466

2 years agoMerge "Add binding for DevelControl::Property::AUTOMATION_ID" into devel/master
Lukasz Oleksak [Thu, 21 Jul 2022 11:15:37 +0000 (11:15 +0000)]
Merge "Add binding for DevelControl::Property::AUTOMATION_ID" into devel/master

2 years agoAdd scene3d module for csharp binder 28/278428/4
Xianbing Teng [Wed, 20 Jul 2022 09:25:38 +0000 (17:25 +0800)]
Add scene3d module for csharp binder

Change-Id: I6d2e9d52b6fc7a4204ead73059c660fe486c0609

2 years agoMerge "Make web engine context be a singleton." into devel/master
dongsug song [Wed, 20 Jul 2022 11:06:38 +0000 (11:06 +0000)]
Merge "Make web engine context be a singleton." into devel/master

2 years agoMerge "Update spec and CMakeLists.txt" into devel/master
dongsug song [Wed, 20 Jul 2022 08:33:31 +0000 (08:33 +0000)]
Merge "Update spec and CMakeLists.txt" into devel/master

2 years agoMerge "Fix issue that LoadContents of WebView cound not be called with null arguments...
dongsug song [Wed, 20 Jul 2022 08:11:36 +0000 (08:11 +0000)]
Merge "Fix issue that LoadContents of WebView cound not be called with null arguments." into devel/master

2 years agoMake web engine context be a singleton. 09/277709/2
huayong.xu [Tue, 12 Jul 2022 08:05:54 +0000 (16:05 +0800)]
Make web engine context be a singleton.

Change-Id: I7eed0a8d262fa5affcbbb004d4b74d42b48db251

2 years agoAdd binding for DevelControl::Property::AUTOMATION_ID 53/278353/1
Artur Świgoń [Tue, 19 Jul 2022 10:30:13 +0000 (12:30 +0200)]
Add binding for DevelControl::Property::AUTOMATION_ID

Change-Id: I990fdcf9971135dbbc68118d5014add61b476c39

2 years agoUpdate spec and CMakeLists.txt 35/275835/5
Xianbing Teng [Thu, 2 Jun 2022 13:26:22 +0000 (21:26 +0800)]
Update spec and CMakeLists.txt

Change-Id: I64621ac3368aae5b5d2457a0db28f5a4114b89cf

2 years agoMerge branch 'devel/master' into tizen accepted/tizen/unified/20220720.064207 submit/tizen/20220719.063122
Woochanlee [Tue, 19 Jul 2022 04:33:09 +0000 (13:33 +0900)]
Merge branch 'devel/master' into tizen

2 years agoDALi Version 2.1.31 72/277972/1 dali_2.1.31
Richard Huang [Fri, 15 Jul 2022 12:17:02 +0000 (13:17 +0100)]
DALi Version 2.1.31

Change-Id: Ie2ee180a96d685049f36c392ccc7ed1e7534e034

2 years agoMerge "Updates following web-engine devel header location change" into devel/master
Adeel Kazmi [Thu, 14 Jul 2022 18:13:15 +0000 (18:13 +0000)]
Merge "Updates following web-engine devel header location change" into devel/master

2 years agoMerge "Updates following canvas-renderer devel header location change" into devel...
Adeel Kazmi [Thu, 14 Jul 2022 14:59:18 +0000 (14:59 +0000)]
Merge "Updates following canvas-renderer devel header location change" into devel/master

2 years agoUpdates following web-engine devel header location change 18/277818/1
Adeel Kazmi [Wed, 13 Jul 2022 17:13:03 +0000 (18:13 +0100)]
Updates following web-engine devel header location change

Change-Id: I68d02d0a10a995df81b6796adcd2e75097677ad2

2 years agoUpdates following canvas-renderer devel header location change 13/277813/1
Adeel Kazmi [Wed, 13 Jul 2022 16:43:25 +0000 (17:43 +0100)]
Updates following canvas-renderer devel header location change

Change-Id: I6118316550b9f1a84e3794a1f6e85dd802e7d37e

2 years agoProperty::Value operator== bind 78/277578/2
Eunki, Hong [Fri, 8 Jul 2022 10:27:27 +0000 (19:27 +0900)]
Property::Value operator== bind

Change-Id: If167999961a6b0543c4f24c9854a4f7c8381d245
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 years agoMerge branch 'devel/master' into tizen accepted/tizen/unified/20220712.133107 submit/tizen/20220712.024533
Wonsik Jung [Mon, 11 Jul 2022 06:29:33 +0000 (15:29 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I92db37dfd92016f09c38acd11bbe03da3135ceac

2 years agoBinding ALLOW_ONLY_OWN_TOUCH 56/276656/6
joogab.yun [Thu, 23 Jun 2022 02:13:22 +0000 (11:13 +0900)]
Binding ALLOW_ONLY_OWN_TOUCH
refer https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/276632/

Change-Id: I525bae35b1da8108d2b0fc3e75e5331bb36147f9

2 years agoMerge "[AT-SPI] Store AccessibilityAttributes in NUI" into devel/master
Seoyeon Kim [Fri, 8 Jul 2022 09:43:16 +0000 (09:43 +0000)]
Merge "[AT-SPI] Store AccessibilityAttributes in NUI" into devel/master

2 years ago[dali_2.1.30] Merge branch 'devel/master' 57/277557/1
Adeel Kazmi [Fri, 8 Jul 2022 05:49:06 +0000 (06:49 +0100)]
[dali_2.1.30] Merge branch 'devel/master'

Change-Id: I240d5d22fba89601bc4150befb44f758ac7926e3

2 years agoDALi Version 2.1.30 51/277551/1 dali_2.1.30
Adeel Kazmi [Fri, 8 Jul 2022 05:48:18 +0000 (06:48 +0100)]
DALi Version 2.1.30

Change-Id: I70a0d8e458c81e6ab3280404476b65223f8b7db4

2 years ago[AT-SPI] Store AccessibilityAttributes in NUI 88/277288/4
Artur Świgoń [Mon, 4 Jul 2022 13:03:25 +0000 (15:03 +0200)]
[AT-SPI] Store AccessibilityAttributes in NUI

Having a modifiable attribute dictionary in NUI removes the performance
penalty of having to go through interops on every modification. A new
override for GetAttributes in NUIViewAccessible will now collect the
attributes stored in NUI.

Change-Id: I43e0e6d231f70583e3390a2f3730491f17f48811

2 years agoAdd UiThread feature 54/274654/4
Daekwang Ryu [Thu, 7 Jul 2022 02:54:10 +0000 (11:54 +0900)]
Add UiThread feature

UiThread feature creates a thread for Dali.

Change-Id: If54d6df450fbca23b28bb98f1ecd7753c23bac5b

2 years agoFix issue that LoadContents of WebView cound not be called with null arguments. 31/277331/2
huayong.xu [Tue, 5 Jul 2022 06:48:09 +0000 (14:48 +0800)]
Fix issue that LoadContents of WebView cound not be called with null arguments.

Change-Id: I89b224adf5054bd905b9f191641fc112a20d340c

2 years agoMerge branch 'devel/master' into tizen accepted/tizen/unified/20220705.211259 submit/tizen/20220704.072728 submit/tizen/20220705.020902
joogab.yun [Mon, 4 Jul 2022 05:11:50 +0000 (14:11 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I1e6078d4abcb24bea60ca1d35d36e902b5bdb9b7

2 years agoBinding ReceiveAllTapEvents of TapGestureDetector 50/277050/4
joogab.yun [Thu, 30 Jun 2022 03:46:32 +0000 (12:46 +0900)]
Binding ReceiveAllTapEvents of TapGestureDetector

Change-Id: I4e043c9c08c95511324fc3809045a4ab0bd87034

2 years agoMerge "DALi Version 2.1.29" into devel/master
David Steele [Fri, 1 Jul 2022 11:12:05 +0000 (11:12 +0000)]
Merge "DALi Version 2.1.29" into devel/master

2 years ago[dali_2.1.29] Merge branch 'devel/master' 99/277199/1
David Steele [Fri, 1 Jul 2022 11:07:41 +0000 (12:07 +0100)]
[dali_2.1.29] Merge branch 'devel/master'

Change-Id: I8572e83e4a79f7c94cdb920a1713475f5b1fef0b

2 years agoDALi Version 2.1.29 93/277193/1 dali_2.1.29
David Steele [Fri, 1 Jul 2022 11:07:13 +0000 (12:07 +0100)]
DALi Version 2.1.29

Change-Id: Ida0b0bc487a4d2b80aa26f4bce5f0710d448cef7

2 years agoBinding InterceptKeyEvent 69/276869/2
joogab.yun [Mon, 27 Jun 2022 07:40:13 +0000 (16:40 +0900)]
Binding InterceptKeyEvent

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

Change-Id: I70b12a136f167db7351755c44da09a078f1915ce

2 years agoMerge branch 'devel/master' into tizen accepted/tizen/unified/20220629.152942 submit/tizen/20220628.101822
Eunki, Hong [Tue, 28 Jun 2022 04:42:50 +0000 (13:42 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: Id9c1b3fb60035e482e9a2f1009d5a84d7fa44bc8

2 years agoMerge "Add function to set maximum/minimum size" into devel/master
Wonsik Jung [Mon, 27 Jun 2022 02:03:06 +0000 (02:03 +0000)]
Merge "Add function to set maximum/minimum size" into devel/master

2 years ago[dali_2.1.28] Merge branch 'devel/master' 98/276798/1
Adeel Kazmi [Fri, 24 Jun 2022 13:09:51 +0000 (14:09 +0100)]
[dali_2.1.28] Merge branch 'devel/master'

Change-Id: I62d1cfae7a77720a0b3131b89a5c64e0671202a9

2 years agoDALi Version 2.1.28 92/276792/1 dali_2.1.28
Adeel Kazmi [Fri, 24 Jun 2022 13:09:03 +0000 (14:09 +0100)]
DALi Version 2.1.28

Change-Id: Ibd2a743c57b0715a43f7ba91a24e38b54db2ed84

2 years agoAdd function to set maximum/minimum size 53/275853/5
Wonsik Jung [Fri, 3 Jun 2022 04:26:38 +0000 (13:26 +0900)]
Add function to set maximum/minimum size

It is to set the maximized size when window is maximized or the size is increased by RequestResizeToServer.
Although the limitation is set by this function, window's size can be over the limitation by SetPositionSize() or SetSize().
The Set minimum size is similar to set maximum size.
Also it is only useful for tizen world.

Change-Id: I3e9724d0806f5b6cbfea7f0247272c4ab2472f5f

2 years agoMerge branch 'devel/master' into tizen accepted/tizen/unified/20220622.134143 submit/tizen/20220621.114826
tscholb [Tue, 21 Jun 2022 07:28:14 +0000 (16:28 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: Ia3f7533bbbe3a45187ed26b0786a5c1f4f6cb542

2 years agoRevert "[Tizen] Fix vd's aarch64 gbs build issue"
tscholb [Tue, 21 Jun 2022 07:28:06 +0000 (16:28 +0900)]
Revert "[Tizen] Fix vd's aarch64 gbs build issue"

This reverts commit 4d1f41191287ab563703f3123e0963feeba55766.