platform/core/uifw/dali-adaptor.git
2 months agoMerge branch 'devel/master' into tizen
Jiyun Yang [Wed, 21 Aug 2024 04:19:59 +0000 (13:19 +0900)]
Merge branch 'devel/master' into tizen

2 months agoRevert "[Tizen] Support asan build option"
Jiyun Yang [Wed, 21 Aug 2024 04:19:53 +0000 (13:19 +0900)]
Revert "[Tizen] Support asan build option"

This reverts commit 3286682e93d88af1d1adb7193d10bf6c423558f3.

2 months agoRevert "[Tizen] Revert "Use Texture for not file save case""
Jiyun Yang [Wed, 21 Aug 2024 04:19:50 +0000 (13:19 +0900)]
Revert "[Tizen] Revert "Use Texture for not file save case""

This reverts commit ef00f92627697932afc420c5e9ddb878170e1036.

2 months agoRevert "[Tizen] Make GetTexture() method"
Jiyun Yang [Wed, 21 Aug 2024 04:19:47 +0000 (13:19 +0900)]
Revert "[Tizen] Make GetTexture() method"

This reverts commit 01c36930a360fd2fa914fc0ab49fc4cb709bc247.

2 months agoRevert "[Tizen][Web] Update WebView terminate crash"
Jiyun Yang [Wed, 21 Aug 2024 04:19:45 +0000 (13:19 +0900)]
Revert "[Tizen][Web] Update WebView terminate crash"

This reverts commit c72c463b2ddb9d6f8c793d96ced9b67d25c8d08a.

2 months agoRevert "[Tizen] Add WebView APIs for fullscreen, text found, etc."
Jiyun Yang [Wed, 21 Aug 2024 04:19:42 +0000 (13:19 +0900)]
Revert "[Tizen] Add WebView APIs for fullscreen, text found, etc."

This reverts commit 0a4750f6e6eb7175c3c8c145c45b3a406936da48.

2 months agoRevert "[Tizen] Add a WebView API for notifying orientation change"
Jiyun Yang [Wed, 21 Aug 2024 04:19:40 +0000 (13:19 +0900)]
Revert "[Tizen] Add a WebView API for notifying orientation change"

This reverts commit e21784be0e2e41f70b78376cbe999d4ec317081c.

2 months agoMerge "Resolve Doxygen 1.9.8 error + Fix gcc-14 warning" into devel/master
Eunki Hong [Wed, 21 Aug 2024 03:38:54 +0000 (03:38 +0000)]
Merge "Resolve Doxygen 1.9.8 error + Fix gcc-14 warning" into devel/master

2 months agoResolve Doxygen 1.9.8 error + Fix gcc-14 warning 88/316388/2
Eunkiki Hong [Tue, 20 Aug 2024 16:00:11 +0000 (01:00 +0900)]
Resolve Doxygen 1.9.8 error + Fix gcc-14 warning

Since doxygen version 1.9.8 is not stable, there are some bugs
when we use copydoc for template class.

To reduce the fail case minize, let we just remove some inline copydoc keywords.

+

Remove warning that find_if return value doesn't be used.

Change-Id: Ib6eaec6f3ad0462f4e6882402a372bb6361b86e7
Signed-off-by: Eunkiki Hong <eunkiki.hong@samsung.com>
2 months agoMerge "Support TBM_FORMAT_ABGR8888 and simliar friends support alpha" into devel...
David Steele [Tue, 20 Aug 2024 15:59:16 +0000 (15:59 +0000)]
Merge "Support TBM_FORMAT_ABGR8888 and simliar friends support alpha" into devel/master

2 months agoAdd ActionInfo & SCROLL_TO_CHILD ActionType 41/316341/1
Youngsun Suh [Mon, 19 Aug 2024 08:13:38 +0000 (17:13 +0900)]
Add ActionInfo & SCROLL_TO_CHILD ActionType

Change-Id: If8d3284150bfda5097bafeb41bddab2d809d3c64

2 months agoSupport TBM_FORMAT_ABGR8888 and simliar friends support alpha 34/316234/3
Eunki, Hong [Fri, 16 Aug 2024 05:47:50 +0000 (14:47 +0900)]
Support TBM_FORMAT_ABGR8888 and simliar friends support alpha

Until now, we only consider TBM_FORMAT_ARGB8888 Format as NativeImageSurface and NativeRenderSurface.
(Since it was default, and only surported format at DALi until now)

