platform/core/uifw/dali-core.git
4 years agoDALi Version 1.4.27 72/209372/1 dali_1.4.27
György Straub [Fri, 5 Jul 2019 07:55:35 +0000 (08:55 +0100)]
DALi Version 1.4.27

Change-Id: I7be6f6894a254de026ea081e120a69400c15d4ff

4 years agoMerge "Add GetLogicalKey API in DevelKeyEvent" into devel/master
Adeel Kazmi [Tue, 2 Jul 2019 10:58:48 +0000 (10:58 +0000)]
Merge "Add GetLogicalKey API in DevelKeyEvent" into devel/master

4 years agoMerge "Ensure root layers and scenes aligned together properly rather than using...
Adeel Kazmi [Mon, 1 Jul 2019 16:27:11 +0000 (16:27 +0000)]
Merge "Ensure root layers and scenes aligned together properly rather than using indices to match" into devel/master

4 years agoEnsure root layers and scenes aligned together properly rather than using indices... 88/208788/4
Richard Huang [Fri, 28 Jun 2019 10:39:52 +0000 (11:39 +0100)]
Ensure root layers and scenes aligned together properly rather than using indices to match

Change-Id: I640fe67c26f00c3f82208be8716e99bd04612060

4 years agoMerge "Make the core code a bit more generic to be able to compile without glibc...
Adeel Kazmi [Mon, 1 Jul 2019 14:42:38 +0000 (14:42 +0000)]
Merge "Make the core code a bit more generic to be able to compile without glibc." into devel/master

4 years agoMake the core code a bit more generic to be able to compile without glibc. 85/208785/2
Anton Obzhirov [Wed, 20 Mar 2019 19:34:44 +0000 (19:34 +0000)]
Make the core code a bit more generic to be able to compile without glibc.

Change-Id: I876018729f2e7c19bbd21defe55c6a18508a06d9

4 years agoDALi Version 1.4.26 89/208789/1 dali_1.4.26
greynaga [Fri, 28 Jun 2019 10:42:18 +0000 (11:42 +0100)]
DALi Version 1.4.26

Change-Id: I6f4bbd283f8cf24623a35dd71fe1503b53b0a1cc

4 years agoMerge "Ensure we render once more when any node property or the node hierarchy change...
Adeel Kazmi [Thu, 27 Jun 2019 15:04:10 +0000 (15:04 +0000)]
Merge "Ensure we render once more when any node property or the node hierarchy changes" into devel/master

4 years agoMerge "Fix the crash when adding new scene during core event processing" into devel...
Adeel Kazmi [Thu, 27 Jun 2019 13:19:25 +0000 (13:19 +0000)]
Merge "Fix the crash when adding new scene during core event processing" into devel/master

4 years agoEnsure we render once more when any node property or the node hierarchy changes 25/208625/1
Adeel Kazmi [Wed, 26 Jun 2019 17:44:56 +0000 (18:44 +0100)]
Ensure we render once more when any node property or the node hierarchy changes

Change-Id: Id018dc94578084553aeabddfe1c7c3e2ff24365e

4 years agoFix the crash when adding new scene during core event processing 24/208324/2
Richard Huang [Fri, 21 Jun 2019 13:14:16 +0000 (14:14 +0100)]
Fix the crash when adding new scene during core event processing

Change-Id: I6ed13af6305a3615f0c874a2112cb132d894d56d

4 years agoRemove unused gesture-manager.h 53/208453/2
Adeel Kazmi [Mon, 24 Jun 2019 11:11:28 +0000 (12:11 +0100)]
Remove unused gesture-manager.h

Change-Id: Id9ec439638fb93a994ded33b1e93f394edb24d6b

4 years agoFix FrameBuffer sync issue, etc. 61/207561/15
Jiyun Yang [Fri, 7 Jun 2019 06:56:38 +0000 (15:56 +0900)]
Fix FrameBuffer sync issue, etc.

(1) Fix FrameBuffer sync issue

Render::FrameBuffer has mSurface but the Surface can be modified by main thread.
API such as Render::FrameBuffer::GetWidth() returned mSurface's property to the update+render thread.
This broke FrameBuffer sync between threads.

