platform/core/uifw/dali-adaptor.git
7 years agoAdd whitespace between the string literal and the macro 99/120099/1
Seoyeon Kim [Tue, 21 Mar 2017 10:26:00 +0000 (19:26 +0900)]
Add whitespace between the string literal and the macro

- The C++11 "user-defined literals" feature allows custom suffixes to be added to literals.
  This means that code relying on string concatenation of string literals
  and macros might fail to compile.
- To fix the code to compile in C++11 add whitespace
  between the string literal and the macro.

Change-Id: I09ae5b698fbb59f55120e4b26f5d1f97eeb82130
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoAdded new API to download images remotely 95/118695/4
David Steele [Mon, 13 Mar 2017 11:00:52 +0000 (11:00 +0000)]
Added new API to download images remotely

Added "DownloadImageSynchronously()" method, which invokes libcurl to
download a URL.

Added global object to ensure curl is globally initialized and cleaned up,
this should allow usage of the above method in multiple threads simultaneously.

Also added "GetClosestImageSize" method, which partially loads the image file
to determine it's size.

Change-Id: Ie27f69d729abecfe5de3d5a90eae01a34f92c5b1
Signed-off-by: David Steele <david.steele@samsung.com>
7 years agoDALi Version 1.2.31 25/119625/1 dali_1.2.31
Francisco Santos [Fri, 17 Mar 2017 16:15:13 +0000 (16:15 +0000)]
DALi Version 1.2.31

Change-Id: I470d869dbb3709d2285abb3883268c5cbc51f5b3

7 years agoMerge "Add window focus API and signals" into devel/master
Adeel Kazmi [Mon, 13 Mar 2017 15:13:59 +0000 (08:13 -0700)]
Merge "Add window focus API and signals" into devel/master

7 years agoMerge "DALi Version 1.2.30" into devel/master
Adeel Kazmi [Fri, 10 Mar 2017 15:05:33 +0000 (07:05 -0800)]
Merge "DALi Version 1.2.30" into devel/master

7 years agoDALi Version 1.2.30 62/118462/1 dali_1.2.30
David Steele [Fri, 10 Mar 2017 15:00:52 +0000 (15:00 +0000)]
DALi Version 1.2.30

Change-Id: Ia09f8ad9ca19b737f67721c3c1c15fa9b9f8f853

7 years agoMerge "Added SurfaceSizeChanged before ReplaceSurface" into devel/master
taeyoon [Fri, 10 Mar 2017 12:59:51 +0000 (04:59 -0800)]
Merge "Added SurfaceSizeChanged before ReplaceSurface" into devel/master

7 years agoAdded SurfaceSizeChanged before ReplaceSurface 64/102364/4
taeyoon [Thu, 24 Nov 2016 07:42:58 +0000 (16:42 +0900)]
Added SurfaceSizeChanged before ReplaceSurface

  - Seperated SurfaceSizeChanged() from ReplaceSurface() for sync of NativeRenderSurface

Change-Id: Idd77297fd836c0429f4c23ed2c8b05f629f8e235

7 years agoDestroy a previous egl image if SetSource gets new native buffer 07/118207/2
taeyoon0.lee [Wed, 8 Mar 2017 07:39:49 +0000 (16:39 +0900)]
Destroy a previous egl image if SetSource gets new native buffer

 - Destroy a previous egl image whenever SetSource gets new native buffer
 - It works in PrepareTexture()

Change-Id: I0657832b046bc75042c3ffbbb4d70ca46c6d11ae

7 years agoAdd window focus API and signals 06/117206/6
Heeyong Song [Fri, 3 Mar 2017 07:46:53 +0000 (16:46 +0900)]
Add window focus API and signals

Change-Id: I87520279bcb5600d0e09b230b21b0d61a31a2a1f

7 years agoReplaced indicator lock's lockf with fnctl 58/117458/1
rubric [Mon, 6 Mar 2017 05:11:14 +0000 (14:11 +0900)]
Replaced indicator lock's lockf with fnctl

