platform/core/uifw/dali-adaptor.git
3 years ago[Tizen] Disable PreRotation function 64/251964/1 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/hotfix/20210122.054431 submit/tizen_6.0_hotfix/20210122.020620
Wonsik Jung [Thu, 21 Jan 2021 07:07:28 +0000 (16:07 +0900)]
[Tizen] Disable PreRotation function

Disable prerotation function for screen rotation.
Because screen rotation works before wl-egl-window is created and prerotation needs the wl-egl-window.
In addition, prerotaiton does not work in tizen commercial product.

Change-Id: I14ee7c9e90e085790207d336eee8a214605b2b21

3 years ago[Tizen] Apply screen rotation to create window accepted/tizen/6.0/unified/20201030.113443 accepted/tizen/6.0/unified/hotfix/20201103.001342 accepted/tizen/unified/20201007.090642 submit/tizen/20201006.153948 submit/tizen_6.0/20201029.205105 submit/tizen_6.0_hotfix/20201102.192505 submit/tizen_6.0_hotfix/20201103.114805 tizen_6.0.m2_release
Daekwang Ryu [Tue, 6 Oct 2020 03:55:38 +0000 (12:55 +0900)]
[Tizen] Apply screen rotation to create window

This reverts commit f0d2ed9b8967314b9c39b4f6b88d0e544202c543.

Change-Id: Ib01e232d3b9186e9956a4537b4e1b42c388f6fa6

3 years ago[Tizen] Sync for libds
Daekwang Ryu [Tue, 6 Oct 2020 03:55:26 +0000 (12:55 +0900)]
[Tizen] Sync for libds

This reverts commit 5c51f9311780b763a63cb33526c2fec71809ada0.

Change-Id: Ia3928d7bd92f63af5a232ba34d234024c81c1a02