To fix this, make Render::FrameBuffer no longer use mSurface's width, height and backgroundColor directly.
Instead, it stores those values and update it through messages in the update manager.

(2) Fix Window resize issue

Since multi-window introduced, the update+render thread has not received
the resizing informtion of each window, so it couldn't pass resizing flag properly
to the surface when rendering (PreRender/PostRender).

Since Window::SetSize() can be called anytime even in the middle of updating and rendering,
the update+render thread can not use resizing information in the Surface directly.
-> The core should passes a surface resizement information to the update+render thread by messaging.

After (1), the core gets a method that passes Surface resizement info to the udpate+render thread
and it solves problems.

(3) Move the backgroundColor to Scene from RenderSurface

Change-Id: I385a45a46de681c3c0656cdb4a59a9f8f464d975
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoMerge "Update the doxygen comment" into devel/master
Seoyeon Kim [Fri, 21 Jun 2019 02:17:55 +0000 (02:17 +0000)]
Merge "Update the doxygen comment" into devel/master

4 years agoEnsure we render once more when we remove all renderers from the scene 02/208202/7
Adeel Kazmi [Wed, 19 Jun 2019 16:06:43 +0000 (17:06 +0100)]
Ensure we render once more when we remove all renderers from the scene

Change-Id: I3d67c6ceee6bcf4424c8cb3c2fcf3452f82f07e0

4 years agoDALi Version 1.4.25 48/208248/1 dali_1.4.25
Anton Obzhirov [Thu, 20 Jun 2019 10:20:00 +0000 (11:20 +0100)]
DALi Version 1.4.25

Change-Id: I3c5e51b8b00acf6fe5f28a9602650b387fb56ab6

4 years agoMerge "Delete the Scene when requested" into devel/master
Adeel Kazmi [Wed, 19 Jun 2019 10:16:08 +0000 (10:16 +0000)]
Merge "Delete the Scene when requested" into devel/master

4 years agoUpdate the doxygen comment 64/208164/2
Seoyeon Kim [Wed, 19 Jun 2019 06:18:58 +0000 (15:18 +0900)]
Update the doxygen comment

Change-Id: I762c16d8f1aaaeae0d6933796faef45b50bdee95
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoDelete the Scene when requested 70/207870/6
Richard Huang [Thu, 13 Jun 2019 10:14:32 +0000 (11:14 +0100)]
Delete the Scene when requested

Change-Id: I70e936cc744237ec876e16e900fd076711d9b55d

4 years agoDALi Version 1.4.24 71/207971/1
Agnelo Vaz [Fri, 14 Jun 2019 10:36:25 +0000 (11:36 +0100)]
DALi Version 1.4.24

Change-Id: I05cc0d70f5e279da77a50c2ca9e731a204bc67ec

4 years agoAdd GetLogicalKey API in DevelKeyEvent 52/206452/2
Seoyeon Kim [Mon, 11 Mar 2019 06:04:43 +0000 (15:04 +0900)]
Add GetLogicalKey API in DevelKeyEvent

- Added GetLogicalKey API to get the logical key.
 (eg. '1' key of NumberPad -> logicalKey : "KP_1")

Change-Id: I1f0424d31646c310a1471f745e5172c8e9cdbbf1
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoMerge "Update the doxygen documentation" into devel/master
Adeel Kazmi [Mon, 10 Jun 2019 11:41:15 +0000 (11:41 +0000)]
Merge "Update the doxygen documentation" into devel/master

4 years agoDALi Version 1.4.23 72/207572/1 dali_1.4.23
Adeel Kazmi [Fri, 7 Jun 2019 09:55:34 +0000 (10:55 +0100)]
DALi Version 1.4.23

Change-Id: I6d6e3d7d4f5582150458ce0ee90f48ed3d86e6f9

4 years agoUpdate the doxygen documentation 57/207557/1
Seoyeon Kim [Fri, 7 Jun 2019 06:26:45 +0000 (15:26 +0900)]
Update the doxygen documentation

