platform/core/uifw/dali-csharp-binder.git
4 weeks ago[Tizen] Binding SetTime in TouchEvent 37/308837/1 accepted/tizen_8.0_unified tizen_8.0 accepted/tizen/8.0/unified/20240409.150713
joogab.yun [Mon, 1 Apr 2024 08:03:37 +0000 (17:03 +0900)]
[Tizen] Binding SetTime in TouchEvent

Change-Id: I7e0567863eb00d065633f01c593239773f57ea41

5 weeks agoMerge "[Tizen] [AT-SPI] Guarantee UnregisterDefaultLabel()" into tizen_8.0 accepted/tizen/8.0/unified/20240401.145203
Seoyeon Kim [Fri, 29 Mar 2024 10:15:33 +0000 (10:15 +0000)]
Merge "[Tizen] [AT-SPI] Guarantee UnregisterDefaultLabel()" into tizen_8.0

5 weeks ago[Tizen] Binding SetTapMaximumMotionAllowedDistance 37/308637/1
joogab.yun [Thu, 28 Mar 2024 05:32:09 +0000 (14:32 +0900)]
[Tizen] Binding SetTapMaximumMotionAllowedDistance

Change-Id: I19df2811de4c6772fc79cc0f7cd86d5094e5e168

5 weeks ago[Tizen] Add prevent null check in TouchAreaOffset api 81/308581/1
joogab.yun [Wed, 27 Mar 2024 05:22:46 +0000 (14:22 +0900)]
[Tizen] Add prevent null check in TouchAreaOffset api

Change-Id: I32fe2396d34a12f6b8d8d5f0f4544a4bb971621f

5 weeks ago[Tizen] [AT-SPI] Guarantee UnregisterDefaultLabel() 90/308490/2
Artur Świgoń [Thu, 21 Mar 2024 09:44:09 +0000 (10:44 +0100)]
[Tizen] [AT-SPI] Guarantee UnregisterDefaultLabel()

This patch is cherry-picked from
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/308330/

Change-Id: I3723faaa7b376eef5b2967274107874c99b4d58d

7 weeks ago[Tizen] Change Property name USE_FIXED_CACHE to ENABLE_FRAME_CACHE 47/308047/1 accepted/tizen/8.0/unified/20240318.143343
sunghyun kim [Fri, 12 Jan 2024 05:24:06 +0000 (14:24 +0900)]
[Tizen] Change Property name USE_FIXED_CACHE to ENABLE_FRAME_CACHE

existing name is ambiguous in meaning, so we change it to a more clear name.

Change-Id: I31790f8a0c1764ac9a91d7591be45f3d0671ebe2

7 weeks ago[Tizen] Add some more guard cases before get Adaptor 16/307916/3
Eunki, Hong [Thu, 14 Mar 2024 06:37:46 +0000 (15:37 +0900)]
[Tizen] Add some more guard cases before get Adaptor

Note that we should allow to get the window list even of adaptor is stopped.
That API could be called at OnTerminate cases

Change-Id: I8e009aa9f1655ef68b6dfae0a66de0259f5e7bef
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
7 weeks ago[Tizen] Add SYNCHRONOUS_LOADING property in CanvasView 60/307760/1 accepted/tizen/8.0/unified/20240313.143522
joogab.yun [Tue, 12 Mar 2024 06:51:43 +0000 (15:51 +0900)]
[Tizen] Add SYNCHRONOUS_LOADING property in CanvasView

Change-Id: I82b71144194e4ef0a5c49aee3b1504cdc082607b

2 months ago[Tizen] Fix svace issue : nullptr check for inputMethodContextP 34/307034/1 accepted/tizen/8.0/unified/20240311.164704
Eunki, Hong [Wed, 28 Feb 2024 11:10:00 +0000 (20:10 +0900)]
[Tizen] Fix svace issue : nullptr check for inputMethodContextP

Change-Id: I4fbebeed7e4058a88788a757ee423f995d68c999
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 months ago[Tizen] Binding the update area for frame update 32/306832/2 accepted/tizen/8.0/unified/20240301.174453
Wonsik Jung [Fri, 16 Feb 2024 12:04:35 +0000 (21:04 +0900)]
[Tizen] Binding the update area for frame update