Their is no reason to non-support TBM_FORMAT_ABGR8888 format what user created
outside of DALi engine.

Change-Id: If08ccbdb7fe43a6b90c05169405a6e1bc24db093
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 months agoMerge "Update a11y::GetAttribute to return value text" into devel/master
Youngsun Suh [Mon, 19 Aug 2024 22:59:32 +0000 (22:59 +0000)]
Merge "Update a11y::GetAttribute to return value text" into devel/master

2 months agoMerge "Support NativeImageSourceQueue::ColorFormat::RGB~~ really works" into devel...
Eunki Hong [Mon, 19 Aug 2024 11:41:22 +0000 (11:41 +0000)]
Merge "Support NativeImageSourceQueue::ColorFormat::RGB~~ really works" into devel/master

2 months agoUpdate a11y::GetAttribute to return value text 23/316323/1
Youngsun Suh [Mon, 19 Aug 2024 08:12:46 +0000 (17:12 +0900)]
Update a11y::GetAttribute to return value text

Change-Id: I811df8091be1b9865c6d479ee6b08c000218a3b2

2 months agoMerge changes I20e07369,I161218a8,I8646cc86 into devel/master
Adeel Kazmi [Fri, 16 Aug 2024 14:06:43 +0000 (14:06 +0000)]
Merge changes I20e07369,I161218a8,I8646cc86 into devel/master

* changes:
  Fixing end of frame fence sync crash
  Vulkan Buffers & Memory
  Added dali-vk-graphics test module

2 months agoFixing end of frame fence sync crash 37/316037/4
David Steele [Mon, 12 Aug 2024 15:22:26 +0000 (16:22 +0100)]
Fixing end of frame fence sync crash

Change-Id: I20e07369298a1ee10339c72d28fca5fea278ee45

2 months agoVulkan Buffers & Memory 13/315713/6
David Steele [Tue, 6 Aug 2024 17:03:42 +0000 (18:03 +0100)]
Vulkan Buffers & Memory

Implemented Buffer and Memory objects

Change-Id: I161218a8bcfee218840aef261de0d2c341ecc2f9

2 months agoAdded dali-vk-graphics test module 12/315712/4
David Steele [Tue, 23 Jul 2024 17:15:45 +0000 (18:15 +0100)]
Added dali-vk-graphics test module

Added a new test module to build test suite with actual
vulkan backend; but with a stubbed vulkan driver. (TBD)

Change-Id: I8646cc861ae2ac4c010917300eb4cab7b481efe2
Signed-off-by: David Steele <david.steele@samsung.com>
2 months agoFix profile cmake files about devel_api_egl_src_files 77/316177/8
Seungho Baek [Wed, 14 Aug 2024 10:16:31 +0000 (19:16 +0900)]
Fix profile cmake files about devel_api_egl_src_files

Change-Id: I41ac31ecd72670c9e3c26cfe6df7945085048bb6
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
2 months agoMerge "DALi Version 2.3.37" into devel/master
Adeel Kazmi [Fri, 16 Aug 2024 08:35:08 +0000 (08:35 +0000)]
Merge "DALi Version 2.3.37" into devel/master

2 months agoDALi Version 2.3.37 41/316241/1 dali_2.3.37
Adam Bialogonski [Fri, 16 Aug 2024 07:42:42 +0000 (08:42 +0100)]
DALi Version 2.3.37

Change-Id: I039bcd46e9ad4e400468960c613a5e15b8302ce2

2 months agoMerge "Make we use Dali::EnvironmentVariable instead of getenv/setenv directly."...
Eunki Hong [Fri, 16 Aug 2024 05:52:16 +0000 (05:52 +0000)]
Merge "Make we use Dali::EnvironmentVariable instead of getenv/setenv directly." into devel/master

2 months agoSupport NativeImageSourceQueue::ColorFormat::RGB~~ really works 25/316225/2
Eunki, Hong [Fri, 16 Aug 2024 05:04:14 +0000 (14:04 +0900)]
Support NativeImageSourceQueue::ColorFormat::RGB~~ really works

Until now, we use BGRA format as RGBA at tbm_queue_h implements.

It might give confuse in future. So we just make new enum as BGRA.

Now RGBA enum looks seperated well until now. So let we change the
real behavior at TBM side.