Change-Id: I232867e42e87b00a2a1658443f17267dd7bb2bfa

7 years agoMerge "Modified ImfManager to include virtual keyboard APIs" into devel/master
Kimmo Hoikka [Fri, 3 Mar 2017 18:02:55 +0000 (10:02 -0800)]
Merge "Modified ImfManager to include virtual keyboard APIs" into devel/master

7 years agoDALi Version 1.2.29 91/117291/1 dali_1.2.29
Agnelo Vaz [Fri, 3 Mar 2017 14:05:41 +0000 (14:05 +0000)]
DALi Version 1.2.29

Change-Id: Icd6cf1a5e7859b8dd539dd0f2a53d45c5d9890bd

7 years agoRemove unused files. 55/116855/1
Francisco Santos [Tue, 28 Feb 2017 14:15:46 +0000 (14:15 +0000)]
Remove unused files.

Change-Id: Ic9d291aae2563ad626c6055edc132a240401c3e5

7 years agoMerge "Remove unused mEglImageKHRContainer from NativeImageSource and add error check...
Adeel Kazmi [Tue, 28 Feb 2017 13:05:55 +0000 (05:05 -0800)]
Merge "Remove unused mEglImageKHRContainer from NativeImageSource and add error check" into devel/master

7 years agoTextAbstraction - Use a Lanczos filter to resample emojis. 28/116328/3
Victor Cebollada [Thu, 23 Feb 2017 14:38:33 +0000 (14:38 +0000)]
TextAbstraction - Use a Lanczos filter to resample emojis.

Change-Id: I238c911b37eecccfe28aee29515ea1cf393e346a
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
7 years agoThird party ImageResampler library added. 26/116326/5
Victor Cebollada [Thu, 23 Feb 2017 10:50:24 +0000 (10:50 +0000)]
Third party ImageResampler library added.

Change-Id: I64db36734d4e12c1334df38f66f4dcbec0e02409
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
7 years agoAdding uniform trace stack 67/116467/3
Agnelo Vaz [Fri, 24 Feb 2017 11:21:01 +0000 (11:21 +0000)]
Adding uniform trace stack

Change-Id: I2fd4cfab179c5a2aa4591d7cdebef3bd195136f1

7 years agoMerge "Removed redundant resource loading code" into devel/master
Adeel Kazmi [Fri, 24 Feb 2017 14:25:22 +0000 (06:25 -0800)]
Merge "Removed redundant resource loading code" into devel/master

7 years agoRemoved redundant resource loading code 08/113008/8
Francisco Santos [Tue, 21 Feb 2017 18:31:53 +0000 (18:31 +0000)]
Removed redundant resource loading code

Change-Id: Ib378615988f107271e9d570fe320b1e636900ba5

7 years agoModified ImfManager to include virtual keyboard APIs 04/112704/14
suhyung Eom [Thu, 2 Feb 2017 09:08:30 +0000 (18:08 +0900)]
Modified ImfManager to include virtual keyboard APIs

Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I578063c3f2f9c282dda06903fe06825ff90946f4

7 years agoDALi Version 1.2.28 47/116447/1 dali_1.2.28
Adeel Kazmi [Fri, 24 Feb 2017 09:33:43 +0000 (09:33 +0000)]
DALi Version 1.2.28

Change-Id: I2f0926d3cd0037a2626b98386dea6dc0cde9efd8

7 years agoFixed not to display wrong mark-up text for copied text from calculator 10/113410/2
suhyung Eom [Tue, 7 Feb 2017 10:35:01 +0000 (19:35 +0900)]
Fixed not to display wrong mark-up text for copied text from calculator

Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I778ad25af239b3db6f769d22dd1ee7e0f51f5b63

7 years agoRemove unused mEglImageKHRContainer from NativeImageSource and add error check 16/115716/1
Heeyong Song [Tue, 21 Feb 2017 06:02:27 +0000 (15:02 +0900)]
Remove unused mEglImageKHRContainer from NativeImageSource and add error check