- According to the reviews, updated the descriptions.
 Please refer to the reviews :
 https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/194558
https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-core/+/180419

Change-Id: Iab595106107fd8982fab88bb5fc17c9f5a85c023
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoMerge "DALi Version 1.4.22" into devel/master
Adeel Kazmi [Fri, 31 May 2019 10:51:36 +0000 (10:51 +0000)]
Merge "DALi Version 1.4.22" into devel/master

4 years agoDALi Version 1.4.22 63/207263/1 dali_1.4.22
adam.b [Fri, 31 May 2019 09:51:35 +0000 (10:51 +0100)]
DALi Version 1.4.22

Change-Id: I5eb3ae5acf3bc244e906a48646df4f7b1736d66a

4 years agoMerge "Add '@addtogroup' tag to generate doxygen page" into devel/master
HyunJu Shin [Fri, 31 May 2019 05:42:01 +0000 (05:42 +0000)]
Merge "Add '@addtogroup' tag to generate doxygen page" into devel/master

4 years agoSupport off-screen buffer rendering in additional windows 65/206765/6
Richard Huang [Thu, 23 May 2019 15:11:39 +0000 (16:11 +0100)]
Support off-screen buffer rendering in additional windows

Change-Id: I7b6bb0d1f6292b786126b5dcb4c38ac232c9fcba

4 years agoMerge "Fix SVACE issue" into devel/master
Adeel Kazmi [Tue, 28 May 2019 15:31:12 +0000 (15:31 +0000)]
Merge "Fix SVACE issue" into devel/master

4 years agoMerge "Update the doxygen comment" into devel/master
HyunJu Shin [Tue, 28 May 2019 01:22:30 +0000 (01:22 +0000)]
Merge "Update the doxygen comment" into devel/master

4 years agoDALi Version 1.4.21 35/206735/1 dali_1.4.21
Victor Cebollada [Fri, 24 May 2019 06:06:27 +0000 (07:06 +0100)]
DALi Version 1.4.21

Change-Id: I40e413bedc1611ad1dc356ce43fb0c7cfd1c88bf

4 years agoFix SVACE issue 62/206462/2
Heeyong Song [Mon, 20 May 2019 01:07:09 +0000 (10:07 +0900)]
Fix SVACE issue

Change-Id: I77c735b8430eb9916e65b616c6395b9d66646d0e

4 years agoAdd '@addtogroup' tag to generate doxygen page 07/206607/1
Seoyeon Kim [Wed, 22 May 2019 04:12:13 +0000 (13:12 +0900)]
Add '@addtogroup' tag to generate doxygen page

- In some classes, @addtogroup tag is mssing.
  So, they cannot be included in each API group.

Change-Id: Ie75140ecc93ba9b9776b8da04fce4efe841863a1
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoPurge underscored header file barriers 23/206423/2
Daniel McEwen [Fri, 17 May 2019 15:19:47 +0000 (16:19 +0100)]
Purge underscored header file barriers

Change-Id: I1f8c4a74a7a4e7e6cdd7b30b38ff7bb307cb782a

4 years agoUpdate the doxygen comment 54/206454/1
Seoyeon Kim [Mon, 20 May 2019 04:46:11 +0000 (13:46 +0900)]
Update the doxygen comment

- Return type of member Dali::Property::operator== is not documented.

Change-Id: Ic8f3b0180ebc59eafe9a3679d7bf2a945823aa96
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoDALi Version 1.4.20 03/206403/1 dali_1.4.20
György Straub [Fri, 17 May 2019 10:05:11 +0000 (11:05 +0100)]
DALi Version 1.4.20

Change-Id: I60c136074a2d31cc1c76908b024dd1124fa38f0b

4 years agoUpdate forcely when creating a new texture using NativeImage. 74/205774/5
Sunghyun kim [Thu, 9 May 2019 06:00:48 +0000 (15:00 +0900)]
Update forcely when creating a new texture using NativeImage.

When adaptor is paused, Dali can't unref tbm_surface.
To avoid this problem, DALi need to update forcely when creating a new texture using NativeImage.