Change-Id: I322bffe365a60bdc100d98126f965f2c5c17696a
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 months agoMerge "Ensure destroy and re-create adaptor builder after application terminated...
Eunki Hong [Fri, 16 Aug 2024 04:50:34 +0000 (04:50 +0000)]
Merge "Ensure destroy and re-create adaptor builder after application terminated" into devel/master

2 months agoMerge "Add Accessibility::ActionType" into devel/master
Youngsun Suh [Fri, 16 Aug 2024 04:46:35 +0000 (04:46 +0000)]
Merge "Add Accessibility::ActionType" into devel/master

2 months agoEnsure destroy and re-create adaptor builder after application terminated 62/316162/3
Eunki, Hong [Wed, 14 Aug 2024 08:15:23 +0000 (17:15 +0900)]
Ensure destroy and re-create adaptor builder after application terminated

Since we can destroy and re-create adaptor, We need to release whole items ensurely
after terminate application.

To support this system,
 - Let we keep environment options for OffscreenApplication
 - Make static API to terminate adaptor builder (Allow to recreate adaptor builder by options)
 - Terminate adaptor builder after initalize adaptor done.

Change-Id: Ie9dadd29f6d9894db73ef01bdb42e09299fcea57
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 months agoLogged Vulkan version information on startup 91/316191/2
David Steele [Wed, 14 Aug 2024 15:30:24 +0000 (16:30 +0100)]
Logged Vulkan version information on startup

Change-Id: I23634f86e9988f8760c079425898e97e82613502

2 months agoMerge "Async text feature" into devel/master
Bowon Ryu [Wed, 14 Aug 2024 10:03:21 +0000 (10:03 +0000)]
Merge "Async text feature" into devel/master

2 months agoMake we use Dali::EnvironmentVariable instead of getenv/setenv directly. 48/316148/3
Eunki, Hong [Wed, 14 Aug 2024 04:22:14 +0000 (13:22 +0900)]
Make we use Dali::EnvironmentVariable instead of getenv/setenv directly.

Their might something be changed the way of environment value control
per each platform backend.
To prepare this, let we use unified way to control the env value.

Change-Id: I3674033e803c29723d7cf70ef6ee9a70257200ed
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 months agoAdd Accessibility::ActionType 28/316128/1
Youngsun Suh [Wed, 14 Aug 2024 02:23:33 +0000 (11:23 +0900)]
Add Accessibility::ActionType

Change-Id: I946b1459467eb62154150e5b6fcb91fff210b0f5

2 months agoEnsure strncmp compare include null-terminate char 86/316086/4
Eunki, Hong [Tue, 13 Aug 2024 10:48:34 +0000 (19:48 +0900)]
Ensure strncmp compare include null-terminate char

If we use n-paramater of strncmp as strlen, it will check only
Prefix of string.

For example,
char a[] = "asdf";
char b[] = "as";

then, strncmp(a, b, strlen(b)) will return 0, even if a and b is not equal.

To avoid this kind of problem, let we ensurely check end of comparitor is
delim or not.

Change-Id: I681cded5a85252f4b882ec480d1c4bc961d2c9a2
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 months agoAsync text feature 60/315160/5
Bowon Ryu [Fri, 26 Jul 2024 00:55:14 +0000 (09:55 +0900)]
Async text feature

Please refer to devel/async_text for detailed history/logs of each patch.

[Related patches]
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-toolkit/+/315140/
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/315818/

Change-Id: I99c056c1233fd1a019f9aa94292ad39bce073403
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
2 months agoMerge "Print more detail logs if image load failed" into devel/master
Eunki Hong [Tue, 13 Aug 2024 06:11:38 +0000 (06:11 +0000)]
Merge "Print more detail logs if image load failed" into devel/master

2 months ago[Tizen] Add a WebView API for notifying orientation change accepted/tizen/unified/20240813.181659 accepted/tizen/unified/dev/20240819.095627 accepted/tizen/unified/x/20240814.051453
Seoyeon Kim [Tue, 13 Aug 2024 04:56:07 +0000 (13:56 +0900)]
[Tizen] Add a WebView API for notifying orientation change

This reverts commit ad309b4c629abc27a71b20f635ac6c6badd11607.

2 months ago[Tizen] Add WebView APIs for fullscreen, text found, etc.
Seoyeon Kim [Tue, 13 Aug 2024 04:55:47 +0000 (13:55 +0900)]
[Tizen] Add WebView APIs for fullscreen, text found, etc.

This reverts commit f047917a86781fc5b653f5c084854fdc0e857bd9.

