platform/core/uifw/dali-adaptor.git
3 years agoMerge branch 'devel/master' into tizen
Wonsik Jung [Mon, 10 Aug 2020 05:38:44 +0000 (14:38 +0900)]
Merge branch 'devel/master' into tizen

3 years agoRevert "[Tizen] Temporarily modified so that window is no null"
Wonsik Jung [Mon, 10 Aug 2020 05:38:29 +0000 (14:38 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null"

This reverts commit 4cfe2bcb880a9b21bfba69156bafa341ebbd0389.

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
Wonsik Jung [Mon, 10 Aug 2020 05:38:25 +0000 (14:38 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 0a10b7e5aefad38cc9ff02ee94b478f03f47dfdc.

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
Wonsik Jung [Mon, 10 Aug 2020 05:38:20 +0000 (14:38 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 50f84af11805cc99d5e5ed43ade842d7ca3937f6.

3 years agoRevert "[Tizen] Add OffscreenApplication"
Wonsik Jung [Mon, 10 Aug 2020 05:38:12 +0000 (14:38 +0900)]
Revert "[Tizen] Add OffscreenApplication"

This reverts commit ff3d9708cc7138bd1643821bd129724d09dbf871.

3 years agoDALi Version 1.9.24 71/240571/1 dali_1.9.24
David Steele [Fri, 7 Aug 2020 14:42:03 +0000 (15:42 +0100)]
DALi Version 1.9.24

Change-Id: I1cc299780d69484962e74fce0e96f69f95a18578

3 years agoMerge "Add move semantics to BaseHandle derived classes in Adaptor public API" into...
Adeel Kazmi [Thu, 6 Aug 2020 16:01:10 +0000 (16:01 +0000)]
Merge "Add move semantics to BaseHandle derived classes in Adaptor public API" into devel/master

3 years agoAdd move semantics to BaseHandle derived classes in Adaptor public API 78/240478/1
Richard Huang [Thu, 6 Aug 2020 13:33:51 +0000 (14:33 +0100)]
Add move semantics to BaseHandle derived classes in Adaptor public API

Change-Id: I0a8a09dc3e5b72c18a1b23cd99fe4aa056665630

3 years ago[Tizen] Add OffscreenApplication 35/240435/2
Daekwang Ryu [Mon, 27 Jul 2020 05:04:35 +0000 (14:04 +0900)]
[Tizen] Add OffscreenApplication

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

Change-Id: Ib8b37c45d7574fcb1d3deb7c19e45e27af1e308b

3 years agoRevert "[Tizen] Add OffscreenApplication" 34/240434/1
Daekwang Ryu [Thu, 6 Aug 2020 07:54:58 +0000 (16:54 +0900)]
Revert "[Tizen] Add OffscreenApplication"

This reverts commit 15bc685fc9a7262e4f8b4bb89ffef821db9758d0.

Change-Id: I969488db9a84eaa718513b29bc3f8d6f5f08ea07

3 years agoFix Coverity issue 28/240428/2
seungho [Thu, 6 Aug 2020 07:55:09 +0000 (16:55 +0900)]
Fix Coverity issue

 - remove untouched code

Change-Id: I683eb29cfb08f17b79aa3b85458b343f18a6a4bd
Signed-off-by: seungho <seungho@seungho.tn.corp.samsungelectronics.net>
3 years agoUse static_assert instead of DALI_COMPILE_TIME_ASSERT 41/240341/1
Adeel Kazmi [Wed, 5 Aug 2020 12:42:43 +0000 (13:42 +0100)]
Use static_assert instead of DALI_COMPILE_TIME_ASSERT

Change-Id: I0602a19c8e1271eb18dc8619dc488384f6f2257e

3 years agoMerge "Rename OnStage signals and related internal changes" into devel/master
Adeel Kazmi [Tue, 4 Aug 2020 16:56:05 +0000 (16:56 +0000)]
Merge "Rename OnStage signals and related internal changes" into devel/master

3 years agoMerge "Add cancel event flag in Key up event" into devel/master
Adeel Kazmi [Tue, 4 Aug 2020 12:43:33 +0000 (12:43 +0000)]
Merge "Add cancel event flag in Key up event" into devel/master

3 years agoRename OnStage signals and related internal changes 15/240215/1
Richard Huang [Tue, 4 Aug 2020 11:11:33 +0000 (12:11 +0100)]
Rename OnStage signals and related internal changes

Change-Id: Ic6cdf455c1567ad0bb0b662ed14939ea0aac8702

3 years ago[Tizen] Add Keyboard repeat setting changed signal to Window 59/240159/1 accepted/tizen/unified/20200805.122508 submit/tizen/20200804.070754
Seoyeon Kim [Fri, 17 Jul 2020 10:18:50 +0000 (19:18 +0900)]
[Tizen] Add Keyboard repeat setting changed signal to Window

- Added DevelWindow signal to register the keyboard repeat event below
 : ECORE_WL2_EVENT_SEAT_KEYBOARD_REPEAT_CHANGED
- This signal is emitted when the values of keyboard repeat, such as delay and rate,
 are changed globally.

Change-Id: Ic6e5651aca42551639e204205191472afda25405
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years agoMerge "Add Keyboard repeat setting changed signal to Window" into devel/master
Adeel Kazmi [Mon, 3 Aug 2020 13:54:37 +0000 (13:54 +0000)]
Merge "Add Keyboard repeat setting changed signal to Window" into devel/master

3 years agoAdd cancel event flag in Key up event 35/240035/1
Seoyeon Kim [Mon, 3 Aug 2020 00:32:28 +0000 (09:32 +0900)]
Add cancel event flag in Key up event

This reverts commit 71264bd78cbf8d6c31ff72bdc235a4b76c6599e5.

- The ecore patch related to cancel event flag is applied
 to the latest platform. So, this patch can be applied now.

Change-Id: I0c4617b6517cad1036426732394f8cd2139a8e2a

3 years agoDALi Version 1.9.23 97/239997/1 dali_1.9.23
Cheng-Shiun Tsai [Fri, 31 Jul 2020 10:10:51 +0000 (11:10 +0100)]
DALi Version 1.9.23

Change-Id: I7b955c3a0e00f5ebb54879f83af85c2246b39ee6

3 years agoMerge "Change data type for 64bits machine" into devel/master
Heeyong Song [Wed, 29 Jul 2020 23:50:14 +0000 (23:50 +0000)]
Merge "Change data type for 64bits machine" into devel/master

3 years agoMerge "Fix memory leak" into devel/master
Heeyong Song [Wed, 29 Jul 2020 23:50:00 +0000 (23:50 +0000)]
Merge "Fix memory leak" into devel/master

3 years agoAdaptor checks its AddOnManager instance before operating on it. 60/239660/2
György Straub [Tue, 28 Jul 2020 14:27:04 +0000 (15:27 +0100)]
Adaptor checks its AddOnManager instance before operating on it.

The Windows version has no AddOnManager implementation.

Change-Id: I56030ec0e97a41bfb0c6f5f82418d702e05f9539
Signed-off-by: György Straub <g.straub@partner.samsung.com>
3 years agoChange data type for 64bits machine 94/239694/1
Heeyong Song [Wed, 29 Jul 2020 04:45:16 +0000 (13:45 +0900)]
Change data type for 64bits machine

Change-Id: I3e883e80e32f692094ff3fbe9364d97047576e34

3 years agoFix memory leak 91/239691/1
Heeyong Song [Wed, 29 Jul 2020 04:24:10 +0000 (13:24 +0900)]
Fix memory leak

Delete TimerCallback

Change-Id: I36ffddcb3668580095b0491876fe04a395ba5822

3 years agoFix memory leak of callback 20/239620/1
Heeyong Song [Tue, 28 Jul 2020 07:56:04 +0000 (16:56 +0900)]
Fix memory leak of callback

Change-Id: I4b62eb7a1ead054f24505a8fc4a4a96956a9e173

3 years agoAdd Keyboard repeat setting changed signal to Window 05/238805/5
Seoyeon Kim [Fri, 17 Jul 2020 10:18:50 +0000 (19:18 +0900)]
Add Keyboard repeat setting changed signal to Window

- Added DevelWindow signal to register the keyboard repeat event below
 : ECORE_WL2_EVENT_SEAT_KEYBOARD_REPEAT_CHANGED
- This signal is emitted when the values of keyboard repeat, such as delay and rate,
 are changed globally.

Change-Id: Ic6e5651aca42551639e204205191472afda25405
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[Tizen] Add OffscreenApplication accepted/tizen/unified/20200729.165632 accepted/tizen/unified/20200731.145732 submit/tizen/20200727.071635 submit/tizen/20200728.012923 submit/tizen/20200731.001840
Heeyong Song [Mon, 27 Jul 2020 06:28:07 +0000 (15:28 +0900)]
[Tizen] Add OffscreenApplication

Change-Id: I1962955ce6e2eec26aa8b869fd00994621125fe9

3 years ago[Tizen] Add screen and client rotation itself function
Heeyong Song [Mon, 27 Jul 2020 06:23:44 +0000 (15:23 +0900)]
[Tizen] Add screen and client rotation itself function

Change-Id: I7e06563835c74d65323eef4e298944579ffdd5f2

3 years ago[Tizen] Add DALi Autofill implementation
Heeyong Song [Mon, 27 Jul 2020 06:23:22 +0000 (15:23 +0900)]
[Tizen] Add DALi Autofill implementation

Change-Id: I6c7f4c21fb1d21dabaaf24c46d9f5996131efdc8

3 years ago[Tizen] Temporarily modified so that window is no null
Heeyong Song [Mon, 27 Jul 2020 06:23:02 +0000 (15:23 +0900)]
[Tizen] Temporarily modified so that window is no null

Change-Id: I5b64a8224a71be8a5907f22a319ccad8cb28cd08

3 years agoMerge branch 'devel/master' into tizen
Heeyong Song [Mon, 27 Jul 2020 06:21:15 +0000 (15:21 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I1b122f9337d1f9c5cc5559a6aa2b41e9651168f0

3 years agoRevert "[Tizen] Temporarily modified so that window is no null"
Heeyong Song [Mon, 27 Jul 2020 06:20:24 +0000 (15:20 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null"

This reverts commit ce8128f8d1326f3b06d136584553280a8f04082a.

Change-Id: I70ed8e62115990a03e1750642c42ac7fa4ffd928

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
Heeyong Song [Mon, 27 Jul 2020 06:20:16 +0000 (15:20 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 149dfdc7505ce51ef8be8f26dc2c0bddfe61840f.

Change-Id: Ic39efd77f398c8c1329671f575dc4111d441c0b5

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
Heeyong Song [Mon, 27 Jul 2020 06:19:42 +0000 (15:19 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit c19ce80c9fa671acd36c1221c13fb425f3bdc668.

Change-Id: Idb9102ca29d5306703f64337171dad639b9bdbbe

3 years agoRevert "[Tizen] Add rotation's values to winBase-wl2"
Heeyong Song [Mon, 27 Jul 2020 06:19:09 +0000 (15:19 +0900)]
Revert "[Tizen] Add rotation's values to winBase-wl2"

This reverts commit 5324403db83fc33c96d4086ccf7db3acd33fcf63.

Change-Id: I4a9cf0d0bc42af169efcbbd993a49d43a8231c25

3 years agoRevert "[Tizen] Add check code with orientation in creating egl window"
Heeyong Song [Mon, 27 Jul 2020 06:18:41 +0000 (15:18 +0900)]
Revert "[Tizen] Add check code with orientation in creating egl window"

This reverts commit 37d47d621ec67d52a8293e5024c2696965f63167.

Change-Id: Ibc706d990ec3ce1dc49685febcc2672970f235a0

3 years agoRevert "[Tizen] Fix screen rotation bug when application is initialized"
Heeyong Song [Mon, 27 Jul 2020 06:18:28 +0000 (15:18 +0900)]
Revert "[Tizen] Fix screen rotation bug when application is initialized"

This reverts commit 72395a9162b5c8295a6eae39b8be892ced6d4912.

Change-Id: I255ea75d51504d5b992f552535d6dcf3f6b6f878

3 years agoRevert "[Tizen] remove setenv() that can cause Seg fault"
Heeyong Song [Mon, 27 Jul 2020 06:18:12 +0000 (15:18 +0900)]
Revert "[Tizen] remove setenv() that can cause Seg fault"

This reverts commit a13107d8f850037fc650081d39bf2687067371ef.

Change-Id: I961c4fed06a2875340db25d50e304bb4a908f334

3 years agoRevert "[Tizen] Add OffscreenApplication"
Heeyong Song [Mon, 27 Jul 2020 06:18:03 +0000 (15:18 +0900)]
Revert "[Tizen] Add OffscreenApplication"

This reverts commit 83cefcd8b209e336f7f2ceb9751cd9ffaa4cd317.

Change-Id: Ifa40040fadf5cb45ac0ac597bfd2f1c5ddb19ad8

3 years agoMerge "AddOn manager" into devel/master
Adeel Kazmi [Fri, 24 Jul 2020 15:38:58 +0000 (15:38 +0000)]
Merge "AddOn manager" into devel/master

3 years agoMerge "Updates for NativeImageInterface" into devel/master
Adeel Kazmi [Fri, 24 Jul 2020 11:58:47 +0000 (11:58 +0000)]
Merge "Updates for NativeImageInterface" into devel/master

3 years agoMerge "DALi Version 1.9.22" into devel/master
Adeel Kazmi [Fri, 24 Jul 2020 10:13:27 +0000 (10:13 +0000)]
Merge "DALi Version 1.9.22" into devel/master

3 years agoDALi Version 1.9.22 96/239396/1 dali_1.9.22
Richard Huang [Fri, 24 Jul 2020 09:48:15 +0000 (10:48 +0100)]
DALi Version 1.9.22

Change-Id: I74c0950d538b50d8e63a8aed5c5e59a4e39311ee

3 years agoAddOn manager 18/226818/27
adam.b [Thu, 16 Jul 2020 11:57:24 +0000 (12:57 +0100)]
AddOn manager

Change-Id: I50dc482ca0afd4b4a3a5eb2f2da2f218350727d2

3 years agoAdd the synchronization between Ui and Video player 33/235933/17
Wonsik Jung [Thu, 11 Jun 2020 05:45:13 +0000 (14:45 +0900)]
Add the synchronization between Ui and Video player

This patch is to support the synchronization between video player and UI.
To do that, video player's changing function as resize/move should be called before calling eglSwapBuffers

Change-Id: I543f3646646bc8cbea6bacd9d8e81c12f6fe9187

3 years agoMerge "(WebP Loader) Ensure member variables are initialised (SVACE issue)" into...
Adeel Kazmi [Wed, 22 Jul 2020 16:08:43 +0000 (16:08 +0000)]
Merge "(WebP Loader) Ensure member variables are initialised (SVACE issue)" into devel/master

3 years ago(WebP Loader) Ensure member variables are initialised (SVACE issue) 19/239219/1
Adeel Kazmi [Wed, 22 Jul 2020 15:25:42 +0000 (16:25 +0100)]
(WebP Loader) Ensure member variables are initialised (SVACE issue)

Change-Id: Id1a5d8456496b82d5bdf80ebebf54919cdab9634

3 years agoUpdates for NativeImageInterface 46/238946/7
David Steele [Fri, 17 Jul 2020 16:53:05 +0000 (17:53 +0100)]
Updates for NativeImageInterface

Change-Id: Ic3876022a30503861172cff8c496b23eb0035d9c

3 years agoMerge "Fix compile error in MS-Windows." into devel/master
Adeel Kazmi [Wed, 22 Jul 2020 10:28:23 +0000 (10:28 +0000)]
Merge "Fix compile error in MS-Windows." into devel/master

3 years agoRemove unnecessary setenv() calls 27/236927/3
Daekwang Ryu [Tue, 23 Jun 2020 08:44:42 +0000 (17:44 +0900)]
Remove unnecessary setenv() calls

Change-Id: I9dbadd0ccefcc9995e3e31b401385b8cbd1ee0aa

3 years agoFix compile error in MS-Windows. 55/239055/1
Victor Cebollada [Tue, 21 Jul 2020 10:46:59 +0000 (11:46 +0100)]
Fix compile error in MS-Windows.

* The patch "Modify parameters of CreateNativeSurface()" adds a new parameter
  to the RenderSurfaceFactory that is not added in the implementation for
  MS Windows

* Couple of warnings 'struct/class declaration' removed.

Change-Id: If68666e14c78f20c1480afa5b2e9e6ed125d5bb8
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
3 years ago[Tizen] Add OffscreenApplication accepted/tizen/unified/20200722.014914 submit/tizen/20200721.075326
Daekwang Ryu [Tue, 21 Jul 2020 06:15:09 +0000 (15:15 +0900)]
[Tizen] Add OffscreenApplication

This reverts commit 4f7e209f4a29733bb61f82e911237f05e102196f.

Change-Id: Ice086f6761a72a4ec9ac830284ae1e2a513366ae

3 years ago[Tizen] remove setenv() that can cause Seg fault
Daekwang Ryu [Tue, 21 Jul 2020 06:15:05 +0000 (15:15 +0900)]
[Tizen] remove setenv() that can cause Seg fault

This reverts commit d961ed565bce65adc7f0570cccc2d5fc2ce791fc.

Change-Id: I4e8c0e758a91e855011b50dcc4d23576b8a33016

3 years ago[Tizen] Fix screen rotation bug when application is initialized
Daekwang Ryu [Tue, 21 Jul 2020 06:14:58 +0000 (15:14 +0900)]
[Tizen] Fix screen rotation bug when application is initialized

This reverts commit 5e597a09d30d8d82b6dd56c219d58cd0511c9fa8.

Change-Id: I82935fc4af6ada3338792dc543169338b7f58797

3 years ago[Tizen] Add check code with orientation in creating egl window
Daekwang Ryu [Tue, 21 Jul 2020 06:14:53 +0000 (15:14 +0900)]
[Tizen] Add check code with orientation in creating egl window

This reverts commit 35d91ae6dd749331b6d8cb5aedf1463d4c3c877f.

Change-Id: Ie4fe4f74ce4d2739c00177284ca6edc0a9bdedc4

3 years ago[Tizen] Add rotation's values to winBase-wl2
Daekwang Ryu [Tue, 21 Jul 2020 06:14:49 +0000 (15:14 +0900)]
[Tizen] Add rotation's values to winBase-wl2

This reverts commit 8d1fd0bc2995972a013a85075e55b8b06628799f.

Change-Id: I66243f6bc246607c5764dc57b11172587dbfeb2c

3 years ago[Tizen] Add screen and client rotation itself function
Daekwang Ryu [Tue, 21 Jul 2020 06:14:46 +0000 (15:14 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit ab6ac0bba92055d78b33acf93c722424108519af.

Change-Id: Id751c973dfc9ad1cf6526c6a366f42ab997b422b

3 years ago[Tizen] Add DALi Autofill implementation
Daekwang Ryu [Tue, 21 Jul 2020 06:14:44 +0000 (15:14 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit 5dc2bf3bfd80afa04d64a80f049af0a0c3ea7fbb.

Change-Id: I698dc2b10343dc1f8cd5485eaf8b4eb959030e19

3 years ago[Tizen] Temporarily modified so that window is no null
Daekwang Ryu [Tue, 21 Jul 2020 06:14:41 +0000 (15:14 +0900)]
[Tizen] Temporarily modified so that window is no null

This reverts commit ae2e740d4e5b772105a9797b684765e47baf232c.

Change-Id: Ifd3c576653c3fe49dd20fef601536c6c953bffd6

3 years agoMerge branch 'devel/master' into tizen
Daekwang Ryu [Tue, 21 Jul 2020 06:14:28 +0000 (15:14 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I5a663d5ae56c4160a123798731bacfc9c0dcbb20

3 years agoRevert "[Tizen] Temporarily modified so that window is no null"
Daekwang Ryu [Tue, 21 Jul 2020 06:13:48 +0000 (15:13 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null"

This reverts commit 3d7265b88f7229e0b7ce5ad2e039fe3bc9d664ee.

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
Daekwang Ryu [Tue, 21 Jul 2020 06:12:54 +0000 (15:12 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit d4d29192d9932e237e38d957fcb242ca6d4800cb.

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
Daekwang Ryu [Tue, 21 Jul 2020 06:12:51 +0000 (15:12 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 9a9e93e93a46932223584bb6d2d32eede5ad85b1.

3 years agoRevert "[Tizen] Add rotation's values to winBase-wl2"
Daekwang Ryu [Tue, 21 Jul 2020 06:12:49 +0000 (15:12 +0900)]
Revert "[Tizen] Add rotation's values to winBase-wl2"

This reverts commit ab9d1602db66a0b8a815013506deecd282f3d392.

3 years agoRevert "[Tizen] Add check code with orientation in creating egl window"
Daekwang Ryu [Tue, 21 Jul 2020 06:12:46 +0000 (15:12 +0900)]
Revert "[Tizen] Add check code with orientation in creating egl window"

This reverts commit fae0e5be40a0f8eb39087c16740319c30386d37c.

3 years agoRevert "[Tizen] Fix screen rotation bug when application is initialized"
Daekwang Ryu [Tue, 21 Jul 2020 06:12:44 +0000 (15:12 +0900)]
Revert "[Tizen] Fix screen rotation bug when application is initialized"

This reverts commit cc4b98812a8b19c03fd5616c4e2dde4290440cf5.

3 years agoRevert "[Tizen] remove setenv() that can cause Seg fault"
Daekwang Ryu [Tue, 21 Jul 2020 06:12:42 +0000 (15:12 +0900)]
Revert "[Tizen] remove setenv() that can cause Seg fault"

This reverts commit e243b6501ba5a8c2d9412d07d2206aa53d621be6.

3 years agoRevert "[Tizen] Modify parameters of CreateNativeSurface()"
Daekwang Ryu [Tue, 21 Jul 2020 06:12:40 +0000 (15:12 +0900)]
Revert "[Tizen] Modify parameters of CreateNativeSurface()"

This reverts commit 7b20b4f8a01cd9b7466e3a1d2300c1aabf6248cb.

3 years agoRevert "[Tizen] Add OffscreenApplication"
Daekwang Ryu [Tue, 21 Jul 2020 06:12:38 +0000 (15:12 +0900)]
Revert "[Tizen] Add OffscreenApplication"

This reverts commit 31fabb950491a51cd590d29789d05d067259029f.

3 years agoRevert "Default On partial update"
Daekwang Ryu [Tue, 21 Jul 2020 06:12:36 +0000 (15:12 +0900)]
Revert "Default On partial update"

This reverts commit 6a70f0e044ac4052b8821ca0a77ec79f75e89094.

3 years agoMerge "Modify parameters of CreateNativeSurface()" into devel/master
Daekwang Ryu [Tue, 21 Jul 2020 02:00:03 +0000 (02:00 +0000)]
Merge "Modify parameters of CreateNativeSurface()" into devel/master

3 years agoFix WL2 display sync 97/238897/1
Daekwang Ryu [Mon, 20 Jul 2020 05:38:35 +0000 (14:38 +0900)]
Fix WL2 display sync

Dali tried to make a window before display is ready.
The issue occured when window size is set in Application class.

Change-Id: I625765901a40bfc6f94ab1e1862c62f0f3f2732f

3 years agoDALi Version 1.9.21 11/238811/1 dali_1.9.21
adam.b [Fri, 17 Jul 2020 12:12:02 +0000 (13:12 +0100)]
DALi Version 1.9.21

Change-Id: Ifb57396b3b47486336cf9bee18b7815aeadc9208

3 years agoDefault On partial update 33/238733/1
Joogab Yun [Thu, 16 Jul 2020 02:27:19 +0000 (11:27 +0900)]
Default On partial update

if you want disable partial update, set DALI_DISABLE_PARTIAL_UPDATE=1

Change-Id: I80dcfb9493a9b4a3500653687bc13e3a9c14327c

3 years agoDefault On partial update 34/238634/3
Joogab Yun [Thu, 16 Jul 2020 02:27:19 +0000 (11:27 +0900)]
Default On partial update

if you want disable partial update, set DALI_DISABLE_PARTIAL_UPDATE=1

Change-Id: I80dcfb9493a9b4a3500653687bc13e3a9c14327c

3 years agoChanges after Stage moved to Devel API 19/238519/3
Adeel Kazmi [Tue, 14 Jul 2020 20:43:47 +0000 (21:43 +0100)]
Changes after Stage moved to Devel API

Change-Id: I44dc5d46af3b8538b887048bedc5cb164ab4149d

3 years agoMerge changes Iad3de2a7,I404ca48d,I5a00e3e1 into devel/master
Adeel Kazmi [Wed, 15 Jul 2020 11:32:15 +0000 (11:32 +0000)]
Merge changes Iad3de2a7,I404ca48d,I5a00e3e1 into devel/master

* changes:
  windows: Fix .pdb debug symbol file installation
  windows: Move getopt.h include file to the bottom
  windows: Change wParam size to 64 bits

3 years agoStop using Stage to get ObjectRegistry 16/238516/2
Adeel Kazmi [Tue, 14 Jul 2020 14:51:48 +0000 (15:51 +0100)]
Stop using Stage to get ObjectRegistry

Change-Id: I6fce9c63df17f1b78ec5801c6db462513fb27740

3 years agoAdd methods to Application & Adaptor classes to retrieve the ObjectRegistry 15/238515/2
Adeel Kazmi [Tue, 14 Jul 2020 14:12:06 +0000 (15:12 +0100)]
Add methods to Application & Adaptor classes to retrieve the ObjectRegistry

Change-Id: I249478a4b3246d4cf07681fc5239cc9c569577a1

3 years agowindows: Fix .pdb debug symbol file installation 79/238579/1
Wander Lairson Costa [Mon, 13 Jul 2020 18:56:55 +0000 (15:56 -0300)]
windows: Fix .pdb debug symbol file installation

On Windows, the pdb symbol file is located inside the `Debug`
subdirectory.

Change-Id: Iad3de2a7d76a8f21b1d7d45b46a364919b5eae1d

3 years agoModify parameters of CreateNativeSurface() 69/236169/14
Daekwang Ryu [Mon, 15 Jun 2020 08:47:47 +0000 (17:47 +0900)]
Modify parameters of CreateNativeSurface()

The surface parameter has been added like other CreateSurface methods.
When users pass a native surface handle,
NativeRenderSurface doesn't make a native surface of a specific platform.

The position of NativeRenderSurface isn't needed.

Change-Id: I46bd39f784ad3b7ea5fc2631a89f49df785ae041

3 years agowindows: Move getopt.h include file to the bottom 77/238577/1
Wander Lairson Costa [Mon, 13 Jul 2020 18:58:02 +0000 (15:58 -0300)]
windows: Move getopt.h include file to the bottom

getopt-win32 defines the symbol _END_EXTERN_C and undefines at the end
of the file. It turns out msvc standard library defines this same
symbol.

If getopt.h is included before C++ standard includes, it will undef
_END_EXTERN_C and causes compilation errors under msvc.

We move the getopt.h to the end of the list of include files so it can't
mess up with internal msvcrt symbols.

Change-Id: I404ca48d096703d0be6b5f466402fb2ca0223033

3 years agowindows: Change wParam size to 64 bits 76/238576/1
Wander Lairson Costa [Tue, 14 Jul 2020 15:18:55 +0000 (12:18 -0300)]
windows: Change wParam size to 64 bits

The wParam message parameter is used to send the callback object pointer
to WM_WIN_CALLBACK messages. As it is fixed as a 32 bit value in DALi,
when running on 64 bits systems it sends an invalid pointer to message
receiver.

Change-Id: I5a00e3e1729098c2b5b71e68d614a2ddc0fc51cb

3 years agoMerge "(Window) Remove GetRenderTaskList from Devel API as it's been added to the...
Adeel Kazmi [Tue, 14 Jul 2020 14:24:28 +0000 (14:24 +0000)]
Merge "(Window) Remove GetRenderTaskList from Devel API as it's been added to the Public API" into devel/master

3 years ago(Window) Remove GetRenderTaskList from Devel API as it's been added to the Public API 03/238503/1
Adeel Kazmi [Tue, 14 Jul 2020 12:24:13 +0000 (13:24 +0100)]
(Window) Remove GetRenderTaskList from Devel API as it's been added to the Public API

Change-Id: If56d69fd8c39463801cdbfe5cb40df4b7b74e3ba

3 years ago[Tizen] Add OffscreenApplication accepted/tizen/unified/20200715.002045 submit/tizen/20200714.093003
Seungho, Baek [Tue, 14 Jul 2020 08:53:09 +0000 (17:53 +0900)]
[Tizen] Add OffscreenApplication

This reverts commit bc4eb3d42290523ba95fa937fb1030274643ba23.

Change-Id: I6b19218e1a8da4dc95241cd137ff8cd7e4c08ecd

3 years ago[Tizen] Modify parameters of CreateNativeSurface()
Seungho, Baek [Tue, 14 Jul 2020 08:52:38 +0000 (17:52 +0900)]
[Tizen] Modify parameters of CreateNativeSurface()

This reverts commit bee313488d768224627e0d57310a7de07e2c55b0.

Change-Id: I45da8cf1419387bd82fa0d50ac751ef47c44f8f8

3 years ago[Tizen] remove setenv() that can cause Seg fault
Seungho, Baek [Tue, 14 Jul 2020 08:34:28 +0000 (17:34 +0900)]
[Tizen] remove setenv() that can cause Seg fault

This reverts commit 7a2a3a4077e57443fb62456f2f2f713adb570f74.

Change-Id: I1601cec4f613c3f8a0f5cd7e6d0b78a1c0a6ddd1

3 years ago[Tizen] Fix screen rotation bug when application is initialized
Seungho, Baek [Tue, 14 Jul 2020 08:33:49 +0000 (17:33 +0900)]
[Tizen] Fix screen rotation bug when application is initialized

This reverts commit 289e521025305e2cb7aebc7c4bdfc16a44a71f76.

Change-Id: I6e09d19fbba70de59109364435eee8b3a4ba45ab

3 years ago[Tizen] Add check code with orientation in creating egl window
Seungho, Baek [Tue, 14 Jul 2020 08:33:34 +0000 (17:33 +0900)]
[Tizen] Add check code with orientation in creating egl window

This reverts commit 5b9f25b416a7482f3a693ade09c9d048e74b5778.

Change-Id: I27f07995db2c852799e8b4f406c8c2d84a2dd095

3 years ago[Tizen] Add rotation's values to winBase-wl2
Seungho, Baek [Tue, 14 Jul 2020 08:33:14 +0000 (17:33 +0900)]
[Tizen] Add rotation's values to winBase-wl2

This reverts commit 2e319c17373aa3f5fabe6f6f5ec8dca916770ad6.

Change-Id: I0b4feb0bb8db930e59fb1d38953037e11a795537

3 years ago[Tizen] Add screen and client rotation itself function
Seungho, Baek [Tue, 14 Jul 2020 08:32:58 +0000 (17:32 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit 9d7a16b52dcb50e3ec091ba1349e449a5fec6ab5.

Change-Id: I94fe25b6d3e5ef3dbeb5108e5c9dbe68dd193b0c

3 years ago[Tizen] Add DALi Autofill implementation
Seungho, Baek [Tue, 14 Jul 2020 08:32:42 +0000 (17:32 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit b3a0748b2a11100f7afd9450497539977052ae8e.

Change-Id: If027018be92718ed5ada95b1e38a89432aefbf86

3 years ago[Tizen] Temporarily modified so that window is no null
Seungho, Baek [Tue, 14 Jul 2020 08:32:20 +0000 (17:32 +0900)]
[Tizen] Temporarily modified so that window is no null

This reverts commit 65a1056c61515505a58ba5d7bfdf0ad2b83b6ffc.

Change-Id: Ia5a322bf6c4e164aa0feea89822b578a170f79ce

3 years agoMerge branch 'devel/master' into tizen
Seungho, Baek [Tue, 14 Jul 2020 08:32:03 +0000 (17:32 +0900)]
Merge branch 'devel/master' into tizen

3 years agoRevert "[Tizen] Temporarily modified so that window is no null"
Seungho, Baek [Tue, 14 Jul 2020 08:18:08 +0000 (17:18 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null"

This reverts commit 66fbe4a63e06ff54a25f9f4f39ed49176958b25f.

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
Seungho, Baek [Tue, 14 Jul 2020 08:18:03 +0000 (17:18 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 0d0b857f4b65cc6cef50fc3750733a3fc0e5f4e9.

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
Seungho, Baek [Tue, 14 Jul 2020 08:17:58 +0000 (17:17 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 3fe793d877fec447ea27081e5a0e40450cad93fc.

3 years agoRevert "[Tizen] Add rotation's values to winBase-wl2"
Seungho, Baek [Tue, 14 Jul 2020 08:17:52 +0000 (17:17 +0900)]
Revert "[Tizen] Add rotation's values to winBase-wl2"

This reverts commit 418316793eca254729af0d11fb847b592b11209e.

3 years agoRevert "[Tizen] Add check code with orientation in creating egl window"
Seungho, Baek [Tue, 14 Jul 2020 08:17:48 +0000 (17:17 +0900)]
Revert "[Tizen] Add check code with orientation in creating egl window"

This reverts commit b7e64359be3afb69e27aa187f4744d60cd97a51c.