platform/core/uifw/dali-adaptor.git
2 years ago[Tizen] Add API for setting resource destruction callback 97/262897/5 accepted/tizen/6.0/unified/20210908.124509 submit/tizen_6.0/20210908.054804
sunghyun kim [Thu, 19 Aug 2021 13:33:55 +0000 (22:33 +0900)]
[Tizen] Add API for setting resource destruction callback

Add api for setting resource destruction callback.
this callback will be called when NativeImageSource is desroyed its resource

Change-Id: Ib97573c648105b12bf38f601ace89a5b0fc54608

2 years ago[Tizen] Implement WebEngine::GetPlainTextAsynchronously 27/261927/1
Jiyun Yang [Thu, 22 Jul 2021 13:06:09 +0000 (22:06 +0900)]
[Tizen] Implement WebEngine::GetPlainTextAsynchronously

Change-Id: Id85c001698789c9ac9e9f444ebdca3f067df7af6
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
2 years ago[Tizen] Add GetBrightness() 25/261725/2
Joogab Yun [Tue, 29 Jun 2021 06:55:23 +0000 (15:55 +0900)]
[Tizen] Add GetBrightness()

Get the brightness value of the buffer.

Change-Id: I3b95ff0d786cfb3a60a10aeca994079504edfea8

2 years ago[Tizen] Ensure to update full region until rotation is finished 17/260817/1
Heeyong Song [Mon, 5 Jul 2021 07:33:39 +0000 (16:33 +0900)]
[Tizen] Ensure to update full region until rotation is finished

Change-Id: I1eaeae58ecd3cbb18708d9f40831f69db0a22ee1

2 years ago[Tizen] Return captured results with PixelBuffer 15/260215/3
seungho [Tue, 22 Jun 2021 06:17:36 +0000 (15:17 +0900)]
[Tizen] Return captured results with PixelBuffer

 - Returns buffer of captured result
 - To return pixelBuffer help to control captured image like crop or picking color

Change-Id: Id11a3f98cc67feca4b1d55b6e1945a6431e8c1a1
Signed-off-by: seungho <sbsh.baek@samsung.com>
2 years ago[Tizen] Fix build errors on Ubuntu 74/258374/1 accepted/tizen/6.0/unified/20210517.132239 submit/tizen_6.0/20210517.063916
Heeyong Song [Fri, 14 May 2021 07:50:53 +0000 (16:50 +0900)]
[Tizen] Fix build errors on Ubuntu

Change-Id: I5e0aff277ff7a77706e783e94a3dc82fc8a92b54

2 years ago[Tizen] Save and send the position of the focused actor 11/258311/3
Seoyeon Kim [Thu, 13 May 2021 08:38:14 +0000 (17:38 +0900)]
[Tizen] Save and send the position of the focused actor

- Sends the current position of the focused actor to dbus.
- Even though user's finger presses a place other than the focused position,
 the behavior of accessibility has to work well.
 e.g. double tap and hold gesture

Change-Id: I6e992775cfc5ccbdae0fa31b43a6a1e087fed82a
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
2 years ago[Tizen]Reduce cyclomatic complexity of gif loader 53/257353/1 accepted/tizen/6.0/unified/20210423.074738 submit/tizen_6.0/20210423.040932
David Steele [Thu, 26 Nov 2020 16:34:41 +0000 (16:34 +0000)]
[Tizen]Reduce cyclomatic complexity of gif loader

Change-Id: I5ad7cf0c589f43c366bb300e2e6398f10012edb5

2 years agoModify ecore_wl2_window_geometry_set() with window rotation angle 05/257305/1 accepted/tizen/6.0/unified/20210422.132218 submit/tizen_6.0/20210422.101220
Wonsik Jung [Thu, 22 Apr 2021 07:54:31 +0000 (16:54 +0900)]
Modify ecore_wl2_window_geometry_set() with window rotation angle

Ecore-wl2 window should have the original window size and send rotation event with swapped size.
When window Hide() -> Show(), Show() function has the ecore_wl2_window_geomerty_set().
This function should be called to consider window rotation angle.

It is the back porting from the latest Tizen to fix rotation issue

Change-Id: Icea09d8fc55d25c3f7411a4266aedde3119c7d3a

3 years ago[Tizen] Make possible to capture on the old driver devices. 78/255778/5 accepted/tizen/6.0/unified/20210324.210342 submit/tizen_6.0/20210324.154322
seungho [Tue, 23 Mar 2021 12:26:29 +0000 (21:26 +0900)]
[Tizen] Make possible to capture on the old driver devices.