3 years ago[Tizen] Add screen and client rotation itself function
Daekwang Ryu [Tue, 6 Oct 2020 03:51:48 +0000 (12:51 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit 2c4663c7932a6f59cd99f08289185a2b0100e2eb.

Change-Id: I9ff22d632c48da8f7738f12e15b8f65de423947c

3 years ago[Tizen] Add DALi Autofill implementation
Daekwang Ryu [Tue, 6 Oct 2020 03:51:44 +0000 (12:51 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit 8f10933048de2edce9a422ca9bfdcfbabf16a87c.

Change-Id: Ibc91d29c356174f63bcff08b1a7c5458614c5684

3 years agoMerge branch 'devel/master' into tizen
Daekwang Ryu [Tue, 6 Oct 2020 03:51:37 +0000 (12:51 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I5a0925527f367ae3c19da0d5b6a09edc91df1a62

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
Daekwang Ryu [Tue, 6 Oct 2020 03:51:31 +0000 (12:51 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit ecc81029f3f3da9228f459fbbbe8db0f0b807802.

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
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.

3 years agoRevert "[Tizen] Add OffscreenApplication"
Daekwang Ryu [Tue, 6 Oct 2020 03:51:24 +0000 (12:51 +0900)]
Revert "[Tizen] Add OffscreenApplication"

This reverts commit 9c567aa9ea2355d234d178cf84b6206668bc4495.

3 years agoRevert "[Tizen] Sync for libds"
Daekwang Ryu [Tue, 6 Oct 2020 03:51:22 +0000 (12:51 +0900)]
Revert "[Tizen] Sync for libds"

This reverts commit cdaf20d7d28fc47b94546c901765c2356f36a582.

3 years agoRevert "[Tizen] Apply screen rotation to create window"
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.

3 years agoMerge "Add uint8_t type ReadFile method" into devel/master
Heeyong Song [Sun, 4 Oct 2020 23:55:27 +0000 (23:55 +0000)]
Merge "Add uint8_t type ReadFile method" into devel/master

3 years agoDALi Version 1.9.32 11/245111/1 dali_1.9.32
Cheng-Shiun Tsai [Fri, 2 Oct 2020 09:46:37 +0000 (10:46 +0100)]
DALi Version 1.9.32

Change-Id: I6b304ce322441137e263a696c9ec05a370211777

3 years agocheck EGL_KHR_partial_update and EGL_KHR_swap_buffers_with_damage for partial rendering 19/244419/3
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

3 years agoMerge "(Environment Options) Reduce cyclomatic complexity of ParseEnvironmentOptions...
Adeel Kazmi [Tue, 29 Sep 2020 14:59:32 +0000 (14:59 +0000)]
Merge "(Environment Options) Reduce cyclomatic complexity of ParseEnvironmentOptions" into devel/master

3 years ago(Loader ICO) Separate out LoadBitmapFromIco to reduce cyclomatic complexity 86/244986/2
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

3 years ago(Environment Options) Reduce cyclomatic complexity of ParseEnvironmentOptions 87/244987/4
Adeel Kazmi [Mon, 28 Sep 2020 17:42:00 +0000 (18:42 +0100)]
(Environment Options) Reduce cyclomatic complexity of ParseEnvironmentOptions

Change-Id: I30a53de77cdd31c0d68ed993465dbd6164656dd9

3 years agoAdd uint8_t type ReadFile method 02/245002/1
Heeyong Song [Tue, 29 Sep 2020 03:14:40 +0000 (12:14 +0900)]
Add uint8_t type ReadFile method

Change-Id: Ib7127b7c2a5550aeb71c2c7ad3bfba0a37cd0a56

3 years ago(Cairo Renderer) Separate RenderTextCairo into several functions to reduce cyclomatic... 81/244981/1
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

3 years agoMerge "Refactor script.cpp" into devel/master
Adeel Kazmi [Fri, 25 Sep 2020 14:08:06 +0000 (14:08 +0000)]
Merge "Refactor script.cpp" into devel/master

3 years agoDALi Version 1.9.31 82/244882/1 dali_1.9.31
Adeel Kazmi [Fri, 25 Sep 2020 10:58:01 +0000 (11:58 +0100)]
DALi Version 1.9.31

Change-Id: I5ec148d2eb6425f6b89d514f80a1c0a771c44658

3 years agoRefactor script.cpp 67/244367/9
Adeel Kazmi [Thu, 17 Sep 2020 21:53:44 +0000 (22:53 +0100)]
Refactor script.cpp

Change-Id: I6225aa9b38948d3dcfe3a9524bee3b5e60bb3a2e

3 years agoAdd test for TextAbstraction::GetCharacterScript 30/244830/1
Adeel Kazmi [Thu, 24 Sep 2020 16:40:57 +0000 (17:40 +0100)]
Add test for TextAbstraction::GetCharacterScript

Change-Id: I1875fb1e28d19bbc5fa648a03dea577ffcd86854

3 years agoMerge "Add OffscreenApplication" into devel/master
Daekwang Ryu [Thu, 24 Sep 2020 02:50:21 +0000 (02:50 +0000)]
Merge "Add OffscreenApplication" into devel/master

3 years agoMerge "Remove unused enumeration types of ButtonAction" 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

3 years agoAvoid execessive Pushback when Dali::Vector<char> used as file buffer container 94/238294/3
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

3 years agoRemove unused enumeration types of ButtonAction 52/244652/2
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>
3 years ago[Tizen] Apply screen rotation to create window accepted/tizen/unified/20200924.072529 submit/tizen/20200923.133541 submit/tizen/20200923.193806
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

3 years ago[Tizen] Sync for libds
Sunghyun Kim [Wed, 23 Sep 2020 02:15:37 +0000 (11:15 +0900)]
[Tizen] Sync for libds

This reverts commit 93ba02e840d17d77330de21ffe0cb4fad43c3791.

Change-Id: I8a7a0b55bd17b0d0a39193bd8023cf43de8c4887

3 years ago[Tizen] Add OffscreenApplication
Sunghyun Kim [Wed, 23 Sep 2020 02:11:22 +0000 (11:11 +0900)]
[Tizen] Add OffscreenApplication

This reverts commit cc04adb6b541e4cfd0237e3b12f680f881234cc9.

Change-Id: I439a59287cd83a09a4e517eafb19c7123a2202ab

3 years ago[Tizen] Add screen and client rotation itself function
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

3 years ago[Tizen] Add DALi Autofill implementation
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

3 years agoMerge branch 'devel/master' into tizen
Sunghyun Kim [Wed, 23 Sep 2020 02:07:27 +0000 (11:07 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I9cfb25f999b94cdb9a8c54fab3fb451a39d5def3

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
Sunghyun Kim [Wed, 23 Sep 2020 02:05:54 +0000 (11:05 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 3153c3372151cbc61f0f23230206fb37bc2799b4.

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
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.

3 years agoRevert "[Tizen] Add OffscreenApplication"
Sunghyun Kim [Wed, 23 Sep 2020 02:05:40 +0000 (11:05 +0900)]
Revert "[Tizen] Add OffscreenApplication"

This reverts commit ad934df050f18c41561f7d160228a34351f21b4a.

3 years agoRevert "[Tizen] Add GlWindow"
Sunghyun Kim [Wed, 23 Sep 2020 02:05:35 +0000 (11:05 +0900)]
Revert "[Tizen] Add GlWindow"

This reverts commit 22a519fe38414017565958ee4b72e8307213257e.

3 years agoRevert "[Tizen] Sync for libds"
Sunghyun Kim [Wed, 23 Sep 2020 02:05:25 +0000 (11:05 +0900)]
Revert "[Tizen] Sync for libds"

This reverts commit 6b9c6689f08569716821b2bbdb575186043b2637.

3 years agoRevert "[Tizen] Apply screen rotation to create window"
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.

3 years agoAdd OffscreenApplication 17/243217/7
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

3 years agoIntroduce VectorImageRenderer 92/239592/22
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

3 years agoMerge "Add GlWindow" into devel/master
Wonsik Jung [Tue, 22 Sep 2020 01:25:39 +0000 (01:25 +0000)]
Merge "Add GlWindow" into devel/master

3 years ago(Ubuntu) Temporarily disable freeing of pixmap as it crashes on EFL 1.24.0 60/244560/1
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

3 years agoDALi Version 1.9.30 39/244439/1 dali_1.9.30
David Steele [Fri, 18 Sep 2020 10:35:08 +0000 (11:35 +0100)]
DALi Version 1.9.30

Change-Id: I4473bea67464891ba779ff69748c6185374f9a0e

3 years agoAdd GlWindow 44/243244/7
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

3 years ago[Tizen] Apply screen rotation to create window accepted/tizen/unified/20200917.030643 submit/tizen/20200916.173718
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

3 years ago[Tizen] Sync for libds
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

3 years ago[Tizen] Add GlWindow
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

3 years ago[Tizen] Add OffscreenApplication
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

3 years ago[Tizen] Add screen and client rotation itself function
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

3 years ago[Tizen] Add DALi Autofill implementation
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

3 years agoMerge branch 'devel/master' into sandbox/dkdk/tizen
Daekwang Ryu [Tue, 15 Sep 2020 07:36:58 +0000 (16:36 +0900)]
Merge branch 'devel/master' into sandbox/dkdk/tizen

Change-Id: I811d2ecaeb348439b236dddbe45d50aeff530bb4

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
Daekwang Ryu [Tue, 15 Sep 2020 07:36:36 +0000 (16:36 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit b7cb269dd082bd2de58ef6971a4a1c59f482bed7.

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
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.

3 years agoRevert "[Tizen] Add OffscreenApplication"
Daekwang Ryu [Tue, 15 Sep 2020 07:36:30 +0000 (16:36 +0900)]
Revert "[Tizen] Add OffscreenApplication"

This reverts commit 099d43e59e04e8012d1713886e5b9aa6e772fe5d.

3 years agoRevert "[Tizen] Add GlWindow"
Daekwang Ryu [Tue, 15 Sep 2020 07:36:27 +0000 (16:36 +0900)]
Revert "[Tizen] Add GlWindow"

This reverts commit c792e2c3e5c272086dc0e1f1937febd006ec4ed7.

3 years agoRevert "[Tizen] Fix the converity issue of GlWindow"
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.

3 years agoRevert "[Tizen] Sync for libds"
Daekwang Ryu [Tue, 15 Sep 2020 07:36:20 +0000 (16:36 +0900)]
Revert "[Tizen] Sync for libds"

This reverts commit 761d011db477df33052c1eab6be4673d08da1ebf.

3 years agoRevert "[Tizen] Fix touch position when screen is rotated"
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.

3 years agoRevert "[Tizen] Apply screen rotation to create window"
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.

3 years agoMerge "[Tizen] Apply screen rotation to create window" into tizen
Wonsik Jung [Tue, 15 Sep 2020 05:44:44 +0000 (05:44 +0000)]
Merge "[Tizen] Apply screen rotation to create window" into tizen

3 years agoFix memory leak issue 17/244017/2
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

3 years agoDALi Version 1.9.29 65/243965/1 dali_1.9.29
adam.b [Fri, 11 Sep 2020 11:56:28 +0000 (12:56 +0100)]
DALi Version 1.9.29

Change-Id: I86cf1aa3adcf17dfe3351b95114bcb130976968e

3 years agoFormatting automated-tests 07/243607/5
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

3 years agoFormatting API 32/243832/3
David Steele [Thu, 10 Sep 2020 09:57:21 +0000 (10:57 +0100)]
Formatting API

Change-Id: I4e3171810f80fa1e10e3f5fbf51815e2110a38a6

3 years agoAdding clang format stylesheet 06/243606/4
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

3 years ago[Tizen] Fix touch position when screen is rotated 38/243838/1 accepted/tizen/unified/20200911.043241 submit/tizen/20200910.200255
Daekwang Ryu [Thu, 10 Sep 2020 10:48:08 +0000 (19:48 +0900)]
[Tizen] Fix touch position when screen is rotated

Change-Id: I84430131caf9f37addd596f3827d62a872b36e19

3 years agoAdding 'override', removing 'virtual' from overriding functions' declarations in... 53/243753/1
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>
3 years ago[Tizen] Apply screen rotation to create window 27/243727/1
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

3 years agoFixes by clang-tidy. 59/243559/2
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>
3 years agoAdded 'virtual' to GetLogContextFunction() in trace manager 28/243628/1
adam.b [Tue, 8 Sep 2020 14:46:04 +0000 (15:46 +0100)]
Added 'virtual' to GetLogContextFunction() in trace manager

Change-Id: I9206244553ac57404a359d8fe330e240de86e5d1

3 years agoMerge "Changed 'virtual' function override declarations to 'override' in automated...
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

3 years agoMerge "Changed 'virtual' function override declarations to 'override'." into devel...
Adeel Kazmi [Tue, 8 Sep 2020 08:30:04 +0000 (08:30 +0000)]
Merge "Changed 'virtual' function override declarations to 'override'." into devel/master

3 years agoMerge "Render once when redraw request event is comming" 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

3 years agoChanged 'virtual' function override declarations to 'override'. 95/243395/6
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>
3 years agoRender once when redraw request event is comming 51/243351/3
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>
3 years ago[Tizen] Sync for libds 48/243548/3 submit/tizen/20200908.102446
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

3 years agoMerge "Support multiple surfaces for partial update" into devel/master
Heeyong Song [Tue, 8 Sep 2020 02:22:01 +0000 (02:22 +0000)]
Merge "Support multiple surfaces for partial update" into devel/master

3 years agoMerge "(Partial update) Fix surface damage area" 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

3 years ago[Tizen] Fix the converity issue of GlWindow 75/243375/1
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

3 years ago[Tizen] Add GlWindow 74/243374/1
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

3 years ago[Tizen] Add OffscreenApplication 73/243373/1
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

3 years ago[Tizen] Add screen and client rotation itself function
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

3 years ago[Tizen] Add DALi Autofill implementation
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

3 years agoMerge branch 'devel/master' into tizen
Joogab Yun [Mon, 7 Sep 2020 05:39:20 +0000 (14:39 +0900)]
Merge branch 'devel/master' into tizen

3 years agoRevert "Revert "Move TouchPoint to Devel API""
Joogab Yun [Mon, 7 Sep 2020 05:39:09 +0000 (14:39 +0900)]
Revert "Revert "Move TouchPoint to Devel API""

This reverts commit f26bce354ce5547d57bbffd7468fceb7ef34d335.

3 years agoRevert "Revert "Renamed KeyEvent enum values to comply with coding standards.""
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.

3 years agoRevert "Revert "Fix build errors for MS-Windows after KeyEvent class pimpling patch.""
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.

3 years agoRevert "Revert "KeyEvent class pimpling""
Joogab Yun [Mon, 7 Sep 2020 05:39:00 +0000 (14:39 +0900)]
Revert "Revert "KeyEvent class pimpling""

This reverts commit 7852e9025794964a77a4f2f18c2a8b4bc9e266c1.

3 years agoRevert "Revert "WheelEvent class pimpling""
Joogab Yun [Mon, 7 Sep 2020 05:38:57 +0000 (14:38 +0900)]
Revert "Revert "WheelEvent class pimpling""

This reverts commit cfcd9f6aa637ee85c5a105ee2333e17d16d83355.

3 years agoRevert "[Tizen] Add DALi Autofill implementation"
Joogab Yun [Mon, 7 Sep 2020 05:38:52 +0000 (14:38 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 79d6e21884fe7be27a965db6aa958e43fb4ec7a8.

3 years agoRevert "[Tizen] Add screen and client rotation itself function"
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.

3 years agoRevert "[Tizen] Add OffscreenApplication"
Joogab Yun [Mon, 7 Sep 2020 05:38:46 +0000 (14:38 +0900)]
Revert "[Tizen] Add OffscreenApplication"

This reverts commit b64876820169d0d123ca39f2a42ef7599a1ca2b1.

3 years agoRevert "[Tizen] Add GlWindow"
Joogab Yun [Mon, 7 Sep 2020 05:38:43 +0000 (14:38 +0900)]
Revert "[Tizen] Add GlWindow"

This reverts commit 8350a35dc6f7b051490c5ef620f0d8dfb7685afa.

3 years agoRevert "[Tizen] Fix the converity issue of GlWindow"
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.

3 years ago[Tizen] Fix the converity issue of GlWindow 48/243348/1
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

3 years agoChanged 'virtual' function override declarations to 'override' in automated-tests. 27/243327/1
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>
3 years agoMerge "DALi Version 1.9.28" into devel/master
David Steele [Fri, 4 Sep 2020 10:53:08 +0000 (10:53 +0000)]
Merge "DALi Version 1.9.28" into devel/master

3 years agoDALi Version 1.9.28 75/243275/1 dali_1.9.28
Richard Huang [Fri, 4 Sep 2020 10:15:45 +0000 (11:15 +0100)]
DALi Version 1.9.28

Change-Id: I0b87470c4b461eec0564b723e40f87a29e570d31

3 years agoRevert "Add OffscreenApplication"
Daekwang Ryu [Fri, 4 Sep 2020 03:27:01 +0000 (12:27 +0900)]
Revert "Add OffscreenApplication"

This reverts commit b7769b595b297a4b371bbc09e01c99a47b7e5bf6.