platform/core/uifw/dali-adaptor.git
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 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 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 ago[Tizen] Add screen and client rotation itself function accepted/tizen/unified/20200515.081502 submit/tizen/20200507.062648 submit/tizen/20200508.075302 submit/tizen/20200515.014128
Heeyong Song [Thu, 7 May 2020 05:35:41 +0000 (14:35 +0900)]
[Tizen] Add screen and client rotation itself function

Change-Id: I1e494d8fdf9453ed8b9787f770922824c091b40e

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

Change-Id: I09eccf7021bd83dda5540dbc340be565f0e7523a

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

Change-Id: I24c9688828017e4ed244f628de6e5994df99e493

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

Change-Id: I3420bce038b542802700ec0a2858df905e75c693

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

This reverts commit ad606d25648be701aa9adafba0817028eeb5cec2.

Change-Id: I1c77c2fba1b6a9bbe91b40928b492b776bf40aa3

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

This reverts commit 23a6bfc1de9ded967e6bff9f3001ea7c5fc06ba3.

Change-Id: I9d000b7763a8dcde234d8ad61f1a28b27ecc1be8

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

This reverts commit f38a585356efb5fbdc096b9bad3e9048c2ed6bec.

Change-Id: Icf80ac62ce5b9363128813c9b97a2dca132a772d

3 years agoMerge "Libraries & RPM renamed to provide DALi 2" into devel/master
Adeel Kazmi [Mon, 4 May 2020 19:27:52 +0000 (19:27 +0000)]
Merge "Libraries & RPM renamed to provide DALi 2" into devel/master

4 years agoDALi Version 1.9.10 45/232345/1 dali_1.9.10
György Straub [Fri, 1 May 2020 11:00:59 +0000 (12:00 +0100)]
DALi Version 1.9.10

Change-Id: I843269f12c0e083fe769ee81739fdcb5aca608e8

4 years agoLibraries & RPM renamed to provide DALi 2 36/232136/2
Adeel Kazmi [Tue, 28 Apr 2020 10:05:53 +0000 (11:05 +0100)]
Libraries & RPM renamed to provide DALi 2

Change-Id: I7e21bc9357279865317d59f11ac9f339a4c8aa79

4 years agoMake capture return Buffer. 56/229856/17
Seungho, Baek [Mon, 6 Apr 2020 05:00:21 +0000 (14:00 +0900)]
Make capture return Buffer.

 - If developer want to use saved buffer, Dali::Capture can return it.

Change-Id: I03213cec5e54edf8f0e79f00e02a77f70fe16e51
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoMake Capture api common. 20/229020/14
Seungho, Baek [Fri, 27 Mar 2020 06:06:31 +0000 (15:06 +0900)]
Make Capture api common.

 - Current implementation, Capture can be used only in the wearable profile

Change-Id: I269e5e5b604b6deba97980ce53493fd0ae9039c0
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoDALi Version 1.9.9 77/231877/1 dali_1.9.9
greynaga [Fri, 24 Apr 2020 15:00:42 +0000 (16:00 +0100)]
DALi Version 1.9.9

Change-Id: I78f54bf63f52e6427389014426f896a892905ae0