Change-Id: I68de30cdf8630fcf5cafa8cc216dfbb0ecbc613f

7 years agoTest harness: Moved CompareType<> templates to own header 40/115340/2
David Steele [Fri, 17 Feb 2017 10:56:45 +0000 (10:56 +0000)]
Test harness: Moved CompareType<> templates to own header

Change-Id: I0e19c54648c8121cd98938e4b3356f72665aa88a

7 years agoMerge "DALi Version 1.2.27" into devel/master
Adeel Kazmi [Fri, 17 Feb 2017 14:14:06 +0000 (06:14 -0800)]
Merge "DALi Version 1.2.27" into devel/master

7 years agoDALi Version 1.2.27 68/115368/1 dali_1.2.27
adam.b [Fri, 17 Feb 2017 12:55:42 +0000 (12:55 +0000)]
DALi Version 1.2.27

Change-Id: I9d3bf9b37885d7141fdf0b1c16b705fdadeca597

7 years agoMerge "Update doxygen comments" into devel/master
Adeel Kazmi [Fri, 17 Feb 2017 11:47:25 +0000 (03:47 -0800)]
Merge "Update doxygen comments" into devel/master

7 years agoMerge "Fix build error when using --enable-debug option" into devel/master
Adeel Kazmi [Fri, 10 Feb 2017 17:16:28 +0000 (09:16 -0800)]
Merge "Fix build error when using --enable-debug option" into devel/master

7 years ago(Automated Tests) Synchronize common code with core 19/114219/2
Adeel Kazmi [Fri, 10 Feb 2017 10:11:11 +0000 (10:11 +0000)]
(Automated Tests) Synchronize common code with core

Change-Id: Ie6852c8a8d6a7edd7902549718fd515bc25c535f

7 years agoMerge "Fixed Svace Issue" into devel/master
Adeel Kazmi [Fri, 10 Feb 2017 09:29:59 +0000 (01:29 -0800)]
Merge "Fixed Svace Issue" into devel/master

7 years agoDALi Version 1.2.26 66/114166/1 dali_1.2.26
Victor Cebollada [Fri, 10 Feb 2017 07:57:08 +0000 (07:57 +0000)]
DALi Version 1.2.26

Change-Id: Icd9f91436d2503f525e3b56bd801ab3f15d1b8cf

7 years agoFix build error when using --enable-debug option 39/114139/1
minho.sun [Fri, 10 Feb 2017 06:42:29 +0000 (15:42 +0900)]
Fix build error when using --enable-debug option

Fix build error when using --enable-debug option.
Some Logs make build error because they use old apis.

Change old api to new one or remove.

Change-Id: Ie3cbd212b21cd7cf54e4a61fb6f9beae602fc798
Signed-off-by: minho.sun <minho.sun@samsung.com>
7 years agoFixed Svace Issue 12/114112/1
Seoyeon Kim [Thu, 9 Feb 2017 06:59:42 +0000 (15:59 +0900)]
Fixed Svace Issue

- Initialized one of class member

Change-Id: Ibd97f8680686358e1184389eae7c80cb69937a8d
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoMerge "Fix SVACE issue" into devel/master
Adeel Kazmi [Thu, 9 Feb 2017 11:04:32 +0000 (03:04 -0800)]
Merge "Fix SVACE issue" into devel/master

7 years agoFix SVACE issue 03/113903/1
Heeyong Song [Thu, 9 Feb 2017 08:22:56 +0000 (17:22 +0900)]
Fix SVACE issue

1. memory leak - Delete the elements of mResourceRequests
2. Uninitialized class members

Change-Id: I72ffa76a6ced393fb92d1bc32a18007f12f71710

7 years agoFixed issue with Indicator when plugging/unplugging charger 50/113750/1
Paul Wisbey [Wed, 8 Feb 2017 19:03:45 +0000 (19:03 +0000)]
Fixed issue with Indicator when plugging/unplugging charger

