Richard Huang [Fri, 12 Apr 2024 09:53:36 +0000 (10:53 +0100)]
[dali_2.3.19] Merge branch 'devel/master'
Change-Id: I9e0ec33f708c2b1c5c45c385e277d821f0fab64b
Richard Huang [Fri, 12 Apr 2024 09:52:26 +0000 (10:52 +0100)]
DALi Version 2.3.19
Change-Id: I496a510356a3c578585d9898198d4080f980f1e7
ANZ1217 [Mon, 8 Apr 2024 11:46:52 +0000 (20:46 +0900)]
Fix Crash when the InsertText event is executed multiple times between Relayout.
When using IME, InsertText may be executed multiple times within one relayout.
Fix the problem that length of the text cannot be calculated correctly.
Change-Id: Id47f7bbacf90a098055fc7b6ae0d4931a9facde2
sunghyun kim [Mon, 8 Apr 2024 06:10:10 +0000 (06:10 +0000)]
Merge "Fix bug in transition effect" into devel/master
Eunki, Hong [Fri, 5 Apr 2024 13:28:08 +0000 (22:28 +0900)]
(Vector) Let we send finished signal only for matched sent play/stop from visual
It is possible that AnimationFinished trigger comes "after" event thread Play action comes.
If then, user's Play action be skipped.
To avoid this case, let we give the id when play state changed to Play / Pause / Stop.
And send finished signal only if the id is matched what visual know.
Change-Id: I03409e65d2f6b947940ea5591959b106ff8de2bd
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
sunghyun kim [Wed, 27 Mar 2024 07:33:59 +0000 (16:33 +0900)]
Fix bug in transition effect
Image view provides transitoin effect when image is replaced.
but this function has some bugs, so i fixed them.
Below is the issue list
1.Sometimes, some of view play transition effect when image is not replaced.
2.Sometimes, Don't play transition effect when image is replaced.
3.Focus items show transition effect even if resource is not changed.
Change-Id: I610ef472c3046177c5e3f76dd4d854497805168c
David Steele [Fri, 5 Apr 2024 09:58:15 +0000 (10:58 +0100)]
[dali_2.3.18] Merge branch 'devel/master'
Change-Id: Iae2f5e81b7a1a2b5ee43c43bd342d08aa15d735c
David Steele [Fri, 5 Apr 2024 09:57:43 +0000 (10:57 +0100)]
DALi Version 2.3.18
Change-Id: I104ee21bd9fe23e4fe03f4edfde6681fc11c20ac
huiyu.eun [Wed, 3 Apr 2024 06:08:22 +0000 (15:08 +0900)]
Fix hit-test RenderTask error
There is a problem that the hit-test does not work properly because the
RenderTask is always fetched with a fixed index from the RenderTaskList.
It is fixed by passing the corresponding SceneView's RenderTask.
Change-Id: Id114c839455613fc4ed6437e2cb8482ee6677be9
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Youngsun Suh [Fri, 29 Mar 2024 05:36:08 +0000 (14:36 +0900)]
Remove unused AccessibilityActivate method
Change-Id: I2ab634421bf9eb81327f7fee0c96a1f6ccac30b8
Adeel Kazmi [Thu, 28 Mar 2024 09:30:47 +0000 (09:30 +0000)]
[dali_2.3.17] Merge branch 'devel/master'
Change-Id: I1222ab5cf8d18f28d96505200084ba0bf5fadfcd
Adeel Kazmi [Thu, 28 Mar 2024 09:29:44 +0000 (09:29 +0000)]
DALi Version 2.3.17
Change-Id: I9f4993940f0b0ab230d3eaf88013c72cdb739b66
sunghyun kim [Mon, 25 Mar 2024 01:23:56 +0000 (01:23 +0000)]
Merge "Apply premultiply on initial time in animated visual" into devel/master
Adam Bialogonski [Fri, 22 Mar 2024 10:33:19 +0000 (10:33 +0000)]
[dali_2.3.16] Merge branch 'devel/master'
Change-Id: I92b5bab080d6064d707aca291d70dc345f49ecd2
Adam Bialogonski [Fri, 22 Mar 2024 10:32:15 +0000 (10:32 +0000)]
DALi Version 2.3.16
Change-Id: Ib3f94717e7af660bc16ab47fffb235db0457c63f
sunghyun kim [Thu, 21 Mar 2024 05:13:48 +0000 (14:13 +0900)]
Apply premultiply on initial time in animated visual
Change-Id: I7ce10be72455c659f5b5d09c3ce303f39dd13102
Seungho BAEK [Wed, 20 Mar 2024 09:27:06 +0000 (09:27 +0000)]
Merge "Make ModelNode / Light don't work A11y + Clean code lines" into devel/master
Lukasz Oleksak [Tue, 19 Mar 2024 09:03:24 +0000 (09:03 +0000)]
Merge "[AT-SPI] Lazily calculate the "class" attribute" into devel/master
Eunki, Hong [Thu, 25 Jan 2024 04:24:24 +0000 (13:24 +0900)]
Make ModelNode / Light don't work A11y + Clean code lines
Let we make ModelNode and Light disable to create ControlAccessible as default.
And also, let we seperate the header file API override comes from.
It will make easy to find where it is comes from.
Change-Id: I477a2c34e247681df45120d83edd84b67fc22a9e
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Mon, 18 Mar 2024 05:29:36 +0000 (14:29 +0900)]
Fix svace issue phase2 : Need to check Property::Value.Get() return
It is possible that user set invalid value type.
If then, we need to skip given value setter.
Change-Id: I1d3074c6bf7ee061cb195195a90f8b07fe04db7f
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki Hong [Mon, 18 Mar 2024 03:59:05 +0000 (03:59 +0000)]
Merge "(Vector) Change shader at visual side" into devel/master
Eunki Hong [Mon, 18 Mar 2024 03:43:56 +0000 (03:43 +0000)]
Merge "Ensure image visual shaderType is in range" into devel/master
Eunki Hong [Fri, 15 Mar 2024 23:26:33 +0000 (23:26 +0000)]
Merge "(AutomatedTests) Let we make adaptor invalidate if adaptor stop" into devel/master
Adeel Kazmi [Fri, 15 Mar 2024 19:25:40 +0000 (19:25 +0000)]
[dali_2.3.15] Merge branch 'devel/master'
Change-Id: I317b3a5242f73dd635870c1765298426b94369f4
Adeel Kazmi [Fri, 15 Mar 2024 19:24:29 +0000 (19:24 +0000)]
DALi Version 2.3.15
Change-Id: Ie546eda86d7b47c8473d6aca29c86d4f38a99549
Eunki, Hong [Tue, 12 Mar 2024 04:05:25 +0000 (13:05 +0900)]
Ensure image visual shaderType is in range
Let we make assert if we try to use invalid native shader feature
Change-Id: I20780e264038c5d59018c8c7110a51a18f36dbe5
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Artur Świgoń [Fri, 15 Mar 2024 07:16:16 +0000 (08:16 +0100)]
[AT-SPI] Lazily calculate the "class" attribute
This helps streamline Control::Initialize() by moving the attribute calculation
to ControlAccessible::GetAttributes() which is where the value is really
needed. Additionally, GetAttributes() is cleaned up a little for readability.
Change-Id: Iecc2a63a200d23e4bfb30681fa00b63ca4d72c5a
Eunki, Hong [Tue, 12 Mar 2024 05:12:22 +0000 (14:12 +0900)]
(Vector) Change shader at visual side
Let we change animated vector visual shader at visual side, instead of dali-extension.
Now we can use cached shader.
Change-Id: Ie530f295227ce55b9d374bc4ddfd1a09361905a4
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Tue, 12 Mar 2024 07:44:58 +0000 (16:44 +0900)]
(AutomatedTests) Let we make adaptor invalidate if adaptor stop
Change-Id: I1436b6dcb86810821abdf90eff9c9a9d63e8ee0a
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
sunghyun kim [Thu, 14 Mar 2024 01:24:27 +0000 (01:24 +0000)]
Merge "Change TransitionEffect" into devel/master
David Steele [Wed, 13 Mar 2024 10:17:35 +0000 (10:17 +0000)]
Merge "Ignore overwritable image changeness during utc test" into devel/master
joogab yun [Wed, 13 Mar 2024 01:11:38 +0000 (01:11 +0000)]
Merge "The canvas view defaults to SYNCHRONOUS_LOADING." into devel/master
sunghyun kim [Tue, 12 Mar 2024 11:39:09 +0000 (20:39 +0900)]
Change TransitionEffect
The existing effect was rather slow and unnatural.
therefore, some of the settings have been modified to make the effect more natural.
Change-Id: I42ef237dd831dd210766bf670b2d3061def69c44
David Steele [Tue, 12 Mar 2024 11:58:51 +0000 (11:58 +0000)]
Merge "Lock mutex when we queue offscreen texture at GlView" into devel/master
Eunki, Hong [Tue, 12 Mar 2024 08:38:09 +0000 (17:38 +0900)]
Ignore overwritable image changeness during utc test
Change-Id: I09ad220850be41ae1b659100e6e4a5ba555dba59
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
joogab.yun [Tue, 12 Mar 2024 04:48:35 +0000 (13:48 +0900)]
The canvas view defaults to SYNCHRONOUS_LOADING.
A crash occurs when multiple CanvasViews are operated async.
So, we change it to operate synchronously by default.
The problem of async operation when using a multi-canvas view should be resolved later.
Change-Id: I9bb4c8165b69ebdd93753211214fcadf06a3f456
ANZ1217 [Wed, 21 Feb 2024 05:39:52 +0000 (14:39 +0900)]
Introduce REMOVE_FRONT_INSET, REMOVE_BACK_INSET Property
Added new property to TextLabel
Example:
textLabel.SetProperty(DevelTextLabel::Property::REMOVE_FRONT_INSET, false);
textLabel.SetProperty(DevelTextLabel::Property::REMOVE_BACK_INSET, false);
When REMOVE_FRONT_INSET is set to false, the xBearing of first glyph won't be trimmed.
When REMOVE_BACK_INSET is set to false, the advance of last glyph won't be trimmed.
Change-Id: I169d87b9f83d3b204ea51601188982cda54cb9d0
Eunki Hong [Mon, 11 Mar 2024 02:45:43 +0000 (02:45 +0000)]
Merge "Fix svace issue : Need to check Property::Value.Get() return" into devel/master
David Steele [Fri, 8 Mar 2024 10:55:24 +0000 (10:55 +0000)]
Merge "DALi Version 2.3.14" into devel/master
Adam Bialogonski [Fri, 8 Mar 2024 10:51:06 +0000 (10:51 +0000)]
[dali_2.3.14] Merge branch 'devel/master'
Change-Id: Icbb091e0605b0e2bde616756c2104473c788a752
Adam Bialogonski [Fri, 8 Mar 2024 10:49:53 +0000 (10:49 +0000)]
DALi Version 2.3.14
Change-Id: I523b759829956740ddc95706005ce408a0741041
Seungho Baek [Mon, 4 Mar 2024 09:08:27 +0000 (18:08 +0900)]
Add CastShadow and ReceiveShadow for Model and ModelNode
- CastShadow can be used to make an object cast shadow or not.
- ReceiveShadow can be used to make an object be not drawn any shadow on its surface.
- Model and ModelNode have the methods.
- If Model's method is called, it is inherited to its current child ModelNode.
- If ModelNode's method is called, it is only affects the ModelNode itself.
- The ModelNode's property changes do not affect its parent Model's property.
Change-Id: I8ebeeed9ed814718a38ad7f69c43a4814a5a70ae
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
Eunki, Hong [Tue, 5 Mar 2024 00:43:05 +0000 (09:43 +0900)]
Fix svace issue : Need to check Property::Value.Get() return
It is possible that user set invalid value type. If then, we need to skip
given value setter.
Change-Id: I8bc339f30b969c049a0b07bda152c4d24593bb48
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Thu, 7 Mar 2024 06:21:03 +0000 (15:21 +0900)]
Let we use legacy rounded blur algorithm for gles2.0 + remove GL keyword
Since low spec device also want to use rounded blur color visual,
let we make them use some old legacy code, which required low calculation.
Change-Id: I50ad32c09da384e9ddc8a18423e67681f8824a5c
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Mon, 4 Mar 2024 06:39:55 +0000 (15:39 +0900)]
Lock mutex when we queue offscreen texture at GlView
Change-Id: I3919c9be6dbb7cb16ef269d95a0ebab5a70711e9
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Tue, 5 Mar 2024 03:57:08 +0000 (12:57 +0900)]
Fix code comments
Change-Id: Id61ceee6144d6b81e8e302785093c4b545140d91
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Mon, 4 Mar 2024 07:50:23 +0000 (16:50 +0900)]
Fix many svace issues at dali-toolkit (integer overflow + etc)
This is a combination of 3 commits.
Let we remove many cases of dali-toolkit when we can be call 0u - 1u, which is undefined behavior.
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
(Scene3D) Fix svace issue : convert uint32_t to std::streamoff + minor
Fix svace issue when we try to convert from 32bit unsigned integer
to (might) 64bit signed integer.
+
Fix the name of function collision issue
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Fix svace issue : Avoid to divide by zero cases
Change-Id: If11884693253cd86f89cb98704e93473166faca1
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Wed, 28 Feb 2024 12:51:32 +0000 (21:51 +0900)]
Do not call malloc during terminate
There was some strange crash issue during application terminate.
That crash comes at malloc.c during destruct JsonParser.
So, let we just remove some potential of mallocate memory during terminate,
what might not neccessary.
Change-Id: I93dc70b0c069f90a94e526f7916f9c54e1565a7f
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Mon, 4 Mar 2024 01:54:19 +0000 (10:54 +0900)]
Assume memory allocation failed cases
Let we consider malloc return null.
Change-Id: I5bafbf1cd47880ca5bc488cea264b88d742a7861
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Thu, 29 Feb 2024 05:25:04 +0000 (14:25 +0900)]
ImageVisualShader debug script make to add custom attribute / varying / uniform
Let we allow to set some extra uniform and attribute , varying if user need to debug.
Change-Id: I0c98358fe22e6678fcfa352d33c61308597bcfe0
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Richard Huang [Fri, 1 Mar 2024 11:43:42 +0000 (11:43 +0000)]
[dali_2.3.13] Merge branch 'devel/master'
Change-Id: Ia0cc345903c3343bdefe1194810a9ed3fd557623
Richard Huang [Fri, 1 Mar 2024 11:42:39 +0000 (11:42 +0000)]
DALi Version 2.3.13
Change-Id: I694a7fa17d2953cb73dea911f332f3276de1352d
Adeel Kazmi [Wed, 28 Feb 2024 17:43:24 +0000 (17:43 +0000)]
(Automated Tests) Use github link instead of w3 for SVG image
Change-Id: I801f86b265f0101c5c906ccfcb221c477aee9484
Eunki, Hong [Tue, 27 Feb 2024 09:27:30 +0000 (18:27 +0900)]
(Vector) Change ConditionalWait as Mutex at lottie task
Change-Id: I1f652c440945a9b40a88a992018e14ae0746bc9d
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Mon, 26 Feb 2024 09:31:22 +0000 (18:31 +0900)]
Change precision of corner radius relative shader codes as highp
There was some visual defect when view size is near 20,000 in target.
Change-Id: Ia9440c98e20a873664d09493cc9d645f1f7a91b1
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Seungho BAEK [Mon, 26 Feb 2024 01:46:23 +0000 (01:46 +0000)]
Merge "Change precision of shader variable" into devel/master
David Steele [Fri, 23 Feb 2024 13:32:13 +0000 (13:32 +0000)]
Merge "DALi Version 2.3.12" into devel/master
David Steele [Fri, 23 Feb 2024 13:06:17 +0000 (13:06 +0000)]
[dali_2.3.12] Merge branch 'devel/master'
Change-Id: I788367a2714b256cbbd24cd7c07b8a19ad57ecb3
David Steele [Fri, 23 Feb 2024 13:05:44 +0000 (13:05 +0000)]
DALi Version 2.3.12
Change-Id: I853019d9e13691b62c471ac789e010c101fca2d1
Eunki, Hong [Thu, 22 Feb 2024 08:31:25 +0000 (17:31 +0900)]
Fix Shadow crash issue during SceneOff
Change-Id: If2e7cd12212d6207f7b9e582c8105574df0dd3c7
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
seungho baek [Thu, 22 Feb 2024 13:08:44 +0000 (22:08 +0900)]
Change precision of shader variable
Change-Id: I4138a170c0ba9bea240a0fd0fcfab36afc2d182b
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
Eunki Hong [Thu, 22 Feb 2024 11:22:04 +0000 (11:22 +0000)]
Merge "Support Scene3D on gles 2.0" into devel/master
Eunki Hong [Thu, 22 Feb 2024 05:59:37 +0000 (05:59 +0000)]
Merge "Fix bug when we try to load two image s.t. premultyOnLoad difference" into devel/master
Eunki Hong [Thu, 22 Feb 2024 05:59:29 +0000 (05:59 +0000)]
Merge "Emit ResourceReady if we call Reload even if it was ready visual." into devel/master
Eunki Hong [Thu, 22 Feb 2024 04:18:56 +0000 (04:18 +0000)]
Merge changes Ic9dba03a,Id5ec87c1 into devel/master
* changes:
Print image process duration when we trace it
Reduce the length of log during image trace
Eunki, Hong [Mon, 5 Feb 2024 10:49:19 +0000 (19:49 +0900)]
Support Scene3D on gles 2.0
Let we support Scene3D::Model under gles 2.0 devices.
Note : Since glsl doesnt support textureLod, we cannot support roughness.
Change-Id: If518bf48361331eb47b0f8a5a2ef265ba3fee488
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Adam Bialogonski [Fri, 16 Feb 2024 16:11:14 +0000 (16:11 +0000)]
Added UNSAFE_RENDERING_DIRECT backend mode for GLView.
UNSAFE_RENDERING_DIRECT mode allows injecting the GL calls
directly into window context. This method is considered unsafe
and should be used cautiously as it may alter GL state of the
main DALi pipeline (ie. affect UI rendering).
Change-Id: Idd36a26541f9af56657c1eef72ee7e83e2a45581
Signed-off-by: Adam Bialogonski <adam.b@samsung.com>
Eunki, Hong [Mon, 19 Feb 2024 13:31:11 +0000 (22:31 +0900)]
Print image process duration when we trace it
Change-Id: Ic9dba03a2f18743ea253ccf9e1234bd1bda78239
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Mon, 19 Feb 2024 13:08:19 +0000 (22:08 +0900)]
Reduce the length of log during image trace
Change-Id: Id5ec87c10021a3d391295d88fbef2a88e1750150
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Fri, 16 Feb 2024 12:54:48 +0000 (21:54 +0900)]
Fix bug when we try to load two image s.t. premultyOnLoad difference
Let we seperate cache between
"Could-be-premultiplied, but not loaded yet" VS "Do not premultiplied"
Currently, we check both of them as same item.
Change-Id: Idfb68580e5a321745ee3accf9bb61d3845a39067
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Fri, 16 Feb 2024 11:25:09 +0000 (20:25 +0900)]
Emit ResourceReady if we call Reload even if it was ready visual.
If the visual was already ready state, and if we call Reload, the visual state
still ResourceReady. So ResourceReady signal was not be emitted.
Since someone might need to know the timing of resource loaded after Reload(),
Make we reset status as PREPARE, and wait callback again.
Change-Id: Id0ddb6523c4d9fcd58aab63a2fb07d27fdd9c5b5
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
David Steele [Fri, 16 Feb 2024 11:13:11 +0000 (11:13 +0000)]
Merge "DALi Version 2.3.11" into devel/master
Richard Huang [Fri, 16 Feb 2024 11:03:28 +0000 (11:03 +0000)]
[dali_2.3.11] Merge branch 'devel/master'
Change-Id: I37ac2e17acf39bd2296d14243ea349757647cb53
Richard Huang [Fri, 16 Feb 2024 11:02:25 +0000 (11:02 +0000)]
DALi Version 2.3.11
Change-Id: Ifb9447b21d0f483c31d2658660f19c15694704a5
Eunki Hong [Fri, 16 Feb 2024 07:17:36 +0000 (07:17 +0000)]
Merge "Ignore corner blur radius if glsl version is low" into devel/master
David Steele [Mon, 12 Feb 2024 19:12:44 +0000 (19:12 +0000)]
Test harness sync
Change-Id: I480e0fb3b1f3a475ea02ec7be1599f9af36a8f18
Eunki Hong [Wed, 14 Feb 2024 06:58:54 +0000 (06:58 +0000)]
Merge "Let we make WebView invisible if window is hide" into devel/master
Eunki Hong [Wed, 14 Feb 2024 06:58:18 +0000 (06:58 +0000)]
Merge "Make uShadowBias highp" into devel/master
Eunki Hong [Wed, 14 Feb 2024 06:37:15 +0000 (06:37 +0000)]
Merge changes Iafce95d1,I701627ff,Ic2b33c53 into devel/master
* changes:
Apply some missing shader names
Add precompiled shader names
Add name of shader what we generate as default
Adeel Kazmi [Fri, 9 Feb 2024 10:12:54 +0000 (10:12 +0000)]
[dali_2.3.10] Merge branch 'devel/master'
Change-Id: I17b1a21ef45c7d5eb9286cb2e592f63179b4cde0
Adeel Kazmi [Fri, 9 Feb 2024 10:11:52 +0000 (10:11 +0000)]
DALi Version 2.3.10
Change-Id: I86045f8c3be35213371476eac93fcc52d3b3b615
Eunki, Hong [Fri, 2 Feb 2024 07:26:35 +0000 (16:26 +0900)]
Make uShadowBias highp
Change-Id: I29a72fb8e7a3756d7e672ec4b06a5ae86c93a5b7
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Wed, 7 Feb 2024 11:15:16 +0000 (20:15 +0900)]
Apply some missing shader names
Change-Id: Iafce95d1725bd05e9c64a249d3de9e565b5d761b
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Mon, 5 Feb 2024 08:54:05 +0000 (17:54 +0900)]
Add precompiled shader names
Let we allow to use precompiled shader also use shader name
Change-Id: I701627ffc53b8450e286c31b8ac8e348e2a81cb0
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Fri, 2 Feb 2024 10:25:18 +0000 (19:25 +0900)]
Add name of shader what we generate as default
Let we use the feature of shader name for our dali side default shaders.
Change-Id: Ic2b33c53192075e78cb68aef0eb1401069b65e13
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Thu, 1 Feb 2024 03:44:42 +0000 (12:44 +0900)]
Let we make WebView invisible if window is hide
Since we didn't check window visibility changed during webview is on scene
+
We don't check whether webview is on scene or not,
it could be make WebEngine keep rendering infinitly.
Let we make web engine visible only if we can assume that it is visible now.
TODO : We cannot check parent visibility changed for current system correctly,
without any overhead. Todo in future
Change-Id: I86ca4cf816eb718a45cc0b5146217eb82f373fa0
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki Hong [Tue, 6 Feb 2024 05:18:05 +0000 (05:18 +0000)]
Merge "Make model load task priority as low" into devel/master
Seungho BAEK [Tue, 6 Feb 2024 05:17:12 +0000 (05:17 +0000)]
Merge "Create Shadow RenderTask only shadow is required." into devel/master
Eunki, Hong [Mon, 5 Feb 2024 10:06:34 +0000 (19:06 +0900)]
Ignore corner blur radius if glsl version is low
Let we make to not blur rounded corner if gles version is too low
Change-Id: I1ed43633d97e63a0b4d843ce692e7db28db22e0d
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Mon, 5 Feb 2024 08:25:47 +0000 (17:25 +0900)]
Make model load task priority as low
Since gltf model load spend a lots of time, let we make it priority low
Change-Id: I4af0711d74b5836f4c7b039217463e13ce5c5220
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
seungho baek [Wed, 31 Jan 2024 06:20:57 +0000 (15:20 +0900)]
Create Shadow RenderTask only shadow is required.
- By using OrderIndex, Shadow RenderTask can be created only it is required.
Change-Id: I65a14ff4db167b1aa546be81f80238008322e7b5
Signed-off-by: seungho baek <sbsh.baek@samsung.com>
Eunki, Hong [Mon, 5 Feb 2024 04:48:16 +0000 (13:48 +0900)]
Fix wrong order of linear enumeration
Since Fitting mode have FIT_HEIGHT = 4 and FIT_WIDTH = 5, we need to follow up the order of enum
Change-Id: I63be4fdb114be28c20716fd3eaad01f061049f92
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
David Steele [Fri, 2 Feb 2024 16:43:30 +0000 (16:43 +0000)]
Merge "Test harness sync" into devel/master
Adam Bialogonski [Fri, 2 Feb 2024 09:59:24 +0000 (09:59 +0000)]
[dali_2.3.9] Merge branch 'devel/master'
Change-Id: I395eb413f660835d9b860b130741aee78e6b1d57
Adam Bialogonski [Fri, 2 Feb 2024 09:58:20 +0000 (09:58 +0000)]
DALi Version 2.3.9
Change-Id: I1800c69f074d795cb1252698c9aebb1fcd98f71e
David Steele [Thu, 1 Feb 2024 14:15:23 +0000 (14:15 +0000)]
Test harness sync
Change-Id: Ic3887917d576dc81ab4d252128dc832f2ecdfbc9
Eunki Hong [Wed, 31 Jan 2024 08:25:10 +0000 (08:25 +0000)]
Merge "Fix decorator cursor size didn't changed issue" into devel/master
Eunki, Hong [Tue, 30 Jan 2024 12:16:41 +0000 (21:16 +0900)]
Fix decorator cursor size didn't changed issue
Since dali don't change the size during Relayout callback working,
the cursor size was not applied at 'current' relayout result.
So there was some issue that the cursor size applied well after 1 event loop working.
To avoid this issue, let we 'add' some relayout required actor to container.
It will call Relayout internally, at this loop.
TODO : Is there any other actor to be changed during relayout?
Change-Id: I88f48c7b64e76644ea8738abce4245a584c83cc9
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Bowon Ryu [Wed, 31 Jan 2024 04:44:10 +0000 (13:44 +0900)]
Fix editable text font size update issue
There is an issue that the font runs of the editable text area are separated
when the font size is updated.
If the editable text is an active state and the font size is updated,
the input font size should also be updated.
And due to the feature that changes the selected area's font size when the input font size is updated,
unintended font run separation and font size change occur if there is selected text when updating the font size.
This patch fixed so that the selection-related logic is not executed
when SetInputFontPointSize is called due to an update of the default font size.
Change-Id: I1a5f5190d00a25291a8cafc215f5bf0df2cd71f7
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Eunki, Hong [Mon, 29 Jan 2024 12:01:28 +0000 (21:01 +0900)]
Add editable text's idler function at PostProcessor time, instead of whenever we want
Since we need to remove whole queued style change signals even if idler add failed,
let we collect duplicated codes into single class, and make TextEditor / TextField just use it.
Change-Id: Ic181814eb8a4bcb12fb17c45dd39e3210bfb136a
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>