Change-Id: I1fd531d08b62ebe049c3219a68d0e78f323b7eb4
Signed-off-by: seungho <sbsh.baek@samsung.com>
3 years ago[Tizen] Showing window after adaptor is initialized 34/254934/4 accepted/tizen/6.0/unified/20210312.104416 submit/tizen_6.0/20210311.071546 submit/tizen_6.0/20210312.021659
huiyu.eun [Thu, 11 Mar 2021 00:29:28 +0000 (09:29 +0900)]
[Tizen] Showing window after adaptor is initialized

The Preinitialization creates a window in advance.
If you call the 'Show' before creating the adaptor, the application cannot know the app resource id.
The show must be called after the adaptor is initialized.

Change-Id: I37f81df09642ab19d1f04995236b01f6e5d225c4
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years ago[Tizen] Update position & size of web engine. 85/252885/1 accepted/tizen/6.0/unified/20210205.032617 submit/tizen_6.0/20210204.105950
huayong.xu [Mon, 9 Nov 2020 10:06:59 +0000 (18:06 +0800)]
[Tizen] Update position & size of web engine.

Originally position of web engine is not updated when position of
web view is changed.
This patch is to update position & size of web engine.

Change-Id: I7ec0a70a12a4ce19c3d4ddec54f127415f13c40e

3 years ago[Tizen] Add GetOriginalImageSize() considering rotation 92/252492/7 accepted/tizen/6.0/unified/20210129.124047 submit/tizen_6.0/20210129.175201
Sunghyun Kim [Fri, 29 Jan 2021 01:47:22 +0000 (10:47 +0900)]
[Tizen] Add GetOriginalImageSize() considering rotation

Change-Id: I4459c44e15a06ca1d585b8493ad569741db5f055

3 years ago[Tizen] Implement some new ewk apis in web engine. 04/252304/1
huayong.xu [Wed, 2 Dec 2020 09:56:19 +0000 (17:56 +0800)]
[Tizen] Implement some new ewk apis in web engine.

* BackForwardList, Context, CookieManager, Settings.
* Create, GetTitle, GetFavicon.

Change-Id: I015e667ba674d9e4037480cf43dac84d7a6f67c3

3 years agoMerge "[Tizen] Disable PreRotation function" into tizen_6.0
Wonsik Jung [Thu, 21 Jan 2021 07:38:02 +0000 (07:38 +0000)]
Merge "[Tizen] Disable PreRotation function" into tizen_6.0

3 years ago[Tizen] Disable PreRotation function 10/251910/1
Wonsik Jung [Thu, 21 Jan 2021 00:43:32 +0000 (09:43 +0900)]
[Tizen] Disable PreRotation function

Disable prerotation function for screen rotation.
Because screen rotation works before wl-egl-window is created and prerotation needs the wl-egl-window.
In addition, prerotaiton does not work in tizen commercial product.

Change-Id: I363870c53c1bacec85b746c19cb4e4545ef61a88

3 years ago[Tizen] Support scroll in web engine. 60/251660/1
huayong.xu [Tue, 5 Jan 2021 07:00:51 +0000 (15:00 +0800)]
[Tizen] Support scroll in web engine.

Some APIs related to scroll are supported.

Change-Id: Ie97364cf57bd40d7a5a855387a188c2e23f7f074

3 years ago[Tizen] Set focus for web engine. 44/250944/1 accepted/tizen/6.0/unified/20210114.121916 submit/tizen_6.0/20210114.052723
huayong.xu [Thu, 12 Nov 2020 06:12:01 +0000 (14:12 +0800)]
[Tizen] Set focus for web engine.

When focus of web engine is gained, focus is transfered to web engine
plugin.

Change-Id: I945b93ae802b6aca5f8fc3e1995a5af27023bdfc

3 years ago[Tizen] Make AccessibilityInfo to member variable 85/249985/2 accepted/tizen/6.0/unified/20201218.134803 submit/tizen_6.0/20201218.070905
Seoyeon Kim [Fri, 18 Dec 2020 06:28:23 +0000 (15:28 +0900)]
[Tizen] Make AccessibilityInfo to member variable

- Currently, AccessibilityInfo gets values as a local variable.
 So, the values is sent with a garbage value.
- To solve this problem, move AccessibilityInfo to member variable.

Change-Id: I626bfbdf034474869d98f43c0b2567e9ec348744
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[Tizen] Add a flag to check whether it is forced to enable 16/249416/2 accepted/tizen/6.0/unified/20201213.214019 submit/tizen_6.0/20201211.074400
Seoyeon Kim [Fri, 11 Dec 2020 07:27:24 +0000 (16:27 +0900)]
[Tizen] Add a flag to check whether it is forced to enable