Change-Id: I69807ef47f46e58c6825c37cc3882e67b16fb011

4 years agoFix build error with gcc 5.4.1 51/206051/1
Richard Huang [Mon, 13 May 2019 14:39:45 +0000 (15:39 +0100)]
Fix build error with gcc 5.4.1

Change-Id: Ie80e411d861c2ee16b77becb4299418896691e9b

4 years agoSimplify touch event processing 53/205953/1
Daniel McEwen [Fri, 10 May 2019 13:53:05 +0000 (14:53 +0100)]
Simplify touch event processing

Change-Id: I8d960f64e7b13c1958d4dbb9ab4e85e19da9a1c6

4 years agoMerge "Gesture event refactor" into devel/master
Adeel Kazmi [Fri, 10 May 2019 12:10:02 +0000 (12:10 +0000)]
Merge "Gesture event refactor" into devel/master

4 years agoDALi Version 1.4.19 27/205927/1 dali_1.4.19
Richard Huang [Fri, 10 May 2019 10:31:26 +0000 (11:31 +0100)]
DALi Version 1.4.19

Change-Id: Ia485f931c7bc369ffe06e783219ef42a524e4ff4

4 years agoGesture event refactor 91/203091/22
Daniel McEwen [Tue, 9 Apr 2019 13:44:44 +0000 (14:44 +0100)]
Gesture event refactor

All gesture work moved into core from adaptor

Change-Id: I2e5b46d788087c85a1eb868cd726dcfa7d81874b

4 years agoAdded integration API to retrieve which Scene a given actor belongs to 79/205679/4
Richard Huang [Wed, 8 May 2019 10:49:24 +0000 (11:49 +0100)]
Added integration API to retrieve which Scene a given actor belongs to

Change-Id: I2d65b9122ad84dd33a2f8578cbf501aee6483930

4 years agoAdd debug log to RenderManager::Render 79/205179/2
Heeyong Song [Mon, 29 Apr 2019 10:48:05 +0000 (19:48 +0900)]
Add debug log to RenderManager::Render

Change-Id: If3bd3bb9091a56111c240cc29fce576fe3ea1f3f

4 years agoMerge "Remove CXX03 Build" into devel/master
Adeel Kazmi [Fri, 3 May 2019 13:52:50 +0000 (13:52 +0000)]
Merge "Remove CXX03 Build" into devel/master

4 years agoFix test initialisation bug 33/205433/1
Daniel McEwen [Fri, 3 May 2019 10:29:57 +0000 (11:29 +0100)]
Fix test initialisation bug

This test assumed that the memory used would not already be set to
all zeroes. Unsafe assumption so test changed to check for changes

Change-Id: I12b9c79adfce6426d49618a57f9f226f35e46159

4 years agoRemove CXX03 Build 65/205365/1
Adeel Kazmi [Tue, 30 Apr 2019 15:28:09 +0000 (16:28 +0100)]
Remove CXX03 Build

Change-Id: I44b670826afb37e96f3cacafdfe82d18ede88a03

4 years agoDALi Version 1.4.18 32/205332/1 dali_1.4.18
Anton Obzhirov [Thu, 2 May 2019 10:45:33 +0000 (11:45 +0100)]
DALi Version 1.4.18

Change-Id: I364f8b1d8331895127a6cc9e7ad4463f1fb016f4

5 years agoMerge "DALi Version 1.4.17" into devel/master
Adeel Kazmi [Fri, 26 Apr 2019 13:04:44 +0000 (13:04 +0000)]
Merge "DALi Version 1.4.17" into devel/master

5 years agoDALi Version 1.4.17 10/204810/1 dali_1.4.17
greynaga [Fri, 26 Apr 2019 12:51:57 +0000 (13:51 +0100)]
DALi Version 1.4.17

Change-Id: I5a9c1ce160bcea231247c4e9579c02d572e2fa35

5 years agoPartial revert of 'Remove images from TextureSet' 55/204555/8
Seungho, Baek [Wed, 24 Apr 2019 09:39:42 +0000 (18:39 +0900)]
Partial revert of 'Remove images from TextureSet'

