platform/core/uifw/dali-adaptor.git
4 months agoFix ellipsis cache issue 69/303469/3
Bowon Ryu [Thu, 28 Dec 2023 06:11:40 +0000 (15:11 +0900)]
Fix ellipsis cache issue

If an ellipsis cache is not found in the mEllipsisCache,
the ellipsisCacheIndex value will always be zero.

This zero value is then stored in the item.index,
which is used to access the mEllipsisCache.

As a result, even if an ellipsis cache exists,
only the cache at index 0 is always used,
so an ellipsis glyph with a different font size from the actual font size may be rendered.

Change-Id: Iee15f1e320fd3f8ba73e035477ed13d7e49ee0ef
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
4 months agoFix miss implementation of hash salt 47/303847/1
Eunki Hong [Sun, 7 Jan 2024 00:50:10 +0000 (09:50 +0900)]
Fix miss implementation of hash salt

sizeof(T) return as byte. But previous hash function use it like bit.

Change-Id: Ia4378a0bb40aca4928a127be4e2adc6db1b84e7f
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
4 months agoFixing non-ecore X11 build 42/303842/1
David Steele [Fri, 5 Jan 2024 11:42:04 +0000 (11:42 +0000)]
Fixing non-ecore X11 build

Change-Id: Ie2eadcc1b6937a29d82d401c06b47a770ea31303

4 months agoDALi Version 2.3.5 31/303831/1 dali_2.3.5
David Steele [Fri, 5 Jan 2024 10:42:45 +0000 (10:42 +0000)]
DALi Version 2.3.5

Change-Id: Id165da9811a030b4678fb022e6f10ad9a6aac283

4 months agoMerge "Add trace when we downscale and crop bitmap" into devel/master
Eunki Hong [Thu, 4 Jan 2024 12:50:42 +0000 (12:50 +0000)]
Merge "Add trace when we downscale and crop bitmap" into devel/master

4 months agoMerge "Optimize downscale scanline for RGBA format" into devel/master
Eunki Hong [Thu, 4 Jan 2024 11:14:11 +0000 (11:14 +0000)]
Merge "Optimize downscale scanline for RGBA format" into devel/master

4 months agoMerge "Create NativeImageQueue with the number of queue" into devel/master
Eunki Hong [Thu, 4 Jan 2024 10:11:46 +0000 (10:11 +0000)]
Merge "Create NativeImageQueue with the number of queue" into devel/master

4 months agoOptimize downscale scanline for RGBA format 51/303751/1
Eunki, Hong [Thu, 4 Jan 2024 08:27:36 +0000 (17:27 +0900)]
Optimize downscale scanline for RGBA format

Each components of RGBA channel has uint8_t type. So we can
parallaly calculate each components of RGBA. It will increase
the speed of operation.

Change-Id: I3b738926b8a5d706844550a63cbc7256a7c3122f
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
4 months agoAdd trace when we downscale and crop bitmap 48/303748/3
Eunki, Hong [Thu, 4 Jan 2024 07:58:50 +0000 (16:58 +0900)]
Add trace when we downscale and crop bitmap

Change-Id: Ib79b3a277eefcb151c1cc445853f2198543f39c2
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
4 months agoIntersection logic has been modified to allow boundary of drop targets 22/303722/1
Taehyub Kim [Thu, 4 Jan 2024 01:17:36 +0000 (10:17 +0900)]
Intersection logic has been modified to allow boundary of drop targets

Change-Id: I40d8731cd564191db67f9fc36a9256416541f64c

4 months agoUpdated key handling for x11 adaptor 51/303151/2
David Steele [Wed, 20 Dec 2023 10:24:26 +0000 (10:24 +0000)]
Updated key handling for x11 adaptor

Fixed build error with latest key handling
Fixed keyboard modifiers to work consistently with other profiles

Change-Id: Ic21876922beed25847a89e1332e36d6aced3aafc

4 months ago[AT-SPI] Emit fewer BoundsChanged events for Window 79/303579/2
Artur Świgoń [Tue, 2 Jan 2024 09:57:57 +0000 (10:57 +0100)]
[AT-SPI] Emit fewer BoundsChanged events for Window

1. Check whether the window geometry has really changed before emitting events.

2. Also check Accessibility::IsUp() beforehand. This condition is also checked
internally by EmitBoundsChanged(), but too much of the Accessibility D-Bus
infrastructure will have to be initialized before reaching that point in the
code, and this initialization is not always needed, e.g. during early
application initialization.