RequestUpdate()
Update thread wakes up in UpdateRenderReady()
* update & render *
* Indicator is updated *
RequestUpdateOnce()
   IsUpdateRenderThreadPaused() returns false
ProcessSleepRequest()
Update thread sleeps in UpdateRenderReady()

In other words we're sleeping too soon, before the Indicator has been rendered.
This is more likely to occur on mobile, since we get spammed with damage events.

Change-Id: I587c80a6545c0f5623c02dd5443b8e2ea2319be4

7 years agoUpdate doxygen comments 08/113508/1
Seoyeon Kim [Wed, 8 Feb 2017 03:33:43 +0000 (12:33 +0900)]
Update doxygen comments

- For document public release, Native API reference is checked by Lionbridge.

Change-Id: I8a601c16f08f87072e18e809e64d2790e767e31d
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoMerge "Javanese and Sundanese scripts added." into devel/master
Paul Wisbey [Fri, 3 Feb 2017 16:12:30 +0000 (08:12 -0800)]
Merge "Javanese and Sundanese scripts added." into devel/master

7 years agoDALi Version 1.2.25 13/113013/1 dali_1.2.25
Umar [Fri, 3 Feb 2017 15:37:36 +0000 (15:37 +0000)]
DALi Version 1.2.25

Change-Id: Ib44c432a179f53c012b2c9b55e4e5cb7feeeacba

7 years agoJavanese and Sundanese scripts added. 00/113000/1
Victor Cebollada [Fri, 3 Feb 2017 14:05:55 +0000 (14:05 +0000)]
Javanese and Sundanese scripts added.

Change-Id: Ib70b0776ec3e8e1c6805f2985b9d49c80c9f75dd
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
7 years agoFixed not to count copied image in a clipboard 48/112448/1
suhyung Eom [Wed, 1 Feb 2017 04:55:21 +0000 (13:55 +0900)]
Fixed not to count copied image in a clipboard

Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I9fdc51cff435bcb6b82ccdb80ee10ff484c4392e

7 years agoMerge "Removed unused method GetTexture form test-actor-utils.h" into devel/master
Kimmo Hoikka [Mon, 30 Jan 2017 18:51:15 +0000 (10:51 -0800)]
Merge "Removed unused method GetTexture form test-actor-utils.h" into devel/master

7 years agoDALi Version 1.2.24 03/112203/1 dali_1.2.24
Nick Holland [Fri, 27 Jan 2017 15:14:20 +0000 (15:14 +0000)]
DALi Version 1.2.24

Change-Id: I4d44085e3cafea388e25fa6270e27a4fcbc428c0

7 years agoRemoved unused method GetTexture form test-actor-utils.h 66/112166/1
Ferran Sole [Thu, 26 Jan 2017 16:52:28 +0000 (16:52 +0000)]
Removed unused method GetTexture form test-actor-utils.h

Change-Id: I124b1f72ce6b9b790445c28d4e9cc06b185e82dc

7 years ago(GCC 6.2) Ensure GetTimeMilliseconds is defined only once in automated-tests 01/111501/2
Adeel Kazmi [Fri, 20 Jan 2017 18:08:31 +0000 (18:08 +0000)]
(GCC 6.2) Ensure GetTimeMilliseconds is defined only once in automated-tests

Previously this was defined in an anonymous namespace in a header file but not used in
all files that this header file was included in. This caused a compilation error when
compiling with GCC 6.2.

Change-Id: I99d6c75c094c305478b93c6dad7fc03d47f6281d

7 years agoDALi Version 1.2.23 86/111486/1 dali_1.2.23
Richard Huang [Fri, 20 Jan 2017 13:35:16 +0000 (13:35 +0000)]
DALi Version 1.2.23

Change-Id: Ia719acc0d058fa252b91f832c6a76b8d6b0d262c