Change-Id: I6964c92783d0f50b27abd3d68c0aec5ace90e663
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
5 years agoFix build error on Windows 10/204610/1
adun [Thu, 25 Apr 2019 02:15:31 +0000 (10:15 +0800)]
Fix build error on Windows

Change-Id: I70588247ca73dde732251a016de69730b28a101a

5 years agoAdd support to create Property::Map with initializer_list 98/108498/26
Francisco Santos [Wed, 4 Jan 2017 15:01:39 +0000 (15:01 +0000)]
Add support to create Property::Map with initializer_list

Change-Id: I2aba417e8dddb43b796b27d7290469e319b1832a

5 years agoUse range-based loop in Property::Map 78/204578/3
Adeel Kazmi [Wed, 24 Apr 2019 12:09:34 +0000 (13:09 +0100)]
Use range-based loop in Property::Map

Change-Id: I2fc303372605be549bbfa493f9d156d877b385d0

5 years agoAdd move semantics to Array, Map & Value 51/203751/11
Adeel Kazmi [Wed, 17 Apr 2019 15:30:55 +0000 (16:30 +0100)]
Add move semantics to Array, Map & Value

Change-Id: If1a9cc26637a2bd5a3cc1fa8c5c76f6c744727e1

5 years agoDALi Version 1.4.16 98/203998/1 dali_1.4.16
Agnelo Vaz [Thu, 18 Apr 2019 10:19:36 +0000 (11:19 +0100)]
DALi Version 1.4.16

Change-Id: I597ddc60b42a24640e346893c99bc75306918a5e

5 years ago(Build) Ensure Env options are expanded correctly 03/203503/1
Adeel Kazmi [Mon, 15 Apr 2019 09:15:06 +0000 (10:15 +0100)]
(Build) Ensure Env options are expanded correctly

If CXXFLAGS was not set then it expanded to nothing causing an error.
The solution was to surround it by quotes so that it is evaluated
correctly within the if statement.

Change-Id: I410a0fe13882f13b4ad84e4f68db4a46dcb93037

5 years agoRemove DALI_GLES_VERSION compile option 97/201597/13
Seungho, Baek [Mon, 18 Mar 2019 06:11:08 +0000 (15:11 +0900)]
Remove DALI_GLES_VERSION compile option

 - Remove compile option DALI_GLES_VERSION
 - Define whether the texture format is converted in the dali-adaptor

Change-Id: I9919fd4adf03e554e1d72b6bdf6d1a50ca43ea77
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
5 years agoDALi Version 1.4.15 16/203416/1 dali_1.4.15
Adeel Kazmi [Fri, 12 Apr 2019 10:48:32 +0000 (11:48 +0100)]
DALi Version 1.4.15

Change-Id: Ic2eb6898cc622b3f703acfe32cf6a824c219b34d

5 years agoMerge "Get coverage working for the cmake build" into devel/master
David Steele [Thu, 11 Apr 2019 17:08:37 +0000 (17:08 +0000)]
Merge "Get coverage working for the cmake build" into devel/master

5 years agoGet coverage working for the cmake build 09/203209/3
Adeel Kazmi [Wed, 10 Apr 2019 18:33:11 +0000 (19:33 +0100)]
Get coverage working for the cmake build

Change-Id: Icab8bf64fae2beafbb97bcb50824d29afd01e981

5 years agoMerge "Temporarily disable viewport caching in GL context" into devel/master
Adeel Kazmi [Thu, 11 Apr 2019 11:37:34 +0000 (11:37 +0000)]
Merge "Temporarily disable viewport caching in GL context" into devel/master

5 years agoFixed Cmake build 95/203095/3
Adeel Kazmi [Tue, 9 Apr 2019 15:35:58 +0000 (16:35 +0100)]
Fixed Cmake build

- Added all the files that need to be built & installed
- Ensure an empty string is not printed out in a release build if
  nothing specified
- Ensure dali-core.pc is generated properly by setting the include and
  lib dir variables