Change-Id: I022b2969afa98bcc318cca55a41e3aa5292b2741

2 months ago[Tizen] Do not copy string if we send string to C# 89/306789/1
Eunki, Hong [Thu, 22 Feb 2024 04:07:21 +0000 (13:07 +0900)]
[Tizen] Do not copy string if we send string to C#

C# copy native string if we call C# API. So duplicate string and send it is useless.
And also, it's behavior might occure some memory leak.

To resolve it, let we just send const char* directly.

Change-Id: I9f18b25503406081c3866cc979dfca90d5113bb2
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 months ago[Tizen] Support multiple InputMethodContext callback connect by own signal 88/306788/1
Eunki, Hong [Mon, 19 Feb 2024 12:07:09 +0000 (21:07 +0900)]
[Tizen] Support multiple InputMethodContext callback connect by own signal

InputMethodContext only support single EventReceivedSignal globaly, from 2018 years.

But we can have multiple InputMethodContext,
and each InputMethodContext could have there own signal to connect.

Since C# signal can only receive pointer data from C++, there should exist
some data conversion progress in csharp-binder code.

Until now, we only use single functor for it.
But now, let we allow to get-set this signal, key as pointer of signal.

After this patch, we can connect each InputMethodContext connect their own signals.

Change-Id: I6fe6794387e8ab80a1ddb346a2931929654b961c
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 months ago[Tizen] Add new callback binder for FrameUpdateInterface with return value 09/305709/1 accepted/tizen/8.0/unified/20240208.163218
Eunki, Hong [Mon, 8 Jan 2024 08:41:03 +0000 (17:41 +0900)]
[Tizen] Add new callback binder for FrameUpdateInterface with return value

Change-Id: I0788438ff7d5bc22416cef0df5ec2e686c0cfaaa
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
3 months ago[Tizen] Add a WebView API for notifying orientation change. 17/305517/1
huayong.xu [Fri, 2 Feb 2024 06:46:36 +0000 (14:46 +0800)]
[Tizen] Add a WebView API for notifying orientation change.

Change-Id: I64b86ce924f24502a1a1aed50fc91dd34e7620ed

3 months ago[Tizen] Bind UpdateProxy API with world transform and size 66/305266/1
Eunki, Hong [Tue, 30 Jan 2024 10:44:54 +0000 (19:44 +0900)]
[Tizen] Bind UpdateProxy API with world transform and size

Change-Id: I2e0299f722ce9e642a936ae4fe0792da352abb36
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
3 months ago[Tizen] Fix crash issue when disposed custom view is on callback 91/304691/1 accepted/tizen/8.0/unified/20240125.160907
Eunki, Hong [Tue, 23 Jan 2024 07:40:06 +0000 (16:40 +0900)]
[Tizen] Fix crash issue when disposed custom view is on callback

It is possible that Disposed CustomView could be alive in dali side.
So if DirectorDisconnect() called ViewWrapper required to emit some callbacks,
It might be crashed.

To avoid this cases, let we branch whether the callback exist or not.

Change-Id: I0765b58ea11cf0d0ff26c31b69955e710c2dbac8
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
3 months ago[Tizen] Binding FeedTouch and SetGeometryHittestEnabled for GeometyrTouch and New... 01/304001/1 accepted/tizen/8.0/unified/20240109.155500
joogab.yun [Tue, 17 Oct 2023 07:45:17 +0000 (16:45 +0900)]
[Tizen] Binding FeedTouch and SetGeometryHittestEnabled for GeometyrTouch and New Gesture

Change-Id: I85af33c6edec514805ba61ffe8810b3f5690ae2c

4 months ago[Tizen] Update PropertyMap SetValue APIs 57/303757/1
Jay Cho [Thu, 4 Jan 2024 08:40:01 +0000 (17:40 +0900)]
[Tizen] Update PropertyMap SetValue APIs

Change-Id: Ie5911ad8498c78d7a74ab73c32a848b8b6b2615a

