platform/core/uifw/dali-adaptor-legacy.git
3 years ago[Tizen] Fix screen rotation bug when application is initialized. accepted/tizen/unified/20200616.170907 submit/tizen/20200616.104447
neostom432 [Mon, 15 Jun 2020 17:43:51 +0000 (02:43 +0900)]
[Tizen] Fix screen rotation bug when application is initialized.

This reverts commit dd63d3b6ebbd5f7789c47382d0e3610c06f61904.

Change-Id: I4c891267918746f8901f88e637b268ec02efead6

3 years ago[Tizen] Add check code with orientation in creating egl window.
neostom432 [Mon, 15 Jun 2020 17:43:30 +0000 (02:43 +0900)]
[Tizen] Add check code with orientation in creating egl window.

This reverts commit fbbcaa38df5e8d96e37cf127287fc12e747a1cd7.

Change-Id: I06a8300e4b449780c9f42e98939468d19527c037

3 years ago[Tizen] Add rotation's values to winBase-wl2
neostom432 [Mon, 15 Jun 2020 17:43:14 +0000 (02:43 +0900)]
[Tizen] Add rotation's values to winBase-wl2

This reverts commit 982b56208ab2c73381e79f7aefb4613087dd93d3.

Change-Id: Ie48bbcb796aff98d62a5249a9d1c7e6b7dbc70ec

