platform/core/uifw/dali-adaptor.git
3 years agoRevert "[Tizen] Modify parameters of CreateNativeSurface()"
Seungho, Baek [Tue, 14 Jul 2020 08:17:32 +0000 (17:17 +0900)]
Revert "[Tizen] Modify parameters of CreateNativeSurface()"

This reverts commit 6bfe6fff3bb1b55f7db3454a2b16c1b8e11bf506.

3 years agoRevert "[Tizen] Add OffscreenApplication"
Seungho, Baek [Tue, 14 Jul 2020 08:17:29 +0000 (17:17 +0900)]
Revert "[Tizen] Add OffscreenApplication"

This reverts commit f00e7017d4510c50ae325ee9052eb65f75b52be2.

3 years ago[Tizen] Add OffscreenApplication 45/238145/1
Daekwang Ryu [Mon, 15 Jun 2020 23:41:54 +0000 (08:41 +0900)]
[Tizen] Add OffscreenApplication

Change-Id: I754aded9047b490b68cdc1498277f5df7ec1b14a

3 years ago[Tizen] Modify parameters of CreateNativeSurface() 44/238144/1
Daekwang Ryu [Mon, 15 Jun 2020 08:47:47 +0000 (17:47 +0900)]
[Tizen] 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: Ia980fa7319a45a0aac48b38ba8b52d3d5bfeedf1

3 years ago[Tizen] remove setenv() that can cause Seg fault 60/238060/1 accepted/tizen/unified/20200710.114047 submit/tizen/20200709.050052
Daekwang Ryu [Mon, 29 Jun 2020 05:51:12 +0000 (14:51 +0900)]
[Tizen] remove setenv() that can cause Seg fault

setenv(), unsetenv() are not thread-safe.

Change-Id: I3d70773452e4ceb4bb3107ab865764c15e3cc9fb

3 years agoFixed MS Windows min, max compile error. 50/237150/1
Victor Cebollada [Mon, 22 Jun 2020 14:02:23 +0000 (15:02 +0100)]
Fixed MS Windows min, max compile error.

Change-Id: I96d60fce295aae527313c24dd480b069466b21b3
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
(cherry picked from commit 38f0ac6c8425a794371921cbb44e5763151335b8)

3 years ago[Tizen] Fix screen rotation bug when application is initialized accepted/tizen/unified/20200626.133500 submit/tizen/20200622.100719 submit/tizen/20200623.055724 submit/tizen/20200625.024856 submit/tizen/20200625.033801
Sunghyun Kim [Mon, 22 Jun 2020 09:06:45 +0000 (18:06 +0900)]
[Tizen] Fix screen rotation bug when application is initialized

This reverts commit 17142e336b5a074419e13d9b9df6943a0ab35096.

Change-Id: Id75729811af3e3ab211750fb688246a5b648b4b6

3 years ago[Tizen] Add check code with orientation in creating egl window
Sunghyun Kim [Mon, 22 Jun 2020 09:05:51 +0000 (18:05 +0900)]
[Tizen] Add check code with orientation in creating egl window

This reverts commit 5a13e1ca9014436124c1ae643d5911e7eba78b2b.

Change-Id: I909b81c9feb8d8465a1e210edc37a9b038e9c756

3 years ago[Tizen] Add rotation's values to winBase-wl2
Sunghyun Kim [Mon, 22 Jun 2020 09:05:34 +0000 (18:05 +0900)]
[Tizen] Add rotation's values to winBase-wl2

This reverts commit ba1b7c07b42181945e51ae60ecfa579df514e4ed.

Change-Id: I7ea34b949f17069c7f41f76e95cc79a373c46e0b