4 months ago[Tizen] Add PropertyMap Insert APIs 64/303664/1
Jay Cho [Thu, 28 Dec 2023 09:42:21 +0000 (18:42 +0900)]
[Tizen] Add PropertyMap Insert APIs

Change-Id: Id27b3db1ec50f080835f1548eefc90c245a54a88

4 months ago[Tizen] Add USE_FIXED_CACHE for performance 24/303624/1
sunghyun kim [Thu, 30 Nov 2023 08:37:26 +0000 (17:37 +0900)]
[Tizen] Add USE_FIXED_CACHE for performance

Change-Id: Ia49811a8bcda9426fa4715ac626088d5ec25d694

4 months ago[Tizen] Bind NativeImageQueue constructor with queue size 41/303541/1
Eunki Hong [Sat, 30 Dec 2023 15:02:38 +0000 (00:02 +0900)]
[Tizen] Bind NativeImageQueue constructor with queue size

Change-Id: Ibca8095ae42187d3ef355b14845383295fc90355
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
4 months ago[Tizen] Keep rendering if NUI use FrameUpdateCallback 73/303373/1 accepted/tizen/8.0/unified/20240101.154943
Eunki, Hong [Wed, 27 Dec 2023 00:36:50 +0000 (09:36 +0900)]
[Tizen] Keep rendering if NUI use FrameUpdateCallback

Change-Id: I6a2e177b82532116ce252d9b4656fec6795bda7e
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
4 months ago[Tizen] Print ProcessorController name for debug 21/303121/1
Eunki, Hong [Tue, 19 Dec 2023 04:14:59 +0000 (13:14 +0900)]
[Tizen] Print ProcessorController name for debug

Change-Id: I8ff0c0f511bafa29d0a398795e0f354ccaa62896
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
4 months ago[Tizen] Add AnchorColor, AnchorClickedColor Property 62/303062/1
Bowon Ryu [Mon, 18 Dec 2023 09:45:33 +0000 (18:45 +0900)]
[Tizen] Add AnchorColor, AnchorClickedColor Property

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

Change-Id: Iea7f682b17513a5cd58ce6950b539bb8443af1f8
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
4 months ago[Tizen] Use DepthIndex for 3D rendering order accepted/tizen/8.0/unified/20231219.160212
seungho baek [Wed, 6 Dec 2023 06:45:11 +0000 (15:45 +0900)]
[Tizen] Use DepthIndex for 3D rendering order

Change-Id: Ifd91efe6cdbc23a43de878bd3e74a3ebcfa62730
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
4 months ago[Tizen] Bind new API that create ProcessorController without Initialize 43/302643/1 accepted/tizen/8.0/unified/20231214.075340
Eunki, Hong [Mon, 11 Dec 2023 04:28:59 +0000 (13:28 +0900)]
[Tizen] Bind new API that create ProcessorController without Initialize

To keep backward compactibility, let we keep CSharp_Dali_new_ProcessorController
works same as previous logic.

Instead, let we bind new API without Intialize, so we can create
ProcessorController non-main thread.

Change-Id: I8b473053f1ff9a223d5b347122140edb551ec3cc
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
4 months ago[Tizen] SecondPhase initialize for ProcessorController 42/302642/1
Eunki Hong [Wed, 6 Dec 2023 15:52:46 +0000 (00:52 +0900)]
[Tizen] 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 ago[Tizen] Bind masking for scene3D::SceneView 41/302641/1
huiyu.eun [Wed, 25 Oct 2023 07:46:30 +0000 (16:46 +0900)]
[Tizen] Bind masking for scene3D::SceneView

Change-Id: Ib99527f97448a3fd58552adff2a3012331311281
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
5 months ago[Tizen] Support RootTranslationOnly option for motion capture data 62/302262/1
seungho baek [Tue, 21 Nov 2023 07:28:13 +0000 (16:28 +0900)]
[Tizen] Support RootTranslationOnly option for motion capture data

