platform/core/uifw/dali-toolkit.git
5 years ago[Tizen] bug fixed : Characters are truncated when HorizontalAlignment.End in 17/192217/3
Joogab Yun [Tue, 30 Oct 2018 05:18:14 +0000 (14:18 +0900)]
[Tizen] bug fixed : Characters are truncated when HorizontalAlignment.End in
Multi line text on RTL environment.

Recalculate the alignmentOffset only if the line is RTL.

We need to distinguish the RTL variable for alignment and the RTL variable for the text line for position offset. So the RTL check of the text line is called isLineRTL.

ex)
When running the sample app below, the characters are truncated.

 Stage stage = Stage::GetCurrent();
 stage.SetBackgroundColor( Color::WHITE );

 TextLabel label = TextLabel::New( "Music, Film & TV, Funny, News,
Sports... Access millions of user generaed content and professional
videos from DAILYMOTION website on your SAMSUNG TV.Search, browse and
watch, get a direct access to your own or favorite accounts, watch a
selection of best" );
 label.SetSize( 1250, 600 );
 label.SetParentOrigin(ParentOrigin::TOP_LEFT);
 label.SetAnchorPoint(AnchorPoint::TOP_LEFT);
 label.SetPosition( 100.f, 700.f);
 label.SetProperty( TextLabel::Property::MULTI_LINE, true );
 label.SetProperty(TextLabel::Property::POINT_SIZE, 30);
 label.SetProperty(TextLabel::Property::HORIZONTAL_ALIGNMENT,
"END");
 label.SetProperty(Toolkit::DevelTextLabel::Property::MATCH_SYSTEM_LANGUAGE_DIRECTION,
true );
 label.SetProperty( Actor::Property::LAYOUT_DIRECTION,
LayoutDirection::RIGHT_TO_LEFT );

 stage.Add( label );

Change-Id: I0c1161330de073cef466d8e7119a56a9be606034

5 years agoMerge "[Tizen] Sorts text sequences in LTR and RTL by system language direction....
HyunJu Shin [Thu, 1 Nov 2018 01:40:28 +0000 (01:40 +0000)]
Merge "[Tizen] Sorts text sequences in LTR and RTL by system language direction." into tizen

5 years agoMerge "[Tizen] Check supported by font and find fallback font for common script....
HyunJu Shin [Thu, 1 Nov 2018 01:12:58 +0000 (01:12 +0000)]
Merge "[Tizen] Check supported by font and find fallback font for common script." into tizen

5 years ago[Tizen] Sorts text sequences in LTR and RTL by system language direction. 15/192215/1
Joogab Yun [Fri, 26 Oct 2018 06:42:14 +0000 (15:42 +0900)]
[Tizen] Sorts text sequences in LTR and RTL by system language direction.

if matchSystemLanguageDirection property set true,
The text order follows the system language direction.

Change-Id: I4164975b98a2068718a4cc7c0b90afe8839b0acf

5 years ago[Tizen] fixed crash issue 89/192189/1
Joogab Yun [Tue, 23 Oct 2018 08:09:09 +0000 (17:09 +0900)]
[Tizen] fixed crash issue
If colorsBuffer and colorIndexBuffer are null, then crash occurs.
so if useDefaultColor is true, colorIndex must be 0u.

(gdb)bt full
 #5  Dali::Toolkit::Text::Typesetter::CreateImageBuffer
(this=this@entry=0x9b9f78, bufferWidth=bufferWidth@entry=166,
bufferHeight=bufferHeight@entry=38,
style=style@entry=Dali::Toolkit::Text::Typesetter::STYLE_NONE,
ignoreHorizontalAlignment=ignoreHorizontalAlignment@entry=true,
pixelFormat=pixelFormat@entry=Dali::Pixel::RGBA8888,
horizontalOffset=<optimized out>, horizontalOffset@entry=0,
verticalOffset=<optimized out>, verticalOffset@entry=0,
fromGlyphIndex=<optimized out>, fromGlyphIndex@entry=0,
toGlyphIndex=<optimized out>, toGlyphIndex@entry=5) at
/usr/src/debug/dali-toolkit-1.3.41/build/tizen/dali-toolkit/../../../dali-toolkit/internal/text/rendering/text-typesetter.cpp:640
         color = <optimized out>
         glyphInfo = 0x90ab28
         position = 0x964330
         glyphIndex = 0
         line = @0x83d4f0: {glyphRun = {glyphIndex = 0, numberOfGlyphs =
6}, characterRun = {characterIndex = 0, numberOfCharacters = 6}, width =
115, ascender = 28, descender = -9, extraLength = 0, alignmentOffset =
0, lineSpacing = 0, direction = false, ellipsis = false}
         outlineWidth = 0
         currentUnderlinePosition = <optimized out>
         currentUnderlineThickness = 0
         lastUnderlinedFontId = 0
         underlineEnabled = false
         lineExtentLeft = 2
         lineExtentRight = 21
         baseline = 0
         underlineHeight = 0
         underlineColor = @0x8e0358: {static ONE = {static ONE = <same
as static member of an already seen type>, static XAXIS = {static ONE =
<same as static member of an already seen type>, static XAXIS = <same as
static member of an already seen type>, static YAXIS = {static ONE =
<same as static member of an already seen type>, static XAXIS = <same as
static member of an already seen type>, static YAXIS = <same as static
member of an already seen type>, static ZAXIS = {static ONE = <same as
static member of an already seen type>, static XAXIS = <same as static
member of an already seen type>, static YAXIS = <same as static member
of an already seen type>, static ZAXIS = <same as static member of an
already seen type>, static ZERO = {static ONE = <same as static member
of an already seen type>, static XAXIS = <same as static member of an
already seen type>, static YAXIS = <same as static member of an already
seen type>, static ZAXIS = <same as static member of an already seen
type>, static ZERO = <same as static member of an already seen type>, {x
= 0, r = 0, s = 0}, {y = 0, g = 0, t = 0}, {z = 0, b = 0, p = 0}, {w =
0, a = 0, q = 0}}, {x = 0, r = 0, s = 0}, {y = 0, g = 0, t = 0}, {z = 1,
b = 1, p = 1}, {w = 0, a = 0, q = 0}}, static ZERO = <same as static
member of an already seen type>, {x = 0, r = 0, s = 0}, {y = 1, g = 1, t
= 1}, {z = 0, b = 0, p = 0}, {w = 0, a = 0, q = 0}}, static ZAXIS =
<same as static member of an already seen type>, static ZERO = <same as
static member of an already seen type>, {x = 1, r = 1, s = 1}, {y = 0, g
= 0, t = 0}, {z = 0, b = 0, p = 0}, {w = 0, a = 0, q = 0}}, static YAXIS
= <same as static member of an already seen type>, static ZAXIS = <same
as static member of an already seen type>, static ZERO = <same as static
member of an already seen type>, {x = 1, r = 1, s = 1}, {y = 1, g = 1, t
= 1}, {z = 1, b = 1, p = 1}, {w = 1, a = 1, q = 1}}, static XAXIS =
<same as static member of an already seen type>, static YAXIS = <same as
static member of an already seen type>, static ZAXIS = <same as static
member of an already seen type>, static ZERO = <same as static member of
an already seen type>, {x = 1, r = 1, s = 1}, {y = 1, g = 1, t = 1}, {z
= 1, b = 1, p = 1}, {w = 1, a = 1, q = 1}}
         numberOfUnderlineRuns = <optimized out>
         underlineRuns = {<Dali::VectorAlgorithms<true>> =
{<Dali::VectorBase> = {mData = 0x0}, <No data fields>}, <No data
fields>}
         thereAreUnderlinedGlyphs = <optimized out>
         maxUnderlineThickness = 0
         lineIndex = 0
         modelNumberOfLines = 1
         modelLinesBuffer = <optimized out>
         numberOfGlyphs = 6
         glyphsBuffer = 0x90ab28
         positionBuffer = 0x964330
         colorsBuffer = 0x0
         colorIndexBuffer = 0x0
         useDefaultColor = true
         defaultColor = @0x8e0338: {static ONE = {static ONE = <same as
static member of an already seen type>, static XAXIS = {static ONE =
<same as static member of an already seen type>, static XAXIS = <same as
static member of an already seen type>, static YAXIS = {static ONE =
<same as static member of an already seen type>, static XAXIS = <same as
static member of an already seen type>, static YAXIS = <same as static
member of an already seen type>, static ZAXIS = {static ONE = <same as
static member of an already seen type>, static XAXIS = <same as static
member of an already seen type>, static YAXIS = <same as static member
of an already seen type>, static ZAXIS = <same as static member of an
already seen type>, static ZERO = {static ONE = <same as static member
of an already seen type>, static XAXIS = <same as static member of an
already seen type>, static YAXIS = <same as static member of an already
seen type>, static ZAXIS = <same as static member of an already seen
type>, static ZERO = <same as static member of an already seen type>, {x
= 0, r = 0, s = 0}, {y = 0, g = 0, t = 0}, {z = 0, b = 0, p = 0}, {w =
0, a = 0, q = 0}}, {x = 0, r = 0, s = 0}, {y = 0, g = 0, t = 0}, {z = 1,
b = 1, p = 1}, {w = 0, a = 0, q = 0}}, static ZERO = <same as static
member of an already seen type>, {x = 0, r = 0, s = 0}, {y = 1, g = 1, t
= 1}, {z = 0, b = 0, p = 0}, {w = 0, a = 0, q = 0}}, static ZAXIS =
<same as static member of an already seen type>, static ZERO = <same as
static member of an already seen type>, {x = 1, r = 1, s = 1}, {y = 0, g
= 0, t = 0}, {z = 0, b = 0, p = 0}, {w = 0, a = 0, q = 0}}, static YAXIS
= <same as static member of an already seen type>, static ZAXIS = <same
as static member of an already seen type>, static ZERO = <same as static
member of an already seen type>, {x = 1, r = 1, s = 1}, {y = 1, g = 1, t
= 1}, {z = 1, b = 1, p = 1}, {w = 1, a = 1, q = 1}}, static XAXIS =
<same as static member of an already seen type>, static YAXIS = <same as
static member of an already seen type>, static ZAXIS = <same as static
member of an already seen type>, static ZERO = <same as static member of
an already seen type>, {x = 1, r = 1, s = 1}, {y = 1, g = 1, t = 1}, {z
= 1, b = 1, p = 1}, {w = 1, a = 1, q = 1}}
         glyphData = {bitmapBuffer = {<Dali::BaseHandle> =
{mObjectHandle = {mPtr = 0x9b9f48}}, <No data fields>}, position = 0x6,
glyphBitmap = {buffer = 0x0, width = 0, height = 0, format =
Dali::Pixel::A8}, width = 166, height = 38, horizontalOffset = 0,
verticalOffset = 28}
         fontClient = {<Dali::BaseHandle> = {mObjectHandle = {mPtr =
0x72bfd0}}, static DEFAULT_POINT_SIZE = 1767076981}

Change-Id: Ia68a0409afecb8c008ccade6e1ce75334bb92ab2

5 years ago[Tizen] Check supported by font and find fallback font for common script. 88/192188/1
Joogab Yun [Fri, 12 Oct 2018 05:32:30 +0000 (14:32 +0900)]
[Tizen] Check supported by font and find fallback font for common script.

There is an issue where '□' is displayed when you input Hangul after
inputting Tab Key.
so we need to check if it supports fonts and find fallback font.

Change-Id: Icf01d5055da7b85cc464905dde04e971f0c1f7dc

5 years agoSetting layout already in use 12/192012/4
Agnelo Vaz [Fri, 26 Oct 2018 16:30:14 +0000 (17:30 +0100)]
Setting layout already in use

If a control is using a layout and that layout is then
set to another control the original control gets a BinLayout.

Change-Id: I482d00239eaec765126b3554b982c8e86ab135f6

5 years agoDALi Version 1.3.47 88/191988/1 dali_1.3.47
greynaga [Fri, 26 Oct 2018 11:24:00 +0000 (12:24 +0100)]
DALi Version 1.3.47

Change-Id: Ib9fb158be2404863e0e03fed2daa5cff9957f0c9

5 years agoLayout removal support 07/191507/3
agnelo vaz [Wed, 17 Oct 2018 14:58:10 +0000 (15:58 +0100)]
Layout removal support

Change-Id: I1d840c366696d003b6aa32550d55e1a18a4daf00

5 years agofixed crash issue 61/191761/2
Joogab Yun [Tue, 23 Oct 2018 08:09:09 +0000 (17:09 +0900)]
fixed crash issue
If colorsBuffer and colorIndexBuffer are null, then crash occurs.
so if useDefaultColor is true, colorIndex must be 0u.

(gdb)bt full
 #5  Dali::Toolkit::Text::Typesetter::CreateImageBuffer
(this=this@entry=0x9b9f78, bufferWidth=bufferWidth@entry=166,
bufferHeight=bufferHeight@entry=38,
style=style@entry=Dali::Toolkit::Text::Typesetter::STYLE_NONE,
ignoreHorizontalAlignment=ignoreHorizontalAlignment@entry=true,
pixelFormat=pixelFormat@entry=Dali::Pixel::RGBA8888,
horizontalOffset=<optimized out>, horizontalOffset@entry=0,
verticalOffset=<optimized out>, verticalOffset@entry=0,
fromGlyphIndex=<optimized out>, fromGlyphIndex@entry=0,
toGlyphIndex=<optimized out>, toGlyphIndex@entry=5) at
/usr/src/debug/dali-toolkit-1.3.41/build/tizen/dali-toolkit/../../../dali-toolkit/internal/text/rendering/text-typesetter.cpp:640
         color = <optimized out>
         glyphInfo = 0x90ab28
         position = 0x964330
         glyphIndex = 0
         line = @0x83d4f0: {glyphRun = {glyphIndex = 0, numberOfGlyphs =
6}, characterRun = {characterIndex = 0, numberOfCharacters = 6}, width =
115, ascender = 28, descender = -9, extraLength = 0, alignmentOffset =
0, lineSpacing = 0, direction = false, ellipsis = false}
         outlineWidth = 0
         currentUnderlinePosition = <optimized out>
         currentUnderlineThickness = 0
         lastUnderlinedFontId = 0
         underlineEnabled = false
         lineExtentLeft = 2
         lineExtentRight = 21
         baseline = 0
         underlineHeight = 0
         underlineColor = @0x8e0358: {static ONE = {static ONE = <same
as static member of an already seen type>, static XAXIS = {static ONE =
<same as static member of an already seen type>, static XAXIS = <same as
static member of an already seen type>, static YAXIS = {static ONE =
<same as static member of an already seen type>, static XAXIS = <same as
static member of an already seen type>, static YAXIS = <same as static
member of an already seen type>, static ZAXIS = {static ONE = <same as
static member of an already seen type>, static XAXIS = <same as static
member of an already seen type>, static YAXIS = <same as static member
of an already seen type>, static ZAXIS = <same as static member of an
already seen type>, static ZERO = {static ONE = <same as static member
of an already seen type>, static XAXIS = <same as static member of an
already seen type>, static YAXIS = <same as static member of an already
seen type>, static ZAXIS = <same as static member of an already seen
type>, static ZERO = <same as static member of an already seen type>, {x
= 0, r = 0, s = 0}, {y = 0, g = 0, t = 0}, {z = 0, b = 0, p = 0}, {w =
0, a = 0, q = 0}}, {x = 0, r = 0, s = 0}, {y = 0, g = 0, t = 0}, {z = 1,
b = 1, p = 1}, {w = 0, a = 0, q = 0}}, static ZERO = <same as static
member of an already seen type>, {x = 0, r = 0, s = 0}, {y = 1, g = 1, t
= 1}, {z = 0, b = 0, p = 0}, {w = 0, a = 0, q = 0}}, static ZAXIS =
<same as static member of an already seen type>, static ZERO = <same as
static member of an already seen type>, {x = 1, r = 1, s = 1}, {y = 0, g
= 0, t = 0}, {z = 0, b = 0, p = 0}, {w = 0, a = 0, q = 0}}, static YAXIS
= <same as static member of an already seen type>, static ZAXIS = <same
as static member of an already seen type>, static ZERO = <same as static
member of an already seen type>, {x = 1, r = 1, s = 1}, {y = 1, g = 1, t
= 1}, {z = 1, b = 1, p = 1}, {w = 1, a = 1, q = 1}}, static XAXIS =
<same as static member of an already seen type>, static YAXIS = <same as
static member of an already seen type>, static ZAXIS = <same as static
member of an already seen type>, static ZERO = <same as static member of
an already seen type>, {x = 1, r = 1, s = 1}, {y = 1, g = 1, t = 1}, {z
= 1, b = 1, p = 1}, {w = 1, a = 1, q = 1}}
         numberOfUnderlineRuns = <optimized out>
         underlineRuns = {<Dali::VectorAlgorithms<true>> =
{<Dali::VectorBase> = {mData = 0x0}, <No data fields>}, <No data
fields>}
         thereAreUnderlinedGlyphs = <optimized out>
         maxUnderlineThickness = 0
         lineIndex = 0
         modelNumberOfLines = 1
         modelLinesBuffer = <optimized out>
         numberOfGlyphs = 6
         glyphsBuffer = 0x90ab28
         positionBuffer = 0x964330
         colorsBuffer = 0x0
         colorIndexBuffer = 0x0
         useDefaultColor = true
         defaultColor = @0x8e0338: {static ONE = {static ONE = <same as
static member of an already seen type>, static XAXIS = {static ONE =
<same as static member of an already seen type>, static XAXIS = <same as
static member of an already seen type>, static YAXIS = {static ONE =
<same as static member of an already seen type>, static XAXIS = <same as
static member of an already seen type>, static YAXIS = <same as static
member of an already seen type>, static ZAXIS = {static ONE = <same as
static member of an already seen type>, static XAXIS = <same as static
member of an already seen type>, static YAXIS = <same as static member
of an already seen type>, static ZAXIS = <same as static member of an
already seen type>, static ZERO = {static ONE = <same as static member
of an already seen type>, static XAXIS = <same as static member of an
already seen type>, static YAXIS = <same as static member of an already
seen type>, static ZAXIS = <same as static member of an already seen
type>, static ZERO = <same as static member of an already seen type>, {x
= 0, r = 0, s = 0}, {y = 0, g = 0, t = 0}, {z = 0, b = 0, p = 0}, {w =
0, a = 0, q = 0}}, {x = 0, r = 0, s = 0}, {y = 0, g = 0, t = 0}, {z = 1,
b = 1, p = 1}, {w = 0, a = 0, q = 0}}, static ZERO = <same as static
member of an already seen type>, {x = 0, r = 0, s = 0}, {y = 1, g = 1, t
= 1}, {z = 0, b = 0, p = 0}, {w = 0, a = 0, q = 0}}, static ZAXIS =
<same as static member of an already seen type>, static ZERO = <same as
static member of an already seen type>, {x = 1, r = 1, s = 1}, {y = 0, g
= 0, t = 0}, {z = 0, b = 0, p = 0}, {w = 0, a = 0, q = 0}}, static YAXIS
= <same as static member of an already seen type>, static ZAXIS = <same
as static member of an already seen type>, static ZERO = <same as static
member of an already seen type>, {x = 1, r = 1, s = 1}, {y = 1, g = 1, t
= 1}, {z = 1, b = 1, p = 1}, {w = 1, a = 1, q = 1}}, static XAXIS =
<same as static member of an already seen type>, static YAXIS = <same as
static member of an already seen type>, static ZAXIS = <same as static
member of an already seen type>, static ZERO = <same as static member of
an already seen type>, {x = 1, r = 1, s = 1}, {y = 1, g = 1, t = 1}, {z
= 1, b = 1, p = 1}, {w = 1, a = 1, q = 1}}
         glyphData = {bitmapBuffer = {<Dali::BaseHandle> =
{mObjectHandle = {mPtr = 0x9b9f48}}, <No data fields>}, position = 0x6,
glyphBitmap = {buffer = 0x0, width = 0, height = 0, format =
Dali::Pixel::A8}, width = 166, height = 38, horizontalOffset = 0,
verticalOffset = 28}
         fontClient = {<Dali::BaseHandle> = {mObjectHandle = {mPtr =
0x72bfd0}}, static DEFAULT_POINT_SIZE = 1767076981}

Change-Id: Ia68a0409afecb8c008ccade6e1ce75334bb92ab2

5 years agoMerge "Check supported by font and find fallback font for common script." into devel...
Heeyong Song [Wed, 24 Oct 2018 00:54:23 +0000 (00:54 +0000)]
Merge "Check supported by font and find fallback font for common script." into devel/master

5 years agoMerge "Update to doxygen for SetLayoutParametersUsingResizePolicy API" into devel...
Adeel Kazmi [Tue, 23 Oct 2018 11:18:28 +0000 (11:18 +0000)]
Merge "Update to doxygen for SetLayoutParametersUsingResizePolicy API" into devel/master

5 years agoCheck supported by font and find fallback font for common script. 76/191176/15
Joogab Yun [Fri, 12 Oct 2018 05:32:30 +0000 (14:32 +0900)]
Check supported by font and find fallback font for common script.

There is an issue where '□' is displayed when you input Hangul after
inputting Tab Key.
so we need to check if it supports fonts and find fallback font.

Change-Id: Icf01d5055da7b85cc464905dde04e971f0c1f7dc

5 years agoUpdate to doxygen for SetLayoutParametersUsingResizePolicy API 12/191712/2
Agnelo Vaz [Mon, 22 Oct 2018 14:38:12 +0000 (15:38 +0100)]
Update to doxygen for SetLayoutParametersUsingResizePolicy API

Change-Id: I98cfa2c37417bc33a8b10bc7fb895b77e12510f1

5 years agoAdd Layout complex animation. 74/190274/15
Anton Obzhirov [Mon, 17 Sep 2018 12:21:39 +0000 (13:21 +0100)]
Add Layout complex animation.

Change-Id: I34a0fa03030b3e897f418982ea7b54eb8ea0e418

5 years agoBinLayout added 06/191506/4
agnelo vaz [Wed, 17 Oct 2018 15:50:26 +0000 (16:50 +0100)]
BinLayout added

This layout has children but does not explictly position them itself.
If given a (legacy) container as a child it will check it for ResizePolicies
 and map them to a MeasureSpec so can be used by the Layout system.

The BinLayout by default will take the size of the greatest child dimensions.
(WRAP_CONTENT).
Although can be set to MATCH_PARENT.

PARENT_ORIGIN as always TOP_LEFT, may account for this in future if required.

Change-Id: I2335ee465578d796e1025192ae0f8cdb95ecc60f

5 years ago[Tizen] security check : null termination check 17/191617/2
Joogab Yun [Wed, 17 Oct 2018 01:39:24 +0000 (10:39 +0900)]
[Tizen] security check : null termination check

Change-Id: I047b7b4767b9d0c34919c870413a2634c0b4a8de

5 years agoSVACE error in size negotiation mapper 82/191582/4
Agnelo Vaz [Thu, 18 Oct 2018 13:42:04 +0000 (14:42 +0100)]
SVACE error in size negotiation mapper

Change-Id: Iae3a219ccff0941bc2f4890f72b5f314c5b46e52

5 years agoMerge "Changes needed for https://review.tizen.org/gerrit/#/c/191202/" into devel...
Adeel Kazmi [Thu, 18 Oct 2018 16:40:13 +0000 (16:40 +0000)]
Merge "Changes needed for https://review.tizen.org/gerrit/#/c/191202/" into devel/master

5 years agoMerge "DALi Version 1.3.46" into devel/master
Adeel Kazmi [Thu, 18 Oct 2018 13:28:32 +0000 (13:28 +0000)]
Merge "DALi Version 1.3.46" into devel/master

5 years agoDALi Version 1.3.46 74/191574/1 dali_1.3.46
Anton Obzhirov [Thu, 18 Oct 2018 13:26:39 +0000 (14:26 +0100)]
DALi Version 1.3.46

Change-Id: I9718a49b2d4e09a77ed221601ec8380b73136c03

5 years agoMerge "Add to request Relayout when connected to Stage" into devel/master
Adeel Kazmi [Thu, 18 Oct 2018 13:14:57 +0000 (13:14 +0000)]
Merge "Add to request Relayout when connected to Stage" into devel/master

5 years agoRenderSurface interface change in automated test utils 08/190908/4
Richard Huang [Mon, 8 Oct 2018 12:58:02 +0000 (13:58 +0100)]
RenderSurface interface change in automated test utils

Change-Id: Ia0b42a519d0e9df399cf3b274d410c083e6662e3

5 years agoAdd to request Relayout when connected to Stage 47/191347/2
Seoyeon Kim [Tue, 16 Oct 2018 07:03:43 +0000 (16:03 +0900)]
Add to request Relayout when connected to Stage

Change-Id: I82fd90a662ea52a8b1bf4025fa2c08a30f65de9a
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
5 years agosecurity check : null termination check 14/191414/2
Joogab Yun [Wed, 17 Oct 2018 01:39:24 +0000 (10:39 +0900)]
security check : null termination check

Change-Id: I047b7b4767b9d0c34919c870413a2634c0b4a8de

5 years agoRevert "[Tizen] modifies match align for first sentence line direciton" 31/191531/1
Joogab Yun [Thu, 18 Oct 2018 06:00:32 +0000 (15:00 +0900)]
Revert "[Tizen] modifies match align for first sentence line direciton"

Change-Id: Id4061f06cd95685681f8a504a2b126df93471e93

5 years ago[Tizen] modifies match align for first sentence line direciton 22/191422/1
Joogab Yun [Tue, 16 Oct 2018 06:31:35 +0000 (15:31 +0900)]
[Tizen] modifies match align for first sentence line direciton

Change-Id: Ib973c6cff79b8eb43b50e23f208e81b2e2083bde

5 years agoLayouting nesting tests 74/191374/4
Agnelo Vaz [Wed, 10 Oct 2018 10:02:46 +0000 (11:02 +0100)]
Layouting nesting tests

Change-Id: I4596fd700f38d64bdcc3b3c02d74a2b7c5d631fd

5 years agoMerge "Legacy Size negotiation mapper" into devel/master
Adeel Kazmi [Tue, 16 Oct 2018 13:32:06 +0000 (13:32 +0000)]
Merge "Legacy Size negotiation mapper" into devel/master

5 years agoLegacy Size negotiation mapper 84/189684/24
Agnelo Vaz [Tue, 18 Sep 2018 18:31:37 +0000 (19:31 +0100)]
Legacy Size negotiation mapper

Sets a MeasureSpecification on a Layout using the controls existing Resize Policy.
Needed when legacy (pre Layouts) containers are added to Layouts and still need
 their existing Resize polcies to be obeyed.

Change-Id: I1a96cd459ab31aa778b18ebe0e417a01b158f8d3

5 years ago[Tizen] Fix to avoid empty texture rendering issue. 29/191329/3 accepted/tizen/5.0/unified/20181102.023235 accepted/tizen/unified/20181018.000401 submit/tizen/20181016.130058 submit/tizen_5.0/20181101.000005
dongsug.song [Tue, 16 Oct 2018 05:42:31 +0000 (14:42 +0900)]
[Tizen] Fix to avoid empty texture rendering issue.

- Universal Guide Thumbnail is displayed abnormally.

Change-Id: I4ed69b0e8682aa295c00e8f32fe9a9880edca68e

5 years agoUpdated patch-coverage script to generate correct HTML 05/191305/1
David Steele [Mon, 15 Oct 2018 16:58:52 +0000 (17:58 +0100)]
Updated patch-coverage script to generate correct HTML

Change-Id: I93a05078670a479c6b29a18127c6b3343b884b71

5 years agoMerge "DALi Version 1.3.45" into devel/master
Adeel Kazmi [Fri, 12 Oct 2018 12:40:52 +0000 (12:40 +0000)]
Merge "DALi Version 1.3.45" into devel/master

5 years agoDALi Version 1.3.45 09/191209/1 dali_1.3.45
David Steele [Fri, 12 Oct 2018 12:37:57 +0000 (13:37 +0100)]
DALi Version 1.3.45

Change-Id: Ia2b15a575fc3b670bc9adc86484bb6c500325a9f

5 years agoChanges needed for https://review.tizen.org/gerrit/#/c/191202/ 03/191203/1
Kimmo Hoikka [Fri, 12 Oct 2018 11:20:49 +0000 (12:20 +0100)]
Changes needed for https://review.tizen.org/gerrit/#/c/191202/

Change-Id: Id341996aeeb9e15ae45fd1442878dd343d41f8dc

5 years agoUnparented layout should disconnect all signals connected to the owner. 34/191134/1
Anton Obzhirov [Thu, 11 Oct 2018 15:46:35 +0000 (16:46 +0100)]
Unparented layout should disconnect all signals connected to the owner.

Change-Id: Iaecc7fcdbd11e65ae6f560512a84a9e3b2912426

5 years ago[Tizen] Disable pixel alignment in TextVisual 78/191078/1 accepted/tizen/unified/20181012.083546 submit/tizen/20181011.084320 submit/tizen/20181012.011344
Heeyong Song [Thu, 11 Oct 2018 07:10:53 +0000 (16:10 +0900)]
[Tizen] Disable pixel alignment in TextVisual

Change-Id: I55756fc05df20833e430f6d6bd7f6bc9ea919cd6

5 years agoScene and glTF Loader 84/188684/37
Seungho, Baek [Fri, 7 Sep 2018 08:43:50 +0000 (17:43 +0900)]
Scene and glTF Loader

 - Scene for the 3D Mesh object(Animated or not).
 - PBR rendering with Image Based Lighting
 - glTF Loader that loads scene from glTF( TODO: sparse accessor, skeletal animation, morphing. )
 - UTC

Change-Id: I4ee6b5db3315b8d165bbf90269ce01c86cc70531
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
5 years ago[Tizen] Fix KeyboardFocusManager ClearFocus bug 56/190956/1
minho.sun [Tue, 14 Aug 2018 04:41:50 +0000 (13:41 +0900)]
[Tizen] Fix KeyboardFocusManager ClearFocus bug

- Added 'mAlwaysShowIndicator' member variable to keep the initial value.
- 'mIsFocusIndicatorShown' should be the initial value
  even though ClearFocus() is called.

Change-Id: I6f5e05ba3e444d9bdb1a4853d264e4b8f633efaf
Signed-off-by: minho.sun <minho.sun@samsung.com>
5 years ago[Tizen] Prevent using an empty textureset 51/190951/2
Heeyong Song [Tue, 13 Feb 2018 01:34:14 +0000 (10:34 +0900)]
[Tizen] Prevent using an empty textureset

Change-Id: Id47720179996ff3107bb506ea873f50b254ff895

5 years agoMerge "Fix SVACE issue" into devel/master
Adeel Kazmi [Mon, 8 Oct 2018 09:52:04 +0000 (09:52 +0000)]
Merge "Fix SVACE issue" into devel/master

5 years agoMerge "Change LayoutItem::SetParent to set LayoutItem::Impl::PRIVATE_FLAG_FORCE_SET_F...
Adeel Kazmi [Mon, 8 Oct 2018 09:38:45 +0000 (09:38 +0000)]
Merge "Change LayoutItem::SetParent to set LayoutItem::Impl::PRIVATE_FLAG_FORCE_SET_FRAME flag." into devel/master

5 years agoMerge "Fixed SVACE error in WebView" into devel/master
Adeel Kazmi [Mon, 8 Oct 2018 09:27:25 +0000 (09:27 +0000)]
Merge "Fixed SVACE error in WebView" into devel/master

5 years agoFix SVACE issue 77/190577/2
Heeyong Song [Thu, 4 Oct 2018 02:56:47 +0000 (11:56 +0900)]
Fix SVACE issue

Change-Id: I1d5394c68604eef38d808f01a7fd1167a1509711

5 years ago[Tizen] support match align for system language direciton 64/190864/1
Joogab Yun [Thu, 20 Sep 2018 10:22:19 +0000 (19:22 +0900)]
[Tizen] support match align for system language direciton

if matchSystemLanguageDirection property set true,
text align direction follow system language direction.

Change-Id: Idc1a45057cdc69d310e4c2817960e7c13cf4e48f

5 years agosupport match align for system language direciton 60/189860/21
Joogab Yun [Thu, 20 Sep 2018 10:22:19 +0000 (19:22 +0900)]
support match align for system language direciton

if matchSystemLanguageDirection property set true,
text align direction follow system language direction.

Change-Id: Idc1a45057cdc69d310e4c2817960e7c13cf4e48f

5 years agoChange LayoutItem::SetParent to set LayoutItem::Impl::PRIVATE_FLAG_FORCE_SET_FRAME... 17/188617/5
Anton Obzhirov [Thu, 6 Sep 2018 15:04:22 +0000 (16:04 +0100)]
Change LayoutItem::SetParent to set LayoutItem::Impl::PRIVATE_FLAG_FORCE_SET_FRAME flag.

Now it is setting in LayoutItem::SetFrame
and clearing in LayoutItem::SetParent, should be swapped.

Change-Id: Ifca2a432d119600fb4ff3a9351469e26d2661a02

5 years agoMerge "Fix KeyboardFocusManager ClearFocus bug" into devel/master
Adeel Kazmi [Fri, 5 Oct 2018 11:49:24 +0000 (11:49 +0000)]
Merge "Fix KeyboardFocusManager ClearFocus bug" into devel/master

5 years agoFixed SVACE error in WebView 18/190818/1
Adeel Kazmi [Fri, 5 Oct 2018 11:29:47 +0000 (12:29 +0100)]
Fixed SVACE error in WebView

Change-Id: If63b7153b8827915b1f836c382ad1978402e4cd4

5 years agoDALi Version 1.3.44 86/190786/1 dali_1.3.44
György Straub [Fri, 5 Oct 2018 08:43:10 +0000 (09:43 +0100)]
DALi Version 1.3.44

Change-Id: I7f6e9d04c7a5283dc5515dfaf9f4c93898c1863f

5 years ago[Tizen] Fix SVACE issue 78/190578/1 accepted/tizen/unified/20181005.012307 submit/tizen/20181004.100218 submit/tizen/20181004.103602
Heeyong Song [Thu, 4 Oct 2018 02:56:47 +0000 (11:56 +0900)]
[Tizen] Fix SVACE issue

Change-Id: I1d5394c68604eef38d808f01a7fd1167a1509711

5 years agoAdd codes for Dali Windows Backend 10/172010/37
adun [Fri, 9 Mar 2018 02:14:59 +0000 (10:14 +0800)]
Add codes for Dali Windows Backend

1. Remove the unneccesary modification.
2. Move the third-part lib to windows-dependencies.

Remove unneccesary committed files.

Change-Id: I793717f10ba0748906e0cbfed5fd2041c851a122

5 years agoModify codes for Dali Windows backend 85/182185/15
adun [Thu, 21 Jun 2018 06:52:36 +0000 (14:52 +0800)]
Modify codes for Dali Windows backend

Change-Id: I048474ba77af14b291c859b2a19451e377d2e05b

5 years ago[Tizen] Path length check and coverity issue fix in Scene submit/tizen/20181001.111440 submit/tizen/20181002.000301 submit/tizen/20181002.075325 submit/tizen/20181002.075644 submit/trunk/20181001.110911
Seungho, Baek [Mon, 1 Oct 2018 05:22:13 +0000 (14:22 +0900)]
[Tizen] Path length check and coverity issue fix in Scene

This reverts commit e748e2294ebffa5a833fa34ae78eb5851bb003a8.

5 years ago[Tizen] Add codes for Dali Windows Backend
Seungho, Baek [Mon, 1 Oct 2018 05:21:55 +0000 (14:21 +0900)]
[Tizen] Add codes for Dali Windows Backend

This reverts commit faa30cdc377078508b4e9a23cd29df14e130d0ed.

5 years ago[Tizen] Modify codes for Dali Windows backend
Seungho, Baek [Mon, 1 Oct 2018 05:21:26 +0000 (14:21 +0900)]
[Tizen] Modify codes for Dali Windows backend

This reverts commit bfa7bee6699072acd1ca49ec78142d34b59c3c67.

5 years ago[Tizen] Scene, Scene Loader, and glTF Loader
Seungho, Baek [Mon, 1 Oct 2018 05:20:08 +0000 (14:20 +0900)]
[Tizen] Scene, Scene Loader, and glTF Loader

This reverts commit 2910dc817b4788db236418729002596190d9ad8c.

5 years ago[Tizen] Restore behavior of Uploaded and LoadingFinished signal
Seungho, Baek [Mon, 1 Oct 2018 05:19:49 +0000 (14:19 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal

This reverts commit f4a30b00173f96e2dff2e8737750b2cf7a1c666a.

5 years agoMerge branch 'devel/master' into tizen
Seungho, Baek [Mon, 1 Oct 2018 05:19:42 +0000 (14:19 +0900)]
Merge branch 'devel/master' into tizen

5 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
Seungho, Baek [Mon, 1 Oct 2018 05:18:56 +0000 (14:18 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"

This reverts commit c1dd3833a8e2d0486cdcf3fcfdfb45d9702532f7.

5 years agoRevert "[Tizen] Do not substarct outline width in text-controller"
Seungho, Baek [Mon, 1 Oct 2018 05:18:44 +0000 (14:18 +0900)]
Revert "[Tizen] Do not substarct outline width in text-controller"

This reverts commit 046f249534814818ac24f50afd4bf40f23c61490.

5 years agoRevert "[Tizen] Scene, Scene Loader, and glTF Loader"
Seungho, Baek [Mon, 1 Oct 2018 05:18:40 +0000 (14:18 +0900)]
Revert "[Tizen] Scene, Scene Loader, and glTF Loader"

This reverts commit 7629483212dfefffcde862db694c2e0666b163e7.

5 years agoRevert "[Tizen] Modify codes for Dali Windows backend"
Seungho, Baek [Mon, 1 Oct 2018 05:18:38 +0000 (14:18 +0900)]
Revert "[Tizen] Modify codes for Dali Windows backend"

This reverts commit c54fda57c75f6407fbbc76771792718eb6d10906.

5 years agoRevert "[Tizen] Add codes for Dali Windows Backend"
Seungho, Baek [Mon, 1 Oct 2018 05:18:35 +0000 (14:18 +0900)]
Revert "[Tizen] Add codes for Dali Windows Backend"

This reverts commit b0aa652515dc05a13c3ca1c82a56e0883ad4519e.

5 years agoRevert "[Tizen] Implement WebView Interface"
Seungho, Baek [Mon, 1 Oct 2018 05:18:32 +0000 (14:18 +0900)]
Revert "[Tizen] Implement WebView Interface"

This reverts commit 010830c43f0cbcb886442afaa322349dd6adb29b.

5 years agoRevert "[Tizen] Path length check and coverity issue fix in Scene"
Seungho, Baek [Mon, 1 Oct 2018 05:18:29 +0000 (14:18 +0900)]
Revert "[Tizen] Path length check and coverity issue fix in Scene"

This reverts commit 59901599941981c239b53b094a05e321efb06ad5.

5 years agoMerge "Fix a custom shader issue in ImageView" into devel/master
Adeel Kazmi [Fri, 28 Sep 2018 16:33:42 +0000 (16:33 +0000)]
Merge "Fix a custom shader issue in ImageView" into devel/master

5 years agoDALi Version 1.3.43 62/190262/1 dali_1.3.43
Agnelo Vaz [Fri, 28 Sep 2018 13:04:53 +0000 (14:04 +0100)]
DALi Version 1.3.43

Change-Id: I6aaac4c02f83b6235fe6ff340d8996563123500e

5 years agoFix a custom shader issue in ImageView 08/189708/4
Heeyong Song [Thu, 20 Sep 2018 02:21:08 +0000 (11:21 +0900)]
Fix a custom shader issue in ImageView

A custom shader is ignored if a custom shader is set while loading a new image

Change-Id: I2ffd994376d12488b3af9a73c3a8616514e082a0

5 years agoFix KeyboardFocusManager ClearFocus bug 41/186741/4
minho.sun [Tue, 14 Aug 2018 04:41:50 +0000 (13:41 +0900)]
Fix KeyboardFocusManager ClearFocus bug

- Added 'mAlwaysShowIndicator' member variable to keep the initial value.
- 'mIsFocusIndicatorShown' should be the initial value
  even though ClearFocus() is called.

Change-Id: I6f5e05ba3e444d9bdb1a4853d264e4b8f633efaf
Signed-off-by: minho.sun <minho.sun@samsung.com>
5 years agoMerge "Do not substarct outline width in text-controller" into devel/master
Adeel Kazmi [Wed, 26 Sep 2018 09:06:25 +0000 (09:06 +0000)]
Merge "Do not substarct outline width in text-controller" into devel/master

5 years ago(Text Controls) Use scissor clipping instead of stencil 81/189981/1
Adeel Kazmi [Tue, 25 Sep 2018 11:39:21 +0000 (12:39 +0100)]
(Text Controls) Use scissor clipping instead of stencil

Change-Id: I33287ec1146a0538062f039a060d2baaccfbe08a

5 years agoMerge "Encapsulation and harmonizing operators for LayoutLength" into devel/master
Adeel Kazmi [Tue, 25 Sep 2018 09:48:55 +0000 (09:48 +0000)]
Merge "Encapsulation and harmonizing operators for LayoutLength" into devel/master

5 years agoMerge "DALi Version 1.3.42" into devel/master
David Steele [Fri, 21 Sep 2018 11:42:59 +0000 (11:42 +0000)]
Merge "DALi Version 1.3.42" into devel/master

5 years agoDALi Version 1.3.42 77/189877/1 dali_1.3.42
Adeel Kazmi [Fri, 21 Sep 2018 09:18:08 +0000 (10:18 +0100)]
DALi Version 1.3.42

Change-Id: I79c31e1e7e08c1d28a7093f8119b294215a30296

5 years agoEncapsulation and harmonizing operators for LayoutLength 75/189675/5
Kimmo Hoikka [Wed, 19 Sep 2018 14:21:16 +0000 (15:21 +0100)]
Encapsulation and harmonizing operators for LayoutLength

- changing internal type to float to maintain precision when doing multiplies and divisions

Change-Id: Ifedb450f56d6994c60aceb87d7ffc530739b57c9

5 years ago[Tizen] Path length check and coverity issue fix in Scene 11/189711/7 accepted/tizen/unified/20180928.080647 submit/tizen/20180928.004536
Seungho, Baek [Thu, 20 Sep 2018 04:29:17 +0000 (13:29 +0900)]
[Tizen] Path length check and coverity issue fix in Scene

 - Path has to have length under 256 character.
 - Coverity issue fix

Change-Id: I1fd185e4b1174201736d38bf8751ec9f806cd04b
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
5 years ago[Tizen] Implement WebView Interface 10/189710/1
Youngsoo Son [Thu, 5 Jul 2018 01:23:37 +0000 (10:23 +0900)]
[Tizen] Implement WebView Interface

A control for displaying web content.

Change-Id: Id05af42ea9cf89e64c20cca0321e7ffae25ccea4
Signed-off-by: Youngsoo Son <ysoo.son@samsung.com>
5 years agoRevert "[Tizen] Implement WebViewLite interface" 09/189709/1
Jiyun Yang [Thu, 20 Sep 2018 04:10:50 +0000 (13:10 +0900)]
Revert "[Tizen] Implement WebViewLite interface"

This reverts commit e34b42d3b8a88d5913503d0a011c514163db9e1f.

Change-Id: Ic374b821873fa250d27d705936a5bf0841879a54

5 years agoEnhance WebViewLite 60/183360/15
Youngsoo Son [Thu, 5 Jul 2018 01:23:37 +0000 (10:23 +0900)]
Enhance WebViewLite

Add more APIs to the public API

Change-Id: Id05af42ea9cf89e64c20cca0321e7ffae25ccea4
Signed-off-by: Youngsoo Son <ysoo.son@samsung.com>
5 years agoRemoved dangerous implicit float conversion from LayoutLength and removed some of... 31/189231/7
Kimmo Hoikka [Fri, 14 Sep 2018 10:57:29 +0000 (11:57 +0100)]
Removed dangerous implicit float conversion from LayoutLength and removed some of the related ambiguities caused by use of auto keyword

Change-Id: Ibaaa17f98d7d9d77ca222b70211b162964b19552

5 years ago[Tizen] Add codes for Dali Windows Backend accepted/tizen/unified/20180918.062842 submit/tizen/20180917.062303
adun [Fri, 9 Mar 2018 02:14:59 +0000 (10:14 +0800)]
[Tizen] Add codes for Dali Windows Backend

1. Remove the unneccesary modification.
2. Move the third-part lib to windows-dependencies.

Remove unneccesary committed files.

Change-Id: I793717f10ba0748906e0cbfed5fd2041c851a122

5 years ago[Tizen] Modify codes for Dali Windows backend
adun [Thu, 21 Jun 2018 06:52:36 +0000 (14:52 +0800)]
[Tizen] Modify codes for Dali Windows backend

Change-Id: I31c00c080b56ef72a210b1f0e8e3f23e42b5c088

5 years ago[Tizen] Scene, Scene Loader, and glTF Loader
Joogab Yun [Mon, 17 Sep 2018 04:59:25 +0000 (13:59 +0900)]
[Tizen] Scene, Scene Loader, and glTF Loader

This reverts commit e89aa76860cca51c640c00fef0236db0f59c1a71.

Change-Id: I8dddc5bc5e31f08c2c09b5a299fee43db2e68b77

5 years ago[Tizen] Do not substarct outline width in text-controller
Joogab Yun [Mon, 17 Sep 2018 04:59:07 +0000 (13:59 +0900)]
[Tizen] Do not substarct outline width in text-controller

This reverts commit fbdbd9494ef97d68c60c9568038dac9ebe94717e.

Change-Id: If497cfd09a1f9c59a3bbe8b6c87924c20425419a

5 years ago[Tizen] Implement WebViewLite interface
Joogab Yun [Mon, 17 Sep 2018 04:58:50 +0000 (13:58 +0900)]
[Tizen] Implement WebViewLite interface

This reverts commit bc1d821413eb618efb08d4f33d7cbd7c868f480f.

Change-Id: Ifc8c24d5bafac4953a635dbeb4904c623e391cd1

5 years ago[Tizen] Restore behavior of Uploaded and LoadingFinished signal
Joogab Yun [Mon, 17 Sep 2018 04:58:34 +0000 (13:58 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal

This reverts commit b47c3b868e24e0689e5f365a300d329307652c56.

Change-Id: I0cdec1b82527e57a8438e14839aad76b06b36802

5 years agoMerge branch 'devel/master' into tizen
Joogab Yun [Mon, 17 Sep 2018 04:58:23 +0000 (13:58 +0900)]
Merge branch 'devel/master' into tizen

5 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
Joogab Yun [Mon, 17 Sep 2018 04:58:17 +0000 (13:58 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"

This reverts commit 87af7661c129edee39165bff15aa5ac2e030707d.

5 years agoRevert "[Tizen] Implement WebViewLite interface"
Joogab Yun [Mon, 17 Sep 2018 04:58:15 +0000 (13:58 +0900)]
Revert "[Tizen] Implement WebViewLite interface"

This reverts commit 67afa615b9d65c3037fc583d289b07ac487d57b1.

5 years agoRevert "[Tizen] Do not substarct outline width in text-controller"
Joogab Yun [Mon, 17 Sep 2018 04:58:12 +0000 (13:58 +0900)]
Revert "[Tizen] Do not substarct outline width in text-controller"

This reverts commit 5db35fb273cd9af9a2929ff29b5a8b462eb511c6.

5 years agoRevert "[Tizen] Add codes for Dali Windows Backend"
Joogab Yun [Mon, 17 Sep 2018 04:58:10 +0000 (13:58 +0900)]
Revert "[Tizen] Add codes for Dali Windows Backend"

This reverts commit 1f6e3445bc8f1d1f2854c3533e78fca6d91ff3cb.

5 years agoRevert "Revert "Controls are LayoutGroups instead of LayoutItems""
Joogab Yun [Mon, 17 Sep 2018 04:58:07 +0000 (13:58 +0900)]
Revert "Revert "Controls are LayoutGroups instead of LayoutItems""

This reverts commit 86b774172a9e35e8300a8edda1af625a4999d331.

5 years agoRevert "[Tizen] Scene, Scene Loader, and glTF Loader"
Joogab Yun [Mon, 17 Sep 2018 04:58:03 +0000 (13:58 +0900)]
Revert "[Tizen] Scene, Scene Loader, and glTF Loader"

This reverts commit 3b1936ac3e6e5fce253da96f7a1ed4af495fc99b.

5 years agoDALi Version 1.3.41 47/189247/1 dali_1.3.41
adam.b [Fri, 14 Sep 2018 14:20:52 +0000 (15:20 +0100)]
DALi Version 1.3.41

Change-Id: I48090a35fdc145b028c054613747d1d050b2cb3c

5 years ago[Tizen] Scene, Scene Loader, and glTF Loader 72/189172/3 accepted/tizen/unified/20180917.041229 submit/tizen/20180914.062000 submit/tizen/20180917.004146
Seungho, Baek [Fri, 7 Sep 2018 08:43:50 +0000 (17:43 +0900)]
[Tizen] Scene, Scene Loader, and glTF Loader

 - Scene for the 3D Mesh object(Animated or not).
 - PBR rendering with Image Based Lighting
 - Scene Loader that loads scene from a kind of scene-format(extensible)
 - glTF Loader( TODO: sparse accessor, skeletal animation, morphing. )
 - UTC

Change-Id: I4ee6b5db3315b8d165bbf90269ce01c86cc70531
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
5 years agoDo not substarct outline width in text-controller 28/178228/2
minho.sun [Wed, 9 May 2018 01:43:44 +0000 (10:43 +0900)]
Do not substarct outline width in text-controller

Change-Id: I27ae359943599ff50a8635a75adb2c7ab3a367dd
Signed-off-by: minho.sun <minho.sun@samsung.com>
5 years agoAPI for Control to set LayoutRequired flag 06/188406/7
agnelo vaz [Tue, 4 Sep 2018 18:13:48 +0000 (19:13 +0100)]
API for Control to set LayoutRequired flag

Control behaviour can be set to need a layout and use
the Layout system or not and use the legacy size negotiation.

Change-Id: I90848cc238d8857d9ea380d9a6d5f6d82a431085

5 years agoRevert "Controls are LayoutGroups instead of LayoutItems" accepted/tizen/unified/20180911.055326 submit/tizen/20180910.070802
Heeyong Song [Mon, 10 Sep 2018 03:14:44 +0000 (12:14 +0900)]
Revert "Controls are LayoutGroups instead of LayoutItems"

This reverts commit 56a9f0862566dfb88e0f0266c211ca9766e9bf49.

Change-Id: I5132a66be269599b543fafc26d0748ab502bb644

5 years ago[Tizen] Add codes for Dali Windows Backend
Heeyong Song [Mon, 10 Sep 2018 02:46:16 +0000 (11:46 +0900)]
[Tizen] Add codes for Dali Windows Backend

Change-Id: Ibcafd717933d4d742f59b382d6d468e60498b395