Joogab Yun [Wed, 14 Jul 2021 01:17:33 +0000 (10:17 +0900)]
Binding EnableDefaultAlgorithm and IsDefaultAlgorithmEnabled for FocusManager
Change-Id: I6d279f5366f59b3101537f4587a064ae0e27e633
JIYUN YANG [Thu, 15 Jul 2021 09:45:50 +0000 (09:45 +0000)]
Merge "Replace Signal with std::function." into devel/master
dongsug song [Tue, 13 Jul 2021 02:05:50 +0000 (02:05 +0000)]
Merge "Add processor-controller to support Processor on NUI" into devel/master
JIYUN YANG [Mon, 12 Jul 2021 11:28:49 +0000 (11:28 +0000)]
Merge "Add WebView SetTtsFocus" into devel/master
Adeel Kazmi [Fri, 9 Jul 2021 09:28:19 +0000 (09:28 +0000)]
Merge "DALi Version 2.0.34" into devel/master
Adam Bialogonski [Fri, 9 Jul 2021 08:44:58 +0000 (09:44 +0100)]
DALi Version 2.0.34
Change-Id: I6cc7ef28d4d9dc5de27358f63f4ccb56576058cf
sunghyun kim [Fri, 9 Jul 2021 05:24:28 +0000 (05:24 +0000)]
Merge "Add Api for getting window from view" into devel/master
Sunghyun Kim [Thu, 8 Jul 2021 06:13:51 +0000 (15:13 +0900)]
Add Api for getting window from view
it need to getting window from view
Change-Id: I37d9e389a1422c6c00ff4b1a88ab262789c88031
Jiyun Yang [Wed, 7 Jul 2021 12:30:59 +0000 (21:30 +0900)]
Add WebView SetTtsFocus
Change-Id: I059116228b3f2a34d1b62dd9aa91df17ac5536a7
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
huayong.xu [Tue, 6 Jul 2021 11:27:42 +0000 (19:27 +0800)]
Replace Signal with std::function.
Originally Signal is used to notify webview when callback of web
engine is called. If Signal is called with a std::shared_ptr<X>,
lifecyle of object X would be managed by Signal only in
csharp-binder. So if Signal are destroyed, object X would be
destroyed too. This might cause some problem.
This patch is to replace Signal with std::fuction, and replace
std:shared_ptr with unique_ptr. Lifecycle of object X would not
be associated with that of Signal.
Change-Id: I06f5a6cbf3a11ff77e6d208840952b7c17cbebce
Seoyeon Kim [Wed, 7 Jul 2021 05:17:42 +0000 (05:17 +0000)]
Merge "Update ATSPI code according to DALi coding rule" into devel/master
Taehyub Kim [Tue, 6 Jul 2021 05:22:08 +0000 (05:22 +0000)]
Merge "Add RiveAnimationView APIs CSharp Binding Codes" into devel/master
Taehyub Kim [Mon, 28 Jun 2021 11:14:10 +0000 (20:14 +0900)]
Add RiveAnimationView APIs CSharp Binding Codes
Change-Id: I7a08a19aa2d1a6c37d6a9aee2146ba789bad9f52
JIYUN YANG [Mon, 5 Jul 2021 09:34:00 +0000 (09:34 +0000)]
Merge "Add APIs for showing/hiding context menu." into devel/master
EverLEEst(SangHyeon Lee) [Mon, 5 Jul 2021 06:20:01 +0000 (15:20 +0900)]
[Tizen] Add RemoveWidget() in WidgetViewManager
This reverts commit
054695a06f992f159b8f016ab5eeb7fb584b37ff.
EverLEEst(SangHyeon Lee) [Mon, 5 Jul 2021 06:19:35 +0000 (15:19 +0900)]
Merge branch 'devel/master' into tizen
EverLEEst(SangHyeon Lee) [Mon, 5 Jul 2021 06:19:27 +0000 (15:19 +0900)]
Revert "[Tizen] Add RemoveWidget() in WidgetViewManager"
This reverts commit
59a3b4aff6a367586fa12b95d1451f28b3c133d2.
Seoyeon Kim [Wed, 23 Jun 2021 07:35:10 +0000 (16:35 +0900)]
Update ATSPI code according to DALi coding rule
- Updated accessibility and bridge code, such as description or coding style.
- Changed 'Caret' to 'Cursor' for dali text style.
Change-Id: If80201acc0141011be03d5cf6d63815db745fb76
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Adeel Kazmi [Fri, 2 Jul 2021 16:41:32 +0000 (17:41 +0100)]
DALi Version 2.0.33
Change-Id: Ief19f6c00d152f5a2045ee3f1185a630039212ab
seungho [Fri, 25 Jun 2021 05:56:30 +0000 (14:56 +0900)]
Add processor-controller to support Processor on NUI
Change-Id: I49b322c47eea42405bf40ab2efa6409fd5795648
Signed-off-by: seungho <sbsh.baek@samsung.com>
huayong.xu [Tue, 22 Jun 2021 10:27:41 +0000 (18:27 +0800)]
Add APIs for showing/hiding context menu.
1) Remove APIs for customizing context menu and selecting some menu
item.
2) Rename some APIs in web context.
3) Fix crash when getting screenshot.
Change-Id: I8e89ea5c62607f608138d247335684a8fe960ab6
Wonsik Jung [Fri, 18 Jun 2021 07:28:00 +0000 (16:28 +0900)]
Supports some tizen window features.
Supports some tizne window features.
1. Window resized and moved by disply server.
Supports window is resized or moved by display server.
This APIs should be called in mouse down event.
After that, the window is moved or resized with mouse move event.
When mouse up event happens, the job will be finished.
2. floating window mode.
The floating mode is to support making partial size window easliy.
It is useful to make popup style window and this window is always upper than the other normal window.
In addition, it is easy to change between popup style and normal style window.
Change-Id: I57f931325d6418fe157bb5eab5842e6e561bf2c9
Wonsik Jung [Tue, 29 Jun 2021 07:58:24 +0000 (07:58 +0000)]
Merge "Supports IME window for Tizen keyboard application." into devel/master
Eunki, Hong [Mon, 28 Jun 2021 23:39:42 +0000 (08:39 +0900)]
Fix LoadImageFromBuffer API typo error
Change-Id: I33815e2dad652474b70333c35554fe61899a70cf
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Jaehyun Cho [Mon, 28 Jun 2021 10:41:17 +0000 (19:41 +0900)]
[Tizen] Add RemoveWidget() in WidgetViewManager
This reverts commit
f9bcd1d44d80205ca11ffba64a84ba7be8f99ad1.
Jaehyun Cho [Mon, 28 Jun 2021 10:41:05 +0000 (19:41 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I4d97ee6b4a686d49a5af9d097a3d178ce4b03e74
Jaehyun Cho [Mon, 28 Jun 2021 10:41:00 +0000 (19:41 +0900)]
Revert "[Tizen] Add RemoveWidget() in WidgetViewManager"
This reverts commit
1bd5be048fcb4a78ae687fa0c2a948ba628e0bd6.
Richard Huang [Fri, 25 Jun 2021 10:17:43 +0000 (11:17 +0100)]
DALi Version 2.0.32
Change-Id: I18c9ba0dd59109ecc121c1716aaafbac4da09648
huiyu.eun [Wed, 23 Jun 2021 08:20:29 +0000 (17:20 +0900)]
[Tizen] Add RemoveWidget() in WidgetViewManager
This reverts commit
ae6b792d7296f59ff7a116501ce4b56fa693286a.
Change-Id: If85bf07346b51f9c239289be7f7f1189c54c4e2f
huiyu.eun [Wed, 23 Jun 2021 08:20:11 +0000 (17:20 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: Ie8fd9bfafd48d68915730e6672caf2b97437081f
huiyu.eun [Wed, 23 Jun 2021 08:20:08 +0000 (17:20 +0900)]
Revert "[Tizen] Add AutofillContainer and bindings"
This reverts commit
23cf6b73b7555ae32d7e1af85db1445616c2dbf2.
huiyu.eun [Wed, 23 Jun 2021 08:20:06 +0000 (17:20 +0900)]
Revert "[Tizen] Add RemoveWidget() in WidgetViewManager"
This reverts commit
0fbb9e795cc2056ae1a44b097a7b4a29c63b89ec.
Wonsik Jung [Tue, 22 Jun 2021 08:26:00 +0000 (08:26 +0000)]
Merge "Fix wrong binding in window" into devel/master
Wonsik Jung [Mon, 21 Jun 2021 06:12:40 +0000 (15:12 +0900)]
Fix wrong binding in window
Fix wrong binding in window.
The function is related ot SetAvaiableOrientations.
Change-Id: I5b9ece5d7ebe2e2540ee21d89e5f742da13f7b70
seungho [Tue, 22 Jun 2021 00:47:31 +0000 (09:47 +0900)]
Add Rotate API in Rotation to rotate vector
Change-Id: Ie6fdc740ad8becff2bfdde70e2be6157fb8fd97b
Signed-off-by: seungho <sbsh.baek@samsung.com>
Adeel Kazmi [Fri, 18 Jun 2021 12:53:52 +0000 (12:53 +0000)]
Merge "Add Fade Transition" into devel/master
Adeel Kazmi [Fri, 18 Jun 2021 10:46:25 +0000 (10:46 +0000)]
Merge "DALi Version 2.0.31" into devel/master
David Steele [Fri, 18 Jun 2021 10:38:15 +0000 (11:38 +0100)]
DALi Version 2.0.31
Change-Id: I00c86cb5506d810aef6c1368191a90e28701ad8d
Wonsik Jung [Thu, 10 Jun 2021 22:27:52 +0000 (07:27 +0900)]
Supports IME window for Tizen keyboard application.
It is only for internal Tizen keyboard application.
To do that, default window should be initialized with wayland input surface
and one wayland API should be called pre rendering.
So, new APIs does not work for the other window and application.
Change-Id: I3edc32d98aaf2dc0fa968c92a44900c9b27c2ad6
Eunki, Hong [Wed, 2 Jun 2021 03:32:54 +0000 (12:32 +0900)]
Add api for load image from encoded buffer + fix some API type error
Add api ImageLoading::LoadImageFromBuffer(const Dali::Vector<uint8_t>&)
related patch : review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/259119/
+
fix some API type error (unsigned int --> bool)
Change-Id: Ibff1a1e127b6d2b17014c29bbb9c38322ad27489
joogab yun [Tue, 15 Jun 2021 05:35:30 +0000 (05:35 +0000)]
Merge "Add TOUCH_FOCUSABLE property" into devel/master
joogab yun [Tue, 15 Jun 2021 05:35:01 +0000 (05:35 +0000)]
Merge "Add gesture source type" into devel/master
Dongsug Song [Mon, 14 Jun 2021 09:13:10 +0000 (18:13 +0900)]
[Tizen] Add RemoveWidget() in WidgetViewManager
This reverts commit
e6f40e8bb811e9cd6c9c5ef39cf8b97e3f15d66f.
Change-Id: I7bf75a7ee0cdc35c26e0535cb03ea65ba9de5c1e
Dongsug Song [Mon, 14 Jun 2021 09:12:23 +0000 (18:12 +0900)]
[Tizen] Add AutofillContainer and bindings
This reverts commit
dbea35354e971a03204f24e83a0ac88a004cf4b3.
Change-Id: Ia7d3a86241ef79186c80def802db3d91391e1085
Dongsug Song [Mon, 14 Jun 2021 09:11:57 +0000 (18:11 +0900)]
Merge branch 'devel/master' into tizen
Dongsug Song [Mon, 14 Jun 2021 09:11:45 +0000 (18:11 +0900)]
Revert "[Tizen] Add AutofillContainer and bindings"
This reverts commit
f00fc4c5b30c5a92793d4610fc78113e4b2cf242.
Dongsug Song [Mon, 14 Jun 2021 09:11:42 +0000 (18:11 +0900)]
Revert "[Tizen] Adds transition effect"
This reverts commit
570c79cf82e06d4317691c9a05d578d977262943.
Dongsug Song [Mon, 14 Jun 2021 09:11:37 +0000 (18:11 +0900)]
Revert "[Tizen] Add RemoveWidget() in WidgetViewManager"
This reverts commit
749c2cabe7a49ae2a6cf9d5887e7bb1c01e154b0.
David Steele [Fri, 11 Jun 2021 10:46:02 +0000 (10:46 +0000)]
Merge "DALi Version 2.0.30" into devel/master
Seungho BAEK [Fri, 11 Jun 2021 10:36:43 +0000 (10:36 +0000)]
Merge "Adds transition effect" into devel/master
Adeel Kazmi [Fri, 11 Jun 2021 10:36:00 +0000 (11:36 +0100)]
DALi Version 2.0.30
Change-Id: I1d82bbd6700324461203df10f737b73b943db37b
Joogab Yun [Tue, 1 Jun 2021 02:01:15 +0000 (11:01 +0900)]
Add gesture source type
Change-Id: Ic5ed5136195e80c13ba10ec712abfee4616fdf12
Joogab Yun [Thu, 3 Jun 2021 06:43:24 +0000 (15:43 +0900)]
Add TOUCH_FOCUSABLE property
Change-Id: Ia825cbe48b45928c924346a16c5fa914403339cf
Seungho Baek [Fri, 4 Jun 2021 08:09:57 +0000 (17:09 +0900)]
Add Fade Transition
Change-Id: I7a246e2efa2ab1b9a9609acc67ccb544f8e39440
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
seungho [Fri, 26 Feb 2021 04:29:19 +0000 (13:29 +0900)]
Adds transition effect
Change-Id: I867389558fd4f68d2a8f03ff1fb4785fbda11383
Signed-off-by: seungho <sbsh.baek@samsung.com>
tscholb [Mon, 11 Jan 2021 00:35:14 +0000 (09:35 +0900)]
[Tizen] Add RemoveWidget() in WidgetViewManager
Change-Id: If671917e831c00545c7961f8bff6c696bd9d4344
Taehyub Kim [Tue, 8 Jun 2021 10:59:04 +0000 (19:59 +0900)]
[Tizen] Adds transition effect
This reverts commit
ee4bfd411df9555efe0d6e611fadd48bef6fea81.
Taehyub Kim [Tue, 8 Jun 2021 10:58:14 +0000 (19:58 +0900)]
[Tizen] Add AutofillContainer and bindings
This reverts commit
16bc3bf8d946d1239afe9e06a9ccfad418989699.
Taehyub Kim [Tue, 8 Jun 2021 10:57:49 +0000 (19:57 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I5a52570af9973c5b190fa9ca97e78e6acc832ed7
Artur Świgoń [Thu, 27 May 2021 14:39:36 +0000 (16:39 +0200)]
[AT-SPI] Add Selection interface
Change-Id: Idc9f2638877c247f895534962f95b40f3258039a
Artur Świgoń [Mon, 22 Mar 2021 16:10:57 +0000 (17:10 +0100)]
[AT-SPI] Bindings for AccessibleImpl::ScrollToChild()
Change-Id: If67e17c160e21022c1d95561c17c5c6f28e4012b
junsu choi [Tue, 8 Jun 2021 01:44:17 +0000 (01:44 +0000)]
Merge "Add CanvasRenderer::DrawableGroup binder" into devel/master
Adam Bialogonski [Fri, 4 Jun 2021 08:57:12 +0000 (09:57 +0100)]
DALi Version 2.0.29
Change-Id: I907c5b684eb0bb871aff264a4aa56343ba51b35a
Seoyeon Kim [Wed, 2 Jun 2021 03:28:11 +0000 (03:28 +0000)]
Merge "[AT-SPI] Change the type of GesturePair Set/Get binding" into devel/master
Seoyeon Kim [Mon, 31 May 2021 01:19:35 +0000 (10:19 +0900)]
[AT-SPI] Change the type of GesturePair Set/Get binding
- The second value of GesturePair should be bool type, just same as dali.
Changed the type and its binding.
Change-Id: I643d3eb492a1de0a86e6cdce0eaf9857b9c71b60
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Tue, 1 Jun 2021 09:35:49 +0000 (09:35 +0000)]
Merge "[AT-SPI] Add SetTextContents, InsertText and DeleteText" into devel/master
Shinwoo Kim [Tue, 1 Jun 2021 03:32:40 +0000 (12:32 +0900)]
Revert "[Tizen] Add AutofillContainer and bindings"
This reverts commit
31cc175f852ae8a773458bad34f9dd270b9f8f63.
Shinwoo Kim [Tue, 1 Jun 2021 03:32:28 +0000 (12:32 +0900)]
Revert "[Tizen] Adds transition effect"
This reverts commit
48da7bd949e1e0bf67b9a757732d3b51da4f1290.
Shinwoo Kim [Tue, 1 Jun 2021 03:32:09 +0000 (12:32 +0900)]
Revert "[Tizen] Rename policy decision and fix favicon issue."
This reverts commit
bdd54101fa431aa1615a5002ec6e0e1e3f5d303b.
Shinwoo Kim [Tue, 1 Jun 2021 03:31:49 +0000 (12:31 +0900)]
Revert "[Tizen] Add ENABLE_GRAB_HANDLE, ENABLE_GRAB_HANDLE_POPUP to TextEditor"
This reverts commit
5be45c14efd01e8e3bdfa40bc12f84f47846f6ab.
Shinwoo Kim [Tue, 1 Jun 2021 03:31:37 +0000 (12:31 +0900)]
Revert "[Tizen] Window operations return detail result"
This reverts commit
0208cf03d25c7f0cae47aa1672701b4962fdb21d.
Shinwoo Kim [Tue, 1 Jun 2021 03:31:27 +0000 (12:31 +0900)]
Revert "[Tizen][AT-SPI] Bindings for Bridge::{Enable,Disable}AutoInit() and etc."
This reverts commit
208bb5d7c61c62179d4275fe1a660fe116aff68f.
Bowon Ryu [Tue, 1 Jun 2021 03:15:27 +0000 (03:15 +0000)]
Merge "Add InputMethodSettings property to TextEditor." into devel/master
joogab yun [Tue, 1 Jun 2021 03:09:06 +0000 (03:09 +0000)]
Merge "Add Gesture Propagation" into devel/master
Artur Świgoń [Tue, 25 May 2021 14:51:00 +0000 (16:51 +0200)]
[AT-SPI] Remove ACCESSIBILITY_ANIMATED property
This property was used to control automatic emission of the
BoundsChanged event. However, we no longer emit this event, so this
property serves no purpose.
Change-Id: I831ef3abeaa28ad6fc1f374f0c3a9ffef0417488
Joogab Yun [Thu, 13 May 2021 02:11:52 +0000 (11:11 +0900)]
Add Gesture Propagation
Change-Id: Ibc44cefed0a5b09b61b7702c09dc16cd7df8e2df
Adeel Kazmi [Fri, 28 May 2021 10:13:23 +0000 (10:13 +0000)]
Merge "DALi Version 2.0.28" into devel/master
Richard Huang [Fri, 28 May 2021 09:51:27 +0000 (10:51 +0100)]
DALi Version 2.0.28
Change-Id: Ieb0d15a6956e720466907d265757b7d6da116a20
Bartlomiej Grzelewski [Thu, 15 Apr 2021 13:29:32 +0000 (15:29 +0200)]
[AT-SPI] Add SetTextContents, InsertText and DeleteText
Change-Id: Ie73850c67ea536a7041be2876a1dbc5e57e432d7
Bartlomiej Grzelewski [Fri, 23 Apr 2021 13:08:20 +0000 (15:08 +0200)]
[Tizen][AT-SPI] Bindings for Bridge::{Enable,Disable}AutoInit() and etc.
This includes followings
[ATSPI] Fix StringToVoid::GetResult function
[AT-SPI] Remove deprecated ReadingInfoTypes bindings
[NUI][AT-SPI] Simplify implementation of States
[AT-SPI] Add Dali::AtspiAccessibility::SuppressScreenReader()
[AT-SPI] Bindings for Bridge::{Enable,Disable}AutoInit()
Change-Id: I64f36171a02e770934a93c8a0f601d3ec16f1d90
Jiyun Yang [Wed, 12 May 2021 06:43:25 +0000 (15:43 +0900)]
[Tizen] Window operations return detail result
Change-Id: I254d3aec55904ea4eb1d132595cce416c753bac0
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Seungho Baek [Wed, 26 May 2021 13:47:25 +0000 (22:47 +0900)]
Add GetCapturedBuffer api in Capture
Change-Id: I391c3ad33528836b606af921354ae22921731cce
Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
Bowon Ryu [Mon, 17 May 2021 03:59:31 +0000 (12:59 +0900)]
[Tizen] Add ENABLE_GRAB_HANDLE, ENABLE_GRAB_HANDLE_POPUP to TextEditor
Change-Id: I1ca80389450d9789387f14ab88c7be1987220763
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
junsu choi [Tue, 25 May 2021 01:43:06 +0000 (01:43 +0000)]
Merge "Add CanvasRenderer::Drawable::GetBoundingBox() api binder" into devel/master
Bowon Ryu [Fri, 21 May 2021 09:54:18 +0000 (18:54 +0900)]
Add InputMethodSettings property to TextEditor.
Change-Id: I7a0b9644063c84147cffc940e94b089fb3b5a967
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Bowon Ryu [Mon, 24 May 2021 10:32:17 +0000 (10:32 +0000)]
Merge "Add ENABLE_GRAB_HANDLE, ENABLE_GRAB_HANDLE_POPUP to TextEditor" into devel/master
David Steele [Fri, 21 May 2021 09:18:01 +0000 (10:18 +0100)]
DALi Version 2.0.27
Change-Id: I77f3f21063bdd7ad457bce4c512f1e66a52d9da3
Bowon Ryu [Mon, 17 May 2021 03:59:31 +0000 (12:59 +0900)]
Add ENABLE_GRAB_HANDLE, ENABLE_GRAB_HANDLE_POPUP to TextEditor
Change-Id: I1ca80389450d9789387f14ab88c7be1987220763
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Adeel Kazmi [Fri, 14 May 2021 11:51:40 +0000 (11:51 +0000)]
Merge "[AT-SPI] Bindings for Bridge::{Enable,Disable}AutoInit()" into devel/master
Adam Bialogonski [Fri, 14 May 2021 10:21:23 +0000 (11:21 +0100)]
DALi Version 2.0.26
Change-Id: Ia95057f79cbbc6adc41c64f57759fd3dfc56871a
Artur Świgoń [Tue, 27 Apr 2021 08:54:01 +0000 (10:54 +0200)]
[AT-SPI] Bindings for Bridge::{Enable,Disable}AutoInit()
Change-Id: I2628f15bcf6cb0c157d8df705c3fb6a83c8ef549
JIYUN YANG [Thu, 13 May 2021 08:35:58 +0000 (08:35 +0000)]
Merge "[Tizen] Rename policy decision and fix favicon issue." into tizen
huayong.xu [Fri, 30 Apr 2021 07:44:49 +0000 (15:44 +0800)]
[Tizen] Rename policy decision and fix favicon issue.
Change-Id: I0f2bfb141d909740e37b43715a0b8568120b928b
huayong.xu [Fri, 30 Apr 2021 07:44:49 +0000 (15:44 +0800)]
[Tizen] Rename policy decision and fix favicon issue.
Change-Id: Ib2fe43eb72c1531b683265cf9245a3a663cecb6d
Jiyun Yang [Wed, 12 May 2021 06:43:25 +0000 (15:43 +0900)]
Window operations return detail result
Change-Id: I254d3aec55904ea4eb1d132595cce416c753bac0
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Adeel Kazmi [Tue, 11 May 2021 09:59:30 +0000 (09:59 +0000)]
Merge "Fix crash issue when favicon is null." into devel/master
huayong.xu [Fri, 7 May 2021 11:23:43 +0000 (19:23 +0800)]
Fix crash issue when favicon is null.
When favicon of web page is null, it would cause crash.
This patch is to add a check if pixel data is null or not.
Change-Id: Ic00958c21e15a3d986e9253c9d26da90446ca926
Adeel Kazmi [Fri, 7 May 2021 10:34:40 +0000 (11:34 +0100)]
DALi Version 2.0.25
Change-Id: I1a1825739539dc0b27d633609ada9d82bc47e1cb
JIYUN YANG [Thu, 6 May 2021 06:48:54 +0000 (06:48 +0000)]
Merge "Rename functions, variables, etc related to policy decision." into devel/master
JunsuChoi [Tue, 4 May 2021 07:56:54 +0000 (16:56 +0900)]
Add CanvasRenderer::Drawable::GetBoundingBox() api binder
Change-Id: I2d288ea0ed8deb392d3ad1f583f7ffa226212cbd