3 years ago[Tizen] Add screen and client rotation itself function
neostom432 [Mon, 15 Jun 2020 17:42:50 +0000 (02:42 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit 30ba01435c6fee81a16b7da320a3913cc283f845.

Change-Id: I0045757b68ffce6f95e8fd151b58a4f5d10911d7

3 years ago[Tizen] Add DALi Autofill implementation
neostom432 [Mon, 15 Jun 2020 17:42:36 +0000 (02:42 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit 85225acd9e96958e3640a9ad3214121d47a98cbc.

Change-Id: I0c8cf78eaf17ecb2b0a57ac077f9a8e7204cbf65

3 years ago[Tizen] Temporarily modified so that window is no null
neostom432 [Mon, 15 Jun 2020 17:42:18 +0000 (02:42 +0900)]
[Tizen] Temporarily modified so that window is no null

This reverts commit 563d07e73afa09514a0b16f76f96f91c19d64dc6.

Change-Id: I6d3a439646617a917c3c083958d2010bfbc8ed1b

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

Change-Id: Iaca835ee048ab0e466133a0521abfe0c0de0701f

3 years agoRevert "[Tizen] Temporarily modified so that window is no null"
neostom432 [Mon, 15 Jun 2020 17:40:54 +0000 (02:40 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null"

This reverts commit 454ad56c1b08b0a5499448760d0194046ee70daf.

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
neostom432 [Mon, 15 Jun 2020 17:40:52 +0000 (02:40 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit e7eb6ae71d0d36fc248344c2014b0dbf61182a89.

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
neostom432 [Mon, 15 Jun 2020 17:40:50 +0000 (02:40 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 31ef9b567bc133a2f527fabd975e90371065084d.

3 years agoRevert "[Tizen] Add rotation's values to winBase-wl2"
neostom432 [Mon, 15 Jun 2020 17:40:48 +0000 (02:40 +0900)]
Revert "[Tizen] Add rotation's values to winBase-wl2"

This reverts commit a0d8f118c92154409e8285d15138ac6928983537.

3 years agoRevert "[Tizen] Add check code with orientation in creating egl window."
neostom432 [Mon, 15 Jun 2020 17:40:46 +0000 (02:40 +0900)]
Revert "[Tizen] Add check code with orientation in creating egl window."

This reverts commit 5c702b1466680db1c1469a9397b5e5ac93b9d4ab.

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

This reverts commit 59826ecb77bb226fc0f40e3bfc35a43aff5b39b3.

3 years agoDALi Version 1.5.16 dali_1.5.16
neostom432 [Mon, 15 Jun 2020 17:15:02 +0000 (02:15 +0900)]
DALi Version 1.5.16

Change-Id: I7380bcff70ae49949edf1fc1283e88533206fd16

3 years agoThrow an exception if the Adaptor is not instantiated 17/236117/1
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 ago[Tizen] Fix screen rotation bug when application is initialized. 85/232485/2
Wonsik Jung [Wed, 6 May 2020 00:19:41 +0000 (09:19 +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: Ia1e238d97c4fed751bc4a4abef71d66b356bf3c4

3 years ago[Tizen] Add check code with orientation in creating egl window. accepted/tizen/unified/20200609.153601 submit/tizen/20200608.102825
Joogab Yun [Mon, 8 Jun 2020 10:21:33 +0000 (19:21 +0900)]
[Tizen] Add check code with orientation in creating egl window.

This reverts commit aaf54893139a3f50086f3fb3b72f7c37d6ae7d14.

Change-Id: I9e6e88bd569ef9cbb401301e752eb661d6d89fa7

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

This reverts commit 9016ac471b829c4bff172578642420e95ea0fabf.

Change-Id: Id2aff1ac2c3355a06caf6468520080820a36b71c

3 years ago[Tizen] Add screen and client rotation itself function
Joogab Yun [Mon, 8 Jun 2020 10:21:05 +0000 (19:21 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit c4c023980cd0789d404798b0bb1198c06f229783.

Change-Id: Ibdb60e709d85c1f4a1170cef4b448164f768cf81

3 years ago[Tizen] Add DALi Autofill implementation
Joogab Yun [Mon, 8 Jun 2020 10:20:52 +0000 (19:20 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit fd2afc7f6dde3df01350aafb179629a656b2f0bc.

Change-Id: I4a9c41207d293d2961a63f187a4adecfaa209674

3 years ago[Tizen] Temporarily modified so that window is no null
Joogab Yun [Mon, 8 Jun 2020 10:20:38 +0000 (19:20 +0900)]
[Tizen] Temporarily modified so that window is no null

This reverts commit b5f2cdf93fa1653539e614a148b782e7c6787367.

Change-Id: I4fb6282e0bf70d037c2c9db6ac7b45cea7e9fac0

3 years agoMerge branch 'devel/master' into tizen
Joogab Yun [Mon, 8 Jun 2020 10:20:31 +0000 (19:20 +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 10:20:21 +0000 (19:20 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null"

This reverts commit fbf404b4b1d3e531d2b10ef3107dff2b252ccea7.

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

This reverts commit 90394697f1fef1007d99a29facdf56bd06d7c241.

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
Joogab Yun [Mon, 8 Jun 2020 10:20:16 +0000 (19:20 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 66a23802f346abdce94e3c590f6d7786a24b0adc.

3 years agoRevert "[Tizen] Add rotation's values to winBase-wl2"
Joogab Yun [Mon, 8 Jun 2020 10:20:12 +0000 (19:20 +0900)]
Revert "[Tizen] Add rotation's values to winBase-wl2"

This reverts commit e4e48ef005c29d076be5096f6bf33b524fec6312.

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

This reverts commit 34fbc68ac6e2fba939dd82c05aa294af93a21fcb.

3 years agoRevert "[Tizen] Call PostRender method of the surface if needed"
Joogab Yun [Mon, 8 Jun 2020 10:20:06 +0000 (19:20 +0900)]
Revert "[Tizen] Call PostRender method of the surface if needed"

This reverts commit d15e8ea593966f1339142e90ed9841f5ac234427.

3 years agoDALi Version 1.5.15 48/235648/1 dali_1.5.15
Joogab Yun [Mon, 8 Jun 2020 10:10:06 +0000 (19:10 +0900)]
DALi Version 1.5.15

Change-Id: I3b8b0f9bb1d4d3ff852a88d552e9f030f7f845ab

3 years ago[Tizen] Call PostRender method of the surface if needed accepted/tizen/unified/20200603.150040 submit/tizen/20200602.091723
Wonsik Jung [Tue, 2 Jun 2020 07:35:12 +0000 (16:35 +0900)]
[Tizen] Call PostRender method of the surface if needed

This reverts commit af69695e538867e01ea4a57948f06b97fd74fa9e.

Change-Id: Icbd230ce1c0a4061b6440de97b5ab7dbc4fad98e

3 years ago[Tizen] Add check code with orientation in creating egl window.
Wonsik Jung [Tue, 2 Jun 2020 07:34:40 +0000 (16:34 +0900)]
[Tizen] Add check code with orientation in creating egl window.

This reverts commit 0cce4d36bbe18e9447ecd98e8412a6495e17a867.

Change-Id: I8abe1494fd3df2f844a65f638a5515319454b46f

3 years ago[Tizen] Add rotation's values to winBase-wl2
Wonsik Jung [Tue, 2 Jun 2020 07:34:12 +0000 (16:34 +0900)]
[Tizen] Add rotation's values to winBase-wl2

This reverts commit fa81d8b41fc0b20a1ad0d53eceeef98ad0167901.

Change-Id: I7f7c9933c2e954c1afc9513b3640baaf5d6d40c2

3 years ago[Tizen] Add screen and client rotation itself function
Wonsik Jung [Tue, 2 Jun 2020 07:30:04 +0000 (16:30 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit b0bb94a0a3a793a839a466b38f4b083dfd8c6cc7.

Change-Id: I1c891547f7c639b58c412289c437b485e97860cf

3 years ago[Tizen] Add DALi Autofill implementation
Wonsik Jung [Tue, 2 Jun 2020 07:29:39 +0000 (16:29 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit 1d8bba7430a95ee94b2024f850854a5a8a829002.

Change-Id: I1b50be20bd60e04d08f6ebc92a9c41e6e402fbf8

3 years ago[Tizen] Temporarily modified so that window is no null
Wonsik Jung [Tue, 2 Jun 2020 07:29:15 +0000 (16:29 +0900)]
[Tizen] Temporarily modified so that window is no null

This reverts commit 942645285ea60a7c8928f5f0a092f6694024d4c2.

Change-Id: I717bef1b5ffbdb6259fe4d8e59db8897b8b96609

3 years agoMerge branch 'devel/master' into tizen
Wonsik Jung [Tue, 2 Jun 2020 07:29:04 +0000 (16:29 +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 07:28:49 +0000 (16:28 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null"

This reverts commit 30b5f82ab94099a26d53f10a268e2debcede8443.

Change-Id: Icdaeee2f4bb6c0b3f5bcd0383202f2ead11b94d2

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
Wonsik Jung [Tue, 2 Jun 2020 07:28:46 +0000 (16:28 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 7e3e2c8afd9ca112874cf3e138fd2842138683e3.

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
Wonsik Jung [Tue, 2 Jun 2020 07:28:42 +0000 (16:28 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 6c1f88a60c5c92851b82cea1961cda6cee3ab031.

3 years agoRevert "[Tizen] Add rotation's values to winBase-wl2"
Wonsik Jung [Tue, 2 Jun 2020 07:28:39 +0000 (16:28 +0900)]
Revert "[Tizen] Add rotation's values to winBase-wl2"

This reverts commit 4f6498ccead6380aa2fde3e7d75016b3f77e147f.

3 years agoRevert "[Tizen] Add check code with orientation in creating egl window."
Wonsik Jung [Tue, 2 Jun 2020 07:28:37 +0000 (16:28 +0900)]
Revert "[Tizen] Add check code with orientation in creating egl window."

This reverts commit ec1a43a8daee7db619845ef208670d4b6fdd3c5d.

3 years agoRevert "[Tizen] Call PostRender method of the surface if needed"
Wonsik Jung [Tue, 2 Jun 2020 07:28:34 +0000 (16:28 +0900)]
Revert "[Tizen] Call PostRender method of the surface if needed"

This reverts commit 829da2859c83c236d628269cb1152bd40665b6d1.

3 years agoCall PostRender method of the surface if needed 80/235080/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 agoDALi Version 1.5.14 94/235094/1 dali_1.5.14
Wonsik Jung [Tue, 2 Jun 2020 06:21:21 +0000 (15:21 +0900)]
DALi Version 1.5.14

Change-Id: I2a694e23d32a43a58eba993458e54670a3373302

3 years agoMerge "Free an unnecessary variable anymore" into devel/master
Wonsik Jung [Tue, 2 Jun 2020 06:00:38 +0000 (06:00 +0000)]
Merge "Free an unnecessary variable anymore" into devel/master

3 years agoUpdate window's geometry to ecore_wl2. 39/235039/1
Wonsik Jung [Tue, 2 Jun 2020 02:09:23 +0000 (11:09 +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: Iafa6a7ae5509c54f2e11bd6bd3ca8e0d23a1439b

3 years agoAdd a thread mode 79/234979/1
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 agoDelete multiple surfaces when the updated thread is destroyed 74/234974/1
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] Call PostRender method of the surface if needed 92/234692/1 accepted/tizen/unified/20200529.124323 submit/tizen/20200528.050148
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 [Wed, 27 May 2020 08:54:45 +0000 (17:54 +0900)]
[Tizen] Add check code with orientation in creating egl window.

Change-Id: I642de9393aa9218313fa19aff9c2c01b8868ed13

3 years ago[Tizen] Add rotation's values to winBase-wl2
Heeyong Song [Wed, 27 May 2020 08:52:26 +0000 (17:52 +0900)]
[Tizen] Add rotation's values to winBase-wl2

Change-Id: Ic6b7d5237a2964c30ac7c4e040fe9b86cf033596

3 years ago[Tizen] Add screen and client rotation itself function
Heeyong Song [Wed, 27 May 2020 08:52:09 +0000 (17:52 +0900)]
[Tizen] Add screen and client rotation itself function

Change-Id: I47126e1fcf6363a2097254432884c14a5912bb28

3 years ago[Tizen] Add DALi Autofill implementation
Heeyong Song [Wed, 27 May 2020 08:51:51 +0000 (17:51 +0900)]
[Tizen] Add DALi Autofill implementation

Change-Id: I396477b0b5c0b77ef0d7136063effe69b6758c20

3 years ago[Tizen] Temporarily modified so that window is no null
Heeyong Song [Wed, 27 May 2020 08:51:36 +0000 (17:51 +0900)]
[Tizen] Temporarily modified so that window is no null

Change-Id: I7016712f0d287825575a3659e2a787b10005c8b3

3 years agoMerge branch 'devel/master' into tizen
Heeyong Song [Wed, 27 May 2020 08:51:23 +0000 (17:51 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I457d0f76c0cd04c7f9bf4c475c473f3051fd2761

3 years agoRevert "[Tizen] Temporarily modified so that window is no null"
Heeyong Song [Wed, 27 May 2020 08:51:01 +0000 (17:51 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null"

This reverts commit bfb1ff07cf3c38997281dd93b3d8d056196cc5fa.

Change-Id: I95d13167eedf55dc2ff78f182397987182e4fc96

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
Heeyong Song [Wed, 27 May 2020 08:50:50 +0000 (17:50 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit ea546073a1ae0dd21580a8eda426793f67839ebb.

Change-Id: I81e3ce22d653cea0242531de7251ba395cfb1881

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
Heeyong Song [Wed, 27 May 2020 08:50:35 +0000 (17:50 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 24f274b0f3130e92d092d97d275629c05f3a047b.

Change-Id: I684f61a7374efa42a65820c2faa6ac50fd4cf93a

3 years agoRevert "[Tizen] Add rotation's values to winBase-wl2"
Heeyong Song [Wed, 27 May 2020 08:50:27 +0000 (17:50 +0900)]
Revert "[Tizen] Add rotation's values to winBase-wl2"

This reverts commit 4113857d0a1391193858623ff4bd2412eb96a6f4.

Change-Id: I4d51faadae792a4a621b06d03ca5e3446579e888

3 years agoRevert "[Tizen] Add check code with orientation in creating egl window."
Heeyong Song [Wed, 27 May 2020 08:50:13 +0000 (17:50 +0900)]
Revert "[Tizen] Add check code with orientation in creating egl window."

This reverts commit bcb13704d9e1cea2eac57657d02cd3bb93b5a0cd.

Change-Id: I732471331249b6acc079968c51918302302e28e1

3 years agoFree an unnecessary variable anymore 55/234555/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. 41/234541/1
Wonsik Jung [Wed, 27 May 2020 06:19:19 +0000 (15:19 +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: Ib55712662242072386f88f6a7d0f8508de91fb80

3 years agoMerge "Remove Assert when NativeImageSource is reset" into devel/master
Seungho BAEK [Wed, 27 May 2020 03:50:50 +0000 (03:50 +0000)]
Merge "Remove Assert when NativeImageSource is reset" into devel/master

3 years agoRemove Assert when NativeImageSource is reset 85/234285/2
Seungho, Baek [Mon, 25 May 2020 02:41:52 +0000 (11:41 +0900)]
Remove Assert when NativeImageSource is reset

Change-Id: Icd5f4dd5e215a3d1fd3c3eaf8d980baaeb46822d
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
3 years agoFix DestroyContext bug 87/234487/1
Heeyong Song [Fri, 22 May 2020 06:48:44 +0000 (15:48 +0900)]
Fix DestroyContext bug

Change-Id: I46d2806e48c6e4d3d7c97d94832e5ffa5147cb87

3 years agoDALi Version 1.5.13 27/234427/2 dali_1.5.13
Heeyong Song [Tue, 26 May 2020 08:59:56 +0000 (17:59 +0900)]
DALi Version 1.5.13

Change-Id: I031ff8ed49101a770ce7d65869660f10502efa1b

3 years agoChange to use properties instead of Setter/Getter APIs of Dali::Actor 28/234428/1
Richard Huang [Tue, 19 May 2020 12:46:03 +0000 (13:46 +0100)]
Change to use properties instead of Setter/Getter APIs of Dali::Actor

Change-Id: Ie0b83100d4a442758eb8a20fb4a9c949e8d79bb9

3 years agoAdd GetNativeId() in Window 25/234425/1
Dongsug Song [Thu, 16 Apr 2020 11:39:32 +0000 (20:39 +0900)]
Add GetNativeId() in Window

Change-Id: I9724842abf0f84f0633a19bb173993357081feee

3 years ago[Tizen] Add rotation's values to winBase-wl2 12/234312/2
Wonsik Jung [Mon, 25 May 2020 09:59:53 +0000 (18:59 +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: I9630b6721ab6f7d392287e5e28c7f5e43b84c817

3 years agoSuppress unnecessary error output while creating system cache directory 78/233778/1
Richard Huang [Tue, 12 May 2020 15:07:41 +0000 (16:07 +0100)]
Suppress unnecessary error output while creating system cache directory

Change-Id: Iaf8e312bcd04567dea4d79b8a5d3d828c3301fa8

3 years agoDelete EglGraphics and shutdown EGL 44/233744/2 dali_1.5.12
Heeyong Song [Wed, 13 May 2020 08:05:56 +0000 (17:05 +0900)]
Delete EglGraphics and shutdown EGL

Change-Id: Iaaa267481aad15172f8e9e26fd9cc85384dfbb83

3 years agoDALi Version 1.5.12 50/233750/1
Heeyong Song [Tue, 19 May 2020 02:34:18 +0000 (11:34 +0900)]
DALi Version 1.5.12

Change-Id: I029b1724e9f2d129302369c887f7df5df7ce5ead

3 years agoRemove EGL surface in the update thread 40/233740/1
Heeyong Song [Wed, 13 May 2020 07:30:29 +0000 (16:30 +0900)]
Remove EGL surface in the update thread

Change-Id: I251f2b89e02e883839964c80c2b80704a95ebf8d

3 years agoCheck if mGraphics is valid 52/233452/1
Heeyong Song [Tue, 12 May 2020 05:26:44 +0000 (14:26 +0900)]
Check if mGraphics is valid

Change-Id: Idc8ffbfa10edb25f6d6779134e6b40c672fc6741

4 years agoDALi Version 1.5.11 82/233182/1 dali_1.5.11
Heeyong Song [Wed, 13 May 2020 01:55:07 +0000 (10:55 +0900)]
DALi Version 1.5.11

Change-Id: I3c23a90ef5119b3f37827eb06b2bc9f90fca1f6a

4 years agoTo set saved jpeg image quality of Capture 88/232088/3
Seungho, Baek [Fri, 10 Apr 2020 12:52:56 +0000 (21:52 +0900)]
To set saved jpeg image quality of Capture

 - Adds parameter at the Capture::Start to control saved jpeg quality

Change-Id: I9b0edc0e22e77672a7acf460303585ee4ebcdc3b
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years ago(Vector) Add a method to ignore a rendered frame 17/232717/1
Heeyong Song [Mon, 30 Dec 2019 05:13:47 +0000 (14:13 +0900)]
(Vector) Add a method to ignore a rendered frame

Change-Id: I6f8fdcb4a913e3439b45c13def5f6570a82dda74

4 years agoAdd a method to NativeImageSourceQueue 92/232692/1
Heeyong Song [Mon, 30 Dec 2019 05:11:18 +0000 (14:11 +0900)]
Add a method to NativeImageSourceQueue

There is a case not to show an image which is enqueued previously.
So added a method to ignore a source buffer

Change-Id: I571af6aff235955d441eef644300033d888003f5

4 years ago[Tizen] Add screen and client rotation itself function accepted/tizen/unified/20200515.081512 submit/tizen/20200507.062648 submit/tizen/20200508.075302 submit/tizen/20200515.014128
Heeyong Song [Wed, 6 May 2020 08:24:36 +0000 (17:24 +0900)]
[Tizen] Add screen and client rotation itself function

Change-Id: Ib542fed33b74ade4cbeed01c908c9039e7019778

4 years ago[Tizen] Add DALi Autofill implementation
Heeyong Song [Wed, 6 May 2020 08:24:14 +0000 (17:24 +0900)]
[Tizen] Add DALi Autofill implementation

Change-Id: Icf538c7533848526483ce18e9d3d55a4f02b1905

4 years ago[Tizen] Temporarily modified so that window is no null
Heeyong Song [Wed, 6 May 2020 08:23:54 +0000 (17:23 +0900)]
[Tizen] Temporarily modified so that window is no null

Change-Id: Ib258a798789764e9531f5cf1405c0ab74ee35ba8

4 years agoMerge branch 'devel/master' into tizen
Heeyong Song [Wed, 6 May 2020 08:23:37 +0000 (17:23 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I8c2ae57a4c477345e652fc8008fa95ead0b9ea02

4 years agoRevert "[Tizen] Temporarily modified so that window is no null"
Heeyong Song [Wed, 6 May 2020 08:23:01 +0000 (17:23 +0900)]
Revert "[Tizen] Temporarily modified so that window is no null"

This reverts commit 41394934725551e977e1e0825a72669aa9d6637d.

Change-Id: Ib6c95290bcdffca28c4d7a430a2e4bf1960a485a

4 years agoRevert "[Tizen] Add DALi Autofill implementation"
Heeyong Song [Wed, 6 May 2020 08:22:52 +0000 (17:22 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 7e09e25a54423ba157604dcc1f0a26befc75b5cc.

Change-Id: I917379f6425ceb8c0e19659c2f04161ad8f862bd

4 years agoRevert "[Tizen] Add screen and client rotation itself function"
Heeyong Song [Wed, 6 May 2020 08:18:16 +0000 (17:18 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 1427b3fd59a952185ca3c34804c5c62ef86c8a0f.

Change-Id: I156d7aab9b3662e26e4478369caca9bed11e64db

4 years agoDALi Version 1.5.10 40/232540/1 dali_1.5.10
Heeyong Song [Wed, 6 May 2020 07:26:11 +0000 (16:26 +0900)]
DALi Version 1.5.10

Change-Id: I40c566a6d9568f566f1b3819c59b0c1c24f7c552

4 years agoMake capture return Buffer. 87/232087/1
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. 86/232086/1
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 ago[Tizen] Add screen and client rotation itself function
Jiyun Yang [Wed, 22 Apr 2020 06:07:43 +0000 (15:07 +0900)]
[Tizen] Add screen and client rotation itself function

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

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

Change-Id: I9eaa7eda8f6fb5eb6c89bcdc0765cb0038ed0cdf

4 years agoDALi Version 1.5.9
Heeyong Song [Mon, 27 Apr 2020 03:55:28 +0000 (12:55 +0900)]
DALi Version 1.5.9

Change-Id: I06066578477de54f63d067cd16ce2ba1f384579b

4 years agoDALi Version 1.5.9 52/231952/1 dali_1.5.9
Heeyong Song [Mon, 27 Apr 2020 03:55:28 +0000 (12:55 +0900)]
DALi Version 1.5.9

Change-Id: I06066578477de54f63d067cd16ce2ba1f384579b

4 years agoRemoved the 'setenv' function of the Third Party Windows platform. 51/231951/1
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 agoAdd Pixel format for depth and stencil 69/231769/1
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 agoAdd missing files 53/231653/2
Heeyong Song [Thu, 23 Apr 2020 07:57:25 +0000 (16:57 +0900)]
Add missing files

Change-Id: Id3128215e1b0b227af408ce4cb4ea65b058cc603

4 years agoAdd a missing file 02/231602/1
Heeyong Song [Thu, 23 Apr 2020 03:28:53 +0000 (12:28 +0900)]
Add a missing file

Change-Id: I6efb0b0a8319a3de76d207e534294da36ccb1e89

4 years agoInitial copy from dali-adaptor repository 31/231531/1
Heeyong Song [Wed, 22 Apr 2020 07:58:26 +0000 (16:58 +0900)]
Initial copy from dali-adaptor repository

Change-Id: I6f0d1f7c1de5daf666ff3bb3717654ba3829ffbf

4 years agoInitial empty repository master
Tizen Infrastructure [Fri, 17 Apr 2020 08:50:31 +0000 (08:50 +0000)]
Initial empty repository