- Ensure ENABLE_COVERAGE and ENABLE_DEBUG vars are turned out when other
  factors switch them on

Change-Id: Ibc41fbde699e4432bca5fa613e8b3c377d1a6bb7

5 years agoAdd missing source file entry to CMakeLists 69/203069/1
Yevhen Kyriukha [Sun, 11 Nov 2018 15:09:15 +0000 (17:09 +0200)]
Add missing source file entry to CMakeLists

Change-Id: I6dbbe627661d036df6bba11c6f8ecbd7d5648dc6
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
5 years agoDALi Version 1.4.14 74/202874/1 dali_1.4.14
adam.b [Fri, 5 Apr 2019 10:50:24 +0000 (11:50 +0100)]
DALi Version 1.4.14

Change-Id: I400c193938d33098fd8adef9099fdd75883e0a76

5 years agoTemporarily disable viewport caching in GL context 72/202872/1
Richard Huang [Fri, 5 Apr 2019 09:43:56 +0000 (10:43 +0100)]
Temporarily disable viewport caching in GL context

Change-Id: I5d6bdf82d3cea8c6e40f5b62c7d263b49f2ae86b

5 years agoDALi Version 1.4.13 93/202493/1 dali_1.4.13
Victor Cebollada [Fri, 29 Mar 2019 07:06:53 +0000 (07:06 +0000)]
DALi Version 1.4.13

Change-Id: I50ed758a9517bca7ad063d7621df2797cdbd6c39

5 years agoUse correct macro in Stage & fix wild pointer issue in RenderTaskList 68/199068/4
adun [Fri, 1 Feb 2019 09:43:23 +0000 (17:43 +0800)]
Use correct macro in Stage & fix wild pointer issue in RenderTaskList

Change-Id: I60e17c9cc8d1e0e1882db36bb2454e02a2a5eafd

5 years agoDALi Version 1.4.12 77/202077/1 dali_1.4.12
Richard Huang [Fri, 22 Mar 2019 10:45:34 +0000 (10:45 +0000)]
DALi Version 1.4.12

Change-Id: I38e1890a155faf51af101cb0fc415605a7a1adad

5 years agoMerge "Revert "Remove dependency of OpenGL es version."" into devel/master
Adeel Kazmi [Fri, 15 Mar 2019 14:35:37 +0000 (14:35 +0000)]
Merge "Revert "Remove dependency of OpenGL es version."" into devel/master

5 years agoRevert "Remove dependency of OpenGL es version." 57/201557/1
Richard Huang [Fri, 15 Mar 2019 14:01:26 +0000 (14:01 +0000)]
Revert "Remove dependency of OpenGL es version."

This reverts commit 9d38b085d8a186cc7980a6f854492591353ddfe5.

Change-Id: Iec561d896c2f731912b66934225153bdf2fec076

5 years agoDALi Version 1.4.11 35/201535/1 dali_1.4.11
György Straub [Fri, 15 Mar 2019 09:39:16 +0000 (09:39 +0000)]
DALi Version 1.4.11

Change-Id: I00cc62f24e62b073e16bf31d234e65f109f72389

5 years agoRemove dependency of OpenGL es version. 43/200343/12
Seungho, Baek [Fri, 22 Feb 2019 02:09:39 +0000 (11:09 +0900)]
Remove dependency of OpenGL es version.

 - Remove compile option DALI_GLES_VERSION
 - Define texture format converting in the dali-adaptor

Change-Id: Ib6805783b718c5796341ce77a5346f7178c0705b
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
5 years agoAdd event handling support for multiple windows. 53/194553/13
Anton Obzhirov [Fri, 30 Nov 2018 17:44:15 +0000 (17:44 +0000)]
Add event handling support for multiple windows.

Add all basic event handling for multiple windows.
Event gestures are partially supported for now.

Change-Id: I2c2d81b0e0eb25c0d8619afd94b5aa8784b0db8a

5 years agoDALi Version 1.4.10 13/201113/1 dali_1.4.10
Daniel McEwen [Fri, 8 Mar 2019 11:29:13 +0000 (11:29 +0000)]
DALi Version 1.4.10