Change-Id: I9c3898812380a4d98a0adcbe56445e6af31bf465

4 months agoMerge "Prevent to decode png when the pixel buffer cannot be created" into devel...
Seungho BAEK [Tue, 2 Jan 2024 07:57:33 +0000 (07:57 +0000)]
Merge "Prevent to decode png when the pixel buffer cannot be created" into devel/master

4 months ago[Tizen] Do not skip rendering if update required keep rendering accepted/tizen/unified/20240105.012934 accepted/tizen/unified/riscv/20240105.060223
Hosang Kim [Tue, 2 Jan 2024 06:50:53 +0000 (15:50 +0900)]
[Tizen] Do not skip rendering if update required keep rendering

This reverts commit f710079c5eada34365f6ad74700a78adcdefa8a1.

4 months ago[Tizen] Support asan build option
Hosang Kim [Tue, 2 Jan 2024 06:50:39 +0000 (15:50 +0900)]
[Tizen] Support asan build option

This reverts commit a421e3270428b4272614c63aa6c573246936275c.

4 months ago[Tizen] Remove to call key consumed event in ATSPI bridge
Hosang Kim [Tue, 2 Jan 2024 06:50:20 +0000 (15:50 +0900)]
[Tizen] Remove to call key consumed event in ATSPI bridge

This reverts commit 45af17544e9fc46cc8a2439fdb3ef2a03d50b88d.

4 months agoMerge branch 'devel/master' into tizen
Hosang Kim [Tue, 2 Jan 2024 06:48:32 +0000 (15:48 +0900)]
Merge branch 'devel/master' into tizen

4 months agoRevert "[Tizen] Remove to call key consumed event in ATSPI bridge"
Hosang Kim [Tue, 2 Jan 2024 06:48:25 +0000 (15:48 +0900)]
Revert "[Tizen] Remove to call key consumed event in ATSPI bridge"

This reverts commit 19840b229bc75e6f456144612a1d27bf86e3cf27.

4 months agoRevert "[Tizen] Support asan build option"
Hosang Kim [Tue, 2 Jan 2024 06:48:14 +0000 (15:48 +0900)]
Revert "[Tizen] Support asan build option"

This reverts commit 5b544217867247a33eb52c7bb9b3464c6db46350.

4 months agoRevert "[Tizen] Add some logs for SVG rasterize task for debug"
Hosang Kim [Tue, 2 Jan 2024 06:48:02 +0000 (15:48 +0900)]
Revert "[Tizen] Add some logs for SVG rasterize task for debug"

This reverts commit 1acc1f8ed056d8562c64906e6fe8b1c7b5fef660.

4 months agoRevert "[Tizen] Do not skip rendering if update required keep rendering"
Hosang Kim [Tue, 2 Jan 2024 06:47:53 +0000 (15:47 +0900)]
Revert "[Tizen] Do not skip rendering if update required keep rendering"

This reverts commit 02eaaf75db7deee3614c7acf836206ace6ab3e63.

4 months agoCreate NativeImageQueue with the number of queue 23/303523/4
Eunki Hong [Sat, 30 Dec 2023 14:31:47 +0000 (23:31 +0900)]
Create NativeImageQueue with the number of queue

Add new API that user can control the tbm_queue queue count.
It will be useful when we don't want to create 3 size of tbm_queue.

Change-Id: I4e1e5cbcb303411da5e45ffc5b1f42d26df90275
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
4 months agoDo not trace during process 36/303536/1
Eunki, Hong [Tue, 2 Jan 2024 04:16:37 +0000 (13:16 +0900)]
Do not trace during process

Since we already print logs during some critical async task running, it was
some useless print logs. Let we remove it.

Change-Id: If4ab42c470d644fdb43e39c9b516c6c7ce338b02
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
4 months agoPrevent to decode png when the pixel buffer cannot be created 29/303529/3
seungho baek [Tue, 2 Jan 2024 01:48:58 +0000 (10:48 +0900)]
Prevent to decode png when the pixel buffer cannot be created

Change-Id: Ibf86d02ae4f55590d6f021ac9ebc27b0cfe516fc
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
4 months agoMerge "Fixed Cache for AnimatedVectorImageVisual" into devel/master
sunghyun kim [Fri, 29 Dec 2023 07:12:18 +0000 (07:12 +0000)]
Merge "Fixed Cache for AnimatedVectorImageVisual" into devel/master