2 months ago[Tizen][Web] Update WebView terminate crash
Seoyeon Kim [Tue, 13 Aug 2024 04:55:36 +0000 (13:55 +0900)]
[Tizen][Web] Update WebView terminate crash

This reverts commit d27807b310cf2274e607c1145d5331d90b8eee7f.

2 months ago[Tizen] Make GetTexture() method
Seoyeon Kim [Tue, 13 Aug 2024 04:55:25 +0000 (13:55 +0900)]
[Tizen] Make GetTexture() method

This reverts commit 8014fe4e86d9438dc73b8aa629209f40d137ee32.

2 months ago[Tizen] Revert "Use Texture for not file save case"
Seoyeon Kim [Tue, 13 Aug 2024 04:55:07 +0000 (13:55 +0900)]
[Tizen] Revert "Use Texture for not file save case"

This reverts commit d41ab9702754d365c1f6f96ef0cb2f203898f1a6.

2 months ago[Tizen] Support asan build option
Seoyeon Kim [Tue, 13 Aug 2024 04:54:53 +0000 (13:54 +0900)]
[Tizen] Support asan build option

This reverts commit b47d1b786324ac18abe0220aec17b0bedec6dd3d.

2 months agoMerge branch 'devel/master' into tizen
Seoyeon Kim [Tue, 13 Aug 2024 04:54:45 +0000 (13:54 +0900)]
Merge branch 'devel/master' into tizen

2 months agoRevert "[Tizen] Support asan build option"
Seoyeon Kim [Tue, 13 Aug 2024 04:54:33 +0000 (13:54 +0900)]
Revert "[Tizen] Support asan build option"

This reverts commit 1aefdab239f9ef1273029a0f524f2905b9521990.

2 months agoRevert "[Tizen] Revert "Use Texture for not file save case""
Seoyeon Kim [Tue, 13 Aug 2024 04:54:29 +0000 (13:54 +0900)]
Revert "[Tizen] Revert "Use Texture for not file save case""

This reverts commit aa3181df6088538bd527b9cdc00a6d02b86d6b17.

2 months agoRevert "[Tizen] Make GetTexture() method"
Seoyeon Kim [Tue, 13 Aug 2024 04:54:27 +0000 (13:54 +0900)]
Revert "[Tizen] Make GetTexture() method"

This reverts commit b367e8516d8283e341ae58dc4c96a728cf7202c8.

2 months agoRevert "[Tizen][Web] Update WebView terminate crash"
Seoyeon Kim [Tue, 13 Aug 2024 04:54:24 +0000 (13:54 +0900)]
Revert "[Tizen][Web] Update WebView terminate crash"

This reverts commit c672e9276180390a92ad358190c5e141447f5ad8.

2 months agoRevert "[Tizen] Add WebView APIs for fullscreen, text found, etc."
Seoyeon Kim [Tue, 13 Aug 2024 04:54:20 +0000 (13:54 +0900)]
Revert "[Tizen] Add WebView APIs for fullscreen, text found, etc."

This reverts commit 825d253b08eb3298ff252f8db4b3f0a5eb0b39b4.

2 months agoRevert "[Tizen] Add a WebView API for notifying orientation change."
Seoyeon Kim [Tue, 13 Aug 2024 04:54:10 +0000 (13:54 +0900)]
Revert "[Tizen] Add a WebView API for notifying orientation change."

This reverts commit 6bd41feea4295dd8479b65bf20f5a38727f8c47e.

2 months agoMerge "Ensure render once after we set surface full swap" into devel/master
Eunki Hong [Tue, 13 Aug 2024 03:56:35 +0000 (03:56 +0000)]
Merge "Ensure render once after we set surface full swap" into devel/master

2 months agoMerge "Fix the memory leak for native render surface." into devel/master
Wonsik Jung [Tue, 13 Aug 2024 02:50:31 +0000 (02:50 +0000)]
Merge "Fix the memory leak for native render surface." into devel/master

2 months agoEnsure render once after we set surface full swap 53/316053/1
Eunki, Hong [Tue, 13 Aug 2024 02:36:34 +0000 (11:36 +0900)]
Ensure render once after we set surface full swap

It is possible if event thread running too slow, the surface's full swap infomatin
might not be applied to update render thread.

For example : When OnIconifyChanged come, mAdaptor->Resume() called so
combined update render thread wake up.
But it is possible that window render surface's SetFullSwapNextFrame() not be called
until the end of render loop.
If then, the full scene rendering might be skiped after Adaptor resume finished.