Change-Id: Iea8c46a953ab7196bd2ab04e16f381f2a6e05eef

5 years agoRemove HitTest Devel API for RenderTask. 42/201042/1
Anton Obzhirov [Thu, 7 Mar 2019 11:08:23 +0000 (11:08 +0000)]
Remove HitTest Devel API for RenderTask.

Change-Id: Ibfb7504a1b99986033165a86a0b502a6893ced23

5 years agoDALi Version 1.4.9 38/200738/1 dali_1.4.9
greynaga [Fri, 1 Mar 2019 14:34:31 +0000 (14:34 +0000)]
DALi Version 1.4.9

Change-Id: I9f8ccc7cb2aa42a3f06fe040f24e7791056a4567

5 years agoadd Convert from TouchEvent to TouchData 44/198944/7
junqing.ma [Thu, 31 Jan 2019 07:55:40 +0000 (15:55 +0800)]
add Convert from TouchEvent to TouchData

Change-Id: I2a75db549b506c502eb622702459f892f2880c82

5 years agoMerge "Support multiple window rendering" into devel/master
David Steele [Fri, 22 Feb 2019 16:22:47 +0000 (16:22 +0000)]
Merge "Support multiple window rendering" into devel/master

5 years agoDALi Version 1.4.8 88/200388/1 dali_1.4.8
David Steele [Fri, 22 Feb 2019 14:31:56 +0000 (14:31 +0000)]
DALi Version 1.4.8

Change-Id: Id405aed8745e90a02393d7fd0c538524c067e4aa

5 years agoSupport multiple window rendering 34/193934/34
Richard Huang [Tue, 27 Nov 2018 15:16:38 +0000 (15:16 +0000)]
Support multiple window rendering

Multiple windows support is added to Core with new Scene API.
It also removed the top margin from the Stage as system overlay is already removed.

Change-Id: If6b42be996cf884be6da00c41456155a881fc554

5 years agoAdd cairo 71/198071/6
Joogab Yun [Fri, 18 Jan 2019 09:17:00 +0000 (18:17 +0900)]
Add cairo

Change-Id: I6674f228209e4824b5ad598f47cddabc86034382

5 years agoMerge "Remove SystemOverlay." into devel/master
Adeel Kazmi [Thu, 14 Feb 2019 15:04:34 +0000 (15:04 +0000)]
Merge "Remove SystemOverlay." into devel/master

5 years agoDALi Version 1.4.7 99/199799/1 dali_1.4.7
Anton Obzhirov [Thu, 14 Feb 2019 14:07:08 +0000 (14:07 +0000)]
DALi Version 1.4.7

Change-Id: I52d531a1520fa5461ec11ff10f6baa8c011d5cbc

5 years agoRemove SystemOverlay. 49/199649/2
Anton Obzhirov [Wed, 13 Feb 2019 16:24:30 +0000 (16:24 +0000)]
Remove SystemOverlay.

Change-Id: If4b9ad894ba0da12b7b267f9f0fb9a5b5af3f373

5 years agoFix SINCE and DEPRECATED versions to be included in Tizen 5.5 89/199289/3
Seoyeon Kim [Fri, 8 Feb 2019 07:09:10 +0000 (16:09 +0900)]
Fix SINCE and DEPRECATED versions to be included in Tizen 5.5

- Some APIs are added or deprecated without Tizen ACR process.
  To be included in Tizen platform, fixed ALIASES tags for Tizen 5.5

Change-Id: I3e1993e6f1bf2e5468a2d3d93ba757019827c81d
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
5 years agoMerge "Separating Processor Interface from core.h" into devel/master
Adeel Kazmi [Fri, 8 Feb 2019 12:21:33 +0000 (12:21 +0000)]
Merge "Separating Processor Interface from core.h" into devel/master

5 years agoDALi Version 1.4.6 22/199322/1 dali_1.4.6
Agnelo Vaz [Fri, 8 Feb 2019 12:14:50 +0000 (12:14 +0000)]
DALi Version 1.4.6