- If an application controls Accessibility status by itself,
 dali does not have to control Accessibility enabled.
- Check the state of global accessibility.
- Enable Accessibility when only AllApps shows and the app is itself.

Change-Id: Ic7f1a94ed13134ee9e17bb7275501d8678b3b8cf

3 years agoRevert "[Tizen] Add a flag to check whether it is forced to enable" 34/249334/1 accepted/tizen/6.0/unified/20201210.223944 submit/tizen_6.0/20201210.091119
Seoyeon Kim [Thu, 10 Dec 2020 07:35:05 +0000 (16:35 +0900)]
Revert "[Tizen] Add a flag to check whether it is forced to enable"

This reverts commit 5489404df5520ee738922e8d225f9f82a198fe5e.

Change-Id: I5bcb4ba25710da99b3c46fe2b60fe51d4a60808a

3 years ago[Tizen] Add a flag to check whether it is forced to enable 98/249198/2 accepted/tizen/6.0/unified/20201209.102052 submit/tizen_6.0/20201208.132335
Seoyeon Kim [Tue, 8 Dec 2020 12:16:39 +0000 (21:16 +0900)]
[Tizen] Add a flag to check whether it is forced to enable

- If an application controls Accessibility status by itself,
 dali does not have to control Accessibility enabled.

Change-Id: Id47f266dc5bb8f4ce507f6f306abc6eb0e1468a2
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[Tizen] Disable Accessibility when either quickpanel or app shows 91/249091/1 accepted/tizen/6.0/unified/20201208.101303 submit/tizen_6.0/20201207.072202
Seoyeon Kim [Mon, 7 Dec 2020 05:02:11 +0000 (14:02 +0900)]
[Tizen] Disable Accessibility when either quickpanel or app shows

- If either QuickPanel or AllApps is shown,
 then accessibility of all dali apps would be disabled.

Change-Id: Ib1930d2ab117cbc28c92b2acc1fe7ddfbce50e0f
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[Tizen] Add QuickPanel changed signal in WindowBase 27/248927/2 accepted/tizen/6.0/unified/20201204.072118 submit/tizen_6.0/20201203.115757
Seoyeon Kim [Thu, 3 Dec 2020 08:40:50 +0000 (17:40 +0900)]
[Tizen] Add QuickPanel changed signal in WindowBase

- Added QuickPanelSignal to check QuickPanel changed or not.
- For example,
  If Quickpanel is shown, dali accessibility should be disabled.
  If All Apps application is shown, dali accessibility should be enabled.

Change-Id: I35246c883416b7990a19179c6c711702a9af0607
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[Tizen] Add lock for image loading 78/248578/3 accepted/tizen/6.0/unified/20201202.212218 submit/tizen_6.0/20201201.081346
Sunghyun Kim [Tue, 17 Nov 2020 02:49:24 +0000 (11:49 +0900)]
[Tizen] Add lock for image loading

loading image have to thread-safe.
for this, i added lock to gif and webp

Change-Id: I2f0921535fc944919916d2ac5e2768e9256c8692

3 years ago[Tizen] Make EnableAccessibility API public 15/248415/1 accepted/tizen/6.0/unified/20201128.020335 submit/tizen_6.0/20201127.133124 submit/tizen_6.0/20201127.164604
Seoyeon Kim [Thu, 26 Nov 2020 07:34:02 +0000 (16:34 +0900)]
[Tizen] Make EnableAccessibility API public

- Added AccessibilityAdaptor::EnableAccessibility() as devel API

Change-Id: I98bb35e65a3c860b79fc9847d4d627bf8bb9e917
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[Tizen] Change log function for frame rendered callback 67/247867/1
Heeyong Song [Mon, 16 Nov 2020 06:09:32 +0000 (15:09 +0900)]
[Tizen] Change log function for frame rendered callback

Change-Id: I648d082928b5efd51c925c896a0da3260f3ada0d

3 years ago[Tizen] Fix pixel format bug in pixel manipulation 85/247585/1 accepted/tizen/6.0/unified/20201118.045545 submit/tizen_6.0/20201116.091749
Heeyong Song [Thu, 12 Nov 2020 07:19:38 +0000 (16:19 +0900)]
[Tizen] Fix pixel format bug in pixel manipulation

LUMINANCE should be first in LUMINANCE_ALPHA_CHANNELS format.

Change-Id: Ia9bef6173f24a54d7fc8140381affa5a342e3e1e

