Daekwang Ryu [Tue, 6 Oct 2020 03:51:37 +0000 (12:51 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I5a0925527f367ae3c19da0d5b6a09edc91df1a62
Daekwang Ryu [Tue, 6 Oct 2020 03:51:31 +0000 (12:51 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
ecc81029f3f3da9228f459fbbbe8db0f0b807802.
Daekwang Ryu [Tue, 6 Oct 2020 03:51:27 +0000 (12:51 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"
This reverts commit
fe649671feabf0fd2f09fdfab62e3b2bf52f89ff.
Daekwang Ryu [Tue, 6 Oct 2020 03:51:24 +0000 (12:51 +0900)]
Revert "[Tizen] Add OffscreenApplication"
This reverts commit
9c567aa9ea2355d234d178cf84b6206668bc4495.
Daekwang Ryu [Tue, 6 Oct 2020 03:51:22 +0000 (12:51 +0900)]
Revert "[Tizen] Sync for libds"
This reverts commit
cdaf20d7d28fc47b94546c901765c2356f36a582.
Daekwang Ryu [Tue, 6 Oct 2020 03:51:19 +0000 (12:51 +0900)]
Revert "[Tizen] Apply screen rotation to create window"
This reverts commit
8e8c805266bd6817ce0c86fe10a6e4ba93f8127f.
Heeyong Song [Sun, 4 Oct 2020 23:55:27 +0000 (23:55 +0000)]
Merge "Add uint8_t type ReadFile method" into devel/master
Cheng-Shiun Tsai [Fri, 2 Oct 2020 09:46:37 +0000 (10:46 +0100)]
DALi Version 1.9.32
Change-Id: I6b304ce322441137e263a696c9ec05a370211777
Joogab Yun [Wed, 16 Sep 2020 03:01:33 +0000 (12:01 +0900)]
check EGL_KHR_partial_update and EGL_KHR_swap_buffers_with_damage for partial rendering
Change-Id: I296740afc72c6f54352cf39c3eca8d08f57f2a79
Adeel Kazmi [Tue, 29 Sep 2020 14:59:32 +0000 (14:59 +0000)]
Merge "(Environment Options) Reduce cyclomatic complexity of ParseEnvironmentOptions" into devel/master
Adeel Kazmi [Mon, 28 Sep 2020 17:40:21 +0000 (18:40 +0100)]
(Loader ICO) Separate out LoadBitmapFromIco to reduce cyclomatic complexity
Change-Id: I944faf12fbe9e5a8e3f06df73e7190d333166d6b
Adeel Kazmi [Mon, 28 Sep 2020 17:42:00 +0000 (18:42 +0100)]
(Environment Options) Reduce cyclomatic complexity of ParseEnvironmentOptions
Change-Id: I30a53de77cdd31c0d68ed993465dbd6164656dd9
Heeyong Song [Tue, 29 Sep 2020 03:14:40 +0000 (12:14 +0900)]
Add uint8_t type ReadFile method
Change-Id: Ib7127b7c2a5550aeb71c2c7ad3bfba0a37cd0a56
Adeel Kazmi [Mon, 28 Sep 2020 15:51:35 +0000 (16:51 +0100)]
(Cairo Renderer) Separate RenderTextCairo into several functions to reduce cyclomatic complexity
Change-Id: I217eb4d38c7404f85354135822ff1d3aa8825a7e
Adeel Kazmi [Fri, 25 Sep 2020 14:08:06 +0000 (14:08 +0000)]
Merge "Refactor script.cpp" into devel/master
Adeel Kazmi [Fri, 25 Sep 2020 10:58:01 +0000 (11:58 +0100)]
DALi Version 1.9.31
Change-Id: I5ec148d2eb6425f6b89d514f80a1c0a771c44658
Adeel Kazmi [Thu, 17 Sep 2020 21:53:44 +0000 (22:53 +0100)]
Refactor script.cpp
Change-Id: I6225aa9b38948d3dcfe3a9524bee3b5e60bb3a2e
Adeel Kazmi [Thu, 24 Sep 2020 16:40:57 +0000 (17:40 +0100)]
Add test for TextAbstraction::GetCharacterScript
Change-Id: I1875fb1e28d19bbc5fa648a03dea577ffcd86854
Daekwang Ryu [Thu, 24 Sep 2020 02:50:21 +0000 (02:50 +0000)]
Merge "Add OffscreenApplication" into devel/master
Adeel Kazmi [Wed, 23 Sep 2020 12:03:19 +0000 (12:03 +0000)]
Merge "Remove unused enumeration types of ButtonAction" into devel/master
Cheng-Shiun Tsai [Fri, 10 Jul 2020 08:49:19 +0000 (09:49 +0100)]
Avoid execessive Pushback when Dali::Vector<char> used as file buffer container
dali-adator file reader uses Dali::Vector<char,true> as the container for data buffer.
However, Dali::Vector::Resize always initialize the element by doing PushBack().
Considering now you need to read a file of 1MB,
Resize() would lead to PushBack() of one byte X one million times,
so that it becomes a vector of 1MB, this is unnecessary waste of CPU time.
We need another method which simply allocates the buffer without initialize the value.
It will help use cases such as MCD Avatar3D / AREmoji where there are a lot of resource files
Depends on https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/238235/
Change-Id: I560ec768a61e3b41c88775397a87f692f3342d54
Seoyeon Kim [Wed, 23 Sep 2020 02:56:22 +0000 (11:56 +0900)]
Remove unused enumeration types of ButtonAction
- Some enumeration types are not used anymore : Previous, Unspecified, None
So, to match the types of ecore_imf, removed unused types.
Change-Id: If4df3fb3f0916faeeb189b9e2954d9cc0309fb00
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Sunghyun Kim [Wed, 23 Sep 2020 02:15:59 +0000 (11:15 +0900)]
[Tizen] Apply screen rotation to create window
This reverts commit
0351de2acc502d2c78a751501d07167ff4124d23.
Change-Id: Ic3d054834a1f31520bb874c7b97debba18c5df1c
Sunghyun Kim [Wed, 23 Sep 2020 02:15:37 +0000 (11:15 +0900)]
[Tizen] Sync for libds
This reverts commit
93ba02e840d17d77330de21ffe0cb4fad43c3791.
Change-Id: I8a7a0b55bd17b0d0a39193bd8023cf43de8c4887
Sunghyun Kim [Wed, 23 Sep 2020 02:11:22 +0000 (11:11 +0900)]
[Tizen] Add OffscreenApplication
This reverts commit
cc04adb6b541e4cfd0237e3b12f680f881234cc9.
Change-Id: I439a59287cd83a09a4e517eafb19c7123a2202ab
Sunghyun Kim [Wed, 23 Sep 2020 02:08:09 +0000 (11:08 +0900)]
[Tizen] Add screen and client rotation itself function
This reverts commit
fb301c1dd3260b09cf0fe34f01068e3dc20a0ca2.
Change-Id: I575e15240b9f4527219b4d6d7b3c5cad72a359cc
Sunghyun Kim [Wed, 23 Sep 2020 02:07:53 +0000 (11:07 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
3302173bf1d52c1c68b35da38fce7b2a2c8046bd.
Change-Id: I17486b0d9b7bb5411f8c026499ba5a0175a40d9e
Sunghyun Kim [Wed, 23 Sep 2020 02:07:27 +0000 (11:07 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I9cfb25f999b94cdb9a8c54fab3fb451a39d5def3
Sunghyun Kim [Wed, 23 Sep 2020 02:05:54 +0000 (11:05 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
3153c3372151cbc61f0f23230206fb37bc2799b4.
Sunghyun Kim [Wed, 23 Sep 2020 02:05:46 +0000 (11:05 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"
This reverts commit
de46e23491f796ece28af29f4cd7906160a313bf.
Sunghyun Kim [Wed, 23 Sep 2020 02:05:40 +0000 (11:05 +0900)]
Revert "[Tizen] Add OffscreenApplication"
This reverts commit
ad934df050f18c41561f7d160228a34351f21b4a.
Sunghyun Kim [Wed, 23 Sep 2020 02:05:35 +0000 (11:05 +0900)]
Revert "[Tizen] Add GlWindow"
This reverts commit
22a519fe38414017565958ee4b72e8307213257e.
Sunghyun Kim [Wed, 23 Sep 2020 02:05:25 +0000 (11:05 +0900)]
Revert "[Tizen] Sync for libds"
This reverts commit
6b9c6689f08569716821b2bbdb575186043b2637.
Sunghyun Kim [Wed, 23 Sep 2020 02:05:19 +0000 (11:05 +0900)]
Revert "[Tizen] Apply screen rotation to create window"
This reverts commit
75087a6801574fdd19b8da8c1aa7086f58988c24.
Daekwang Ryu [Thu, 20 Aug 2020 05:54:52 +0000 (14:54 +0900)]
Add OffscreenApplication
OffscreenApplication allows to make an application with a OffscreenWindow.
You don't have to create a on-screen window.
Change-Id: Ic418dce92ff1bf79f4be0a2ecb46e68784dbebe4
JunsuChoi [Mon, 27 Jul 2020 11:54:06 +0000 (20:54 +0900)]
Introduce VectorImageRenderer
The SvgVisual of dali-toolkit will use this instead of nanovg.
And this will use dali-extension which is using tizenvg.
Change-Id: Ic9dc1c68cf3ab266036848b32276b72920c33a71
Wonsik Jung [Tue, 22 Sep 2020 01:25:39 +0000 (01:25 +0000)]
Merge "Add GlWindow" into devel/master
Adeel Kazmi [Mon, 21 Sep 2020 18:37:15 +0000 (19:37 +0100)]
(Ubuntu) Temporarily disable freeing of pixmap as it crashes on EFL 1.24.0
Change-Id: Iaf9106f390472910d16b4ecd7d7bc2c038c26730
David Steele [Fri, 18 Sep 2020 10:35:08 +0000 (11:35 +0100)]
DALi Version 1.9.30
Change-Id: I4473bea67464891ba779ff69748c6185374f9a0e
Wonsik Jung [Fri, 4 Sep 2020 07:20:28 +0000 (16:20 +0900)]
Add GlWindow
Add GlWindow feature that is to support the native GLES application in DALi/NUI.
It has the interface to setup simple egl config.
In addition, three callback fuctions are initialize, rendering and terminate.
The functions are called on idler.
Change-Id: I306bf22e8126bf02af2d5316480aa695989b26c2
Daekwang Ryu [Tue, 15 Sep 2020 07:46:24 +0000 (16:46 +0900)]
[Tizen] Apply screen rotation to create window
This reverts commit
2277fd044b6cc8daf635f6ef439169c6c2e7baff.
Change-Id: I4f3c45a8e9329466c18e43e3ed43ad32b630cfc7
Daekwang Ryu [Tue, 8 Sep 2020 04:45:55 +0000 (13:45 +0900)]
[Tizen] Sync for libds
This patch will be removed when libds applies this api change.
Change-Id: I83a813b353af80e5ffcaf06b2bf49ad9b59110f9
Daekwang Ryu [Tue, 15 Sep 2020 02:49:11 +0000 (11:49 +0900)]
[Tizen] Add GlWindow
Add GlWindow to support the native GLES Application.
Change-Id: I0737eda18fd42caf1cac58e588a05f978479598f
Daekwang Ryu [Tue, 15 Sep 2020 02:43:32 +0000 (11:43 +0900)]
[Tizen] Add OffscreenApplication
OffscreenApplication allows to make an application with a OffscreenWindow.
You don't have to create a on-screen window.
Change-Id: I26b6faff1960c1c946fadfc4183003e6a8c1591f
Daekwang Ryu [Tue, 15 Sep 2020 02:30:33 +0000 (11:30 +0900)]
[Tizen] Add screen and client rotation itself function
This reverts commit
fd8984a99b358b931d734c4fe3793d5c4318db04.
Change-Id: I77af3a74b6c7dccb7055e5501ee7efd41b0eeb4a
Daekwang Ryu [Tue, 15 Sep 2020 02:23:53 +0000 (11:23 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
edb6b0f393d24d567e3e7a5efdff32c7d90259ac.
Change-Id: I634b62cf84a2f83c4dea702ac371dcc5b7858391
Daekwang Ryu [Tue, 15 Sep 2020 07:36:58 +0000 (16:36 +0900)]
Merge branch 'devel/master' into sandbox/dkdk/tizen
Change-Id: I811d2ecaeb348439b236dddbe45d50aeff530bb4
Daekwang Ryu [Tue, 15 Sep 2020 07:36:36 +0000 (16:36 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
b7cb269dd082bd2de58ef6971a4a1c59f482bed7.
Daekwang Ryu [Tue, 15 Sep 2020 07:36:34 +0000 (16:36 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"
This reverts commit
0dd22a5ced6735b0cb6fd285f4d7ad84edf543b6.
Daekwang Ryu [Tue, 15 Sep 2020 07:36:30 +0000 (16:36 +0900)]
Revert "[Tizen] Add OffscreenApplication"
This reverts commit
099d43e59e04e8012d1713886e5b9aa6e772fe5d.
Daekwang Ryu [Tue, 15 Sep 2020 07:36:27 +0000 (16:36 +0900)]
Revert "[Tizen] Add GlWindow"
This reverts commit
c792e2c3e5c272086dc0e1f1937febd006ec4ed7.
Daekwang Ryu [Tue, 15 Sep 2020 07:36:23 +0000 (16:36 +0900)]
Revert "[Tizen] Fix the converity issue of GlWindow"
This reverts commit
25b4786df440068898fa25202130e65ef4d4a1c9.
Daekwang Ryu [Tue, 15 Sep 2020 07:36:20 +0000 (16:36 +0900)]
Revert "[Tizen] Sync for libds"
This reverts commit
761d011db477df33052c1eab6be4673d08da1ebf.
Daekwang Ryu [Tue, 15 Sep 2020 07:36:17 +0000 (16:36 +0900)]
Revert "[Tizen] Fix touch position when screen is rotated"
This reverts commit
4750c074a53eb57796722a86af2e905f959e7e8b.
Daekwang Ryu [Tue, 15 Sep 2020 07:36:14 +0000 (16:36 +0900)]
Revert "[Tizen] Apply screen rotation to create window"
This reverts commit
9b0f8e53996dedb9b712db1cc6502a205ff3d733.
Wonsik Jung [Tue, 15 Sep 2020 05:44:44 +0000 (05:44 +0000)]
Merge "[Tizen] Apply screen rotation to create window" into tizen
Sunghyun Kim [Mon, 14 Sep 2020 06:07:26 +0000 (15:07 +0900)]
Fix memory leak issue
The pointer used in system_settings_get_value_string() should be free
Change-Id: Ic0b3b32cc1d1912fdebfda839ac14314b3333408
adam.b [Fri, 11 Sep 2020 11:56:28 +0000 (12:56 +0100)]
DALi Version 1.9.29
Change-Id: I86cf1aa3adcf17dfe3351b95114bcb130976968e
David Steele [Mon, 7 Sep 2020 17:12:11 +0000 (18:12 +0100)]
Formatting automated-tests
Formatted autotests, fixed up issues with header sorting.
Change-Id: Id68298bb3e587431623415c3dfd402adb227493f
David Steele [Thu, 10 Sep 2020 09:57:21 +0000 (10:57 +0100)]
Formatting API
Change-Id: I4e3171810f80fa1e10e3f5fbf51815e2110a38a6
David Steele [Mon, 7 Sep 2020 14:58:39 +0000 (15:58 +0100)]
Adding clang format stylesheet
Adding format script to check formatting before committing.
Change-Id: I8dde01f25a9cc69d43be8e5ca17ca838eacf75c3
Daekwang Ryu [Thu, 10 Sep 2020 10:48:08 +0000 (19:48 +0900)]
[Tizen] Fix touch position when screen is rotated
Change-Id: I84430131caf9f37addd596f3827d62a872b36e19
György Straub [Wed, 9 Sep 2020 12:43:23 +0000 (13:43 +0100)]
Adding 'override', removing 'virtual' from overriding functions' declarations in tests.
Change-Id: I7cea49aea8832d99ff3e7a8d5165707e88a91dac
Signed-off-by: György Straub <g.straub@partner.samsung.com>
Wonsik Jung [Wed, 9 Sep 2020 09:39:15 +0000 (18:39 +0900)]
[Tizen] Apply screen rotation to create window
Apply screen rotation to create window.
Current solution is to use output transform event.
It has one problem which the not rotated scene is shown when output transform event is received too late.
To fix the problem, window(scene) should be create with screen rotation angle.
Change-Id: If59d2d94f5a5b22d291354539804bd50a7b1ef42
György Straub [Tue, 8 Sep 2020 06:21:46 +0000 (07:21 +0100)]
Fixes by clang-tidy.
- forward declaration struct / class mismatches;
- file modes (-x);
Change-Id: I771c105efa7c65b13ffae0e5a854a31e0717944e
Signed-off-by: György Straub <g.straub@partner.samsung.com>
adam.b [Tue, 8 Sep 2020 14:46:04 +0000 (15:46 +0100)]
Added 'virtual' to GetLogContextFunction() in trace manager
Change-Id: I9206244553ac57404a359d8fe330e240de86e5d1
Adeel Kazmi [Tue, 8 Sep 2020 10:56:59 +0000 (10:56 +0000)]
Merge "Changed 'virtual' function override declarations to 'override' in automated-tests." into devel/master
Adeel Kazmi [Tue, 8 Sep 2020 08:30:04 +0000 (08:30 +0000)]
Merge "Changed 'virtual' function override declarations to 'override'." into devel/master
Adeel Kazmi [Tue, 8 Sep 2020 08:20:23 +0000 (08:20 +0000)]
Merge "Render once when redraw request event is comming" into devel/master
György Straub [Fri, 4 Sep 2020 16:06:19 +0000 (17:06 +0100)]
Changed 'virtual' function override declarations to 'override'.
Change-Id: If1f4eeb2708709e1f62fb03d204aad27018e8b2d
Signed-off-by: György Straub <g.straub@partner.samsung.com>
seungho [Mon, 7 Sep 2020 02:39:32 +0000 (11:39 +0900)]
Render once when redraw request event is comming
Change-Id: Idc96b8c7a742be15ff8de30a7b37de373b576992
Signed-off-by: seungho <seungho@seungho.tn.corp.samsungelectronics.net>
Daekwang Ryu [Tue, 8 Sep 2020 04:45:55 +0000 (13:45 +0900)]
[Tizen] Sync for libds
This patch will be removed when libds applies this api change.
Change-Id: I49b658597e64502c37132ef26f379df4ea72dc36
Heeyong Song [Tue, 8 Sep 2020 02:22:01 +0000 (02:22 +0000)]
Merge "Support multiple surfaces for partial update" into devel/master
Heeyong Song [Tue, 8 Sep 2020 02:21:55 +0000 (02:21 +0000)]
Merge "(Partial update) Fix surface damage area" into devel/master
Wonsik Jung [Mon, 7 Sep 2020 02:16:15 +0000 (11:16 +0900)]
[Tizen] Fix the converity issue of GlWindow
Fix the converity issue of GlWindow(1148976)
It is related of value init.
Change-Id: Ic3a8ea5732a69457140c67c54bdaf1ee8ea3a307
Wonsik Jung [Tue, 25 Aug 2020 07:12:46 +0000 (16:12 +0900)]
[Tizen] Add GlWindow
Add GlWindow to support the native GLES Application.
Change-Id: I4401a5109748a0803cac8fb9e68dcd273be58e29
Daekwang Ryu [Thu, 20 Aug 2020 05:54:52 +0000 (14:54 +0900)]
[Tizen] Add OffscreenApplication
OffscreenApplication allows to make an application with a OffscreenWindow.
You don't have to create a on-screen window.
Change-Id: I3118d64787bd9d87bfb7fd80b319e38edf55dcd7
Joogab Yun [Mon, 7 Sep 2020 05:40:06 +0000 (14:40 +0900)]
[Tizen] Add screen and client rotation itself function
This reverts commit
547fa1a243344c31153f7d118cf1453b3541f9e7.
Change-Id: Iebbc994caef59e12c3a16f313ffc13eb88f3adeb
Joogab Yun [Mon, 7 Sep 2020 05:39:44 +0000 (14:39 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
dfacbe66f38fcfebc20dea36fc995e15292882b3.
Change-Id: I654deb23ba8d62b690e7a701f82316f9b5c7faf4
Joogab Yun [Mon, 7 Sep 2020 05:39:20 +0000 (14:39 +0900)]
Merge branch 'devel/master' into tizen
Joogab Yun [Mon, 7 Sep 2020 05:39:09 +0000 (14:39 +0900)]
Revert "Revert "Move TouchPoint to Devel API""
This reverts commit
f26bce354ce5547d57bbffd7468fceb7ef34d335.
Joogab Yun [Mon, 7 Sep 2020 05:39:06 +0000 (14:39 +0900)]
Revert "Revert "Renamed KeyEvent enum values to comply with coding standards.""
This reverts commit
70d9fd825bad24b44f246aa24f7a3d317715737b.
Joogab Yun [Mon, 7 Sep 2020 05:39:03 +0000 (14:39 +0900)]
Revert "Revert "Fix build errors for MS-Windows after KeyEvent class pimpling patch.""
This reverts commit
066affb40c3fe175062c09ceace4c5792a250d5a.
Joogab Yun [Mon, 7 Sep 2020 05:39:00 +0000 (14:39 +0900)]
Revert "Revert "KeyEvent class pimpling""
This reverts commit
7852e9025794964a77a4f2f18c2a8b4bc9e266c1.
Joogab Yun [Mon, 7 Sep 2020 05:38:57 +0000 (14:38 +0900)]
Revert "Revert "WheelEvent class pimpling""
This reverts commit
cfcd9f6aa637ee85c5a105ee2333e17d16d83355.
Joogab Yun [Mon, 7 Sep 2020 05:38:52 +0000 (14:38 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
79d6e21884fe7be27a965db6aa958e43fb4ec7a8.
Joogab Yun [Mon, 7 Sep 2020 05:38:49 +0000 (14:38 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"
This reverts commit
a718c85137408afc52dafe97f26be93e9121aee6.
Joogab Yun [Mon, 7 Sep 2020 05:38:46 +0000 (14:38 +0900)]
Revert "[Tizen] Add OffscreenApplication"
This reverts commit
b64876820169d0d123ca39f2a42ef7599a1ca2b1.
Joogab Yun [Mon, 7 Sep 2020 05:38:43 +0000 (14:38 +0900)]
Revert "[Tizen] Add GlWindow"
This reverts commit
8350a35dc6f7b051490c5ef620f0d8dfb7685afa.
Joogab Yun [Mon, 7 Sep 2020 05:38:37 +0000 (14:38 +0900)]
Revert "[Tizen] Fix the converity issue of GlWindow"
This reverts commit
11a5ed9ee8bfbf433097fd76314d78cea489961a.
Wonsik Jung [Mon, 7 Sep 2020 02:16:15 +0000 (11:16 +0900)]
[Tizen] Fix the converity issue of GlWindow
Fix the converity issue of GlWindow(1148976)
It is related of value init.
Change-Id: I61eba52b1f80390ca53fcec24c4b6fa87aa121d9
György Straub [Fri, 4 Sep 2020 15:47:20 +0000 (16:47 +0100)]
Changed 'virtual' function override declarations to 'override' in automated-tests.
Change-Id: I36e68de23820a1d796a07c084643514b1439fc9c
Signed-off-by: György Straub <g.straub@partner.samsung.com>
David Steele [Fri, 4 Sep 2020 10:53:08 +0000 (10:53 +0000)]
Merge "DALi Version 1.9.28" into devel/master
Richard Huang [Fri, 4 Sep 2020 10:15:45 +0000 (11:15 +0100)]
DALi Version 1.9.28
Change-Id: I0b87470c4b461eec0564b723e40f87a29e570d31
Daekwang Ryu [Fri, 4 Sep 2020 03:27:01 +0000 (12:27 +0900)]
Revert "Add OffscreenApplication"
This reverts commit
b7769b595b297a4b371bbc09e01c99a47b7e5bf6.
Daekwang Ryu [Thu, 20 Aug 2020 05:54:52 +0000 (14:54 +0900)]
Add OffscreenApplication
OffscreenApplication allows to make an application with a OffscreenWindow.
You don't have to create a on-screen window.
Change-Id: I33f70af964fa54036a2e9946be866f116e637853
Heeyong Song [Fri, 21 Aug 2020 09:02:30 +0000 (18:02 +0900)]
Support multiple surfaces for partial update
Change-Id: I0880ce461407c48bc0290f73fd1bc8824f5e46a8
Adeel Kazmi [Wed, 2 Sep 2020 20:09:33 +0000 (20:09 +0000)]
Merge "Renamed TouchSignal to TouchedSignal" into devel/master
Adeel Kazmi [Wed, 2 Sep 2020 13:47:03 +0000 (14:47 +0100)]
Renamed TouchSignal to TouchedSignal
Change-Id: I7e230727e8e2b86363e87ec0518d62db6ad6729c
David Steele [Wed, 2 Sep 2020 14:51:23 +0000 (15:51 +0100)]
Removing Configuration::ContextLoss APIs and enum
Change-Id: I41e08e1e4b4055f91cc381a9da69e07df7b3aeca