Change-Id: Ibbd3eb49b378e5695222041d42d6be960fd15a06

5 years agoSeparating Processor Interface from core.h 30/199230/4
Agnelo Vaz [Thu, 7 Feb 2019 11:02:54 +0000 (11:02 +0000)]
Separating Processor Interface from core.h

Change-Id: I3adac9125078542b76e791148af1a72b47281dd0

5 years agoMerge "Add descriptions to generate doxygen page" into devel/master
Adeel Kazmi [Thu, 7 Feb 2019 14:41:53 +0000 (14:41 +0000)]
Merge "Add descriptions to generate doxygen page" into devel/master

5 years agoEnsure visibility of std namespace symbols are hidden with later versions of GCC 20/199120/4
Adeel Kazmi [Mon, 4 Feb 2019 15:24:30 +0000 (15:24 +0000)]
Ensure visibility of std namespace symbols are hidden with later versions of GCC

Change-Id: If18e4e8c4244ddb5261e2a7190327b5129578b87

5 years agoDALi Version 1.4.5 77/199077/1 dali_1.4.5
Adeel Kazmi [Fri, 1 Feb 2019 11:57:25 +0000 (11:57 +0000)]
DALi Version 1.4.5

Change-Id: I52b03abf1a6a3202ec81f87946e43be3441337e1

5 years ago(CodingGuidelines) Added a chapter about inheritance 83/198583/2
Adeel Kazmi [Fri, 25 Jan 2019 15:17:32 +0000 (15:17 +0000)]
(CodingGuidelines) Added a chapter about inheritance

Change-Id: Iace7cdc9b113dc09749c807d124dbd40966f3b16

5 years agoAdd descriptions to generate doxygen page 89/198589/2
Seoyeon Kim [Fri, 25 Jan 2019 02:28:05 +0000 (11:28 +0900)]
Add descriptions to generate doxygen page

Change-Id: Ie74614771d548068c934d9eb34d24c1cd3f4a983
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
5 years agoDALi Version 1.4.4 67/198567/1 dali_1.4.4
adam.b [Fri, 25 Jan 2019 12:20:05 +0000 (12:20 +0000)]
DALi Version 1.4.4

Change-Id: I79c2eadc6615dde4020cd9d3b0094b5dba74a367

5 years agoAdd RENDERING_BEHAVIOR property to Renderer 48/198048/2
Heeyong Song [Fri, 18 Jan 2019 05:01:30 +0000 (14:01 +0900)]
Add RENDERING_BEHAVIOR property to Renderer

Change-Id: Ie4775bf4ca31453bcff399b434e5a0d42d7fbeb3

5 years agoDALi Version 1.4.3 74/198074/1 dali_1.4.3
Victor Cebollada [Fri, 18 Jan 2019 10:44:02 +0000 (10:44 +0000)]
DALi Version 1.4.3

Change-Id: I73afbb7857c50fff11a87cfdfd8784fab85cbc3f

5 years agoRestore the deprecated property of Actor 00/197700/2
Seoyeon Kim [Tue, 15 Jan 2019 10:42:50 +0000 (19:42 +0900)]
Restore the deprecated property of Actor

- One former patch removed some deprecated APIs
  including a property, "POSITION_INHERITANCE".
- But, to keep binary compatibility, the table of Property and the number of properties
  should be same, even though the properties can be removed.
- Instead, Property name changes to RESERVED_PROPERTY_01, not to be used in an application

Change-Id: I6d855df42e2d74756f2819ae507e3b637595c796
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
5 years agoMerge "Add the logical key to Integration::KeyEvent" into devel/master
Seoyeon Kim [Mon, 14 Jan 2019 05:13:31 +0000 (05:13 +0000)]
Merge "Add the logical key to Integration::KeyEvent" into devel/master

5 years agoDALi Version 1.4.2 93/197493/1 dali_1.4.2
Richard Huang [Fri, 11 Jan 2019 12:38:46 +0000 (12:38 +0000)]
DALi Version 1.4.2

Change-Id: I6003c4e5965281826340f4e2e434e30a900d4166