4 months agoMerge "Add LocaleChangedSignal" into devel/master
Chihun Jeong [Fri, 29 Dec 2023 03:22:49 +0000 (03:22 +0000)]
Merge "Add LocaleChangedSignal" into devel/master

4 months agoFixed Cache for AnimatedVectorImageVisual 11/300511/4
seungho baek [Thu, 26 Oct 2023 09:16:32 +0000 (18:16 +0900)]
Fixed Cache for AnimatedVectorImageVisual

Change-Id: I75e21fae0ca9e2561dd08f66e05ff590d2c898fc
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
4 months agoMerge "Ensure to check whether task need to callback or not" into devel/master
Eunki Hong [Thu, 28 Dec 2023 05:56:32 +0000 (05:56 +0000)]
Merge "Ensure to check whether task need to callback or not" into devel/master

4 months agoEnsure to check whether task need to callback or not 58/303458/1
Eunki, Hong [Thu, 28 Dec 2023 04:37:15 +0000 (13:37 +0900)]
Ensure to check whether task need to callback or not

There was short-term to unlock the mRunningTasksMutex.
If main thread Remove the running task (mean, cancel) during
that mutex unlocked, we just keep know that
this task need to execute callback.

So, we need to check for notify or not only for lottie cases,
and check main thread callback required one more time for main thread cases.

Change-Id: I8e6bdcdf4b8bf290a23b5b8e3fdb1821db26d393
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
4 months agoAdd LocaleChangedSignal 09/303109/11
ANZ1217 [Fri, 22 Dec 2023 05:38:29 +0000 (14:38 +0900)]
Add LocaleChangedSignal

LocaleChangedSignal is a signal that works when the system locale is changed.
To solve the problem that the default font does not change when changing the system language, clear the cache of fontClient and emit LocaleChangedSignal.

Change-Id: Ic543b9fc250ccf88cd460fe08da6b5fd2c008987

4 months ago[Tizen] Do not skip rendering if update required keep rendering accepted/tizen/unified/20231228.165704 accepted/tizen/unified/riscv/20240103.054707
Eunki, Hong [Wed, 27 Dec 2023 00:38:27 +0000 (09:38 +0900)]
[Tizen] Do not skip rendering if update required keep rendering

Change-Id: I50e52c76bf32da6246eed081e6cc94b5d8ecb2a2
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
4 months ago[Tizen] Add some logs for SVG rasterize task for debug
Eunki, Hong [Wed, 20 Dec 2023 08:23:51 +0000 (17:23 +0900)]
[Tizen] Add some logs for SVG rasterize task for debug

Change-Id: Ifb10ff1ae75a086393e6ad9e3c90abe51797d8e5
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
4 months ago[Tizen] Support asan build option
sunghyun kim [Wed, 27 Dec 2023 07:03:50 +0000 (16:03 +0900)]
[Tizen] Support asan build option

This reverts commit a91a521d6cec1cc2ebe5dd0b990d8896b7f75dc5.

4 months ago[Tizen] Remove to call key consumed event in ATSPI bridge
sunghyun kim [Wed, 27 Dec 2023 07:03:33 +0000 (16:03 +0900)]
[Tizen] Remove to call key consumed event in ATSPI bridge

This reverts commit 16dc8bcbdf30a3d2fd1a80b4c5939d5e0ae0f672.

4 months agoMerge branch 'devel/master' into tizen
sunghyun kim [Wed, 27 Dec 2023 07:03:24 +0000 (16:03 +0900)]
Merge branch 'devel/master' into tizen

4 months agoRevert "[Tizen] Remove to call key consumed event in ATSPI bridge"
sunghyun kim [Wed, 27 Dec 2023 07:03:02 +0000 (16:03 +0900)]
Revert "[Tizen] Remove to call key consumed event in ATSPI bridge"

This reverts commit 94be7ff0be9d1f885fe98ad884aa3840e5664f9a.

4 months agoRevert "[Tizen] Support asan build option"
sunghyun kim [Wed, 27 Dec 2023 07:02:56 +0000 (16:02 +0900)]
Revert "[Tizen] Support asan build option"

This reverts commit 87596222378363c2b42d1902741739818c0a8f23.

4 months agoUse trace macro with message generator function 22/303222/2
Eunki Hong [Thu, 21 Dec 2023 13:52:23 +0000 (22:52 +0900)]
Use trace macro with message generator function