3 years ago[Tizen] Apply screen rotation to create window accepted/tizen/6.0/unified/20201111.064920 accepted/tizen/unified/20201110.230611 submit/tizen/20201110.094917 submit/tizen_6.0/20201110.110443 submit/tizen_6.0/20201110.230218 submit/tizen_6.0/20201110.230946
Wonsik Jung [Tue, 10 Nov 2020 06:40:03 +0000 (15:40 +0900)]
[Tizen] Apply screen rotation to create window

This reverts commit 7818fc608d74c23232872567f0076045cde4973a.

3 years ago[Tizen] Sync for libds
Wonsik Jung [Tue, 10 Nov 2020 06:39:42 +0000 (15:39 +0900)]
[Tizen] Sync for libds

This reverts commit 5c5879c55783f80769ee5aaf0d9841a66ef8a0bd.

3 years ago[Tizen] Add screen and client rotation itself function
Wonsik Jung [Tue, 10 Nov 2020 06:39:21 +0000 (15:39 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit d8641796cd8d5ed7fb17bfa517e66f38ace3ff09.

3 years ago[Tizen] Add DALi Autofill implementation
Wonsik Jung [Tue, 10 Nov 2020 06:38:58 +0000 (15:38 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit c03ad82c28a6075515199982972acf98d3bedb63.

3 years agoMerge branch 'devel/master' into tizen
Wonsik Jung [Tue, 10 Nov 2020 06:38:50 +0000 (15:38 +0900)]
Merge branch 'devel/master' into tizen

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
Wonsik Jung [Tue, 10 Nov 2020 06:38:34 +0000 (15:38 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 25bbb2c680977e625a36edfda6a0c7164711bd41.

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
Wonsik Jung [Tue, 10 Nov 2020 06:38:31 +0000 (15:38 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit bbe28a40f7970715cf707511b5749f193b698f74.

3 years agoRevert "[Tizen] Sync for libds"
Wonsik Jung [Tue, 10 Nov 2020 06:38:28 +0000 (15:38 +0900)]
Revert "[Tizen] Sync for libds"

This reverts commit aad97527cf64710ef4e848c8d39ade0455ac9890.

3 years agoRevert "[Tizen] Apply screen rotation to create window"
Wonsik Jung [Tue, 10 Nov 2020 06:38:26 +0000 (15:38 +0900)]
Revert "[Tizen] Apply screen rotation to create window"

This reverts commit 719a4b6d14948286a633f1d23cbd4c1d93a7c407.

3 years agoDALi Version 1.9.36 30/246530/1 dali_1.9.36
David Steele [Fri, 30 Oct 2020 14:33:31 +0000 (14:33 +0000)]
DALi Version 1.9.36

Change-Id: I70b0e6460b7dc207f23266cc5d3ff6d51e29552a

3 years agoRevert "Fix GlWindow when destroyed"
Daekwang Ryu [Thu, 29 Oct 2020 10:15:41 +0000 (19:15 +0900)]
Revert "Fix GlWindow when destroyed"

This reverts commit b577ef4d0a47c1a1fcd9528f9dcb8b0757140fcc.

3 years agoFix GlWindow when destroyed 84/246384/2
Daekwang Ryu [Wed, 28 Oct 2020 06:27:59 +0000 (15:27 +0900)]
Fix GlWindow when destroyed

GlWindow created a EglGraphics.
When GlWindow was destroyed, the EglGraphics called eglTerminate().
It caused destroying all egl resources.
GlWindow uses EglGraphics of Adaptor.

Change-Id: I78e0ea977d4d795e3dbb001e4214802d32282808

3 years ago[Tizen] Apply screen rotation to create window accepted/tizen/unified/20201103.123404 submit/tizen/20201030.020452 submit/tizen/20201030.161430
seungho [Wed, 28 Oct 2020 12:26:01 +0000 (21:26 +0900)]
[Tizen] Apply screen rotation to create window

This reverts commit 9ccceef6accc064fd28c175ce9c5909345cf4186.

Change-Id: I80d73305ea7c630fb6a5ab556cb00784bc28950f

3 years ago[Tizen] Sync for libds
seungho [Wed, 28 Oct 2020 12:25:47 +0000 (21:25 +0900)]
[Tizen] Sync for libds

This reverts commit 5f52b17dc045f04afea28b741b438c1a58e2bf0a.

Change-Id: Id93b4ff458ec987a4a1cd5092e8c51dbb103734d

3 years ago[Tizen] Add screen and client rotation itself function
seungho [Wed, 28 Oct 2020 12:25:33 +0000 (21:25 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit c9e4df0de94bfcf814fa4725a0e1b3503a4e1999.

Change-Id: I15c4f4676e2f6e5bde10a06d1fa8e4428e8240ff

3 years ago[Tizen] Add DALi Autofill implementation
seungho [Wed, 28 Oct 2020 12:25:19 +0000 (21:25 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit 753d3faddaa2db75ba9f46e9f4cb6ab3129f1662.

Change-Id: I0abb77fc170259ca225416dbdd4404fe219ded96

3 years agoMerge branch 'devel/master' into tizen
seungho [Wed, 28 Oct 2020 12:25:13 +0000 (21:25 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I1407f4128695558fd76e930e13d310dc3f583222

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
seungho [Wed, 28 Oct 2020 12:25:06 +0000 (21:25 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 635e1fdd292da4711173858dea1ef17c1d24ef24.

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
seungho [Wed, 28 Oct 2020 12:25:03 +0000 (21:25 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit aa19ec5a3944989bb2eed21eb6c316775cafd38a.

3 years agoRevert "[Tizen] Sync for libds"
seungho [Wed, 28 Oct 2020 12:25:02 +0000 (21:25 +0900)]
Revert "[Tizen] Sync for libds"

This reverts commit 3fc35c7403614a804536a41c80ece27de8398081.

3 years agoRevert "[Tizen] Apply screen rotation to create window"
seungho [Wed, 28 Oct 2020 12:24:56 +0000 (21:24 +0900)]
Revert "[Tizen] Apply screen rotation to create window"

This reverts commit 22f250216e3d70e28db2aa59fef683e5d027594c.

3 years agoUpdated patch-coverage.pl script 25/246125/1
David Steele [Fri, 23 Oct 2020 14:34:44 +0000 (15:34 +0100)]
Updated patch-coverage.pl script

Change-Id: If0fba483209b65be565ca51188da2da75dd931c7

3 years agoDALi Version 1.9.35 04/246104/1 dali_1.9.35
adam.b [Fri, 23 Oct 2020 10:45:07 +0000 (11:45 +0100)]
DALi Version 1.9.35

Change-Id: I018d8d3a992b9c3c1baf18b37b6a14fbe8bdde9d

3 years agoUpdated patch-coverage script 46/246046/1
David Steele [Thu, 22 Oct 2020 17:04:06 +0000 (18:04 +0100)]
Updated patch-coverage script

Change-Id: Ia0be18e97a46aafffb85b786e77dea00d60969bd

3 years agoMerge "Reduced Cyclomatic Complexity of pixel-manipulation functions" into devel...
Adeel Kazmi [Wed, 21 Oct 2020 20:53:40 +0000 (20:53 +0000)]
Merge "Reduced Cyclomatic Complexity of pixel-manipulation functions" into devel/master

3 years agoReduced Cyclomatic Complexity of pixel-manipulation functions 89/245789/4
Adeel Kazmi [Thu, 15 Oct 2020 20:41:52 +0000 (21:41 +0100)]
Reduced Cyclomatic Complexity of pixel-manipulation functions

Change-Id: Ic2ed1ecdc18a85240aebab45068e2c01e1764cf5

3 years agoMerge "Use separated semaphore in CombinedUpdateRenderController" into devel/master
Heeyong Song [Tue, 20 Oct 2020 09:16:07 +0000 (09:16 +0000)]
Merge "Use separated semaphore in CombinedUpdateRenderController" into devel/master

3 years agoDALi Version 1.9.34 37/245837/1 dali_1.9.34
Richard Huang [Fri, 16 Oct 2020 10:31:11 +0000 (11:31 +0100)]
DALi Version 1.9.34

Change-Id: Ic34b5854f2398178c88f66263ebffd725b0563b0

3 years agoUse separated semaphore in CombinedUpdateRenderController 27/245827/1
Heeyong Song [Fri, 16 Oct 2020 07:38:10 +0000 (16:38 +0900)]
Use separated semaphore in CombinedUpdateRenderController

Change-Id: I2f611e1e62b9c3b69949c25fc25d41f241e6a67b

3 years agoFix doxygen comments 86/245586/1
Adeel Kazmi [Mon, 12 Oct 2020 19:47:12 +0000 (20:47 +0100)]
Fix doxygen comments

Change-Id: I7bdcff9d299c040596de66aea7d3cb1a592a09ef

3 years agoDALi Version 1.9.33 64/245464/1 dali_1.9.33
György Straub [Fri, 9 Oct 2020 13:05:56 +0000 (14:05 +0100)]
DALi Version 1.9.33

Change-Id: I087cde0d2455554f2c897682fc267c85c5bcf1af

3 years agoRefactor VectorImageRenderer 26/244726/7
Heeyong Song [Wed, 23 Sep 2020 15:01:55 +0000 (00:01 +0900)]
Refactor VectorImageRenderer

Change-Id: I92a3f759d00f904c7594f94a33176f7e633b13b1

3 years ago[Tizen] Apply screen rotation to create window accepted/tizen/6.0/unified/20201030.113443 accepted/tizen/6.0/unified/hotfix/20201103.001342 accepted/tizen/unified/20201007.090642 submit/tizen/20201006.153948 submit/tizen_6.0/20201029.205105 submit/tizen_6.0_hotfix/20201102.192505 submit/tizen_6.0_hotfix/20201103.114805 tizen_6.0.m2_release
Daekwang Ryu [Tue, 6 Oct 2020 03:55:38 +0000 (12:55 +0900)]
[Tizen] Apply screen rotation to create window

This reverts commit f0d2ed9b8967314b9c39b4f6b88d0e544202c543.

Change-Id: Ib01e232d3b9186e9956a4537b4e1b42c388f6fa6

3 years ago[Tizen] Sync for libds
Daekwang Ryu [Tue, 6 Oct 2020 03:55:26 +0000 (12:55 +0900)]
[Tizen] Sync for libds

This reverts commit 5c51f9311780b763a63cb33526c2fec71809ada0.

Change-Id: Ia3928d7bd92f63af5a232ba34d234024c81c1a02

3 years ago[Tizen] Add screen and client rotation itself function
Daekwang Ryu [Tue, 6 Oct 2020 03:51:48 +0000 (12:51 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit 2c4663c7932a6f59cd99f08289185a2b0100e2eb.

Change-Id: I9ff22d632c48da8f7738f12e15b8f65de423947c

3 years ago[Tizen] Add DALi Autofill implementation
Daekwang Ryu [Tue, 6 Oct 2020 03:51:44 +0000 (12:51 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit 8f10933048de2edce9a422ca9bfdcfbabf16a87c.

Change-Id: Ibc91d29c356174f63bcff08b1a7c5458614c5684

3 years agoMerge branch 'devel/master' into tizen
Daekwang Ryu [Tue, 6 Oct 2020 03:51:37 +0000 (12:51 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I5a0925527f367ae3c19da0d5b6a09edc91df1a62

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
Daekwang Ryu [Tue, 6 Oct 2020 03:51:31 +0000 (12:51 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit ecc81029f3f3da9228f459fbbbe8db0f0b807802.

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
Daekwang Ryu [Tue, 6 Oct 2020 03:51:27 +0000 (12:51 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit fe649671feabf0fd2f09fdfab62e3b2bf52f89ff.

3 years agoRevert "[Tizen] Add OffscreenApplication"
Daekwang Ryu [Tue, 6 Oct 2020 03:51:24 +0000 (12:51 +0900)]
Revert "[Tizen] Add OffscreenApplication"

This reverts commit 9c567aa9ea2355d234d178cf84b6206668bc4495.

3 years agoRevert "[Tizen] Sync for libds"
Daekwang Ryu [Tue, 6 Oct 2020 03:51:22 +0000 (12:51 +0900)]
Revert "[Tizen] Sync for libds"

This reverts commit cdaf20d7d28fc47b94546c901765c2356f36a582.

3 years agoRevert "[Tizen] Apply screen rotation to create window"
Daekwang Ryu [Tue, 6 Oct 2020 03:51:19 +0000 (12:51 +0900)]
Revert "[Tizen] Apply screen rotation to create window"

This reverts commit 8e8c805266bd6817ce0c86fe10a6e4ba93f8127f.

3 years agoMerge "Add uint8_t type ReadFile method" into devel/master
Heeyong Song [Sun, 4 Oct 2020 23:55:27 +0000 (23:55 +0000)]
Merge "Add uint8_t type ReadFile method" into devel/master

3 years agoDALi Version 1.9.32 11/245111/1 dali_1.9.32
Cheng-Shiun Tsai [Fri, 2 Oct 2020 09:46:37 +0000 (10:46 +0100)]
DALi Version 1.9.32

Change-Id: I6b304ce322441137e263a696c9ec05a370211777

3 years agocheck EGL_KHR_partial_update and EGL_KHR_swap_buffers_with_damage for partial rendering 19/244419/3
Joogab Yun [Wed, 16 Sep 2020 03:01:33 +0000 (12:01 +0900)]
check EGL_KHR_partial_update and EGL_KHR_swap_buffers_with_damage for partial rendering

Change-Id: I296740afc72c6f54352cf39c3eca8d08f57f2a79

3 years agoMerge "(Environment Options) Reduce cyclomatic complexity of ParseEnvironmentOptions...
Adeel Kazmi [Tue, 29 Sep 2020 14:59:32 +0000 (14:59 +0000)]
Merge "(Environment Options) Reduce cyclomatic complexity of ParseEnvironmentOptions" into devel/master

3 years ago(Loader ICO) Separate out LoadBitmapFromIco to reduce cyclomatic complexity 86/244986/2
Adeel Kazmi [Mon, 28 Sep 2020 17:40:21 +0000 (18:40 +0100)]
(Loader ICO) Separate out LoadBitmapFromIco to reduce cyclomatic complexity

Change-Id: I944faf12fbe9e5a8e3f06df73e7190d333166d6b

3 years ago(Environment Options) Reduce cyclomatic complexity of ParseEnvironmentOptions 87/244987/4
Adeel Kazmi [Mon, 28 Sep 2020 17:42:00 +0000 (18:42 +0100)]
(Environment Options) Reduce cyclomatic complexity of ParseEnvironmentOptions

Change-Id: I30a53de77cdd31c0d68ed993465dbd6164656dd9

3 years agoAdd uint8_t type ReadFile method 02/245002/1
Heeyong Song [Tue, 29 Sep 2020 03:14:40 +0000 (12:14 +0900)]
Add uint8_t type ReadFile method

Change-Id: Ib7127b7c2a5550aeb71c2c7ad3bfba0a37cd0a56

3 years ago(Cairo Renderer) Separate RenderTextCairo into several functions to reduce cyclomatic... 81/244981/1
Adeel Kazmi [Mon, 28 Sep 2020 15:51:35 +0000 (16:51 +0100)]
(Cairo Renderer) Separate RenderTextCairo into several functions to reduce cyclomatic complexity

Change-Id: I217eb4d38c7404f85354135822ff1d3aa8825a7e

3 years agoMerge "Refactor script.cpp" into devel/master
Adeel Kazmi [Fri, 25 Sep 2020 14:08:06 +0000 (14:08 +0000)]
Merge "Refactor script.cpp" into devel/master

3 years agoDALi Version 1.9.31 82/244882/1 dali_1.9.31
Adeel Kazmi [Fri, 25 Sep 2020 10:58:01 +0000 (11:58 +0100)]
DALi Version 1.9.31

Change-Id: I5ec148d2eb6425f6b89d514f80a1c0a771c44658

3 years agoRefactor script.cpp 67/244367/9
Adeel Kazmi [Thu, 17 Sep 2020 21:53:44 +0000 (22:53 +0100)]
Refactor script.cpp

Change-Id: I6225aa9b38948d3dcfe3a9524bee3b5e60bb3a2e

3 years agoAdd test for TextAbstraction::GetCharacterScript 30/244830/1
Adeel Kazmi [Thu, 24 Sep 2020 16:40:57 +0000 (17:40 +0100)]
Add test for TextAbstraction::GetCharacterScript

Change-Id: I1875fb1e28d19bbc5fa648a03dea577ffcd86854

3 years agoMerge "Add OffscreenApplication" into devel/master
Daekwang Ryu [Thu, 24 Sep 2020 02:50:21 +0000 (02:50 +0000)]
Merge "Add OffscreenApplication" into devel/master

3 years agoMerge "Remove unused enumeration types of ButtonAction" into devel/master
Adeel Kazmi [Wed, 23 Sep 2020 12:03:19 +0000 (12:03 +0000)]
Merge "Remove unused enumeration types of ButtonAction" into devel/master

3 years agoAvoid execessive Pushback when Dali::Vector<char> used as file buffer container 94/238294/3
Cheng-Shiun Tsai [Fri, 10 Jul 2020 08:49:19 +0000 (09:49 +0100)]
Avoid execessive Pushback when Dali::Vector<char> used as file buffer container

dali-adator file reader uses Dali::Vector<char,true> as the container for data buffer.
However, Dali::Vector::Resize always initialize the element by doing PushBack().
Considering now you need to read a file of 1MB,
Resize() would lead to PushBack() of one byte X one million times,
so that it becomes a vector of 1MB, this is unnecessary waste of CPU time.
We need another method which simply allocates the buffer without initialize the value.
It will help use cases such as MCD Avatar3D / AREmoji where there are a lot of resource files

Depends on https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/238235/

Change-Id: I560ec768a61e3b41c88775397a87f692f3342d54

3 years agoRemove unused enumeration types of ButtonAction 52/244652/2
Seoyeon Kim [Wed, 23 Sep 2020 02:56:22 +0000 (11:56 +0900)]
Remove unused enumeration types of ButtonAction

- Some enumeration types are not used anymore : Previous, Unspecified, None
 So, to match the types of ecore_imf, removed unused types.

Change-Id: If4df3fb3f0916faeeb189b9e2954d9cc0309fb00
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[Tizen] Apply screen rotation to create window accepted/tizen/unified/20200924.072529 submit/tizen/20200923.133541 submit/tizen/20200923.193806
Sunghyun Kim [Wed, 23 Sep 2020 02:15:59 +0000 (11:15 +0900)]
[Tizen] Apply screen rotation to create window

This reverts commit 0351de2acc502d2c78a751501d07167ff4124d23.

Change-Id: Ic3d054834a1f31520bb874c7b97debba18c5df1c

3 years ago[Tizen] Sync for libds
Sunghyun Kim [Wed, 23 Sep 2020 02:15:37 +0000 (11:15 +0900)]
[Tizen] Sync for libds

This reverts commit 93ba02e840d17d77330de21ffe0cb4fad43c3791.

Change-Id: I8a7a0b55bd17b0d0a39193bd8023cf43de8c4887

3 years ago[Tizen] Add OffscreenApplication
Sunghyun Kim [Wed, 23 Sep 2020 02:11:22 +0000 (11:11 +0900)]
[Tizen] Add OffscreenApplication

This reverts commit cc04adb6b541e4cfd0237e3b12f680f881234cc9.

Change-Id: I439a59287cd83a09a4e517eafb19c7123a2202ab

3 years ago[Tizen] Add screen and client rotation itself function
Sunghyun Kim [Wed, 23 Sep 2020 02:08:09 +0000 (11:08 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit fb301c1dd3260b09cf0fe34f01068e3dc20a0ca2.

Change-Id: I575e15240b9f4527219b4d6d7b3c5cad72a359cc

3 years ago[Tizen] Add DALi Autofill implementation
Sunghyun Kim [Wed, 23 Sep 2020 02:07:53 +0000 (11:07 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit 3302173bf1d52c1c68b35da38fce7b2a2c8046bd.

Change-Id: I17486b0d9b7bb5411f8c026499ba5a0175a40d9e

3 years agoMerge branch 'devel/master' into tizen
Sunghyun Kim [Wed, 23 Sep 2020 02:07:27 +0000 (11:07 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I9cfb25f999b94cdb9a8c54fab3fb451a39d5def3

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
Sunghyun Kim [Wed, 23 Sep 2020 02:05:54 +0000 (11:05 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 3153c3372151cbc61f0f23230206fb37bc2799b4.

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
Sunghyun Kim [Wed, 23 Sep 2020 02:05:46 +0000 (11:05 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit de46e23491f796ece28af29f4cd7906160a313bf.

3 years agoRevert "[Tizen] Add OffscreenApplication"
Sunghyun Kim [Wed, 23 Sep 2020 02:05:40 +0000 (11:05 +0900)]
Revert "[Tizen] Add OffscreenApplication"

This reverts commit ad934df050f18c41561f7d160228a34351f21b4a.

3 years agoRevert "[Tizen] Add GlWindow"
Sunghyun Kim [Wed, 23 Sep 2020 02:05:35 +0000 (11:05 +0900)]
Revert "[Tizen] Add GlWindow"

This reverts commit 22a519fe38414017565958ee4b72e8307213257e.

3 years agoRevert "[Tizen] Sync for libds"
Sunghyun Kim [Wed, 23 Sep 2020 02:05:25 +0000 (11:05 +0900)]
Revert "[Tizen] Sync for libds"

This reverts commit 6b9c6689f08569716821b2bbdb575186043b2637.

3 years agoRevert "[Tizen] Apply screen rotation to create window"
Sunghyun Kim [Wed, 23 Sep 2020 02:05:19 +0000 (11:05 +0900)]
Revert "[Tizen] Apply screen rotation to create window"

This reverts commit 75087a6801574fdd19b8da8c1aa7086f58988c24.

3 years agoAdd OffscreenApplication 17/243217/7
Daekwang Ryu [Thu, 20 Aug 2020 05:54:52 +0000 (14:54 +0900)]
Add OffscreenApplication

OffscreenApplication allows to make an application with a OffscreenWindow.
You don't have to create a on-screen window.

Change-Id: Ic418dce92ff1bf79f4be0a2ecb46e68784dbebe4

3 years agoIntroduce VectorImageRenderer 92/239592/22
JunsuChoi [Mon, 27 Jul 2020 11:54:06 +0000 (20:54 +0900)]
Introduce VectorImageRenderer

The SvgVisual of dali-toolkit will use this instead of nanovg.
And this will use dali-extension which is using tizenvg.

Change-Id: Ic9dc1c68cf3ab266036848b32276b72920c33a71