7 years agoMerge changes I8f46f597,I74e17e92 into devel/master
David Steele [Mon, 16 Jan 2017 18:10:45 +0000 (10:10 -0800)]
Merge changes I8f46f597,I74e17e92 into devel/master

* changes:
  Functions that return value types should not return them as const.
  Destructors cannot throw exceptions.

7 years agoMerge "Address of member variables can never be null." into devel/master
David Steele [Mon, 16 Jan 2017 18:10:20 +0000 (10:10 -0800)]
Merge "Address of member variables can never be null." into devel/master

7 years agoUpdate doxygen tag 28/110428/2
Seoyeon Kim [Mon, 16 Jan 2017 10:22:03 +0000 (19:22 +0900)]
Update doxygen tag

- Changed : @returns -> @return

Change-Id: I44bdfdd47264b1c94a70f377272d5292d2a1e9d4
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoFunctions that return value types should not return them as const. 10/110310/1
Francisco Santos [Fri, 13 Jan 2017 17:21:45 +0000 (17:21 +0000)]
Functions that return value types should not return them as const.

It is ignored by the compiler and produces warnings.

Change-Id: I8f46f597718f72c15a4ca17f98751adf00057c20

7 years agoDestructors cannot throw exceptions. 05/110305/1
Francisco Santos [Fri, 13 Jan 2017 15:21:38 +0000 (15:21 +0000)]
Destructors cannot throw exceptions.

Change-Id: I74e17e92c84f20c5df89d9b1ff7c2c5fa8defcfc

7 years agoAddress of member variables can never be null. 04/110304/1
Francisco Santos [Fri, 13 Jan 2017 15:20:37 +0000 (15:20 +0000)]
Address of member variables can never be null.

Change-Id: I0644b623454450ad762030f1048c65502efbb7da

7 years agoMerge "DALi Version 1.2.22" into devel/master
David Steele [Fri, 13 Jan 2017 14:36:59 +0000 (06:36 -0800)]
Merge "DALi Version 1.2.22" into devel/master

7 years agoDALi Version 1.2.22 92/110292/1 dali_1.2.22
David Steele [Fri, 13 Jan 2017 14:35:27 +0000 (14:35 +0000)]
DALi Version 1.2.22

Change-Id: Ia3d892c45d42a373a8d979e0363be7423400dddc

7 years agoMerge "Modify native render surface for sync. with replace surface" into devel/master
taeyoon [Fri, 13 Jan 2017 07:54:14 +0000 (23:54 -0800)]
Merge "Modify native render surface for sync. with replace surface" into devel/master

7 years agoRemove some meaningless log output & convert other log warnings to log info 57/110057/1
Adeel Kazmi [Thu, 12 Jan 2017 15:46:56 +0000 (15:46 +0000)]
Remove some meaningless log output & convert other log warnings to log info

Change-Id: Ifeb876e6f9ac9e25d455db58e8464ddf8ac5d95b

7 years agoMerge "Fixed crash issue by buffer overflow" into devel/master
Adeel Kazmi [Wed, 11 Jan 2017 09:24:48 +0000 (01:24 -0800)]
Merge "Fixed crash issue by buffer overflow" into devel/master

7 years agoFixed crash issue by buffer overflow 94/108394/5
suhyung Eom [Wed, 4 Jan 2017 07:39:54 +0000 (16:39 +0900)]
Fixed crash issue by buffer overflow

Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I8ebf38668218cd9052c43da91657e6d24ad738ee

7 years agoEnsure Application Resource Path gets set if we're using older version of Tizen 57/109057/1
Adeel Kazmi [Fri, 6 Jan 2017 17:13:32 +0000 (17:13 +0000)]
Ensure Application Resource Path gets set if we're using older version of Tizen

Use the mechanism we do for the UBUNTU profile.

Change-Id: I4508e483f7378c0faec8e5d8765c0a53ed070131