To avoid this kind of issue, let we request update once when
SetFullSwapNextFrame() called after ProcessCoreEvents().

Change-Id: I40e738f6a7d56f1abd3e6d0dec37ad0de5a57994
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
2 months agoFix the memory leak for native render surface. 19/316019/2
Wonsik Jung [Mon, 12 Aug 2024 11:48:20 +0000 (20:48 +0900)]
Fix the memory leak for native render surface.

Fix the memory leak for native render surface ecore-wl.
The eglContext is not free when native render surface is freed.

Change-Id: Icf1306baf46eb4bed2927545e909181eb92d6135

2 months agoAdd support for AccessibilityValue property 72/315972/1
Youngsun Suh [Mon, 12 Aug 2024 05:19:18 +0000 (14:19 +0900)]
Add support for AccessibilityValue property

Change-Id: I283af7f92c2a7296e4f320ac6b65ba9387f0dc35

2 months agoMerge "Adds the relation video player and window's scene." into devel/master
Wonsik Jung [Mon, 12 Aug 2024 04:39:12 +0000 (04:39 +0000)]
Merge "Adds the relation video player and window's scene." into devel/master

2 months agoPrint more detail logs if image load failed 96/315696/2
Eunki, Hong [Tue, 6 Aug 2024 09:27:51 +0000 (18:27 +0900)]
Print more detail logs if image load failed

- Do not assert if download buffer size is zero
- Print log if FileDescription is NULL
- Print log if fseek / ftell failed
- Print log if download failed, or download data size is 0

Change-Id: I0f69e12baa44d04a9a26b03cf2c7f1bd9e087bf1
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
3 months agoDALi Version 2.3.36 23/315923/1 dali_2.3.36
David Steele [Fri, 9 Aug 2024 11:09:27 +0000 (12:09 +0100)]
DALi Version 2.3.36

Change-Id: I0206843e28c1d301b0e07987f0ce9b5170083583

3 months ago[Tizen] Add a WebView API for notifying orientation change. accepted/tizen/unified/20240809.055205 accepted/tizen/unified/dev/20240812.223023 accepted/tizen/unified/toolchain/20240813.045349 accepted/tizen/unified/x/20240812.042114 accepted/tizen/unified/x/asan/20240813.232036
Woochan Lee [Wed, 7 Aug 2024 05:12:40 +0000 (14:12 +0900)]
[Tizen] Add a WebView API for notifying orientation change.

This reverts commit 2b092f0f720c9846726209109be405252c94ee17.

3 months ago[Tizen] Add WebView APIs for fullscreen, text found, etc.
Woochan Lee [Wed, 7 Aug 2024 05:12:25 +0000 (14:12 +0900)]
[Tizen] Add WebView APIs for fullscreen, text found, etc.

This reverts commit 99a4fe615f974236b8b8363f1ef5a207777010b1.

3 months ago[Tizen][Web] Update WebView terminate crash
Woochan Lee [Wed, 7 Aug 2024 05:12:05 +0000 (14:12 +0900)]
[Tizen][Web] Update WebView terminate crash

This reverts commit bf012dce263cc255479046ff2d17849e17d6ced4.

3 months ago[Tizen] Make GetTexture() method
Woochan Lee [Wed, 7 Aug 2024 05:11:43 +0000 (14:11 +0900)]
[Tizen] Make GetTexture() method

This reverts commit 91e28c642d7c4e49607460fcb43e84f2c711e689.

3 months ago[Tizen] Revert "Use Texture for not file save case"
Woochan Lee [Wed, 7 Aug 2024 05:11:11 +0000 (14:11 +0900)]
[Tizen] Revert "Use Texture for not file save case"

This reverts commit 9c5ba13bbcd00209c4730121134e6f902831fdfd.

3 months ago[Tizen] Support asan build option
Woochan Lee [Wed, 7 Aug 2024 05:10:52 +0000 (14:10 +0900)]
[Tizen] Support asan build option

This reverts commit 84d6d9800743ee8e7c6d530fa40b2b51e5466207.

3 months agoMerge branch 'devel/master' into tizen
Woochan Lee [Wed, 7 Aug 2024 05:10:13 +0000 (14:10 +0900)]
Merge branch 'devel/master' into tizen