Change-Id: I928e5214afd5506f378fd2dddfe0939c728076b5
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
4 months agoMerge "Add Get/Set native window id on SceneHoder and Window" into devel/master
joogab yun [Wed, 27 Dec 2023 01:19:01 +0000 (01:19 +0000)]
Merge "Add Get/Set native window id on SceneHoder and Window" into devel/master

5 months agoAdd Get/Set native window id on SceneHoder and Window 55/303055/8
joogab.yun [Tue, 19 Dec 2023 10:48:26 +0000 (19:48 +0900)]
Add Get/Set native window id on SceneHoder and Window

Change-Id: I355ef2207dcbb386ab29ee237d14bfc860a65791

5 months agoMerge "Increase percentage of scanline halves average optimization" into devel/master
Adeel Kazmi [Fri, 22 Dec 2023 12:47:13 +0000 (12:47 +0000)]
Merge "Increase percentage of scanline halves average optimization" into devel/master

5 months agoMerge "Change VAO hash value function" into devel/master
Adeel Kazmi [Fri, 22 Dec 2023 12:45:18 +0000 (12:45 +0000)]
Merge "Change VAO hash value function" into devel/master

5 months agoDALi Version 2.3.4 76/303276/1 dali_2.3.4
Adeel Kazmi [Fri, 22 Dec 2023 11:27:20 +0000 (11:27 +0000)]
DALi Version 2.3.4

Change-Id: Ibaa52b91b9a3bff2dce14e8534259764229bbcb7

5 months agoChange VAO hash value function 58/303158/2
Eunki Hong [Wed, 20 Dec 2023 22:56:35 +0000 (07:56 +0900)]
Change VAO hash value function

Since std::hash<uint32_t>{}(i); just return itself,
we need to make some other method to calculate hash of location.

For example, 0 location doesn't have any mean.
and location with 1, 3 will collision as location 2.

To avoid this hash collision, let we change some hash generate method.

  v = i + 1;
  hash += v << 24;
  v *= v;
  v ^= i;
  hash += v << 16;
  v *= v;
  hash += v;

Note that if we skip v ^= i; operation, collision occured when location is
near 13.

Change-Id: Ie081d9a5e8895988ca7183dfc860176b69c4e337
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
5 months agoIncrease percentage of scanline halves average optimization 55/303155/1
Eunki Hong [Wed, 20 Dec 2023 13:52:54 +0000 (22:52 +0900)]
Increase percentage of scanline halves average optimization

Add more logs why we reinterpret_cast only if pointer address is matched.

And also, allow uin32_t cases, not only for uint64_t, to increase portential
of optimized works.

And also, let we calculate padding components, so we don't see SIGBUG error
and also increase percentage of multi-step average.

Change-Id: Ib8cfc1a75aa588ebc02521ed645f6a74174a8bde
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
5 months ago[ATSPI] Introduce GetMatchesInMatches API 19/302119/7
Hosang Kim [Thu, 30 Nov 2023 11:36:36 +0000 (20:36 +0900)]
[ATSPI] Introduce GetMatchesInMatches API

The GetMatchesInMatches API allows users to get a list of Accessible objects that match two different MatchRule parameters.

Change-Id: I2ac3dc502561b288a8d491e0392ecea8ef66e790

5 months agoPrint the name of AsyncTask when we execute it 24/303024/2
Eunki, Hong [Tue, 19 Dec 2023 03:16:29 +0000 (12:16 +0900)]
Print the name of AsyncTask when we execute it

Get the name of AsyncTask what we are processing now, for debug.

Change-Id: Ibffb92e281ce4c94f8e7bf4f5a1bf4a6d7481d14
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 months ago[ATSPI] Introduce GetNodeInfo interface 43/302043/2
Woochan Lee [Fri, 10 Nov 2023 07:12:43 +0000 (16:12 +0900)]
[ATSPI] Introduce GetNodeInfo interface

A new interface for delivering entire information with on dbus method call.

Change-Id: Ic0f7189565375ffa53e1061e584215266ac12eef

5 months ago[Tizen] Support asan build option accepted/tizen/unified/20231219.160351 accepted/tizen/unified/riscv/20231219.070920
jmm [Mon, 18 Dec 2023 06:40:57 +0000 (15:40 +0900)]
[Tizen] Support asan build option