7 years agoDALi Version 1.2.21 43/109043/1 dali_1.2.21
Agnelo Vaz [Fri, 6 Jan 2017 14:00:55 +0000 (14:00 +0000)]
DALi Version 1.2.21

Change-Id: I0f4cecb43e98f4c5616d37e59d00cc523726b3c6

7 years agoRemove the false log error when loading static gif 68/108268/1
Xiangyin Ma [Tue, 3 Jan 2017 17:16:00 +0000 (17:16 +0000)]
Remove the false log error when loading static gif

Change-Id: Iba6f3c523f300b756b293171edc67ffd0d976a3b

7 years agoDALi Version 1.2.20 dali_1.2.20
Adeel Kazmi [Fri, 30 Dec 2016 10:45:16 +0000 (10:45 +0000)]
DALi Version 1.2.20

Change-Id: Iaf5e42a22b463c358a42ca49fbb28e2b64c9977d

7 years agoChange the gesture signal of screen reader 34/102334/10
Seoyeon Kim [Mon, 5 Dec 2016 01:11:53 +0000 (10:11 +0900)]
Change the gesture signal of screen reader

- In the platform, AT-client gesture signal did not use anymore.
 Changed the code to the signal of Window manager
- Remove the old signal related to AT-client, such as 'a11y' path.
- eldbus_init and shutdown move to Tizen framework

Change-Id: I0e960eea985eaf3701d8d3a93f4c3506533760e8
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoModify native render surface for sync. with replace surface 28/102328/3
taeyoon [Thu, 17 Nov 2016 11:46:03 +0000 (20:46 +0900)]
Modify native render surface for sync. with replace surface

  Fix black scene after replace surface in NativeRenderSurface

Change-Id: Ie3e575c7d7cc1bfc88694ac104bd16e7383ea944

7 years agoMerge "Initialize a member about tbm surface format" into devel/master
taeyoon [Tue, 20 Dec 2016 01:29:28 +0000 (17:29 -0800)]
Merge "Initialize a member about tbm surface format" into devel/master

7 years agoMerge "Modify iconify part for wayland" into devel/master
taeyoon [Tue, 20 Dec 2016 01:28:52 +0000 (17:28 -0800)]
Merge "Modify iconify part for wayland" into devel/master

7 years agoInitialize a member about tbm surface format 38/105738/1
taeyoon [Mon, 19 Dec 2016 09:08:18 +0000 (18:08 +0900)]
Initialize a member about tbm surface format

Change-Id: Ic7c9878794e3a003eb663c64a659012339b0c9d4

7 years agoEcore Event Handler struct initializations. 70/105470/5
Victor Cebollada [Fri, 16 Dec 2016 11:13:17 +0000 (11:13 +0000)]
Ecore Event Handler struct initializations.

* Wayland and x11 implementations need some initializations.

Change-Id: I73368dda8b37205322c128877e5b3d7c60fc8a96
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
7 years agoMerge "GIF loading" into devel/master
Adeel Kazmi [Fri, 16 Dec 2016 13:57:45 +0000 (05:57 -0800)]
Merge "GIF loading" into devel/master

7 years agoMerge "DALi Version 1.2.19" into devel/master
Adeel Kazmi [Fri, 16 Dec 2016 13:34:03 +0000 (05:34 -0800)]
Merge "DALi Version 1.2.19" into devel/master

7 years agoDALi Version 1.2.19 45/105445/1 dali_1.2.19
Francisco Santos [Fri, 16 Dec 2016 13:19:41 +0000 (13:19 +0000)]
DALi Version 1.2.19

Change-Id: I96f5871419611abb82531d9fde401309b2ecfb6a

7 years agoMerge "Fix blending issue of native image source" into devel/master
taeyoon [Fri, 16 Dec 2016 07:13:49 +0000 (23:13 -0800)]
Merge "Fix blending issue of native image source" into devel/master