3 months agoRevert "[Tizen] Support asan build option"
Woochan Lee [Wed, 7 Aug 2024 05:09:49 +0000 (14:09 +0900)]
Revert "[Tizen] Support asan build option"

This reverts commit d3b4cf08c7a7f0a658ab3ea18e3c5f1de54cec20.

3 months agoRevert "[Tizen] Revert "Use Texture for not file save case""
Woochan Lee [Wed, 7 Aug 2024 05:09:27 +0000 (14:09 +0900)]
Revert "[Tizen] Revert "Use Texture for not file save case""

This reverts commit 43288b2b56cb68f88e2991189497c41bf2ff71c4.

3 months agoRevert "[Tizen] Make GetTexture() method"
Woochan Lee [Wed, 7 Aug 2024 05:09:12 +0000 (14:09 +0900)]
Revert "[Tizen] Make GetTexture() method"

This reverts commit 4f002bbb8af760e8cbeaca695b44350aed626d1d.

3 months agoRevert "[Tizen][Web] Update WebView terminate crash"
Woochan Lee [Wed, 7 Aug 2024 05:08:54 +0000 (14:08 +0900)]
Revert "[Tizen][Web] Update WebView terminate crash"

This reverts commit 0958ff11dfad354cf3a256e0da34462dfe50affb.

3 months agoRevert "[Tizen] Add WebView APIs for fullscreen, text found, etc."
Woochan Lee [Wed, 7 Aug 2024 05:08:45 +0000 (14:08 +0900)]
Revert "[Tizen] Add WebView APIs for fullscreen, text found, etc."

This reverts commit 0a920ae515561ed110335cf487bed6ca00b70da6.

3 months agoRevert "[Tizen] Add a WebView API for notifying orientation change."
Woochan Lee [Wed, 7 Aug 2024 05:08:36 +0000 (14:08 +0900)]
Revert "[Tizen] Add a WebView API for notifying orientation change."

This reverts commit 8b320f3cfe0dc8cf34ae553dd09a8b8bfb06f6df.

3 months agoMerge "Add more logs when we precompile shader" into devel/master
Eunki Hong [Mon, 5 Aug 2024 07:38:44 +0000 (07:38 +0000)]
Merge "Add more logs when we precompile shader" into devel/master

3 months agoAdd more logs when we precompile shader 96/315596/1
Eunki, Hong [Mon, 5 Aug 2024 05:55:57 +0000 (14:55 +0900)]
Add more logs when we precompile shader

Change-Id: I998f7085df004127fa6d6f756fcae0a3e83ade2d
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
3 months agoAdds the relation video player and window's scene. 95/315595/2
Wonsik Jung [Mon, 5 Aug 2024 05:48:28 +0000 (14:48 +0900)]
Adds the relation video player and window's scene.

Adds the relation video player and window's scene.
When video view is connected/disconnected to window's scene,
the related funciton of video player will be called.

Change-Id: I045007b44345b4298f6b19df2bf5648f2c7d8fd1

3 months agoSupports to get window native buffer handle. 64/311464/4
Wonsik Jung [Tue, 21 May 2024 10:53:52 +0000 (19:53 +0900)]
Supports to get window native buffer handle.

Supports to get window native buffer.
It is for synchronization between window buffer and external buffer.
In addition, add the connection of scene in video player.

Change-Id: Id8986d1aa723ce11b21221a9a5a2a435f1a93baa

3 months agoMerge "InheritedVisibilityChangedCallback with window Visibility" into devel/master
Seungho BAEK [Mon, 5 Aug 2024 05:13:33 +0000 (05:13 +0000)]
Merge "InheritedVisibilityChangedCallback with window Visibility" into devel/master

3 months agoMerge "DALi Version 2.3.35" into devel/master
Adeel Kazmi [Fri, 2 Aug 2024 08:34:13 +0000 (08:34 +0000)]
Merge "DALi Version 2.3.35" into devel/master

3 months agoDALi Version 2.3.35 37/315537/1 dali_2.3.35
Adeel Kazmi [Fri, 2 Aug 2024 06:27:14 +0000 (07:27 +0100)]
DALi Version 2.3.35

Change-Id: I8e6474acc46f3ceac73fdc7e26f6504934c0636e

3 months agoMerge "Add GetLastPanGestureState" into devel/master
joogab yun [Fri, 2 Aug 2024 02:11:08 +0000 (02:11 +0000)]
Merge "Add GetLastPanGestureState" into devel/master