Change-Id: I457ae5783dfbb05e7f9b976040194f051d578365
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
5 months ago[Tizen] Add SetResolution method to SceneView 61/302261/1
seungho baek [Tue, 28 Nov 2023 07:07:20 +0000 (16:07 +0900)]
[Tizen] Add SetResolution method to SceneView

Change-Id: I5e16e09e3052f98b164570047876e04d1aea1b42
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
5 months ago[Tizen] Add VisualFactory::UsePrecompiledShader() 89/302089/1 accepted/tizen/8.0/unified/20231130.180829
Eunki, Hong [Thu, 30 Nov 2023 03:00:57 +0000 (12:00 +0900)]
[Tizen] Add VisualFactory::UsePrecompiledShader()

Revert "[Tizen] Add VisualFactory::UsePrecompiledShader()"

This reverts commit 67f1b18511b654e6fa6c7115568b096dd8ecf8d1.

Add VisualFactory::UsePrecompiledShader()

Change-Id: I3810e3362e4fbd2ef106833e4d2271797ec3e6f8
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
5 months ago[Tizen] Support asan build option accepted/tizen/8.0/unified/20231123.173049 accepted/tizen/unified/20231124.164225
EverLEEst(SangHyeon Lee) [Wed, 22 Nov 2023 06:44:28 +0000 (15:44 +0900)]
[Tizen] Support asan build option

This reverts commit e5f618a76556df27f64a70eaee131404e60edf5e.

5 months ago[Tizen] Add VisualFactory::UsePrecompiledShader()
EverLEEst(SangHyeon Lee) [Wed, 22 Nov 2023 06:44:15 +0000 (15:44 +0900)]
[Tizen] Add VisualFactory::UsePrecompiledShader()

This reverts commit 0ade3a26102b9ed12351f0c9324bb87804307b51.

5 months agoMerge branch 'devel/master' into tizen
EverLEEst(SangHyeon Lee) [Wed, 22 Nov 2023 06:43:47 +0000 (15:43 +0900)]
Merge branch 'devel/master' into tizen

5 months agoRevert "[Tizen] Add VisualFactory::UsePrecompiledShader()"
EverLEEst(SangHyeon Lee) [Wed, 22 Nov 2023 06:43:39 +0000 (15:43 +0900)]
Revert "[Tizen] Add VisualFactory::UsePrecompiledShader()"

This reverts commit 7733e0b295a633864a18663fc7b198962871cccf.

5 months agoRevert "[Tizen] Support asan build option"
EverLEEst(SangHyeon Lee) [Wed, 22 Nov 2023 06:43:32 +0000 (15:43 +0900)]
Revert "[Tizen] Support asan build option"

This reverts commit e3d982ccef9300bc1198da16de1aa8ef0563eabc.

5 months agoRevert "[Tizen] Let we call DetachAccessibleObject only if it is Control"
EverLEEst(SangHyeon Lee) [Wed, 22 Nov 2023 06:43:24 +0000 (15:43 +0900)]
Revert "[Tizen] Let we call DetachAccessibleObject only if it is Control"

This reverts commit 87b131ff3b602f98528ae6b72aa65263ac4e7fdf.

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[Tizen] Let we call DetachAccessibleObject only if it is Control 95/301395/1 accepted/tizen/8.0/unified/20231116.024355 accepted/tizen/unified/20231116.101910 accepted/tizen/unified/riscv/20231116.045358
Eunki, Hong [Wed, 15 Nov 2023 08:41:39 +0000 (17:41 +0900)]
[Tizen] Let we call DetachAccessibleObject only if it is Control

Change-Id: I384816a20e91aeed9d918d42293990b1a266acaa
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 months ago[Tizen] Support asan build option
Jaehyun Cho [Wed, 15 Nov 2023 06:14:20 +0000 (15:14 +0900)]
[Tizen] Support asan build option

This reverts commit 7d6b2a6043813e35c4da4e4ec90ca3c3e02e3660.

5 months ago[Tizen] Add VisualFactory::UsePrecompiledShader()
Jaehyun Cho [Wed, 15 Nov 2023 06:14:12 +0000 (15:14 +0900)]
[Tizen] Add VisualFactory::UsePrecompiledShader()