7 years agoMerge "Modify window for rotation event and missed parts." into devel/master
taeyoon [Fri, 16 Dec 2016 07:13:05 +0000 (23:13 -0800)]
Merge "Modify window for rotation event and missed parts." into devel/master

7 years agoModify iconify part for wayland 07/96307/4
taeyoon [Tue, 20 Sep 2016 11:26:10 +0000 (20:26 +0900)]
Modify iconify part for wayland

Change-Id: I8be44d011133e26466ea58a50e99165d1e345b68

7 years agoGIF loading 83/92983/18
Xiangyin Ma [Wed, 19 Oct 2016 16:53:34 +0000 (17:53 +0100)]
GIF loading

Change-Id: I6c733213ec3f743911073e7aae759c53e379ec1b

7 years agoMerge "DALi Version 1.2.18" into devel/master
Adeel Kazmi [Fri, 9 Dec 2016 14:42:39 +0000 (06:42 -0800)]
Merge "DALi Version 1.2.18" into devel/master

7 years agoDALi Version 1.2.18 37/103837/1 dali_1.2.18
Ferran Sole [Fri, 9 Dec 2016 14:34:33 +0000 (14:34 +0000)]
DALi Version 1.2.18

Change-Id: I8b087614482f13e140c9fb658809ed913a962a72

7 years agoMerge "Implement wayland specific Accessibility" into devel/master
Seoyeon Kim [Fri, 9 Dec 2016 06:43:31 +0000 (22:43 -0800)]
Merge "Implement wayland specific Accessibility" into devel/master

7 years agoFix the wrong spelling 92/101792/2
Seoyeon Kim [Fri, 2 Dec 2016 06:40:15 +0000 (15:40 +0900)]
Fix the wrong spelling

- To prevent the native API reference warning log, fix 'application' spelling and parameter

Change-Id: Id4d246db7dbae7632729cca2945ccdabcd94e2c7
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoMerge "Fix and add missed doxygen" into devel/master
Adeel Kazmi [Mon, 5 Dec 2016 11:29:48 +0000 (03:29 -0800)]
Merge "Fix and add missed doxygen" into devel/master

7 years agoImplement wayland specific Accessibility 88/95388/3
Seoyeon Kim [Mon, 31 Oct 2016 10:04:33 +0000 (19:04 +0900)]
Implement wayland specific Accessibility

Change-Id: I45c11d4a70e844b8a9aab413446598d5b255ddc5
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoFix blending issue of native image source 17/102317/1
taeyoon [Tue, 22 Nov 2016 14:23:04 +0000 (23:23 +0900)]
Fix blending issue of native image source

Change-Id: I321e444ef338a00272a6174ce81672472b3eb755

7 years agoModify window for rotation event and missed parts. 16/102316/1
taeyoon [Mon, 21 Nov 2016 06:58:37 +0000 (15:58 +0900)]
Modify window for rotation event and missed parts.

  Add rotation event for wayland
  Add internal api for Window::Raise, Lower, Activate

Change-Id: Ie407a623274dd9482c09d677b45b43e1d75ed882

7 years agoDALi Version 1.2.17 78/101978/1 dali_1.2.17
adam.b [Fri, 2 Dec 2016 14:07:25 +0000 (14:07 +0000)]
DALi Version 1.2.17

Change-Id: I88ccaab8f6173cd59d756fde3c95f70fcd92d9c6

7 years agoChanges after ShaderEffect removal 10/101610/1
Adeel Kazmi [Thu, 1 Dec 2016 14:19:33 +0000 (14:19 +0000)]
Changes after ShaderEffect removal

Change-Id: Id46be222b1866f814056058c0f66e1e155c9882f

7 years agoCorrectly scope std functions. 63/100263/3
Francisco Santos [Fri, 25 Nov 2016 12:03:01 +0000 (12:03 +0000)]
Correctly scope std functions.

Change-Id: I20b0c8cc3ec6263c8f2f65aafed72e29d40cb75c