3 months agoPrint error code if we meet unknown error code from gl and egl 66/315466/1
Eunki, Hong [Thu, 1 Aug 2024 08:02:53 +0000 (17:02 +0900)]
Print error code if we meet unknown error code from gl and egl

Let we print the error code for user, so we don't consume that information

Change-Id: I76b33250c6fb594a72f541e2586b8ae06e54f8da
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
3 months agoAdd GetLastPanGestureState 45/315445/3
joogab.yun [Thu, 1 Aug 2024 03:41:34 +0000 (12:41 +0900)]
Add GetLastPanGestureState

Change-Id: Iead50eff64d6da91762da339d50c7f684116458e

3 months agoInheritedVisibilityChangedCallback with window Visibility 83/315183/7
Seungho Baek [Fri, 26 Jul 2024 06:52:07 +0000 (15:52 +0900)]
InheritedVisibilityChangedCallback with window Visibility

Change-Id: Ia2d9e3a9b990b2bff8cbcd7965d5353f694b4ad6
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
3 months ago[Tizen] Add a WebView API for notifying orientation change. accepted/tizen/unified/20240731.160125 accepted/tizen/unified/dev/20240805.054527 accepted/tizen/unified/toolchain/20240812.133545 accepted/tizen/unified/x/20240801.044315
dongsug.song [Wed, 31 Jul 2024 00:23:19 +0000 (09:23 +0900)]
[Tizen] Add a WebView API for notifying orientation change.

This reverts commit ac06ae63a4ecb542b056de6815a22e9e73d069e6.

Change-Id: Ide3dc05ece9d159f48f8507a78ffc95b700b0a8a

3 months ago[Tizen] Add WebView APIs for fullscreen, text found, etc.
dongsug.song [Wed, 31 Jul 2024 00:22:51 +0000 (09:22 +0900)]
[Tizen] Add WebView APIs for fullscreen, text found, etc.

This reverts commit 4bffe731c903e29f6febe091329fa48d7f8d602b.

Change-Id: I42428cf66c83b1be6aef0fdd5a8665435c105a67

3 months ago[Tizen][Web] Update WebView terminate crash
dongsug.song [Wed, 31 Jul 2024 00:22:21 +0000 (09:22 +0900)]
[Tizen][Web] Update WebView terminate crash

This reverts commit 81e0f7e2a903a3e7265d98f2bf6fca38eb653446.

Change-Id: Ia9a7ca0299c06bad6549cb4abf77a8093b37ab3b

3 months ago[Tizen] Make GetTexture() method
dongsug.song [Wed, 31 Jul 2024 00:19:24 +0000 (09:19 +0900)]
[Tizen] Make GetTexture() method

This reverts commit 8e205f0adc4599daa708d900a4ec413a0346d67d.

Change-Id: I2a4580db8fa0adcc0bcdbc229bf000f455c47597

3 months ago[Tizen] Revert "Use Texture for not file save case"
dongsug.song [Wed, 31 Jul 2024 00:17:17 +0000 (09:17 +0900)]
[Tizen] Revert "Use Texture for not file save case"

This reverts commit 8755e7436e790d1db429301848e0e1dea0ffb215.

Change-Id: If1776133c4dd9276945ae562790afbd0d2980614

3 months ago[Tizen] Support asan build option
dongsug.song [Wed, 31 Jul 2024 00:12:54 +0000 (09:12 +0900)]
[Tizen] Support asan build option

This reverts commit 6a64ef2420f971a1e6967788800b7477cc63e112.

Change-Id: I11bc0f04237a9a164d2e5fb4099fd6b67a641818

