Moonhee, Choi [Tue, 19 Jan 2021 03:33:21 +0000 (12:33 +0900)]
Revert "[Tizen] Sync for libds"
This reverts commit
580bb56ce24018827362aeea2c5979dd32995909.
Moonhee, Choi [Tue, 19 Jan 2021 03:33:16 +0000 (12:33 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
e5d9af056e843a54b51aca3d281257314ba8ce71.
huiyu.eun [Mon, 11 Jan 2021 03:47:57 +0000 (12:47 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
fa2d9f42fd908e6a24bf961e2a940db7dc13123b.
Change-Id: I67bbe344fdc6f0508aadc242dee4d7417a042daa
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
huiyu.eun [Mon, 11 Jan 2021 03:44:36 +0000 (12:44 +0900)]
[Tizen] Sync for libds
This reverts commit
1e6d4f0306676afd2a0af88f9224a39ee8aaaf8e.
Change-Id: Iced95dce777501a297c66b170b0ff756fef967bd
huiyu.eun [Mon, 11 Jan 2021 03:44:27 +0000 (12:44 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I057b70021d530ab788583aa3f78f6bf6d8977020
huiyu.eun [Mon, 11 Jan 2021 03:44:21 +0000 (12:44 +0900)]
Revert "[Tizen] Sync for libds"
This reverts commit
a8467a08b9030c1826f88210c2ab673e4518ccc6.
huiyu.eun [Mon, 11 Jan 2021 03:44:19 +0000 (12:44 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
9f4c1ef19fe20640124c31c7977067e7db1082bf.
Richard Huang [Fri, 8 Jan 2021 14:35:39 +0000 (14:35 +0000)]
DALi Version 2.0.8
Change-Id: I0a63d63ed06709b39f17b78998abccd20cb6da6b
Adeel Kazmi [Thu, 7 Jan 2021 18:21:39 +0000 (18:21 +0000)]
Updated macOS instructions
Change-Id: I68f7b275eca4967c23912a8911785b822bbae3e9
Adeel Kazmi [Wed, 6 Jan 2021 17:40:05 +0000 (17:40 +0000)]
Merge "[macos] Prevent race condition while creating the EGL Window" into devel/master
Lucas Cavalcante de Sousa [Tue, 13 Oct 2020 18:53:26 +0000 (15:53 -0300)]
Add installation instructions for MacOS
Change-Id: Iaef81ebce884d5238501e335b33788676ed33266
Adeel Kazmi [Wed, 6 Jan 2021 15:23:35 +0000 (15:23 +0000)]
Merge "(Mac OSX Build) Use vcpkg cairo" into devel/master
Adeel Kazmi [Wed, 6 Jan 2021 15:04:37 +0000 (15:04 +0000)]
Merge changes Icc3e3c9f,I2e268700,I89760410,Ibcf4f854 into devel/master
* changes:
windows: Use FindWindow to locate the window related to the timer
Support emojis on macOS
Replace POSIX unnamed semaphores by dali-core primitives
Support for the macOS platform
JIYUN YANG [Wed, 6 Jan 2021 03:42:18 +0000 (03:42 +0000)]
Merge "Set focus for web engine." into devel/master
Wander Lairson Costa [Tue, 29 Sep 2020 18:50:49 +0000 (15:50 -0300)]
[macos] Prevent race condition while creating the EGL Window
eglCreateWindowSurface must the called before the CAlayer is initialized
in the run loop. We we StartRender (which does nothing) to synchronize
the graphics initialization in the Render Thread with the main thread.
Change-Id: I85be6682ec8a25672a548cf085ef15500cd2993f
Adeel Kazmi [Sun, 20 Dec 2020 12:34:36 +0000 (12:34 +0000)]
(Mac OSX Build) Use vcpkg cairo
Change-Id: Ibe64c3ecf29fafe29c92492f24ca4c296146d9cf
Wander Lairson Costa [Mon, 21 Dec 2020 17:39:42 +0000 (14:39 -0300)]
windows: Use FindWindow to locate the window related to the timer
If our window is not the foreground window, GetActiveWindow() will
return a null handle, which causes the call to SetTimer to ignore the
given timer ID.
We solve this by calling FindWindow() passing the window class name when
GetActiveWindow returns null.
Change-Id: Icc3e3c9f3fd0f9cfb4f4e8cb97fabffe347c7b5d
Wander Lairson Costa [Tue, 20 Oct 2020 21:33:12 +0000 (18:33 -0300)]
Support emojis on macOS
We need to add the "Apple Color Emoji" font to the lits of fonts in
Apple devices.
Change-Id: I2e268700e2bd69b613caaa31a87fd8fc16829195
Wander Lairson Costa [Tue, 22 Sep 2020 15:15:34 +0000 (12:15 -0300)]
Replace POSIX unnamed semaphores by dali-core primitives
POSIX unnamed semaphores are not implemented in macOS, making the
initialization of the main thread and the render thread racy.
Change-Id: I897604104645ab4c68ad6ebe219eda3b06060046
Wander Lairson Costa [Thu, 13 Aug 2020 20:59:40 +0000 (17:59 -0300)]
Support for the macOS platform
This commit provides basic support for the macOS platform.
The macOS specific bits are in part implemented in Objectve-C++ under
the Cocoa Framework.
One note is that we installed libANGLE through vcpkg, and it is using
CGL as the default backend. We should fix this in the future in favor of
the Metal Framework.
We added a new build profile called macos, and the cmake options
"-DENABLE_PROFILE=MACOS -DPROFILE_LCASE=macos" must be passed in the
command line to build it successfully.
cairo and fontconfig packages must be installed through brew, the
version provided by vcpkg doesn't work on macOS (actually, only
fontconfig is necessary, but if you install cairo through vcpkg, it will
pull fontconfig as well).
Change-Id: Ibcf4f854721a48e3ae4e5bd710182d0dae893e05
György Straub [Thu, 24 Dec 2020 07:48:57 +0000 (07:48 +0000)]
DALi Version 2.0.7
Change-Id: I0fab8f6081a49bdfd002bbb66b2096618bdc4fea
Adeel Kazmi [Wed, 23 Dec 2020 16:19:39 +0000 (16:19 +0000)]
Merge "Updated patch coverage script." into devel/master
Dongsug Song [Mon, 21 Dec 2020 08:40:49 +0000 (17:40 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
6ea1d374d9f515ac92919c0ccfecd3ce130fa9a2.
Change-Id: Ie349592db3ff51d17705343b77f171478edae0a2
Dongsug Song [Mon, 21 Dec 2020 08:40:25 +0000 (17:40 +0900)]
[Tizen] Sync for libds
This reverts commit
c2e5ed4fe1299c18eac7f6b31101188347c83d3c.
Change-Id: Ib96361ea83cd60f32a49b2eee43cafc3cda21666
Dongsug Song [Mon, 21 Dec 2020 08:40:12 +0000 (17:40 +0900)]
Merge branch 'devel/master' into tizen
Dongsug Song [Mon, 21 Dec 2020 08:40:04 +0000 (17:40 +0900)]
Revert "[Tizen] Sync for libds"
This reverts commit
14daacb0bfad74473b886ab30a3204ace2494439.
Dongsug Song [Mon, 21 Dec 2020 08:39:59 +0000 (17:39 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
f12ab94456113dcda9fb51cbb6a9bc9117160bbc.
Adeel Kazmi [Fri, 18 Dec 2020 11:48:20 +0000 (11:48 +0000)]
Merge "DALi Version 2.0.6" into devel/master
adam.b [Fri, 18 Dec 2020 11:08:29 +0000 (11:08 +0000)]
DALi Version 2.0.6
Change-Id: I9c43a2cbfa441b88960e582f7a3b4a6d35b9135d
JunsuChoi [Mon, 7 Dec 2020 07:23:57 +0000 (16:23 +0900)]
VectorImageRendererPlugin: Remove unnecessary parameter
TizenVectorImageRenderer, which implements VectorImageRendererPlugin, supports size API.
Therefore, if there are width and height, scaling is unnecessary.
Change-Id: I010036600a724810853a8805c88bd59bcd00a3d5
Adeel Kazmi [Wed, 16 Dec 2020 14:18:36 +0000 (14:18 +0000)]
(Android Build) Use the sysroot defined by the system
Change-Id: If1947fed924e9f22f1c1bed0ddeee03aeb77f5d7
huayong.xu [Thu, 12 Nov 2020 06:12:01 +0000 (14:12 +0800)]
Set focus for web engine.
When focus of web engine is gained, focus is transfered to web engine
plugin.
Change-Id: I945b93ae802b6aca5f8fc3e1995a5af27023bdfc
Seoyeon Kim [Tue, 15 Dec 2020 05:28:44 +0000 (14:28 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
bfced57035257f1c4277367da254011ea8d76271.
Change-Id: I879a85c4ac07c6057fdb0eabb5ffd764482a7b9a
Seoyeon Kim [Tue, 15 Dec 2020 05:28:42 +0000 (14:28 +0900)]
[Tizen] Sync for libds
This reverts commit
e4cfbc629552c75605cddbf1a6713318f8e8d56f.
Change-Id: I461df78ab9e3ead92df7780a76b93b1e579c9bc5
Seoyeon Kim [Tue, 15 Dec 2020 05:28:23 +0000 (14:28 +0900)]
Merge branch 'devel/master' into tizen
Seoyeon Kim [Tue, 15 Dec 2020 05:26:40 +0000 (14:26 +0900)]
Revert "[Tizen] Sync for libds"
This reverts commit
53f43c3e8fd29f37f0f34aef4b427dc33da13b42.
Change-Id: Ic553d211e47d1fbaedfec27493872bca2ac5eb3c
Seoyeon Kim [Tue, 15 Dec 2020 05:26:37 +0000 (14:26 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
2d83734599cd2a83c1687c68ef1ea750bf13c70c.
huiyu.eun [Fri, 11 Dec 2020 05:21:01 +0000 (14:21 +0900)]
Add error message when the file load fails
Change-Id: I046ac03a559bea2b8d856d54951d252f46be8cf9
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
David Steele [Fri, 11 Dec 2020 18:10:17 +0000 (18:10 +0000)]
Updated patch coverage script.
Ensured that the coverage output is only shown in verbose mode after
all other errors have been found.
Clearly separate the script output from the coverage output
Added errors and warning tags to... errors and warnings.
Change-Id: If292719e4541c55a58198ef006d66fb623072f0a
David Steele [Fri, 11 Dec 2020 12:10:29 +0000 (12:10 +0000)]
DALi Version 2.0.5
Change-Id: Id5bd524222f21307096fde9defaef230967fcc62
Sunghyun Kim [Tue, 8 Dec 2020 04:32:33 +0000 (13:32 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
9763e92b83d5da703e9f2d2c005bbc0e20aaa0da.
Change-Id: Id85a98206dbb860f82e7d1354507f00b2499e4df
Sunghyun Kim [Tue, 8 Dec 2020 04:32:18 +0000 (13:32 +0900)]
[Tizen] Sync for libds
This reverts commit
f9c55107908e7d50a7dd206c69b2e6ad43a3753d.
Change-Id: I64020ac38abc1d3c37f614581b09f22c5374a351
Sunghyun Kim [Tue, 8 Dec 2020 04:32:09 +0000 (13:32 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: Iff7223b3bda00d339c73c0b3e35d070f1899c977
Sunghyun Kim [Tue, 8 Dec 2020 04:31:36 +0000 (13:31 +0900)]
Revert "[Tizen] Sync for libds"
This reverts commit
af4df4cb5c0ec6ed9162164039896b474868dcfd.
Change-Id: Iac2467d4c4a1e686ea8a112b7421e5a924700d66
Sunghyun Kim [Tue, 8 Dec 2020 04:31:32 +0000 (13:31 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
350a418d238297707eec97529b52af504c555490.
Adeel Kazmi [Fri, 4 Dec 2020 17:52:10 +0000 (17:52 +0000)]
Merge "Invert pixel buffer y order of GetPixels in X-NativeImageSource" into devel/master
Adeel Kazmi [Fri, 4 Dec 2020 14:57:08 +0000 (14:57 +0000)]
DALi Version 2.0.4
Change-Id: Icf1c34293a8cd6405a6d5522608b6c7871806cba
Subhransu Mohanty [Thu, 3 Dec 2020 07:49:01 +0000 (16:49 +0900)]
support string_view in DALI_TEST_EQUALS
Change-Id: Id04e701e5834233b42cf0cba6480be2f02a26a1a
Joogab Yun [Tue, 1 Dec 2020 04:54:46 +0000 (13:54 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
9da54fbd2719d01ddba2fb31e184c5a0fe0476f1.
Change-Id: I710de0a471e05040843027be13cc03d9d59f7af5
Joogab Yun [Tue, 1 Dec 2020 04:54:15 +0000 (13:54 +0900)]
[Tizen] Sync for libds
This reverts commit
4c63e50bd948c73a6c0aef9a8d4b125bc5ae6cc9.
Change-Id: Ic9a31bb59667866c206a8459fb7da1298ddeaeec
Joogab Yun [Tue, 1 Dec 2020 04:54:08 +0000 (13:54 +0900)]
Merge branch 'devel/master' into tizen
Joogab Yun [Tue, 1 Dec 2020 04:53:39 +0000 (13:53 +0900)]
Revert "[Tizen] Sync for libds"
This reverts commit
8f7e145c43be0205a028c0b298003e80713bca37.
Joogab Yun [Tue, 1 Dec 2020 04:53:36 +0000 (13:53 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
df02c17aabc0215448d4152e51b9b37bd10bef02.
Adeel Kazmi [Fri, 27 Nov 2020 18:04:32 +0000 (18:04 +0000)]
Merge "pass on Pause/Resume event to Adaptor" into devel/master
Richard Huang [Fri, 27 Nov 2020 11:56:56 +0000 (11:56 +0000)]
DALi Version 2.0.3
Change-Id: Ibe7f8a202c89bf7c90bb5447cd3513cb93a470f2
David Steele [Thu, 26 Nov 2020 16:34:41 +0000 (16:34 +0000)]
Reduce cyclomatic complexity of gif loader
Change-Id: I5ad7cf0c589f43c366bb300e2e6398f10012edb5
Jiyun Yang [Thu, 26 Nov 2020 06:29:04 +0000 (15:29 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
5ba8f542f89d682b267e2d232879632f3726c40a.
Change-Id: I94bbcb3baeaa91ee8e9ed6c70bce3d20b5c2e4de
Jiyun Yang [Thu, 26 Nov 2020 06:28:58 +0000 (15:28 +0900)]
[Tizen] Sync for libds
This reverts commit
5519949790bfbfe64eb51aabe098a5e37ef6d175.
Change-Id: Icf5a660e0fef6df95ff8b3472dc59d8a807623eb
Jiyun Yang [Thu, 26 Nov 2020 06:20:04 +0000 (15:20 +0900)]
Merge branch 'devel/master' into tizen
Jiyun Yang [Thu, 26 Nov 2020 06:14:56 +0000 (15:14 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"
This reverts commit
90eb047f9f06de905e56bcc6e91d69e7674a196c.
Jiyun Yang [Thu, 26 Nov 2020 06:12:12 +0000 (15:12 +0900)]
Revert "[Tizen] Apply screen rotation to create window"
This reverts commit
3b4ad42c3b16953e10b80661bbeb3b8cbf82a96a.
Jiyun Yang [Thu, 26 Nov 2020 06:12:10 +0000 (15:12 +0900)]
Revert "[Tizen] Sync for libds"
This reverts commit
84fdd2eca766967c7d6a0ad6869dbbf20e0782ba.
Jiyun Yang [Thu, 26 Nov 2020 06:12:07 +0000 (15:12 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
1ca9b96745b47316d8a0bd1e5242bbc3ff0d533c.
Cheng-Shiun Tsai [Wed, 11 Mar 2020 10:58:39 +0000 (10:58 +0000)]
pass on Pause/Resume event to Adaptor
so that RenderThread can fall into sleep when application fade into background
Also when an application lost foreground status, OS will destroy current window
but currently adaptor does not pause and continue to render on a destroyed window and cause crash
Change-Id: Idba56610ec3444e4affe58a0b819df8fc870619e
Adeel Kazmi [Mon, 23 Nov 2020 16:48:38 +0000 (16:48 +0000)]
Merge "Support screen and client rotation" into devel/master
Adeel Kazmi [Tue, 17 Nov 2020 18:42:23 +0000 (18:42 +0000)]
(Automated Tests) Synchronise with dali-core following Semaphore class addition
Change-Id: Ib066697270e9e22b61f5c4a5a47c678301c9b2d3
Wonsik Jung [Thu, 24 Sep 2020 11:37:37 +0000 (20:37 +0900)]
Support screen and client rotation
In Tizen embedded system, two types of rotation are supported.
One is Window Rotation and the other is Screen rotation
Although their use-case are different, their rotation itself almost works are same.
Real surface buffer is not rotated.
When rotation event is received from window server,
then internal contents are rotated and drawn with angle of the event.
This patch is to support the Tizen Rotation.
Change-Id: I311a7a93bdba55022d979e930dbc571b74e18454
Cheng-Shiun Tsai [Mon, 16 Nov 2020 14:17:52 +0000 (14:17 +0000)]
Calulating stride for Android native image
Android AHardwareBuffer_Desc.stride doesn't seem to mean width * pixelbytes like other OS
instead it appears to be width in pixels but with padding.
Adding clause to reflect this fact
Change-Id: I3aaeeea5436bb5be0e1d5defac1c40b214e8af22
György Straub [Fri, 20 Nov 2020 07:46:02 +0000 (07:46 +0000)]
DALi Version 2.0.2
Change-Id: Icf793eaefcbf175f0eabcd1efd08b21f6efdf67e
Seoyeon Kim [Thu, 19 Nov 2020 06:59:15 +0000 (15:59 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
5cbd94c8dfcbf1e541b96b8003ac31ea25e068dd.
Heeyong Song [Thu, 19 Nov 2020 03:24:22 +0000 (12:24 +0900)]
[Tizen] Sync for libds
Change-Id: Iea75f9aae4b2fa94b8ffd93eb9071fad09b12407
Heeyong Song [Thu, 19 Nov 2020 03:23:44 +0000 (12:23 +0900)]
[Tizen] Apply screen rotation to create window
Change-Id: Ia72af118df229e50c93d3bf55d8096e0c17f8847
Heeyong Song [Thu, 19 Nov 2020 03:22:34 +0000 (12:22 +0900)]
[Tizen] Add screen and client rotation itself function
Change-Id: Ic1833f2e817c4969f44bd0466f8dc1df85be780a
Heeyong Song [Thu, 19 Nov 2020 03:21:22 +0000 (12:21 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: Ic46bd7a4bf3704b4567883dd59bee39e5e3ffa54
Heeyong Song [Thu, 19 Nov 2020 03:19:43 +0000 (12:19 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
a30fa383cc53a33efd1a093070be3ccc7c01fccb.
Change-Id: I2e94f363d61a95a1061ec853d1b876f28cdab2bf
Heeyong Song [Thu, 19 Nov 2020 03:19:33 +0000 (12:19 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"
This reverts commit
6caca335cf0a7d6b5a7bc9bb96ccbac41f5a9577.
Change-Id: Iac2f25725f292744dabe10389b0b38f551bfa840
Heeyong Song [Thu, 19 Nov 2020 03:19:22 +0000 (12:19 +0900)]
Revert "[Tizen] Sync for libds"
This reverts commit
004751ba25620c9978f6d39cd2a3f0d2ac95a45c.
Change-Id: Iac3351159c4cafe88e9e8e63a448a39ba6603d72
Heeyong Song [Thu, 19 Nov 2020 03:19:05 +0000 (12:19 +0900)]
Revert "[Tizen] Apply screen rotation to create window"
This reverts commit
8864d4473ca860d346abef04452b6fd8fbe39e2a.
Change-Id: I1bb8fea1077cd9815d9b50e4bc36edb11f6ddebd
Heeyong Song [Thu, 19 Nov 2020 03:18:49 +0000 (12:18 +0900)]
Revert "[Tizen] Fix pixel format bug in pixel manipulation"
This reverts commit
a63a198ce3428cf8f66da17fd3be22c07db3ed5c.
Change-Id: I9245506bc209c76f4b529a51c5d7ab36c68d9ef7
Adeel Kazmi [Wed, 18 Nov 2020 08:59:08 +0000 (08:59 +0000)]
Merge "[windows] Return the key name for ascii letters" into devel/master
Wander Lairson Costa [Mon, 26 Oct 2020 13:42:52 +0000 (10:42 -0300)]
[windows] Return the key name for ascii letters
If the key code falls under the ascii range of letters, return the key
code as an ascii value.
Change-Id: Idb2c990fa484354d146b2769809aa3eb6e36b2c6
Heeyong Song [Wed, 18 Nov 2020 00:52:55 +0000 (00:52 +0000)]
Merge "Change log function for frame rendered callback" into devel/master
Adeel Kazmi [Tue, 17 Nov 2020 18:39:30 +0000 (18:39 +0000)]
Merge "[windows] Use correct macro for exporting symbols" into devel/master
Wander Lairson Costa [Thu, 15 Oct 2020 14:58:32 +0000 (11:58 -0300)]
[windows] Use correct macro for exporting symbols
DALI_IMPORT_API isn't defined on Windows, the correct macro is
DALI_CORE_API, which is defined to nothing on unix (like
DALI_IMPORT_API), and __declspec(dllexport/dllimport) on Windows.
Change-Id: I6150640eb67dbbcc78230d1a8fb1085538edff45
Heeyong Song [Mon, 16 Nov 2020 06:09:32 +0000 (15:09 +0900)]
Change log function for frame rendered callback
Change-Id: I648d082928b5efd51c925c896a0da3260f3ada0d
Adeel Kazmi [Sat, 14 Nov 2020 07:38:03 +0000 (07:38 +0000)]
Fix target build
Change-Id: I83d40a86f9b3e5075e51265e0c32d48516609750
Adeel Kazmi [Fri, 13 Nov 2020 15:14:24 +0000 (15:14 +0000)]
Merge "DALi Version 2.0.1" into devel/master
Cheng-Shiun Tsai [Fri, 13 Nov 2020 14:53:29 +0000 (14:53 +0000)]
DALi Version 2.0.1
Change-Id: I662fb475c0de704350e9dbc79bc9d27275957c95
György Straub [Thu, 12 Nov 2020 11:33:17 +0000 (11:33 +0000)]
Fixes for the Windows build past Advanced Blending.
Change-Id: I0ed16639a2e698ade74b31662f341c4498c2e834
Adeel Kazmi [Fri, 13 Nov 2020 09:17:13 +0000 (09:17 +0000)]
Merge "Fix pixel format bug in pixel manipulation" into devel/master
Heeyong Song [Thu, 12 Nov 2020 07:19:38 +0000 (16:19 +0900)]
Fix pixel format bug in pixel manipulation
LUMINANCE should be first in LUMINANCE_ALPHA_CHANNELS format.
Change-Id: Ia9bef6173f24a54d7fc8140381affa5a342e3e1e
Adeel Kazmi [Thu, 12 Nov 2020 12:06:33 +0000 (12:06 +0000)]
(SVACE Issues Fix) Initialise uninitialised member variables
Change-Id: Ief4f038f570daa911bc44274e9d960819e899497
Adeel Kazmi [Thu, 12 Nov 2020 09:59:19 +0000 (09:59 +0000)]
Merge "Use existing callback ID for recurring callbacks" into devel/master
Heeyong Song [Thu, 12 Nov 2020 07:19:38 +0000 (16:19 +0900)]
[Tizen] Fix pixel format bug in pixel manipulation
LUMINANCE should be first in LUMINANCE_ALPHA_CHANNELS format.
Change-Id: Ia9bef6173f24a54d7fc8140381affa5a342e3e1e
Cheng-Shiun Tsai [Wed, 11 Nov 2020 12:59:23 +0000 (12:59 +0000)]
Use existing callback ID for recurring callbacks
Owner of callback object keep track of callback id,
this id is used in RemoveIdle();
The current Impl::OnIdle() will fire callbacks, if it's recurring callback object,
assigned a new id without telling the owner
Therefore when the owner needs to RemoveIdle() the owner gives out-of-dated id.
Changing the code to reuse callback id in recurring callback case to be consistent with the owner.
Change-Id: I9e891f271825dde1228be3298a85110059e4bceb
Adeel Kazmi [Wed, 11 Nov 2020 11:25:36 +0000 (11:25 +0000)]
Removed incorrect deprecation in description of TtsPlayer
Change-Id: I606e78b46d378df08fca90f0c07aa4b3b0b8e968
Seungho BAEK [Wed, 11 Nov 2020 03:07:02 +0000 (03:07 +0000)]
Merge "Blend Equation Advanced Supporting" into devel/master
Wonsik Jung [Tue, 10 Nov 2020 06:40:03 +0000 (15:40 +0900)]
[Tizen] Apply screen rotation to create window
This reverts commit
7818fc608d74c23232872567f0076045cde4973a.
Wonsik Jung [Tue, 10 Nov 2020 06:39:42 +0000 (15:39 +0900)]
[Tizen] Sync for libds
This reverts commit
5c5879c55783f80769ee5aaf0d9841a66ef8a0bd.
Wonsik Jung [Tue, 10 Nov 2020 06:39:21 +0000 (15:39 +0900)]
[Tizen] Add screen and client rotation itself function
This reverts commit
d8641796cd8d5ed7fb17bfa517e66f38ace3ff09.