7 years agoMerge "Modern compilers consider auto_ptr deprecated, use unique_ptr instead." into...
Adeel Kazmi [Tue, 29 Nov 2016 15:25:46 +0000 (07:25 -0800)]
Merge "Modern compilers consider auto_ptr deprecated, use unique_ptr instead." into devel/master

7 years agoMerge "Modify to use remote-surface for WatchApplication" into devel/master
suhyung Eom [Mon, 28 Nov 2016 02:39:46 +0000 (18:39 -0800)]
Merge "Modify to use remote-surface for WatchApplication" into devel/master

7 years agoModern compilers consider auto_ptr deprecated, use unique_ptr instead. 62/100262/1
Francisco Santos [Fri, 25 Nov 2016 12:02:00 +0000 (12:02 +0000)]
Modern compilers consider auto_ptr deprecated, use unique_ptr instead.

Change-Id: Ib6a936fb17286e0439d7400003c31d3ab2ad3619

7 years agoAdd missing include. 61/100261/1
Francisco Santos [Fri, 25 Nov 2016 12:01:34 +0000 (12:01 +0000)]
Add missing include.

Change-Id: I2dc6b30d14f5827a5c1c3303e604922cd55fbf23

7 years agoDALi Version 1.2.16 38/100138/1 dali_1.2.16
Victor Cebollada [Fri, 25 Nov 2016 07:06:00 +0000 (07:06 +0000)]
DALi Version 1.2.16

Change-Id: I1a94dff09223b775d84f28ad77730601d60ecd16

7 years agoModify to use remote-surface for WatchApplication 16/99316/6
suhyung Eom [Tue, 22 Nov 2016 10:34:02 +0000 (19:34 +0900)]
Modify to use remote-surface for WatchApplication

Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: Icc0c42938f3bf94312550e1ffafff06b7d8a4b55

7 years agoFix compilation error with older versions of freetype where width and rows are int... 91/99991/1
Kimmo Hoikka [Thu, 24 Nov 2016 15:34:19 +0000 (15:34 +0000)]
Fix compilation error with older versions of freetype where width and rows are int rather than unsigned int

Change-Id: Ie543aada36b6e7c693e3f7d0a9aa413eff614b37

7 years agoMerge "Update command-line string & comment for view mode" into devel/master
dongsug song [Wed, 23 Nov 2016 12:11:13 +0000 (04:11 -0800)]
Merge "Update command-line string & comment for view mode" into devel/master

7 years agoMerge "FontClient - Add a method to get the raw data of a glyph." into devel/master
Paul Wisbey [Tue, 22 Nov 2016 16:03:31 +0000 (08:03 -0800)]
Merge "FontClient - Add a method to get the raw data of a glyph." into devel/master

7 years agoFix image operation test cases that randomly crash when running in parallel 20/99020/4
Kimmo Hoikka [Mon, 21 Nov 2016 13:01:54 +0000 (13:01 +0000)]
Fix image operation test cases that randomly crash when running in parallel

Change-Id: I45fef084a92481bb0bb35f9010b2e3542b5f77a1

7 years agoFix and add missed doxygen 07/99307/1
Seoyeon Kim [Tue, 22 Nov 2016 04:55:26 +0000 (13:55 +0900)]
Fix and add missed doxygen

Change-Id: I044b9f90dc07b3ec560f35e5cfbd98fdc9b2526a
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoObject-less image loading abstraction 78/98778/6
Kimmo Hoikka [Fri, 18 Nov 2016 16:32:34 +0000 (16:32 +0000)]
Object-less image loading abstraction

Change-Id: I3301e28cddfeb42c52af0c94357375ece97b852e

7 years agoFontClient - Add a method to get the raw data of a glyph. 67/93167/9
Victor Cebollada [Thu, 20 Oct 2016 14:34:12 +0000 (15:34 +0100)]
FontClient - Add a method to get the raw data of a glyph.

Change-Id: Ibf3778ef235152e5a60735940413cee0ae021742
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>