3 months agoMerge branch 'devel/master' into tizen
dongsug.song [Wed, 31 Jul 2024 00:12:28 +0000 (09:12 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I724902055e2c5ae1b6c49579c23246435f016113

3 months agoRevert "[Tizen] Support asan build option"
dongsug.song [Wed, 31 Jul 2024 00:12:19 +0000 (09:12 +0900)]
Revert "[Tizen] Support asan build option"

This reverts commit 14e84b681c7ba65019d003a4312cab1a2b7fbb8e.

3 months agoRevert "[Tizen] Revert "Use Texture for not file save case"
dongsug.song [Wed, 31 Jul 2024 00:12:14 +0000 (09:12 +0900)]
Revert "[Tizen] Revert "Use Texture for not file save case"

This reverts commit 799a09e34c1927f34b170d9107030de17d8cf331.

3 months agoRevert "[Tizen] Make GetTexture() method"
dongsug.song [Wed, 31 Jul 2024 00:12:10 +0000 (09:12 +0900)]
Revert "[Tizen] Make GetTexture() method"

This reverts commit 48dcba6a984149a3900bdfc3d9aeac06ea3ecfb9.

3 months agoRevert "[Tizen][Web] Update WebView terminate crash"
dongsug.song [Wed, 31 Jul 2024 00:12:05 +0000 (09:12 +0900)]
Revert "[Tizen][Web] Update WebView terminate crash"

This reverts commit 60b23e8d1a15d2cada21b1c3b7544c2b2c20a68b.

3 months agoRevert "[Tizen] Add WebView APIs for fullscreen, text found, etc."
dongsug.song [Wed, 31 Jul 2024 00:12:00 +0000 (09:12 +0900)]
Revert "[Tizen] Add WebView APIs for fullscreen, text found, etc."

This reverts commit c0b0b9dbdc84279796d65599553d681c86f30678.

3 months agoRevert "[Tizen] Add a WebView API for notifying orientation change."
dongsug.song [Wed, 31 Jul 2024 00:11:51 +0000 (09:11 +0900)]
Revert "[Tizen] Add a WebView API for notifying orientation change."

This reverts commit c20e58bec013fdeb362fa70823d2ba0a9d063d10.

3 months ago[Tizen] Add a WebView API for notifying orientation change. 09/315309/1
huayong.xu [Fri, 2 Feb 2024 06:51:49 +0000 (14:51 +0800)]
[Tizen] Add a WebView API for notifying orientation change.

Change-Id: I20ee245fb1f82beb5259a7fb3ec8c51d2ffab098

3 months ago[Tizen] Add WebView APIs for fullscreen, text found, etc. 08/315308/1
huayong.xu [Tue, 10 Oct 2023 12:19:45 +0000 (20:19 +0800)]
[Tizen] Add WebView APIs for fullscreen, text found, etc.

Change-Id: I2f82cccfce5fbdb6c699291069e3b428b88a5145

3 months ago[Tizen][Web] Update WebView terminate crash 07/315307/1
Eunki, Hong [Tue, 15 Nov 2022 12:13:57 +0000 (21:13 +0900)]
[Tizen][Web] Update WebView terminate crash

This reverts commit 05cda7077d6a5e547d7a8b70346a06eaa0c70765.

Change-Id: Ic2261003eade973de966b47f62ccd573042a2b1a

3 months agoAdd SetExclusive Option for Capture 00/314900/7
Seungho Baek [Tue, 23 Jul 2024 05:28:23 +0000 (14:28 +0900)]
Add SetExclusive Option for Capture

Change-Id: Ie789f71f8f2657c0a8320d4e3ace18b874f034da
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
3 months agoMerge changes from topic "a11y-embed-90" into devel/master
Lukasz Oleksak [Fri, 26 Jul 2024 13:11:55 +0000 (13:11 +0000)]
Merge changes from topic "a11y-embed-90" into devel/master

* changes:
  [AT-SPI] Unify widget bus names
  [AT-SPI] Track widget lifecycle
  [AT-SPI] Track application lifecycle

3 months agoDALi Version 2.3.34 13/315213/1 dali_2.3.34
Richard Huang [Fri, 26 Jul 2024 10:47:03 +0000 (11:47 +0100)]
DALi Version 2.3.34

Change-Id: I981b8927abede55d3034e84f737741082b7d84ce

3 months ago[AT-SPI] Unify widget bus names 61/313761/2
Artur Świgoń [Fri, 12 Jul 2024 10:09:37 +0000 (12:09 +0200)]
[AT-SPI] Unify widget bus names

This enables cross-toolkit embedding (e.g. an EFL widget inside NUI app).

Change-Id: If0efe85d37a6da9805819e287d6a8a73e0b76119

3 months ago[AT-SPI] Track widget lifecycle 37/315137/1
Artur Świgoń [Thu, 4 Jul 2024 09:12:52 +0000 (11:12 +0200)]
[AT-SPI] Track widget lifecycle

This is a follow-up on the patch "Track application lifecycle"
(Change-Id: I451b70fe90568f0df66f75b9b0a889b75849f0c4) which didn't
handle widgets and thus left the bridge in a disabled state.

Change-Id: I168b5df2149d6e59e1d9265aabe317f2ff0b4d84