This reverts commit 93c9a3c00322efe4135973b3eda8b7691fb281f7.

Change-Id: Ic40e008729d6c20cca3a1da5fd94f286ed1b225f

5 months ago[Tizen] Remove to call key consumed event in ATSPI bridge
jmm [Mon, 18 Dec 2023 06:39:01 +0000 (15:39 +0900)]
[Tizen] Remove to call key consumed event in ATSPI bridge

This reverts commit 210229564674739555f3d682773abbc7197a4d36.

Change-Id: I00e6bb6412899112e46f80ee01e30beebdf80059

5 months agoMerge branch 'devel/master' into tizen
jmm [Mon, 18 Dec 2023 06:38:51 +0000 (15:38 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I3de19552620126948da4dd3a035fa961f1e3f83a

5 months agoRevert "[Tizen] Remove to call key consumed event in ATSPI bridge"
jmm [Mon, 18 Dec 2023 06:38:34 +0000 (15:38 +0900)]
Revert "[Tizen] Remove to call key consumed event in ATSPI bridge"

This reverts commit 1d5340cf79c33427296c2918081a17e2a22e18cf.

Change-Id: Ia815f6c77083cc11ee5c2cba4fb35a627d8f3f56

5 months agoRevert "[Tizen] Support asan build option"
jmm [Mon, 18 Dec 2023 06:38:30 +0000 (15:38 +0900)]
Revert "[Tizen] Support asan build option"

This reverts commit 0f8aaf5ee34c7bb30104c55d4a8cd4ab58d91033.

5 months agoRevert "[Tizen] Add the debugging log for window's event."
jmm [Mon, 18 Dec 2023 06:38:28 +0000 (15:38 +0900)]
Revert "[Tizen] Add the debugging log for window's event."

This reverts commit 2c431eac1be81dd7a73ca6c7f43bc346607c0587.

5 months agoDALi Version 2.3.3 14/302914/1 dali_2.3.3
Adeel Kazmi [Fri, 15 Dec 2023 10:22:57 +0000 (10:22 +0000)]
DALi Version 2.3.3

Change-Id: Iee7c08b6dd74d0216b41e9424d0c795d975e9572

5 months agoMerge "Discard deleted VAO at matched context" into devel/master
David Steele [Thu, 14 Dec 2023 14:21:36 +0000 (14:21 +0000)]
Merge "Discard deleted VAO at matched context" into devel/master

5 months agoFix rendering occured unlimited if window size changed multiple 79/302679/7
Eunki, Hong [Tue, 12 Dec 2023 04:20:11 +0000 (13:20 +0900)]
Fix rendering occured unlimited if window size changed multiple

To support multi window cases, dali-adaptor count how many times
the window resize event occured.

But in dali-core scene has only bool flag.

So if scene changed multiple times during 1 render time,
surface resized count never be reduced as zero.
So it will keep rendering unlimited.

This patch make we return the number of surface rect changed,
so dali-adaptor can control the scene changed count well.

Change-Id: Ic19ede6ba5095af74ae2db33d37403285cf28a19
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 months agoDiscard deleted VAO at matched context 80/302780/3
Eunki, Hong [Wed, 13 Dec 2023 10:30:28 +0000 (19:30 +0900)]
Discard deleted VAO at matched context

Since InvalidateCachedPipeline() can be called not for currented context,
we should not call gl.DeleteVertexArrays() that timming.

Instead, let we keep discarded VAO items, and then delete them immediately,
if we call BindProgramVAO, where we can assume that the context is current.

Change-Id: Iac417a862e68bc5503e843a0c27cae98cebee5b0
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 months agoMerge "Updating non-ecore X window-system with new API" into devel/master
David Steele [Wed, 13 Dec 2023 15:15:20 +0000 (15:15 +0000)]
Merge "Updating non-ecore X window-system with new API" into devel/master

5 months agoUpdating non-ecore X window-system with new API 23/302723/1
David Steele [Tue, 12 Dec 2023 16:00:36 +0000 (16:00 +0000)]
Updating non-ecore X window-system with new API

Change-Id: I455f960b088ac0d99dcf2af9d3caff10cfb31688

5 months agoDragAndDrop : Allow to get mimetype for Enter and Move events 09/302709/1
Taehyub Kim [Tue, 12 Dec 2023 09:44:17 +0000 (18:44 +0900)]
DragAndDrop : Allow to get mimetype for Enter and Move events

Change-Id: Icad11ce8bcb4f49fe9cc83a8e9dfd543d1d7092a

5 months agoAdd null check on GetStates 03/297703/5
Hosang Kim [Wed, 23 Aug 2023 03:16:12 +0000 (12:16 +0900)]
Add null check on GetStates

Sometimes accessible parent is null, so add checking null.

Change-Id: I2b8edcc5fe8b5fae87ad9f813fa5f6922cbbd481

5 months agoMerge "Add SetGeometryHittestEnabled and IsGeometryHittestEnabled" into devel/master
joogab yun [Tue, 12 Dec 2023 01:05:16 +0000 (01:05 +0000)]
Merge "Add SetGeometryHittestEnabled and IsGeometryHittestEnabled" into devel/master

5 months ago[Tizen] Add the debugging log for window's event. 05/302605/1 accepted/tizen/unified/20231212.161231
Wonsik Jung [Fri, 8 Dec 2023 06:17:53 +0000 (15:17 +0900)]
[Tizen] Add the debugging log for window's event.

Add the debugging log for window's event who is from ECore.
It is for Tizen platform world.

Change-Id: I600e75fd951824a13c219331386c4d1d362c0b49

5 months agoMerge "Add the debugging log for window's event." into devel/master
Wonsik Jung [Mon, 11 Dec 2023 07:42:39 +0000 (07:42 +0000)]
Merge "Add the debugging log for window's event." into devel/master

5 months ago[Tizen] Support asan build option
seungho baek [Mon, 11 Dec 2023 05:57:55 +0000 (14:57 +0900)]
[Tizen] Support asan build option

This reverts commit e1fc8e1d0cc94fd0bcaf68341345cbacd884be72.

Change-Id: Ifa69058945e21fcf19acfef6674cd69ddb9c2116

5 months ago[Tizen] Remove to call key consumed event in ATSPI bridge
seungho baek [Mon, 11 Dec 2023 05:57:40 +0000 (14:57 +0900)]
[Tizen] Remove to call key consumed event in ATSPI bridge

This reverts commit baa9fb24f60f5e0854321788506d4f50aece358d.

Change-Id: Idd3a38ab7476d14fb9a1161a0cd0d7093da93a32

5 months agoMerge branch 'devel/master' into tizen
seungho baek [Mon, 11 Dec 2023 05:57:30 +0000 (14:57 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I619aacad364d1525891fd5aad71bf4d996d96dbe

5 months agoRevert "[Tizen] Remove to call key consumed event in ATSPI bridge"
seungho baek [Mon, 11 Dec 2023 05:57:26 +0000 (14:57 +0900)]
Revert "[Tizen] Remove to call key consumed event in ATSPI bridge"

This reverts commit 32a5b0c8d1a2601acfc31385922e3336edb7ede2.

5 months agoRevert "[Tizen] Support asan build option"
seungho baek [Mon, 11 Dec 2023 05:57:23 +0000 (14:57 +0900)]
Revert "[Tizen] Support asan build option"

This reverts commit 978917eeb44788262654e15b7aa702e7783f8cbe.

5 months agoMerge "DALi Version 2.3.2" into devel/master
Adeel Kazmi [Fri, 8 Dec 2023 11:24:34 +0000 (11:24 +0000)]
Merge "DALi Version 2.3.2" into devel/master

5 months agoDALi Version 2.3.2 59/302559/1 dali_2.3.2
Adam Bialogonski [Fri, 8 Dec 2023 11:06:07 +0000 (11:06 +0000)]
DALi Version 2.3.2

Change-Id: Id7d327001d3dfcb1261ceba75b9eaf537a28dc78

5 months agoAdd the debugging log for window's event. 34/302534/2
Wonsik Jung [Fri, 8 Dec 2023 06:17:53 +0000 (15:17 +0900)]
Add the debugging log for window's event.

Add the debugging log for window's event who is from ECore.
It is for Tizen platform world.

Change-Id: I600e75fd951824a13c219331386c4d1d362c0b49

5 months agoDo not running same tasks at multiple threads. 07/302407/2
Eunki, Hong [Wed, 6 Dec 2023 07:49:34 +0000 (16:49 +0900)]
Do not running same tasks at multiple threads.

Let we make to do not execute same tasks at multiple threads
at the same timing.

It will make sure that we can control AsyncTask::Process API works
more thread-safety.

Change-Id: I5986c4a683a61ba03b2737d201fc5e7d602fc9de
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 months agoAllow to add idler even if adaptor paused 63/302463/1
Eunki, Hong [Thu, 7 Dec 2023 06:23:02 +0000 (15:23 +0900)]
Allow to add idler even if adaptor paused

Let we install idler function even if Adaptor is paused.

Since the Adaptor pause state depend on by Windows visibility, not app state,
Application::AddIdle() API usage make some confused.

For example, We cannot call AddIdle() at Application::OnResume callback
because the Window::OnIconifyChanged signal still not comed.

To avoid it, let we just allow Idler function add even Adator is paused.

Change-Id: I943ef76d4e759e282675fbcbc06f0a87d95e9fea
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 months agoFixed SVACE errors 45/302345/1
Adeel Kazmi [Tue, 5 Dec 2023 16:36:39 +0000 (16:36 +0000)]
Fixed SVACE errors

Change-Id: Idf920c3e39dceca7b34d2eedd8a875f9330739a9

5 months ago[Tizen] Support asan build option accepted/tizen/unified/20231205.171433 accepted/tizen/unified/riscv/20231211.234106
Bowon Ryu [Tue, 5 Dec 2023 06:22:47 +0000 (15:22 +0900)]
[Tizen] Support asan build option

This reverts commit ca09b1b91ecd94239d988785dedae936070ca644.

5 months ago[Tizen] Remove to call key consumed event in ATSPI bridge
Bowon Ryu [Tue, 5 Dec 2023 06:22:37 +0000 (15:22 +0900)]
[Tizen] Remove to call key consumed event in ATSPI bridge

This reverts commit d46724996523faa574379c5516eccdb5014a92c0.

5 months agoMerge branch 'devel/master' into tizen
Bowon Ryu [Tue, 5 Dec 2023 06:21:47 +0000 (15:21 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I4c4cb86405a3e00d8586f1398e3b9c85a458251a

5 months agoRevert "[Tizen] Remove to call key consumed event in ATSPI bridge"
Bowon Ryu [Tue, 5 Dec 2023 06:21:33 +0000 (15:21 +0900)]
Revert "[Tizen] Remove to call key consumed event in ATSPI bridge"

This reverts commit 9a90bc2939966beab9f401f950fb451415118add.

5 months agoRevert "[Tizen] Support asan build option"
Bowon Ryu [Tue, 5 Dec 2023 06:21:28 +0000 (15:21 +0900)]
Revert "[Tizen] Support asan build option"

This reverts commit c37543ca78dba5cfe57bff9e286cbd7609981a2d.

5 months agoAdd SetGeometryHittestEnabled and IsGeometryHittestEnabled 79/301379/12
joogab.yun [Wed, 15 Nov 2023 06:27:54 +0000 (15:27 +0900)]
Add SetGeometryHittestEnabled and IsGeometryHittestEnabled

This API sets the propagation way for touch and hover events.
If set to true, touch and hover are propagated in a geometry way

Change-Id: I0fd1402f7d533cdaa5d2e5586668243fd53caf43

5 months agoMerge "DALi Version 2.3.1" into devel/master
David Steele [Fri, 1 Dec 2023 11:31:03 +0000 (11:31 +0000)]
Merge "DALi Version 2.3.1" into devel/master

5 months agoDALi Version 2.3.1 64/302164/1 dali_2.3.1
Richard Huang [Fri, 1 Dec 2023 11:02:33 +0000 (11:02 +0000)]
DALi Version 2.3.1

Change-Id: Ia3bb31d50b5ee52cd8747f1dba882967e4b773b2

5 months agoAllow to use LifecycleController for OffscreenApplication 36/302136/2
Eunki, Hong [Fri, 1 Dec 2023 02:34:51 +0000 (11:34 +0900)]
Allow to use LifecycleController for OffscreenApplication

Some OffscreenApplication have some usage for LifecycleController signal.
But previously, we didn't attach this signal for app lifecycle correctly.

Now let we connect it so we can know the app's lifecycle

Change-Id: I75a2757ea17fcf6e21041302923b83b5964a3a83
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
5 months ago[Tizen] Support asan build option accepted/tizen/unified/20231130.180902
huiyu.eun [Wed, 29 Nov 2023 04:42:02 +0000 (13:42 +0900)]
[Tizen] Support asan build option

This reverts commit d9d32281d7d99a584903f50f83c873e176ae5e94.

Change-Id: I5db5df5eb8068115c14b01d685e41e6cc54b31e1

5 months ago[Tizen] Remove to call key consumed event in ATSPI bridge
huiyu.eun [Wed, 29 Nov 2023 04:36:08 +0000 (13:36 +0900)]
[Tizen] Remove to call key consumed event in ATSPI bridge

This reverts commit 1f1c6de8fe4b02a2619897bfeee12227713bc251.

Change-Id: I3c4dae348ab059ee7590f3b928e0e95b49570d7b

5 months agoMerge branch 'devel/master' into tizen
huiyu.eun [Wed, 29 Nov 2023 04:35:56 +0000 (13:35 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I85e81baf8f5b3bc2f322898128041af5f124aec1

5 months agoRevert "[Tizen] Remove to call key consumed event in ATSPI bridge"
huiyu.eun [Wed, 29 Nov 2023 04:35:37 +0000 (13:35 +0900)]
Revert "[Tizen] Remove to call key consumed event in ATSPI bridge"

This reverts commit be0c05be339c372625ba3fd9546beae452d775b8.

5 months agoRevert "[Tizen] Apply Precompile shader"
huiyu.eun [Wed, 29 Nov 2023 04:35:35 +0000 (13:35 +0900)]
Revert "[Tizen] Apply Precompile shader"

This reverts commit b5a40578f3196bb940d153244c12198fcd3fb6a8.

5 months agoRevert "[Tizen] Using shader list for precompile"
huiyu.eun [Wed, 29 Nov 2023 04:35:32 +0000 (13:35 +0900)]
Revert "[Tizen] Using shader list for precompile"

This reverts commit 41c51942ea26a6ed3c6e80a5132ea7254d30827f.

5 months agoRevert "[Tizen] Add lock for shader-precompiler"
huiyu.eun [Wed, 29 Nov 2023 04:35:30 +0000 (13:35 +0900)]
Revert "[Tizen] Add lock for shader-precompiler"

This reverts commit 74492600e20b6554e68e824252ddf11fc42339b9.

5 months agoRevert "[Tizen] Support asan build option"
huiyu.eun [Wed, 29 Nov 2023 04:35:27 +0000 (13:35 +0900)]
Revert "[Tizen] Support asan build option"

This reverts commit e1cc6833051eb2f9e11d6c7d3ed912437f6b2a0e.

5 months agoRevert "[Tizen] Revert "Added shader support to pipeline cache""
huiyu.eun [Wed, 29 Nov 2023 04:35:24 +0000 (13:35 +0900)]
Revert "[Tizen] Revert "Added shader support to pipeline cache""

This reverts commit 1b8f498aa6950b189d35f4e881df7f0e93d6f09f.

5 months agoRevert "[Tizen] Do not trace canceled task"
huiyu.eun [Wed, 29 Nov 2023 04:35:17 +0000 (13:35 +0900)]
Revert "[Tizen] Do not trace canceled task"

This reverts commit 123f32325cab0682f26b0d3f5b2734a8a0250cc3.

5 months agoRevert "[Tizen] Support L8 for jpeg and png"
huiyu.eun [Wed, 29 Nov 2023 04:35:14 +0000 (13:35 +0900)]
Revert "[Tizen] Support L8 for jpeg and png"

This reverts commit b39ca20d2edbfe13e7d0fe1d034f8237c27ae8d7.

5 months agoMerge "Unified the way to load wbmp file" into devel/master
Eunki Hong [Wed, 29 Nov 2023 03:17:25 +0000 (03:17 +0000)]
Merge "Unified the way to load wbmp file" into devel/master

5 months agoMerge "Print warning message when download size is zero" into devel/master
Eunki Hong [Wed, 29 Nov 2023 03:17:17 +0000 (03:17 +0000)]
Merge "Print warning message when download size is zero" into devel/master

5 months agoMerge "Apply Precompile shader" into devel/master
sunghyun kim [Tue, 28 Nov 2023 04:33:34 +0000 (04:33 +0000)]
Merge "Apply Precompile shader" into devel/master

5 months agoPrint warning message when download size is zero 36/301936/1
Eunki, Hong [Tue, 28 Nov 2023 02:44:48 +0000 (11:44 +0900)]
Print warning message when download size is zero

Change-Id: If65c03869d5cf841682af60d8a3c3cd9024b3656
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>