4 years ago[Tizen] Add screen and client rotation itself function accepted/tizen/unified/20200423.054443 submit/tizen/20200422.063336
Jiyun Yang [Wed, 22 Apr 2020 06:07:43 +0000 (15:07 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit ae6dc30882f7a881bde477d6120bfe62360b4742.

Change-Id: I5b46266d7d30f5351376122a636155b3cbe8fdf4

4 years ago[Tizen] Add DALi Autofill implementation
Jiyun Yang [Wed, 22 Apr 2020 06:07:41 +0000 (15:07 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit 2c792fc580f9d502f68b40246eb089b0f2610f7e.

Change-Id: Ie58e39c00e59a1a64197600e18480886bb0e9e12

4 years ago[Tizen] Temporarily modified so that window is no null
Jiyun Yang [Wed, 22 Apr 2020 06:07:39 +0000 (15:07 +0900)]
[Tizen] Temporarily modified so that window is no null

This reverts commit 4eff0e29b946e18d44e1408f693f2631a3473248.

Change-Id: I9eaa7eda8f6fb5eb6c89bcdc0765cb0038ed0cdf

4 years agoMerge branch 'devel/tizen' into tizen
Jiyun Yang [Wed, 22 Apr 2020 06:07:34 +0000 (15:07 +0900)]
Merge branch 'devel/tizen' into tizen

4 years agoRevert "[Tizen] Temporarily modified so that window is no null"
Jiyun Yang [Wed, 22 Apr 2020 06:07:28 +0000 (15:07 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null"

This reverts commit a689a99fab4652f7e4c8b1841e4343243ab75b1d.

4 years agoRevert "[Tizen] Add DALi Autofill implementation"
Jiyun Yang [Wed, 22 Apr 2020 06:07:26 +0000 (15:07 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 15c69323349a1a9a1d77df6fd3ec9ad13d862472.

4 years agoRevert "[Tizen] Add screen and client rotation itself function"
Jiyun Yang [Wed, 22 Apr 2020 06:07:24 +0000 (15:07 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 3a3fbfe13a7b09dfa2fbfa8cabf5a70fb91dd04c.

4 years agoDALi Version 1.5.8 50/231450/1 devel/tizen dali_1.5.8
Jiyun Yang [Wed, 22 Apr 2020 04:57:05 +0000 (13:57 +0900)]
DALi Version 1.5.8

Change-Id: I58fa6ac4246718a72bd0ee9796310073de3189e8
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoMerge "Add Pixel format for depth and stencil" into devel/master
Seungho BAEK [Wed, 22 Apr 2020 04:33:35 +0000 (04:33 +0000)]
Merge "Add Pixel format for depth and stencil" into devel/master

4 years agoMerge "Fix VCPKG CMake build issue." into devel/tizen
Adeel Kazmi [Mon, 20 Apr 2020 09:32:41 +0000 (09:32 +0000)]
Merge "Fix VCPKG CMake build issue." into devel/tizen

4 years agoThere was a bug in the conditional statement. 02/231202/1
Joogab Yun [Mon, 20 Apr 2020 04:27:12 +0000 (13:27 +0900)]
There was a bug in the conditional statement.
Modify it correctly.

Change-Id: I7d2e4f2975f2153f8144c49aff6b5da5123389e5

4 years agoThere was a bug in the conditional statement. 95/231195/1
Joogab Yun [Mon, 20 Apr 2020 04:27:12 +0000 (13:27 +0900)]
There was a bug in the conditional statement.
Modify it correctly.

Change-Id: I7d2e4f2975f2153f8144c49aff6b5da5123389e5

4 years agoFix VCPKG CMake build issue. 58/231158/1
Victor Cebollada [Thu, 16 Apr 2020 16:06:14 +0000 (17:06 +0100)]
Fix VCPKG CMake build issue.

Change-Id: I46a10ac49def184f536014c0ea630d827a1eadb7
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
(cherry picked from commit 97ab2ab24a07616349379bcb5d259c841c76986c)

4 years agoMerge "Fix VCPKG CMake build issue." into devel/master
Adeel Kazmi [Fri, 17 Apr 2020 10:51:15 +0000 (10:51 +0000)]
Merge "Fix VCPKG CMake build issue." into devel/master

4 years agoDALi Version 1.9.8 14/231114/1 dali_1.9.8
Cheng-Shiun Tsai [Fri, 17 Apr 2020 09:07:04 +0000 (10:07 +0100)]
DALi Version 1.9.8

Change-Id: I2394c7fb1b1df5a2c2379c928d62ab1a87f98c81

4 years agoFix VCPKG CMake build issue. 17/231017/1
Victor Cebollada [Thu, 16 Apr 2020 16:06:14 +0000 (17:06 +0100)]
Fix VCPKG CMake build issue.

Change-Id: I46a10ac49def184f536014c0ea630d827a1eadb7
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoCMake for MS Windows command line 61/230961/2
Victor Cebollada [Thu, 6 Feb 2020 10:52:50 +0000 (10:52 +0000)]
CMake for MS Windows command line

Change-Id: If41d0394d5c98e124be9decf813d754e8f46c9a3
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
(cherry picked from commit 904321f60150b5567fd3ad5aedf7b55e568aa861)

4 years agoProcessIdle method added to Adaptor. 59/230959/1
Victor Cebollada [Tue, 10 Mar 2020 07:51:23 +0000 (07:51 +0000)]
ProcessIdle method added to Adaptor.

* This function is intended to be used in the case there is no instance
  of a Dali::Application i.e. DALi is used in a implementation of
  a plugin of an application.

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

4 years agoAdd Pixel format for depth and stencil 21/178121/6
Seungho, Baek [Tue, 8 May 2018 07:27:13 +0000 (16:27 +0900)]
Add Pixel format for depth and stencil

 - add cases on the switch to control pixel enum

Change-Id: I19a6d9abc010cfc434e282b5af1245ed68541c5c
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoCMake for MS Windows command line 55/224155/17
Victor Cebollada [Thu, 6 Feb 2020 10:52:50 +0000 (10:52 +0000)]
CMake for MS Windows command line

Change-Id: If41d0394d5c98e124be9decf813d754e8f46c9a3
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoProcessIdle method added to Adaptor. 97/227397/12
Victor Cebollada [Tue, 10 Mar 2020 07:51:23 +0000 (07:51 +0000)]
ProcessIdle method added to Adaptor.

* This function is intended to be used in the case there is no instance
  of a Dali::Application i.e. DALi is used in a implementation of
  a plugin of an application.

Change-Id: Ia2a16f2234a42ec6a1e6a957e1d80149bd2628ce
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years ago[Tizen] Add screen and client rotation itself function accepted/tizen/unified/20200413.222025 submit/tizen/20200413.083031
Seoyeon Kim [Mon, 13 Apr 2020 08:06:55 +0000 (17:06 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit 54fd2fdd37c254eeb9764bd5ac4d8f63b43c042c.

Change-Id: I162a3a022266a9033b761ca42acce08d2b6b8354

4 years ago[Tizen] Add DALi Autofill implementation
Seoyeon Kim [Mon, 13 Apr 2020 08:06:30 +0000 (17:06 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit ee91964d931941e01901f324f7b6c83bdfbeedf1.

Change-Id: Iea184cf319b601635bd74869a86088d70572ea89

4 years ago[Tizen] Temporarily modified so that window is no null
Seoyeon Kim [Mon, 13 Apr 2020 08:02:30 +0000 (17:02 +0900)]
[Tizen] Temporarily modified so that window is no null

This reverts commit dc58f53f2a2344b134a097b2fc3c5629dcd92566.

Change-Id: Ib29a1504f1b990b7ba72858f7ba9168f77145ca4

4 years agoMerge branch 'devel/tizen' into tizen
Seoyeon Kim [Mon, 13 Apr 2020 07:41:41 +0000 (16:41 +0900)]
Merge branch 'devel/tizen' into tizen

Change-Id: I92281f0623a47edcece04fe3d743419000d4615e

4 years agoRevert "[Tizen] Temporarily modified so that window is no null"
Seoyeon Kim [Mon, 13 Apr 2020 07:41:14 +0000 (16:41 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null"

This reverts commit 25c3df3dc88b9088102b103bb7927a4fd88ab67e.

Change-Id: I11f05d899d0ca49e293c38fb0ca94661bfca3316

4 years agoRevert "[Tizen] Add DALi Autofill implementation"
Seoyeon Kim [Mon, 13 Apr 2020 07:41:10 +0000 (16:41 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit cc277f4f37224e106a463dddbb36310fbdbd4319.

4 years agoRevert "[Tizen] Add screen and client rotation itself function"
Seoyeon Kim [Mon, 13 Apr 2020 07:41:08 +0000 (16:41 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 4df5c7cd089bab4ad9d6e72cb03f4cc7672f2006.

4 years agoRevert "[Tizen] Temporarily modified so that window is no null if multi-window is...
Seoyeon Kim [Mon, 13 Apr 2020 07:41:05 +0000 (16:41 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null if multi-window is not supported"

This reverts commit 8665f0e7867639372fd3e772d35d2cf68a16aefc.

4 years agoDALi Version 1.5.7 13/230613/1 dali_1.5.7
Seoyeon Kim [Mon, 13 Apr 2020 04:29:35 +0000 (13:29 +0900)]
DALi Version 1.5.7

Change-Id: If503339cb46b1d4bdec63dd781f16a08d24c07f3
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoFix a crash on Ubuntu 12/230612/1
Heeyong Song [Thu, 2 Apr 2020 04:22:14 +0000 (13:22 +0900)]
Fix a crash on Ubuntu

ecore_x_init() should be called before a window is created.

Change-Id: I36ffc65f5f509a90691bce36178f1a41d9ca03a5

4 years agoWindows third party dead code removed. 11/230611/1
Victor Cebollada [Mon, 6 Apr 2020 08:53:35 +0000 (09:53 +0100)]
Windows third party dead code removed.

* GetRealFileMode() removed
* GetRealName() code moved to CustomFile.cpp

Change-Id: Ibb35df4f77c7d9173d1212b56ab8c81687bd6740
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoMerge "DALi Version 1.9.7" into devel/master
Adeel Kazmi [Thu, 9 Apr 2020 14:48:39 +0000 (14:48 +0000)]
Merge "DALi Version 1.9.7" into devel/master

4 years agoDALi Version 1.9.7 67/230367/1 dali_1.9.7
Anton Obzhirov [Thu, 9 Apr 2020 14:48:18 +0000 (15:48 +0100)]
DALi Version 1.9.7

Change-Id: I5af6978eb76e45d514385a1109a695e3885fceb2

4 years agoMerge "Fix a crash on Ubuntu" into devel/master
Adeel Kazmi [Thu, 9 Apr 2020 13:58:34 +0000 (13:58 +0000)]
Merge "Fix a crash on Ubuntu" into devel/master

4 years agoWindows third party dead code removed. 93/229893/4
Victor Cebollada [Mon, 6 Apr 2020 08:53:35 +0000 (09:53 +0100)]
Windows third party dead code removed.

* GetRealFileMode() removed
* GetRealName() code moved to CustomFile.cpp

Change-Id: Ibb35df4f77c7d9173d1212b56ab8c81687bd6740
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoSuspend window deletion while rendering 22/230222/1
Richard Huang [Tue, 7 Apr 2020 16:26:21 +0000 (17:26 +0100)]
Suspend window deletion while rendering

Change-Id: I6801f1daffa69567bad794387676e23b33051f2b
(cherry picked from commit e2b1bb333f68b1a21a24f84c6c21db2f618a8f53)

4 years agoMerge "Suspend window deletion while rendering" into devel/master
Adeel Kazmi [Wed, 8 Apr 2020 17:09:01 +0000 (17:09 +0000)]
Merge "Suspend window deletion while rendering" into devel/master

4 years agoSuspend window deletion while rendering 69/230069/2
Richard Huang [Tue, 7 Apr 2020 16:26:21 +0000 (17:26 +0100)]
Suspend window deletion while rendering

Change-Id: I6801f1daffa69567bad794387676e23b33051f2b

4 years ago[Tizen] Temporarily modified so that window is no null if multi-window is not supported 17/230117/1 accepted/tizen/unified/20200409.083648 submit/tizen/20200408.061309
Sunghyun Kim [Wed, 8 Apr 2020 05:24:53 +0000 (14:24 +0900)]
[Tizen] Temporarily modified so that window is no null if multi-window is not supported

Change-Id: I3ffbfd8ea4ed44a6c1bd05e2914d562f80516bf8

4 years agoAcquire / Release information of an internal native image. 46/227046/19
Joogab Yun [Tue, 10 Mar 2020 01:18:08 +0000 (10:18 +0900)]
Acquire / Release information of an internal native image.

Change-Id: I6a92c20e0b2395c26dac29a1b5b565ddcd31dc16

4 years agoAcquire / Release information of an internal native image. 23/227023/20
Joogab Yun [Tue, 10 Mar 2020 01:18:08 +0000 (10:18 +0900)]
Acquire / Release information of an internal native image.

Change-Id: I6a92c20e0b2395c26dac29a1b5b565ddcd31dc16

4 years ago[Tizen] Add screen and client rotation itself function dali_1.5.6 submit/tizen/20200407.014802
Sunghyun Kim [Tue, 7 Apr 2020 01:12:15 +0000 (10:12 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit 9b7232ab04e63baa73d83a04af387a07ac471f2e.

Change-Id: Iabcf52fb218772a765f5f6806592f84733f0272c

4 years ago[Tizen] Add DALi Autofill implementation
Sunghyun Kim [Tue, 7 Apr 2020 01:11:56 +0000 (10:11 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit 21477d8ae288f52d493cf82f7b4b2c9655798268.

Change-Id: I3e7260dd4a449aa9dafbdb69e051bdec4cfc3b9c

4 years ago[Tizen] Temporarily modified so that window is no null
Sunghyun Kim [Tue, 7 Apr 2020 01:11:33 +0000 (10:11 +0900)]
[Tizen] Temporarily modified so that window is no null

This reverts commit dc58f53f2a2344b134a097b2fc3c5629dcd92566.

Change-Id: Ic843cb912a758f8a6cc09a89443b058143d2601d

4 years agoMerge branch 'devel/tizen' into tizen
Sunghyun Kim [Tue, 7 Apr 2020 01:10:57 +0000 (10:10 +0900)]
Merge branch 'devel/tizen' into tizen

Change-Id: I6b235d15e68390192f64699a6a1546f0cfb2836f

4 years agoRevert "[Tizen] Temporarily modified so that window is no null"
Sunghyun Kim [Tue, 7 Apr 2020 01:03:37 +0000 (10:03 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null"

This reverts commit 8eeb011961bee847caa503ea7e400fedb93ef7e9.

Change-Id: I891ca5ac7ee433ba274f47d5ad82f9f1663185d6

4 years agoRevert "[Tizen] Add DALi Autofill implementation"
Sunghyun Kim [Tue, 7 Apr 2020 01:03:22 +0000 (10:03 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 667ac0a94f73d145df2ed4fa781cad57655d4aab.

Change-Id: I9a8b0c4f6dd34d40176023f3f37b9520d7833264

4 years agoRevert "[Tizen] Add screen and client rotation itself function"
Sunghyun Kim [Tue, 7 Apr 2020 01:03:02 +0000 (10:03 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 989eb92212d02eab17c76aca24564f9a7ae40f6b.

Change-Id: Ib2c47ca6bead1ec65115796886282a64d52d00f0

4 years agoDALi Version 1.5.6 74/229874/1
Sunghyun Kim [Mon, 6 Apr 2020 07:08:48 +0000 (16:08 +0900)]
DALi Version 1.5.6

Change-Id: I3000f892db09c882376c9fe67be1777e22d612cc

4 years agoMS Windows - window surface fix. 73/229873/1
Victor Cebollada [Thu, 12 Mar 2020 07:34:23 +0000 (07:34 +0000)]
MS Windows - window surface fix.

* Does a 'wiring' connection between the Windows callbacks
  and the given render surface.

Change-Id: I2a1354e2dfbbbd3c8fff6e9d251b51b5326e26f9
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoNew Window constructor added. 72/229872/1
Victor Cebollada [Tue, 28 Jan 2020 08:41:40 +0000 (08:41 +0000)]
New Window constructor added.

* Can receive a surface where to render as a parameter.
  The surface can be created outside a DALi application and
  be passed to DALi to render on it.

Change-Id: Ia0c582be359972ea93a8cae064710cea1161b07e
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoWindow - Constructor refactor. 71/229871/1
Victor Cebollada [Thu, 30 Jan 2020 08:04:48 +0000 (08:04 +0000)]
Window - Constructor refactor.

* Fixes a memory leak if multiple window is not supported.
* Common code removed by calling one constructor from another.
* Fixes a circular dependency with Adaptor.
  The Adaptor needs a Window and Window needs the Adaptor to
  be created.

Change-Id: Icf4443f1ecfc758d1fd68d6d8ee032dd3e96274e
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoFix for PreInitialize, including FontClient 29/229829/1
Paul Wisbey [Wed, 1 Apr 2020 19:57:44 +0000 (20:57 +0100)]
Fix for PreInitialize, including FontClient

Change-Id: I00b464e8936731e85bb9daefd0eeb16a853dc929

4 years agoMerge "Fix for PreInitialize, including FontClient" into devel/master
HyunJu Shin [Mon, 6 Apr 2020 01:29:22 +0000 (01:29 +0000)]
Merge "Fix for PreInitialize, including FontClient" into devel/master

4 years agoMerge "MS Windows - window surface fix." into devel/master
Adeel Kazmi [Fri, 3 Apr 2020 08:46:46 +0000 (08:46 +0000)]
Merge "MS Windows - window surface fix." into devel/master

4 years agoMerge "New Window constructor added." into devel/master
Adeel Kazmi [Fri, 3 Apr 2020 08:46:02 +0000 (08:46 +0000)]
Merge "New Window constructor added." into devel/master

4 years agoMerge "Window - Constructor refactor." into devel/master
Adeel Kazmi [Fri, 3 Apr 2020 08:44:37 +0000 (08:44 +0000)]
Merge "Window - Constructor refactor." into devel/master

4 years agoDALi Version 1.9.6 61/229761/1 dali_1.9.6
Adeel Kazmi [Fri, 3 Apr 2020 07:38:16 +0000 (08:38 +0100)]
DALi Version 1.9.6

Change-Id: Iad91c06d29cc7626faabf1a897584897df72cc68

4 years agoMS Windows - window surface fix. 13/227513/7
Victor Cebollada [Thu, 12 Mar 2020 07:34:23 +0000 (07:34 +0000)]
MS Windows - window surface fix.

* Does a 'wiring' connection between the Windows callbacks
  and the given render surface.

Change-Id: I2a1354e2dfbbbd3c8fff6e9d251b51b5326e26f9
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoFix for PreInitialize, including FontClient 35/229535/3
Paul Wisbey [Wed, 1 Apr 2020 19:57:44 +0000 (20:57 +0100)]
Fix for PreInitialize, including FontClient

Change-Id: I00b464e8936731e85bb9daefd0eeb16a853dc929

4 years ago[Tizen] Add screen and client rotation itself function 67/229567/2
Wonsik Jung [Thu, 2 Apr 2020 03:31:23 +0000 (12:31 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit 81a381155eed5cb328cd2c1481321c4f886e7eca.

Change-Id: I3984bf944b992504cd6cd49ff98973e20af0ac58

4 years agoFix a crash on Ubuntu 71/229571/1
Heeyong Song [Thu, 2 Apr 2020 04:22:14 +0000 (13:22 +0900)]
Fix a crash on Ubuntu

ecore_x_init() should be called before a window is created.

Change-Id: I36ffc65f5f509a90691bce36178f1a41d9ca03a5

4 years ago[Tizen] Add DALi Autofill implementation accepted/tizen/unified/20200403.034518 submit/tizen/20200402.012345
Seungho, Baek [Wed, 1 Apr 2020 06:08:04 +0000 (15:08 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit 3c6534297bc05d97858ad6181898209e6eaba720.

4 years ago[Tizen] Temporarily modified so that window is no null
Seungho, Baek [Wed, 1 Apr 2020 06:07:37 +0000 (15:07 +0900)]
[Tizen] Temporarily modified so that window is no null

This reverts commit 098cbbf9ec3e778c9db9dbd84f2c4261facb3501.

4 years agoMerge branch 'devel/tizen' into tizen
Seungho, Baek [Wed, 1 Apr 2020 06:07:25 +0000 (15:07 +0900)]
Merge branch 'devel/tizen' into tizen

4 years agoRevert "[Tizen] Add screen and client rotation itself function"
Seungho, Baek [Wed, 1 Apr 2020 06:07:20 +0000 (15:07 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit ebc586b3e095d611a8d57069a7d00be75f301956.

4 years agoRevert "[Tizen] Temporarily modified so that window is no null"
Seungho, Baek [Wed, 1 Apr 2020 06:07:17 +0000 (15:07 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null"

This reverts commit 67a12ae83dfbae92cdd8fb5d4a8dbfde572b22ae.

4 years agoRevert "[Tizen] Implement partial update"
Seungho, Baek [Wed, 1 Apr 2020 06:07:15 +0000 (15:07 +0900)]
Revert "[Tizen] Implement partial update"

This reverts commit 47a193d222a17f009bb929604c5492a5df197a94.

4 years agoRevert "[Tizen] Add DALi Autofill implementation"
Seungho, Baek [Wed, 1 Apr 2020 06:07:12 +0000 (15:07 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit aaf7cfb1ea5091edf822b12614daa35c5cb2863a.

4 years agoDALi Version 1.5.5 31/229431/1 dali_1.5.5
Seungho, Baek [Wed, 1 Apr 2020 05:21:42 +0000 (14:21 +0900)]
DALi Version 1.5.5

Change-Id: I6c3a5c9ba81c878bf4909a54c78a58dc63ef572e
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoNew Window constructor added. 51/224151/15
Victor Cebollada [Tue, 28 Jan 2020 08:41:40 +0000 (08:41 +0000)]
New Window constructor added.

* Can receive a surface where to render as a parameter.
  The surface can be created outside a DALi application and
  be passed to DALi to render on it.

Change-Id: Ia0c582be359972ea93a8cae064710cea1161b07e
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoWindow - Constructor refactor. 04/223504/16
Victor Cebollada [Thu, 30 Jan 2020 08:04:48 +0000 (08:04 +0000)]
Window - Constructor refactor.

* Fixes a memory leak if multiple window is not supported.
* Common code removed by calling one constructor from another.
* Fixes a circular dependency with Adaptor.
  The Adaptor needs a Window and Window needs the Adaptor to
  be created.

Change-Id: Icf4443f1ecfc758d1fd68d6d8ee032dd3e96274e
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoRemoved the 'setenv' function of the Third Party Windows platform. 52/226252/10
Victor Cebollada [Thu, 27 Feb 2020 07:55:18 +0000 (07:55 +0000)]
Removed the 'setenv' function of the Third Party Windows platform.

* Moved to windows-dependencies as it's needed by dali-demo.

Change-Id: I329519c6825f4f9487cd05ded5f085afc6481bac
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoRemove RenderSurface from Core 36/229336/1
Richard Huang [Thu, 5 Mar 2020 11:29:56 +0000 (11:29 +0000)]
Remove RenderSurface from Core

Change-Id: I72bedac632bd85543e7518617b895085f9a283cf

4 years agoChange ApplicationPreInitialize function name 35/229335/1
huiyu.eun [Wed, 25 Mar 2020 04:10:33 +0000 (13:10 +0900)]
Change ApplicationPreInitialize function name

Change-Id: I2504945b43059cdc8a82e81273a42b3125907658
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoTemporary fix of PreInitialize, Remove FontClient 34/229334/1
huiyu.eun [Wed, 25 Mar 2020 04:13:35 +0000 (13:13 +0900)]
Temporary fix of PreInitialize, Remove FontClient

We cannot use a singleton service before the core is created.

FontClient takes the most launch time to load dali application.
we have to modify the code to use FontClient in PreInitialize function.

Change-Id: I085bf894bf298486e1756f62394562a46b820694
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoMerge "Remove RenderSurface from Core" into devel/master
Adeel Kazmi [Mon, 30 Mar 2020 14:40:59 +0000 (14:40 +0000)]
Merge "Remove RenderSurface from Core" into devel/master

4 years agoDALi Version 1.9.5 71/229071/1 dali_1.9.5
adam.b [Fri, 27 Mar 2020 13:28:52 +0000 (13:28 +0000)]
DALi Version 1.9.5

Change-Id: Ibd7c26b2c8f6f9443300b95eb2c0336f74da202d

4 years agoRemove RenderSurface from Core 06/226806/6
Richard Huang [Thu, 5 Mar 2020 11:29:56 +0000 (11:29 +0000)]
Remove RenderSurface from Core

Change-Id: I72bedac632bd85543e7518617b895085f9a283cf

4 years agoMerge "Temporary fix of PreInitialize, Remove FontClient" into devel/master
huiyu eun [Thu, 26 Mar 2020 03:28:45 +0000 (03:28 +0000)]
Merge "Temporary fix of PreInitialize, Remove FontClient" into devel/master

4 years agoChange ApplicationPreInitialize function name 06/228706/2
huiyu.eun [Wed, 25 Mar 2020 04:10:33 +0000 (13:10 +0900)]
Change ApplicationPreInitialize function name

Change-Id: I2504945b43059cdc8a82e81273a42b3125907658
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoTemporary fix of PreInitialize, Remove FontClient 07/228707/1
huiyu.eun [Wed, 25 Mar 2020 04:13:35 +0000 (13:13 +0900)]
Temporary fix of PreInitialize, Remove FontClient

We cannot use a singleton service before the core is created.

FontClient takes the most launch time to load dali application.
we have to modify the code to use FontClient in PreInitialize function.

Change-Id: I085bf894bf298486e1756f62394562a46b820694
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[Tizen] Add DALi Autofill implementation submit/tizen/20200323.113128
neostom432 [Mon, 23 Mar 2020 09:41:22 +0000 (18:41 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit 47b6d469243121941cf88c9e1e4737fc92fad267.