This reverts commit 1fc6bd9b8d7e139f6fb96ccb13c0b8f41e334b04.

5 months agoMerge branch 'devel/master' into tizen
Jaehyun Cho [Wed, 15 Nov 2023 06:13:57 +0000 (15:13 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I4b68a5d015078f1b82e70164f654f043e837edf0

5 months agoRevert "[Tizen] Add VisualFactory::UsePrecompiledShader()"
Jaehyun Cho [Wed, 15 Nov 2023 06:13:50 +0000 (15:13 +0900)]
Revert "[Tizen] Add VisualFactory::UsePrecompiledShader()"

This reverts commit 32b47549f564230b0a3e487fa8116c8c8fd0afa6.

5 months agoRevert "[Tizen] Support asan build option"
Jaehyun Cho [Wed, 15 Nov 2023 06:13:45 +0000 (15:13 +0900)]
Revert "[Tizen] Support asan build option"

This reverts commit 962bba8641e1bdc5d81288eeb06e3580063ebf80.

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 ago[Tizen] Support asan build option 67/301167/3
seungho baek [Fri, 10 Nov 2023 04:18:33 +0000 (13:18 +0900)]
[Tizen] Support asan build option

Change-Id: I4ae6aac9cc660fbaf386e438e7dfd5a37dd1af8f
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
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 ago[Tizen] Add VisualFactory::UsePrecompiledShader() accepted/tizen/unified/20231107.172913
dongsug.song [Mon, 6 Nov 2023 10:37:34 +0000 (19:37 +0900)]
[Tizen] Add VisualFactory::UsePrecompiledShader()

This reverts commit bdbb297166885395704ffcce86297257775de1b3.

Change-Id: I0a30b8ea828ddbe21eec542bb8efbf7d56753c9a

5 months agoMerge branch 'devel/master' into tizen
dongsug.song [Mon, 6 Nov 2023 10:37:11 +0000 (19:37 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I92f775611ca0a7303eba5116e1a39e566ee4f93b

5 months agoRevert "[Tizen] Add VisualFactory::UsePrecompiledShader()"
dongsug.song [Mon, 6 Nov 2023 10:37:04 +0000 (19:37 +0900)]
Revert "[Tizen] Add VisualFactory::UsePrecompiledShader()"

This reverts commit 815fca38195250f23c24e25ad8802cb4ad6301ec.

6 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

6 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 ago[Tizen] Add VisualFactory::UsePrecompiledShader() accepted/tizen/unified/20231031.163535
Taehyub Kim [Mon, 30 Oct 2023 09:26:40 +0000 (18:26 +0900)]
[Tizen] Add VisualFactory::UsePrecompiledShader()

This reverts commit 26b4baf86e51ad42f2488a086d7c8ea13dce7945.

6 months agoMerge branch 'devel/master' into tizen
Taehyub Kim [Mon, 30 Oct 2023 09:26:16 +0000 (18:26 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I25446579e4bddb4a8ea3871d1a1b417591ee1afa

6 months agoRevert "[Tizen] Add VisualFactory::UsePrecompiledShader()"
Taehyub Kim [Mon, 30 Oct 2023 09:26:02 +0000 (18:26 +0900)]
Revert "[Tizen] Add VisualFactory::UsePrecompiledShader()"

This reverts commit b9f20d5b52f982ccbe994f747533b5726f5dfb38.

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 ago[Tizen] Add VisualFactory::UsePrecompiledShader()
Eunki, Hong [Wed, 25 Oct 2023 07:51:28 +0000 (16:51 +0900)]
[Tizen] Add VisualFactory::UsePrecompiledShader()

This reverts commit 8431177c3a2014b701977d7319fc59b05f54787c.

Change-Id: Iddb7fd74b696bc4bfb2cc3aba037983ada9827df

6 months agoMerge branch 'devel/master' into tizen
Eunki, Hong [Wed, 25 Oct 2023 07:51:20 +0000 (16:51 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I3dac9102bede8e10f317b33579964aa295c6f2dc

6 months agoRevert "[Tizen] Add VisualFactory::UsePrecompiledShader()"
Eunki, Hong [Wed, 25 Oct 2023 07:51:02 +0000 (16:51 +0900)]
Revert "[Tizen] Add VisualFactory::UsePrecompiledShader()"

This reverts commit b17f3afc5249a9bf208b1abd40acede34b735913.

6 months agoRevert "[Tizen] fix IME window crash issue"
Eunki, Hong [Wed, 25 Oct 2023 07:51:00 +0000 (16:51 +0900)]
Revert "[Tizen] fix IME window crash issue"

This reverts commit eff2f4d3ecea30f0f5c88b29f866589dcbcc60eb.

6 months agoRevert "[Tizen] change the previous patch as to use GenerationArgV()"
Eunki, Hong [Wed, 25 Oct 2023 07:50:56 +0000 (16:50 +0900)]
Revert "[Tizen] change the previous patch as to use GenerationArgV()"

This reverts commit cc60724adcea68cf971801e23d8c235de95a8f54.

6 months agoRevert "[Tizen] Add binding for TextFitArray"
Eunki, Hong [Wed, 25 Oct 2023 07:50:50 +0000 (16:50 +0900)]
Revert "[Tizen] Add binding for TextFitArray"

This reverts commit d10a8f8dc5743ba8bd172d5f07a42ad6d1985926.

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 ago[Tizen] Add binding for TextFitArray 07/300207/1
Bowon Ryu [Fri, 6 Oct 2023 10:11:03 +0000 (19:11 +0900)]
[Tizen] 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>
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 ago[Tizen] change the previous patch as to use GenerationArgV() 68/299368/1 accepted/tizen/unified/20231004.100235
dongsug.song [Tue, 26 Sep 2023 12:17:17 +0000 (21:17 +0900)]
[Tizen] change the previous patch as to use GenerationArgV()

Change-Id: I4b1aa02a86087697aab5ded3b52ed452624909bb

7 months ago[Tizen] fix IME window crash issue 61/299361/1
dongsug.song [Tue, 26 Sep 2023 09:37:03 +0000 (18:37 +0900)]
[Tizen] fix IME window crash issue

Change-Id: I3dd6ef31e5ac21b91a7abfeeebacb19307ab8f9c

7 months ago[Tizen] Add VisualFactory::UsePrecompiledShader()
Eunki, Hong [Tue, 26 Sep 2023 08:29:24 +0000 (17:29 +0900)]
[Tizen] Add VisualFactory::UsePrecompiledShader()

This reverts commit f21ae7260b9186df237e96fa8b48eeab450b647d.

Change-Id: Ib32069abfe696db7cdec0ea6e4fd412ac4d05025

7 months agoMerge branch 'devel/master' into tizen
Eunki, Hong [Tue, 26 Sep 2023 08:29:18 +0000 (17:29 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: Ie85ab7039266b83daed74169b31b6bec5e364aec

7 months agoRevert "[Tizen] Add VisualFactory::UsePrecompiledShader()"
Eunki, Hong [Tue, 26 Sep 2023 08:29:13 +0000 (17:29 +0900)]
Revert "[Tizen] Add VisualFactory::UsePrecompiledShader()"

This reverts commit 09e2c60b966f310facc29c1ba7de85bf0fc7207c.

7 months ago[Tizen] Add VisualFactory::UsePrecompiledShader() 76/299276/2
seungho baek [Mon, 25 Sep 2023 03:14:39 +0000 (12:14 +0900)]
[Tizen] Add VisualFactory::UsePrecompiledShader()

Change-Id: I3e60434af36da06431fc33e48243d02fb80378e7
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
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 branch 'devel/master' into tizen
Jiyun Yang [Mon, 25 Sep 2023 05:38:46 +0000 (14:38 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I0e8b3f9556f54f7365d4f9b26562d26a56d06e82

7 months agoRevert "[Tizen] Fix build fail"
Jiyun Yang [Mon, 25 Sep 2023 05:38:41 +0000 (14:38 +0900)]
Revert "[Tizen] Fix build fail"

This reverts commit 7e5474b498ac3b0ffb3dce0b38fdf16e8de59425.