3 years ago[Tizen] Add screen and client rotation itself function
Sunghyun Kim [Mon, 22 Jun 2020 09:05:18 +0000 (18:05 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit 208b9a9444d6651fef696072eeb45277c8a46040.

Change-Id: I4a022a6dec293e767dbf6dd8aac143d904b149ca

3 years ago[Tizen] Add DALi Autofill implementation
Sunghyun Kim [Mon, 22 Jun 2020 09:02:25 +0000 (18:02 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit 68e215891d687a3f1d66c9bd5c270e06cae4dfac.

Change-Id: I756178c979bddee44a1def690a3c21be338dad70

3 years ago[Tizen] Temporarily modified so that window is no null
Sunghyun Kim [Mon, 22 Jun 2020 09:01:54 +0000 (18:01 +0900)]
[Tizen] Temporarily modified so that window is no null

This reverts commit 4e811f9a3406ec2f02bf166ff7b1832064e92ed7.

Change-Id: I3173742234048d70ad3511c21c71e833483ebb91

3 years agoMerge branch 'devel/master' into tizen
Sunghyun Kim [Mon, 22 Jun 2020 09:01:47 +0000 (18:01 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I4b91c42fc0a86f85f7e6d4cb917e7f5ff229f11a

3 years agoRevert "[Tizen] Temporarily modified so that window is no null"
Sunghyun Kim [Mon, 22 Jun 2020 09:01:23 +0000 (18:01 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null"

This reverts commit 2ca1b7bdd84a767cebd511e5b9998cf1c634f0aa.

Change-Id: I798ef6909dd7c288e8b4640dd3bd562267915112

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
Sunghyun Kim [Mon, 22 Jun 2020 09:01:20 +0000 (18:01 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit b9878745a2ffcbcec665328ada50f135d4a7204e.

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
Sunghyun Kim [Mon, 22 Jun 2020 09:01:17 +0000 (18:01 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 914e024b25e22bcd0bf4dab495de6796e7c6d44c.

3 years agoRevert "[Tizen] Add rotation's values to winBase-wl2"
Sunghyun Kim [Mon, 22 Jun 2020 09:01:14 +0000 (18:01 +0900)]
Revert "[Tizen] Add rotation's values to winBase-wl2"

This reverts commit 2ee5bd6e0d6b811c5c1a4fdf318117cd6f18a99e.

3 years agoRevert "[Tizen] Add check code with orientation in creating egl window"
Sunghyun Kim [Mon, 22 Jun 2020 09:00:57 +0000 (18:00 +0900)]
Revert "[Tizen] Add check code with orientation in creating egl window"

This reverts commit c9b9fde6987243869fc76e58efea6be48976a17d.

3 years agoRevert "[Tizen] Fix screen rotation bug when application is initialized"
Sunghyun Kim [Mon, 22 Jun 2020 09:00:44 +0000 (18:00 +0900)]
Revert "[Tizen] Fix screen rotation bug when application is initialized"

This reverts commit 36ab41d3536614c8e7134ec904d135456bfcd1a2.

Change-Id: Idbf4160205341991f89acd15960776201be1006f

3 years agoRevert "[Tizen] Fix feedback sound API"
Sunghyun Kim [Mon, 22 Jun 2020 09:00:29 +0000 (18:00 +0900)]
Revert "[Tizen] Fix feedback sound API"

This reverts commit 43a6282fca821628d88e835c7790c045a879de25.

Change-Id: Ic42926a138eccba9d8c5117385acd5ba93560de5

3 years agoPartial update implementation, first phase. 78/230878/25
Anton Obzhirov [Tue, 14 Apr 2020 15:00:16 +0000 (16:00 +0100)]
Partial update implementation, first phase.

Change-Id: I222a1972d5727f6e01bb941b08339c38aad1546a

3 years agoDALi Version 1.9.17 02/236702/1 dali_1.9.17
greynaga [Fri, 19 Jun 2020 11:02:55 +0000 (12:02 +0100)]
DALi Version 1.9.17

Change-Id: I90e1e7cb6c5b49aa3a37e4d55358f331c26be257

3 years agoMerge "Image Usage Removal" into devel/master
Adeel Kazmi [Thu, 18 Jun 2020 11:02:18 +0000 (11:02 +0000)]
Merge "Image Usage Removal" into devel/master

3 years ago[Tizen] Fix feedback sound API 78/236578/1 accepted/tizen/unified/20200619.121801 submit/tizen/20200618.073641
Heeyong Song [Thu, 18 Jun 2020 06:42:22 +0000 (15:42 +0900)]
[Tizen] Fix feedback sound API

mm_sound_play_keysound() should be use with mm_sound_stop_keysound().

Change-Id: I4197a848508e12f880b30bded19d8c918b1af7bb

3 years agoFix feedback sound API 69/236569/1
Heeyong Song [Thu, 18 Jun 2020 06:42:22 +0000 (15:42 +0900)]
Fix feedback sound API

mm_sound_play_keysound() should be use with mm_sound_stop_keysound().

Change-Id: I4197a848508e12f880b30bded19d8c918b1af7bb

3 years agoImage Usage Removal 15/236515/1
Adeel Kazmi [Wed, 17 Jun 2020 21:44:03 +0000 (22:44 +0100)]
Image Usage Removal

Change-Id: I7526f3659c8e04a94d03c91d27cd2c9239f6c800

3 years agoMerge "Replace some Dali::Actor public APIs with new properties" into devel/master
Adeel Kazmi [Wed, 17 Jun 2020 09:24:35 +0000 (09:24 +0000)]
Merge "Replace some Dali::Actor public APIs with new properties" into devel/master

3 years agoReplace some Dali::Actor public APIs with new properties 76/236376/2
Richard Huang [Tue, 16 Jun 2020 11:12:51 +0000 (12:12 +0100)]
Replace some Dali::Actor public APIs with new properties

Change-Id: Ib6458aeead4d5fba99eef76aca97e6d670785c82

3 years agoChange unsetenv to setenv 03/236303/2
huiyu.eun [Tue, 16 Jun 2020 06:44:24 +0000 (15:44 +0900)]
Change unsetenv to setenv

unsetenv("AUL_LOADER_INIT") -> setenv("AUL_LOADER_INIT", "0", "1")

Change-Id: If5420fc0a3baed766f03486ae14571bdd3d87212
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
3 years ago[Tizen] Fix screen rotation bug when application is initialized accepted/tizen/unified/20200616.170922 submit/tizen/20200616.104219
neostom432 [Mon, 15 Jun 2020 16:37:52 +0000 (01:37 +0900)]
[Tizen] Fix screen rotation bug when application is initialized

This reverts commit c61609b7b2ce18b10e3f72775a41af82bf3374a9.

Change-Id: I72058e00bb3eabba9c8874493a4d5a4027ec7fdd

3 years ago[Tizen] Add check code with orientation in creating egl window
neostom432 [Mon, 15 Jun 2020 16:37:36 +0000 (01:37 +0900)]
[Tizen] Add check code with orientation in creating egl window

This reverts commit a41299f5028e69fd78f669176d0906b74240db6d.

Change-Id: I1ca324ca4f26551862bfb845bb8d28206c7a9b59

3 years ago[Tizen] Add rotation's values to winBase-wl2
neostom432 [Mon, 15 Jun 2020 16:37:09 +0000 (01:37 +0900)]
[Tizen] Add rotation's values to winBase-wl2

This reverts commit 5e6b790c8cfbef8aab37763c2f39ea89e0d4e422.

Change-Id: I58df5cf97e9c9c2d0b93e033aac3132bf82508c4

3 years ago[Tizen] Add screen and client rotation itself function
neostom432 [Mon, 15 Jun 2020 16:36:53 +0000 (01:36 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit 9fb478f2026d93895ec97f8211c41b3e5be58b7f.

Change-Id: I1e095e33753d582c3b297f49312e5ceb9117dbe1

3 years ago[Tizen] Add DALi Autofill implementation
neostom432 [Mon, 15 Jun 2020 16:36:35 +0000 (01:36 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit a2b27af68da83352272c9c8e3a5d7b0823f7dbad.

Change-Id: I3f4e2a2c488e0b46c576b54f26c2aa54309341d0

3 years ago[Tizen] Temporarily modified so that window is no null
neostom432 [Mon, 15 Jun 2020 16:36:13 +0000 (01:36 +0900)]
[Tizen] Temporarily modified so that window is no null

This reverts commit 2e22d00ed5aee21b25da4ef3e5f70217b3a9219d.

Change-Id: If3ecaeb1c71f08f895ba576ab530b40f9d950be5

3 years agoMerge branch 'devel/master' into tizen
neostom432 [Mon, 15 Jun 2020 16:35:56 +0000 (01:35 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: Ibca6a379e44a52817cb7927bbf381bf587cc1b24

3 years agoRevert "[Tizen] Temporarily modified so that window is no null"
neostom432 [Mon, 15 Jun 2020 16:35:48 +0000 (01:35 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null"

This reverts commit 72295bf5359e76bfff5c7429aef6a91c6e285715.

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
neostom432 [Mon, 15 Jun 2020 16:35:46 +0000 (01:35 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit c146e964237fd8d9617bc2554123ae1a2e5e73c8.

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
neostom432 [Mon, 15 Jun 2020 16:35:43 +0000 (01:35 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 7b0f74862eed92717770ad02a50dd370a38ae50a.

3 years agoRevert "[Tizen] Add rotation's values to winBase-wl2"
neostom432 [Mon, 15 Jun 2020 16:35:41 +0000 (01:35 +0900)]
Revert "[Tizen] Add rotation's values to winBase-wl2"

This reverts commit 378d29d2bb7aa136351786eebe1428a2d2f69d81.

3 years agoRevert "[Tizen] Add check code with orientation in creating egl window."
neostom432 [Mon, 15 Jun 2020 16:35:38 +0000 (01:35 +0900)]
Revert "[Tizen] Add check code with orientation in creating egl window."

This reverts commit 1b04af07e8daff08ad902fc858e6babce07e370f.

3 years agoRevert "[Tizen] Fix screen rotation bug when application is initialized."
neostom432 [Mon, 15 Jun 2020 16:35:35 +0000 (01:35 +0900)]
Revert "[Tizen] Fix screen rotation bug when application is initialized."

This reverts commit 94c641cee7e33a291d709283ee667953350ddae4.

3 years ago[Tizen] Fix screen rotation bug when application is initialized. 70/232770/2
Wonsik Jung [Thu, 7 May 2020 10:36:59 +0000 (19:36 +0900)]
[Tizen] Fix screen rotation bug when application is initialized.

When DALi application initialized, DALi checks the value of screen rotation.
After that, DALi does not work the screen rotation's process.
To fix, the valid output transform event is used the init time.

Change-Id: I31906c3ac014cd21e453e477599e6dbd8a874f43

3 years agoThrow an exception if the Adaptor is not instantiated 44/235644/3
Heeyong Song [Mon, 8 Jun 2020 09:41:09 +0000 (18:41 +0900)]
Throw an exception if the Adaptor is not instantiated

Change-Id: I707c2d351d4c28cfb05954cdd6d59c08269d8024

3 years agoBufferImage Usage Removal 88/236088/1
Adeel Kazmi [Fri, 12 Jun 2020 17:19:28 +0000 (18:19 +0100)]
BufferImage Usage Removal

Change-Id: I276e2b4d16448837581e5e1a376ada533d909761

3 years ago(Automated Tests) Sync with other repos 84/236084/1
Adeel Kazmi [Fri, 12 Jun 2020 15:35:50 +0000 (16:35 +0100)]
(Automated Tests) Sync with other repos

Change-Id: Id487a2b321389a7e4d847e88370f5829229f6043

3 years agoDALi Version 1.9.16 56/236056/1 dali_1.9.16
Cheng-Shiun Tsai [Fri, 12 Jun 2020 09:07:05 +0000 (10:07 +0100)]
DALi Version 1.9.16

Change-Id: I5f5924c2282e1f3e6ce76ecb5b4da8d594ea6238

3 years ago(Automated Tests) Sync with dali-core 91/235791/1
Adeel Kazmi [Tue, 9 Jun 2020 21:23:48 +0000 (22:23 +0100)]
(Automated Tests) Sync with dali-core

Change-Id: I8d51346860aae31c5716c0e7efc77b0d852971f2

3 years ago[Tizen] Add check code with orientation in creating egl window. accepted/tizen/unified/20200609.153626 submit/tizen/20200608.095904
Joogab Yun [Mon, 8 Jun 2020 09:16:15 +0000 (18:16 +0900)]
[Tizen] Add check code with orientation in creating egl window.

This reverts commit 8f7ddae578cc7b2162b5d14fab4bdc97e45b921b.

Change-Id: I675162c8a099ddded80238306ef0ca8a6f05aa79

3 years ago[Tizen] Add rotation's values to winBase-wl2
Joogab Yun [Mon, 8 Jun 2020 09:15:57 +0000 (18:15 +0900)]
[Tizen] Add rotation's values to winBase-wl2

This reverts commit f003458dedf43c799664c538a7233d696eb56b74.

Change-Id: I3f0d2e5dc7433f6452efaabea65cf10a400531df

3 years ago[Tizen] Add screen and client rotation itself function
Joogab Yun [Mon, 8 Jun 2020 09:15:44 +0000 (18:15 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit 8047c78f1a02d4db60d7af87080e2d5f248e45d5.

Change-Id: I23109765f6ddd0cb9a2d887365b320f8203f5fd9

3 years ago[Tizen] Add DALi Autofill implementation
Joogab Yun [Mon, 8 Jun 2020 09:15:30 +0000 (18:15 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit b3a752ba3f6b70e6a1d7f387f8f080ad314b3dc1.

Change-Id: Ia2920454c9bcd62a4cfabacf6cb0ba288c6524b2

3 years ago[Tizen] Temporarily modified so that window is no null
Joogab Yun [Mon, 8 Jun 2020 09:15:13 +0000 (18:15 +0900)]
[Tizen] Temporarily modified so that window is no null

This reverts commit cd25ab95b181364fd11918ffaec5fe192b8bce2a.

Change-Id: Idebb166ba2173409ca542783b0219cf3bcb2ea88

3 years agoMerge branch 'devel/master' into tizen
Joogab Yun [Mon, 8 Jun 2020 09:15:05 +0000 (18:15 +0900)]
Merge branch 'devel/master' into tizen

3 years agoRevert "[Tizen] Temporarily modified so that window is no null"
Joogab Yun [Mon, 8 Jun 2020 09:12:05 +0000 (18:12 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null"

This reverts commit 32ab38c44284fef1c4c5deef8a2f39656438eccd.

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
Joogab Yun [Mon, 8 Jun 2020 09:12:02 +0000 (18:12 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 1a4eafd9a9fd4cca6d66b030f1d6d74c4aa3e3e2.

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
Joogab Yun [Mon, 8 Jun 2020 09:11:51 +0000 (18:11 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 75e6c74ae4df2752553c161fcd658ca8e3abb608.

3 years agoRevert "[Tizen] Add rotation's values to winBase-wl2"
Joogab Yun [Mon, 8 Jun 2020 09:11:48 +0000 (18:11 +0900)]
Revert "[Tizen] Add rotation's values to winBase-wl2"

This reverts commit 779e255284c3d6ba0f8f68a3b50bba43786c897d.

3 years agoRevert "[Tizen] Add check code with orientation in creating egl window."
Joogab Yun [Mon, 8 Jun 2020 09:11:45 +0000 (18:11 +0900)]
Revert "[Tizen] Add check code with orientation in creating egl window."

This reverts commit 063249371928be49ac3812c1573375f67b193840.

3 years agoRevert "[Tizen] Call PostRender method of the surface if needed"
Joogab Yun [Mon, 8 Jun 2020 09:11:42 +0000 (18:11 +0900)]
Revert "[Tizen] Call PostRender method of the surface if needed"

This reverts commit 50552da2631285e7bf1d21efce1a1fdc7d2f08a7.

3 years agoDALi Version 1.9.15 43/235543/1 dali_1.9.15
Anton Obzhirov [Fri, 5 Jun 2020 10:20:58 +0000 (11:20 +0100)]
DALi Version 1.9.15

Change-Id: I7b3ab70570a024c789754f36f7db863b845bd405

3 years agoFurther Setter/Getter public API removal from Dali::Actor 47/235447/1
Richard Huang [Tue, 2 Jun 2020 16:29:15 +0000 (17:29 +0100)]
Further Setter/Getter public API removal from Dali::Actor

Change-Id: Ie9c1c5e92be1ee000d88879147aefd6699366df6

3 years agoMerge "Call PostRender method of the surface if needed" into devel/master
Heeyong Song [Tue, 2 Jun 2020 07:57:40 +0000 (07:57 +0000)]
Merge "Call PostRender method of the surface if needed" into devel/master

3 years ago[Tizen] Call PostRender method of the surface if needed accepted/tizen/unified/20200603.150101 submit/tizen/20200602.073234
Wonsik Jung [Tue, 2 Jun 2020 02:39:02 +0000 (11:39 +0900)]
[Tizen] Call PostRender method of the surface if needed

This reverts commit 3c189916904a3c0798fbf7c770eb51afddf9daf4.

3 years ago[Tizen] Add check code with orientation in creating egl window.
Wonsik Jung [Tue, 2 Jun 2020 02:38:31 +0000 (11:38 +0900)]
[Tizen] Add check code with orientation in creating egl window.

This reverts commit a8dabd28b56cad18322349b00c53c0990dd065ae.

3 years ago[Tizen] Add rotation's values to winBase-wl2
Wonsik Jung [Tue, 2 Jun 2020 02:37:56 +0000 (11:37 +0900)]
[Tizen] Add rotation's values to winBase-wl2

This reverts commit 6446aef6f35c32dfad7d9b4939bcc8e137c99b8a.

3 years ago[Tizen] Add screen and client rotation itself function
Wonsik Jung [Tue, 2 Jun 2020 02:37:24 +0000 (11:37 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit 8786ea8fbb26a9cb555a613518cf108017467c69.

3 years ago[Tizen] Add DALi Autofill implementation
Wonsik Jung [Tue, 2 Jun 2020 02:36:58 +0000 (11:36 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit 6c1c1cc8ad7176b17f4db6e540ebeffe57c44736.

3 years ago[Tizen] Temporarily modified so that window is no null
Wonsik Jung [Tue, 2 Jun 2020 02:36:24 +0000 (11:36 +0900)]
[Tizen] Temporarily modified so that window is no null

This reverts commit 757f83913b39178d5df0cd11cc467bced6896e73.

3 years agoMerge branch 'devel/master' into tizen
Wonsik Jung [Tue, 2 Jun 2020 02:36:06 +0000 (11:36 +0900)]
Merge branch 'devel/master' into tizen

3 years agoRevert "[Tizen] Temporarily modified so that window is no null"
Wonsik Jung [Tue, 2 Jun 2020 02:32:11 +0000 (11:32 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null"

This reverts commit b481066063b7e25ad6b2a2eeb379ead79c9eb306.

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
Wonsik Jung [Tue, 2 Jun 2020 02:32:08 +0000 (11:32 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 4201e37f464e0ed3512dd77709134909dcfa77d2.

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
Wonsik Jung [Tue, 2 Jun 2020 02:32:06 +0000 (11:32 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 245145b99e891257624bb7ec63630860ae161fab.

3 years agoRevert "[Tizen] Add rotation's values to winBase-wl2"
Wonsik Jung [Tue, 2 Jun 2020 02:32:03 +0000 (11:32 +0900)]
Revert "[Tizen] Add rotation's values to winBase-wl2"

This reverts commit 765c8f243a699b1648e75344d975a2b566474920.

3 years agoRevert "[Tizen] Add check code with orientation in creating egl window."
Wonsik Jung [Tue, 2 Jun 2020 02:32:00 +0000 (11:32 +0900)]
Revert "[Tizen] Add check code with orientation in creating egl window."

This reverts commit 4357dad64d756818269f9e79891c38fd3a9ffea6.

3 years agoRevert "[Tizen] Call PostRender method of the surface if needed"
Wonsik Jung [Tue, 2 Jun 2020 02:31:57 +0000 (11:31 +0900)]
Revert "[Tizen] Call PostRender method of the surface if needed"

This reverts commit ab707e9ca7437d4aa06353e97ee716c25e512495.

3 years agoMerge "Update window's geometry to ecore_wl2." into devel/master
Wonsik Jung [Tue, 2 Jun 2020 00:24:41 +0000 (00:24 +0000)]
Merge "Update window's geometry to ecore_wl2." into devel/master

3 years agoCall PostRender method of the surface if needed 09/233809/2
Heeyong Song [Tue, 19 May 2020 08:32:25 +0000 (17:32 +0900)]
Call PostRender method of the surface if needed

Change-Id: Ic5651f52dfa42b08a4bc514af765188310f8f863

3 years agoAdd a thread mode 69/232069/6
Heeyong Song [Tue, 28 Apr 2020 05:34:50 +0000 (14:34 +0900)]
Add a thread mode

In case of ThreadMode::RUN_IF_REQUESTED, the update thread runs when the application requests rendering.

Change-Id: I8aac3fcd7fb802b0b8d5259fe40ecf14f7b905c3

3 years agoMerge "Delete multiple surfaces when the updated thread is destroyed" into devel...
Heeyong Song [Mon, 1 Jun 2020 08:06:06 +0000 (08:06 +0000)]
Merge "Delete multiple surfaces when the updated thread is destroyed" into devel/master

3 years agoDALi Version 1.9.14 89/234889/1 dali_1.9.14
Adeel Kazmi [Fri, 29 May 2020 11:17:39 +0000 (12:17 +0100)]
DALi Version 1.9.14

Change-Id: Id4f48e78c6a0b8bf816962ee823f5ccc5c50422d

3 years agoUpdate window's geometry to ecore_wl2. 43/234843/4
Wonsik Jung [Fri, 29 May 2020 06:29:29 +0000 (15:29 +0900)]
Update window's geometry to ecore_wl2.

When the ecore wl2 window is resized or changed position then the window is hidden,
the window's position and size is not updated by the Tizen Display Server.
Because wayland protocol is destroyed by window's hidden.
To fix that, window's geometry is updated again before window is shown.

Change-Id: Ib7de2532476c175b5b8fa6643171f2a0a4ba8099

3 years ago[Tizen] Call PostRender method of the surface if needed 20/234720/1 accepted/tizen/unified/20200529.124244 submit/tizen/20200528.071535
Heeyong Song [Thu, 28 May 2020 04:45:57 +0000 (13:45 +0900)]
[Tizen] Call PostRender method of the surface if needed

Change-Id: Ie24e0a3d02d9b7981b8b6d0eedc01b07d877ea55

3 years ago[Tizen] Add check code with orientation in creating egl window.
Heeyong Song [Thu, 28 May 2020 05:19:57 +0000 (14:19 +0900)]
[Tizen] Add check code with orientation in creating egl window.

Change-Id: I237e5f8f3fee06e5a52ad191bf4652d221f2387b

3 years ago[Tizen] Add rotation's values to winBase-wl2
Heeyong Song [Thu, 28 May 2020 05:19:34 +0000 (14:19 +0900)]
[Tizen] Add rotation's values to winBase-wl2

Change-Id: I1958156c7292d70f9bda59883efb38f6221c2e11

3 years ago[Tizen] Add screen and client rotation itself function
Heeyong Song [Thu, 28 May 2020 05:19:08 +0000 (14:19 +0900)]
[Tizen] Add screen and client rotation itself function

Change-Id: Ib3d9ea857668a0bc9d015b079bc3c76855f94175

3 years ago[Tizen] Add DALi Autofill implementation
Heeyong Song [Thu, 28 May 2020 05:18:51 +0000 (14:18 +0900)]
[Tizen] Add DALi Autofill implementation

Change-Id: I0e76ac14b48f6b178c441a90cbd4bfc75bd4c52d

3 years ago[Tizen] Temporarily modified so that window is no null
Heeyong Song [Thu, 28 May 2020 05:18:31 +0000 (14:18 +0900)]
[Tizen] Temporarily modified so that window is no null

Change-Id: I98d5bfa02b508418bfc973a8500d5270e3c3f1f3

3 years agoMerge branch 'devel/master' into tizen
Heeyong Song [Thu, 28 May 2020 05:18:12 +0000 (14:18 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I32243b7d57c1fcad3c555176a4076f52858889ba

3 years agoRevert "[Tizen] Temporarily modified so that window is no null"
Heeyong Song [Thu, 28 May 2020 05:15:55 +0000 (14:15 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null"

This reverts commit c633ee11a612c45148c0d274474d04ec47e0a021.

Change-Id: I4b30c78315de55fb37a6a860962292323f85f6a8

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
Heeyong Song [Thu, 28 May 2020 05:15:44 +0000 (14:15 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 7ad93c391c0f177ffd1d74be30b6aaeef4a09604.

Change-Id: Ie8223b59e8d991c97b9973fb3201e3fd269e26ca

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
Heeyong Song [Thu, 28 May 2020 05:15:22 +0000 (14:15 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit cd554ff8514e3187dfac4b0c95c96a9ec25700ea.

Change-Id: Ifc749290df7a126478d3f15daec62953a3075bbc

3 years agoRevert "[Tizen] Add rotation's values to winBase-wl2"
Heeyong Song [Thu, 28 May 2020 05:15:07 +0000 (14:15 +0900)]
Revert "[Tizen] Add rotation's values to winBase-wl2"

This reverts commit 80d23fe647910c1c3b33791cf2941960f7c65898.

Change-Id: I92c8a0ac039dff691df7531fcae0eb958cb83e41

3 years agoRevert "[Tizen] Add check code with orientation in creating egl window."
Heeyong Song [Thu, 28 May 2020 05:14:47 +0000 (14:14 +0900)]
Revert "[Tizen] Add check code with orientation in creating egl window."

This reverts commit 4154f2e4dae4f5d2f94882e82f6cdf062a452c52.

Change-Id: I064d86487831591fc9d0ccb5887a3764d1082721

3 years agoFree an unnecessary variable anymore 51/234551/1
Daekwang Ryu [Wed, 27 May 2020 06:18:13 +0000 (15:18 +0900)]
Free an unnecessary variable anymore

The parameter of app_get_id() has to be freed when it is not necessary
anymore.

Change-Id: Ic8a85286fa40031b405443876f794adabe2da81e

3 years ago [Tizen] Add check code with orientation in creating egl window. 42/234542/1
Wonsik Jung [Wed, 27 May 2020 06:27:36 +0000 (15:27 +0900)]
[Tizen] Add check code with orientation in creating egl window.

    Sometimes, window rotation event occurs before eglwindow is created.
    eglWindow should be created with the size of 0's orientation.
    To fix, add check code with orientation in creating egl window.

Change-Id: Ifa9fd4bc2952031695e86751b1cd204b3a53cc68

3 years agoDelete multiple surfaces when the updated thread is destroyed 50/234150/2
Heeyong Song [Fri, 22 May 2020 07:23:43 +0000 (16:23 +0900)]
Delete multiple surfaces when the updated thread is destroyed

Change-Id: I1d2f1431f1b4bb827691e28bfffba96c542eb227

3 years ago[Tizen] Add rotation's values to winBase-wl2 91/234491/1
Wonsik Jung [Wed, 27 May 2020 01:21:43 +0000 (10:21 +0900)]
[Tizen] Add rotation's values to winBase-wl2

Add the window roation's values to winBase-wl2.
It is temporary solution until EFL's patch is completed.
After that, it will be reverted.

Change-Id: Ibb595f55b95c27f97ae89b3b2b8b48285ea98f7f

3 years agoMerge "Remove Assert when NativeImageSource is reset" into devel/master
Seungho BAEK [Tue, 26 May 2020 23:28:36 +0000 (23:28 +0000)]
Merge "Remove Assert when NativeImageSource is reset" into devel/master

3 years agoMerge "Remove EGL surface in the update thread" into devel/master
Adeel Kazmi [Tue, 26 May 2020 16:24:34 +0000 (16:24 +0000)]
Merge "Remove EGL surface in the update thread" into devel/master