platform/core/uifw/dali-toolkit.git
4 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
Sunghyun Kim [Wed, 5 Feb 2020 08:17:09 +0000 (17:17 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"

This reverts commit ee7ec7dffc229d9b9b7afd754255e4fea6ddcbb2.

Change-Id: I72652521c35a87f930242e03f7b929ece1532467

4 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Sunghyun Kim [Wed, 5 Feb 2020 08:16:49 +0000 (17:16 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit 8336fef274336d90e7e5af74f071218db0154b8e.

Change-Id: I84457fc95676c9fe274a497e777ae5b221a0c4ca

4 years ago[Tizen] Add AutofillContainer class and autofill implementation accepted/tizen/unified/20200123.005108 submit/tizen/20200121.102439
Seungho, Baek [Tue, 21 Jan 2020 08:35:40 +0000 (17:35 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit d87863acd8ec8d810375db86e5942ab70af5f2ba.

4 years ago[Tizen] Restore behavior of Uploaded and LoadingFinished signal
Seungho, Baek [Tue, 21 Jan 2020 08:35:22 +0000 (17:35 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal

This reverts commit d3faeb85681bd6f8f0b8fc9a310b5214cad13cbb.

4 years agoMerge branch 'devel/master' into tizen
Seungho, Baek [Tue, 21 Jan 2020 08:35:07 +0000 (17:35 +0900)]
Merge branch 'devel/master' into tizen

4 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
Seungho, Baek [Tue, 21 Jan 2020 08:34:50 +0000 (17:34 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"

This reverts commit c723d3e5d0aef0fc59fdf872d44123d2d0055fc6.

4 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Seungho, Baek [Tue, 21 Jan 2020 08:34:48 +0000 (17:34 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit 92769d0c4963a53846f0cfa555955063b48f8269.

4 years agoRevert "[Tizen] GCC 9.2 Support"
Seungho, Baek [Tue, 21 Jan 2020 08:34:46 +0000 (17:34 +0900)]
Revert "[Tizen] GCC 9.2 Support"

This reverts commit 675e476383c8c584e3c9f7b8c55279d4d4105fd1.

4 years ago(Vector) Stop the animation when the actor is off-stage or invisible 83/220883/6
Heeyong Song [Tue, 24 Dec 2019 07:32:54 +0000 (16:32 +0900)]
(Vector) Stop the animation when the actor is off-stage or invisible

Change-Id: I3b29c64943cc4a52898725ce2e983dd386069867

4 years agoFix an issue not to unload alpha mask texture 76/222776/1
Heeyong Song [Mon, 20 Jan 2020 04:09:49 +0000 (13:09 +0900)]
Fix an issue not to unload alpha mask texture

ImageVisual needs the alpha mask texture id to unload the texture

Change-Id: I6fe7a1b362cfbba27cdc9eba7e9ec3b3bcee087d

4 years agoMerge "DALi Version 1.4.54" into devel/master
Adeel Kazmi [Fri, 17 Jan 2020 11:14:13 +0000 (11:14 +0000)]
Merge "DALi Version 1.4.54" into devel/master

4 years agoDALi Version 1.4.54 17/222717/1 dali_1.4.54
György Straub [Fri, 17 Jan 2020 08:48:40 +0000 (08:48 +0000)]
DALi Version 1.4.54

Change-Id: I9ebc4c389c63ad1c53532b63d6cab0dbd7951850

4 years agoMerge "Add api for get the internal media player handle of the VideoView" into devel...
joogab yun [Fri, 17 Jan 2020 01:19:54 +0000 (01:19 +0000)]
Merge "Add api for get the internal media player handle of the VideoView" into devel/master

4 years agoUpdated automated-tests' README.md with more specific instructions / caveats. 04/222604/2
György Straub [Thu, 16 Jan 2020 11:21:22 +0000 (11:21 +0000)]
Updated automated-tests' README.md with more specific instructions / caveats.

Change-Id: Ia1f6863a516cbb4e8325fd1bb61af60b1bfd629e
Signed-off-by: György Straub <g.straub@partner.samsung.com>
4 years agoEllipsis sometimes appears incorrect when mixed with RTL + LTR 52/222452/6
Joogab Yun [Wed, 15 Jan 2020 06:11:27 +0000 (15:11 +0900)]
Ellipsis sometimes appears incorrect when mixed with RTL + LTR

sample)
    textRTL = TextLabel::New("فصل 3 قسط  6 - Line of Duty");
    textRTL.SetAnchorPoint( AnchorPoint::TOP_LEFT );
    textRTL.SetSize( 320, 200.f);
    textRTL.SetProperty( TextLabel::Property::POINT_SIZE, 20.f);
    textRTL.SetPosition(  50.f, 300.f);
    stage.Add( textRTL );

Change-Id: Ice8186431b6914286a99366a8c3347529dbb0c1c

4 years agoAdd api for get the internal media player handle of the VideoView 87/222287/9
Joogab Yun [Mon, 13 Jan 2020 08:17:54 +0000 (17:17 +0900)]
Add api for get the internal media player handle of the VideoView

Change-Id: I1671caaa688038c6ee15622c72317b4c90487b98

4 years agoAdd AlphaMask to synchronousLoading 18/216518/26
Seungho, Baek [Mon, 28 Oct 2019 01:41:52 +0000 (10:41 +0900)]
Add AlphaMask to synchronousLoading

Change-Id: I23d5021f31aeb928a899f0c2caaa680ea3a165d9
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoTextFit : modified it work even if you change the size 34/222234/1
Joogab Yun [Sat, 11 Jan 2020 22:37:02 +0000 (07:37 +0900)]
TextFit : modified it work even if you change the size

 // text fit test
   Property::Map backgroundMap;
   backgroundMap["color"] = Color::RED;
   backgroundMap["enable"] = true;

   Property::Map textFitMap;
   textFitMap["enable"] = true;
   textFitMap["minSize"] = 10.f;
   textFitMap["maxSize"] = 60.f;
   textFitMap["stepSize"] = 4.f;
   textFitMap["fontSizeType"] = "pointSize";

   width = 700;
   height = 100;
   textFit = TextLabel::New(  "Long enough message for TextLabel!! This is a Text Fit sample text " );
   textFit.SetSize( width, height );
   textFit.SetParentOrigin(ParentOrigin::TOP_LEFT);
   textFit.SetAnchorPoint(AnchorPoint::TOP_LEFT);
   textFit.SetPosition( 100.f, 300.f);
   textFit.SetProperty( Toolkit::DevelTextLabel::Property::TEXT_FIT, textFitMap );
   textFit.SetProperty( Toolkit::DevelTextLabel::Property::BACKGROUND, backgroundMap );
   stage.Add( textFit );

   stage.KeyEventSignal().Connect( this, &HelloWorldController::OnKeyEvent );
  }

  void OnKeyEvent( const KeyEvent& event )
  {
    if( event.state == KeyEvent::Down )
    {
      width -= 40;
      textFit.SetSize( width, height );
    }
  }

Change-Id: Ie7f3cd5cc5e0fa581f8e4912ccb5e88049499f31

4 years agoMerge "Updated NanoSVG to latest version (22 April 2019)" into devel/master
Adeel Kazmi [Fri, 10 Jan 2020 15:58:46 +0000 (15:58 +0000)]
Merge "Updated NanoSVG to latest version (22 April 2019)" into devel/master

4 years agoFix svg memory issue 28/222228/1
Richard Huang [Fri, 10 Jan 2020 15:09:23 +0000 (15:09 +0000)]
Fix svg memory issue

- fix heap-buffer-overflow issue
- nsvgParse : Parses SVG file from a null terminated string

Change-Id: Ie462dd63b03ba212b5e67c89406fb477f83f0692

4 years agoUpdated NanoSVG to latest version (22 April 2019) 24/222224/2
Richard Huang [Fri, 10 Jan 2020 14:10:23 +0000 (14:10 +0000)]
Updated NanoSVG to latest version (22 April 2019)

Change-Id: I3a4082a0afe6411ac197d87bf5a706d8b97e5ab6

4 years agoDALi Version 1.4.53 10/222210/1 dali_1.4.53
greynaga [Fri, 10 Jan 2020 11:50:17 +0000 (11:50 +0000)]
DALi Version 1.4.53

Change-Id: I04835b40e38831129fcc281a35b2d1ae0e731b7b

4 years agoMerge "Fix random crash in TCT when stderr is closed but we try to write to it" into...
Adeel Kazmi [Thu, 9 Jan 2020 17:23:57 +0000 (17:23 +0000)]
Merge "Fix random crash in TCT when stderr is closed but we try to write to it" into devel/master

4 years agoFix random crash in TCT when stderr is closed but we try to write to it 51/221951/4
Richard Huang [Wed, 8 Jan 2020 10:30:42 +0000 (10:30 +0000)]
Fix random crash in TCT when stderr is closed but we try to write to it

Change-Id: If854285fa64582f81625b78a814dcfa61c3a5a2c

4 years ago[Tizen] GCC 9.2 Support 44/221844/1 accepted/tizen/unified/20200109.065510 submit/tizen/20200108.050812
Adeel Kazmi [Tue, 7 Jan 2020 16:16:15 +0000 (16:16 +0000)]
[Tizen] GCC 9.2 Support

Change-Id: I40fd353eac0a66d4000d4c94e254b4cd02670140

4 years agoGCC 9.2 Support 21/221821/1
Adeel Kazmi [Tue, 7 Jan 2020 16:16:15 +0000 (16:16 +0000)]
GCC 9.2 Support

Change-Id: I40fd353eac0a66d4000d4c94e254b4cd02670140

4 years agoFixing 4 SVACE errors 60/221560/2
Agnelo Vaz [Fri, 3 Jan 2020 11:47:05 +0000 (11:47 +0000)]
Fixing 4 SVACE errors

Dereference of null pointer
Asserts if unsigned ints not greater or equal to zero

Change-Id: Ief535cdd8fe70e2e0deed3f721e612bb2a7facb0

4 years agoMerge "DALi Version 1.4.52" into devel/master
Adeel Kazmi [Fri, 3 Jan 2020 11:35:45 +0000 (11:35 +0000)]
Merge "DALi Version 1.4.52" into devel/master

4 years agoDALi Version 1.4.52 39/221539/1 dali_1.4.52
Richard Huang [Fri, 3 Jan 2020 11:06:49 +0000 (11:06 +0000)]
DALi Version 1.4.52

Change-Id: I21e81fd9ef5106f01f75e49b5c10786b50f48c60

4 years agoChange the state of EventData to EDITING in RemoveText 92/221492/1
Seoyeon Kim [Thu, 2 Jan 2020 10:00:02 +0000 (19:00 +0900)]
Change the state of EventData to EDITING in RemoveText

- Currently, in certain cases, even if Backspace key is pressed
 after cursor blink is stopped, cursor blink does not restart and
 the cursor is also not shown.

- It means, after EventData is changed to INACTIVE state due to
 KeyboardFocusLostEvent(), StopCursorBlink() is called.
  After that, in RemoveText(), which is called in Backspace key,
 EventData cannot be changed to EDITING state and StartCursorBlink() is not called.
  On the other hand, when the character commits or the arrow keys are pressed,
 EventData is changed to EDITING state and the cursor is displayed on screen.

- So, added 'ChangeState( EventData::EDITING )' when the state is INACTIVE.

Change-Id: Ib79dfdc6f7308d084772f62dc49918a694cfc438
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years ago[Tizen] Add AutofillContainer class and autofill implementation accepted/tizen/unified/20191230.121016 submit/tizen/20191227.095549
Joogab Yun [Fri, 27 Dec 2019 08:39:11 +0000 (17:39 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit 5303de26225ef0e3d29db4eca131e23cf090698d.

Change-Id: I0298e1e3e1dcb891b6b835ecbc12549a385c94f7

4 years ago[Tizen] Restore behavior of Uploaded and LoadingFinished signal
Joogab Yun [Fri, 27 Dec 2019 08:34:51 +0000 (17:34 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal

This reverts commit c0fb62347e9f675e503216ac5abef63e2863ba36.

Change-Id: I1a45303d3694c138e3cd84d314e5e0fd8f439d10

4 years agoMerge branch 'devel/master' into tizen
Joogab Yun [Fri, 27 Dec 2019 08:34:37 +0000 (17:34 +0900)]
Merge branch 'devel/master' into tizen

4 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
Joogab Yun [Fri, 27 Dec 2019 08:34:31 +0000 (17:34 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"

This reverts commit 43510983625f3fcf5bd98300a19e7868b962453f.

4 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Joogab Yun [Fri, 27 Dec 2019 08:34:28 +0000 (17:34 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit 4c7c89cda74df4f2775ce706a3afbb187b9321a0.

4 years agosscanf() returns incorrect results depending on the locale. 06/221106/2
Joogab Yun [Fri, 27 Dec 2019 06:10:55 +0000 (15:10 +0900)]
sscanf() returns incorrect results depending on the locale.

So, to use nsvg__atof () to get the correct value.

*this patch is taken from the latest nanosvg source.

Change-Id: I157e26edc1e4a3aedec5fb86043a9beba7e71489

4 years agoMove shadow APIs to Internal::Control::Impl from Internal::Control 64/220864/1
Jiyun Yang [Tue, 24 Dec 2019 05:43:36 +0000 (14:43 +0900)]
Move shadow APIs to Internal::Control::Impl from Internal::Control

Change-Id: I86bef469e54996bb83fddfa3b36d07970549d227
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago(Vector) Ensure the current frame is not out of the play range 77/220477/3
Heeyong Song [Wed, 18 Dec 2019 10:55:57 +0000 (19:55 +0900)]
(Vector) Ensure the current frame is not out of the play range

Change-Id: I7077b0de7133f4282b66d2c4de2a1ce6b8555256

4 years agoMerge "DALi Version 1.4.51" into devel/master
Adeel Kazmi [Fri, 20 Dec 2019 10:46:07 +0000 (10:46 +0000)]
Merge "DALi Version 1.4.51" into devel/master

4 years agoDALi Version 1.4.51 26/220726/1 dali_1.4.51
Cheng-Shiun Tsai [Fri, 20 Dec 2019 10:33:00 +0000 (10:33 +0000)]
DALi Version 1.4.51

Change-Id: I70d64760f7298bfdcb132ba9a27ee452a93b96c8

4 years agoMerge "Add property SHADOW to Control" into devel/master
HyunJu Shin [Fri, 20 Dec 2019 09:57:27 +0000 (09:57 +0000)]
Merge "Add property SHADOW to Control" into devel/master

4 years ago[Tizen] Add AutofillContainer class and autofill implementation submit/tizen/20191219.065232 submit/tizen/20191219.095157 submit/tizen/20191223.020644
Wonsik Jung [Thu, 19 Dec 2019 06:21:38 +0000 (15:21 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit ad8df8e42438466cd737d0315fa0365a836860e3.

4 years ago[Tizen] Restore behavior of Uploaded and LoadingFinished signal
Wonsik Jung [Thu, 19 Dec 2019 06:21:15 +0000 (15:21 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal

This reverts commit 7c3c02f3a309db4585750431bb51ad33014725b5.

4 years agoMerge branch 'devel/master' into tizen
Wonsik Jung [Thu, 19 Dec 2019 06:20:52 +0000 (15:20 +0900)]
Merge branch 'devel/master' into tizen

4 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
Wonsik Jung [Thu, 19 Dec 2019 06:20:11 +0000 (15:20 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"

This reverts commit 283297aa62ad6f250a3b9877de86a9354e9c01fc.

4 years agoRevert "[Tizen] (Vector) Increase KeepRendering duration"
Wonsik Jung [Thu, 19 Dec 2019 06:20:08 +0000 (15:20 +0900)]
Revert "[Tizen] (Vector) Increase KeepRendering duration"

This reverts commit ff2ab547629bc83e611cb843d7d0c72135de8b39.

4 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Wonsik Jung [Thu, 19 Dec 2019 06:20:05 +0000 (15:20 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit bc49ffa53ef0e82d674c90175b4cb0bd68444a05.

4 years agoUpdate tizen document URL 69/220469/1
Seoyeon Kim [Wed, 18 Dec 2019 10:29:24 +0000 (19:29 +0900)]
Update tizen document URL

- According to the address change of tizen documents,
  the site URL in dali-toolkit-doc.h has been updated.

Change-Id: Ief8d5b9425bf995e9171c66c37893d800aeab4e1
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoAdd property SHADOW to Control 29/220429/2
Jiyun Yang [Wed, 18 Dec 2019 05:52:32 +0000 (14:52 +0900)]
Add property SHADOW to Control

* The SHADOW will take a set of properties as a map type
* Same as BACKGROUND, it can be any type of visuals

Change-Id: I0b203929021f2c2cda01af4131a9f3f0baaa86ac
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years ago(Vector) Support marker 95/220095/2
Heeyong Song [Fri, 13 Dec 2019 05:16:06 +0000 (14:16 +0900)]
(Vector) Support marker

Change-Id: I0962a3c144d34374352c9759933448df07d00b8e

4 years agoDALi Version 1.4.50 53/220153/1 dali_1.4.50
Agnelo Vaz [Fri, 13 Dec 2019 10:57:23 +0000 (10:57 +0000)]
DALi Version 1.4.50

Change-Id: I51d279df003917709cd9c117e742d077eeb4f63a

4 years agoFix npatch loader issue 81/218981/2
Heeyong Song [Fri, 29 Nov 2019 08:12:02 +0000 (17:12 +0900)]
Fix npatch loader issue

The pixel pointer should be updated after ParseRange method.
Use reference of a pointer

Change-Id: I35b711c73faa5b7a36f5f3dc70825e6fbf4c955a

4 years agoMerge "Change svg visual to load file using adaptor platform API." into devel/master
Paul Wisbey [Thu, 5 Dec 2019 16:11:32 +0000 (16:11 +0000)]
Merge "Change svg visual to load file using adaptor platform API." into devel/master

4 years agoDALi Version 1.4.49 18/219518/1 dali_1.4.49
Anton Obzhirov [Thu, 5 Dec 2019 11:53:31 +0000 (11:53 +0000)]
DALi Version 1.4.49

Change-Id: I5ae98626feeaa4b7fa477bd5e3767ab4cd481502

4 years agoChange svg visual to load file using adaptor platform API. 22/219422/1
Anton Obzhirov [Wed, 4 Dec 2019 15:22:51 +0000 (15:22 +0000)]
Change svg visual to load file using adaptor platform API.

Change-Id: I840d4064c38fe9b4622342b8f53718cbc60b4c09

4 years ago[Tizen] Add AutofillContainer class and autofill implementation accepted/tizen/unified/20191204.130726 submit/tizen/20191202.063119
Wonsik Jung [Mon, 2 Dec 2019 05:56:46 +0000 (14:56 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit f331aff8d324221fbf6987f0727b43016314446f.

4 years ago[Tizen] (Vector) Increase KeepRendering duration
Wonsik Jung [Mon, 2 Dec 2019 05:56:16 +0000 (14:56 +0900)]
[Tizen] (Vector) Increase KeepRendering duration

This reverts commit f3a7263084f5c4d8ef55eeeee33d0acdfcd07c21.

4 years ago[Tizen] Restore behavior of Uploaded and LoadingFinished signal
Wonsik Jung [Mon, 2 Dec 2019 05:43:33 +0000 (14:43 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal

This reverts commit befff0b4fb4e5dc4a86492b14e6bca79a6952c2b.

4 years agoMerge branch 'devel/master' into tizen
Wonsik Jung [Mon, 2 Dec 2019 05:43:13 +0000 (14:43 +0900)]
Merge branch 'devel/master' into tizen

4 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
Wonsik Jung [Mon, 2 Dec 2019 05:42:37 +0000 (14:42 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"

This reverts commit 5f6a68d92f66d9ec7c678585fad384dab6647d47.

4 years agoRevert "[Tizen] Hebrew language text is cutted in TextLabel"
Wonsik Jung [Mon, 2 Dec 2019 05:42:35 +0000 (14:42 +0900)]
Revert "[Tizen] Hebrew language text is cutted in TextLabel"

This reverts commit ceec72e2bdad812f54cb907b8c1ec432f321fb2b.

4 years agoRevert "[Tizen] (Vector) Increase KeepRendering duration"
Wonsik Jung [Mon, 2 Dec 2019 05:42:32 +0000 (14:42 +0900)]
Revert "[Tizen] (Vector) Increase KeepRendering duration"

This reverts commit b3cdf204a75ee4bbd56d5a0fc23de475acf76e9d.

4 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Wonsik Jung [Mon, 2 Dec 2019 05:42:27 +0000 (14:42 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit 12094bc5d2706902c89d380bf87cfb948bb0263c.

4 years agoMerge "GetLineCount() after GetTextDirection() returns wrong value." into devel/master
joogab yun [Mon, 2 Dec 2019 01:20:09 +0000 (01:20 +0000)]
Merge "GetLineCount() after GetTextDirection() returns wrong value." into devel/master

4 years agoMerge "Multiple text background color support for left-to-right text only in TextFiel...
Adeel Kazmi [Fri, 29 Nov 2019 17:02:22 +0000 (17:02 +0000)]
Merge "Multiple text background color support for left-to-right text only in TextField" into devel/master

4 years agoMultiple text background color support for left-to-right text only in TextField 75/218675/6
Richard Huang [Tue, 26 Nov 2019 16:45:43 +0000 (16:45 +0000)]
Multiple text background color support for left-to-right text only in TextField

Change-Id: I9beee6072fb72997c94b05b3d1cfebe9ee1217bb

4 years agoMerge "DALi Version 1.4.48" into devel/master
Adeel Kazmi [Fri, 29 Nov 2019 13:32:09 +0000 (13:32 +0000)]
Merge "DALi Version 1.4.48" into devel/master

4 years agoDALi Version 1.4.48 99/218999/1 dali_1.4.48
adam.b [Fri, 29 Nov 2019 12:17:05 +0000 (12:17 +0000)]
DALi Version 1.4.48

Change-Id: I1f4e36b96591cb4ccfa0777b29453f07acf8cbfb

4 years agoAvoid stackoverflow in nanosvg 47/218847/1
Sunghyun kim [Fri, 29 Nov 2019 01:20:01 +0000 (10:20 +0900)]
Avoid stackoverflow in nanosvg

Change-Id: I508a5573e747114176f3bd37b2c77835edbfa7ca

4 years agoMerge "Layout fixes." into devel/master
joogab yun [Tue, 26 Nov 2019 07:31:40 +0000 (07:31 +0000)]
Merge "Layout fixes." into devel/master

4 years agoMerge "Text cleaning." into devel/master
joogab yun [Tue, 26 Nov 2019 07:31:34 +0000 (07:31 +0000)]
Merge "Text cleaning." into devel/master

4 years ago(Vector) Call Finalize method instead of deleting VectorRenderer 10/218510/3
Heeyong Song [Mon, 25 Nov 2019 04:42:42 +0000 (13:42 +0900)]
(Vector) Call Finalize method instead of deleting VectorRenderer

Change-Id: Id7d0a5cab4229e6619122c6294914d512bae9b17

4 years agoLayout fixes. 28/216828/6
Victor Cebollada [Tue, 8 Oct 2019 08:31:18 +0000 (09:31 +0100)]
Layout fixes.

* Fixes some alignment issues with RTL text.

* Reorders the RTL lines while the text is laid-out.
  It might happen that the length of the text changes after
  the reordering. In that case if the lines are reordered
  outside the layout engine update the lenght at that
  step is too late.

Change-Id: If7b3bf488bde75c538a646aa48b7dfe3083597b8
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoText cleaning. 27/216827/5
Victor Cebollada [Fri, 1 Nov 2019 10:42:26 +0000 (10:42 +0000)]
Text cleaning.

* Refactor the Layout::Parameters struct
* Remove unnecesary code.

Change-Id: I1ebd7a01b3d7fe33917d51c481b536118c5c9bae
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoMerge "DALi Version 1.4.47" into devel/master
Adeel Kazmi [Fri, 22 Nov 2019 08:02:21 +0000 (08:02 +0000)]
Merge "DALi Version 1.4.47" into devel/master

4 years agoDALi Version 1.4.47 28/218428/1 dali_1.4.47
Victor Cebollada [Fri, 22 Nov 2019 07:14:21 +0000 (07:14 +0000)]
DALi Version 1.4.47

Change-Id: I1b5be5e37a66667841bbc28b615ae1629a4f51db

4 years agoMerge "Reset Preedit variables in 'Delete All' state" into devel/master
joogab yun [Fri, 22 Nov 2019 01:22:39 +0000 (01:22 +0000)]
Merge "Reset Preedit variables in 'Delete All' state" into devel/master

4 years ago[Tizen] Add AutofillContainer class and autofill implementation accepted/tizen/unified/20191121.073413 submit/tizen/20191121.042614
Heeyong Song [Wed, 20 Nov 2019 08:41:26 +0000 (17:41 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

Change-Id: Ica629637964a99a533586e8c05ce49c845f6beca

4 years ago[Tizen] (Vector) Increase KeepRendering duration
Heeyong Song [Wed, 20 Nov 2019 08:41:03 +0000 (17:41 +0900)]
[Tizen] (Vector) Increase KeepRendering duration

Change-Id: I2ee66cb115444a7b677b06f85cc2f94aa43ff217

4 years ago[Tizen] Hebrew language text is cutted in TextLabel
Heeyong Song [Wed, 20 Nov 2019 08:40:36 +0000 (17:40 +0900)]
[Tizen] Hebrew language text is cutted in TextLabel

Change-Id: Iee0325c04ff2046a6f19d6a6886786295b23f0ff

4 years ago[Tizen] Restore behavior of Uploaded and LoadingFinished signal
Heeyong Song [Wed, 20 Nov 2019 08:40:19 +0000 (17:40 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal

Change-Id: Ib5fce24a96494a94b57b5ab99e3d634a35cdbccc

4 years agoMerge branch 'devel/master' into tizen
Heeyong Song [Wed, 20 Nov 2019 08:40:09 +0000 (17:40 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I8eeebc535d1848fb6358fc840b4a65c69453de9a

4 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
Heeyong Song [Wed, 20 Nov 2019 08:38:44 +0000 (17:38 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"

This reverts commit 6d50833a2556c21993fb3fd0a1eaf45412e81223.

Change-Id: I22e09b220a94343f1828ae6985fb0835b4acc8b0

4 years agoRevert "[Tizen] Hebrew language text is cutted in TextLabel"
Heeyong Song [Wed, 20 Nov 2019 08:38:21 +0000 (17:38 +0900)]
Revert "[Tizen] Hebrew language text is cutted in TextLabel"

This reverts commit 5302f3d8e0e409242d2716078eca5a7b582fc8c8.

Change-Id: Ieff30dd947aeba6d1441486bbf2c80f19921dc74

4 years agoRevert "[Tizen] (Vector) Increase KeepRendering duration"
Heeyong Song [Wed, 20 Nov 2019 08:37:30 +0000 (17:37 +0900)]
Revert "[Tizen] (Vector) Increase KeepRendering duration"

This reverts commit bec8f2280d8b1a136a643c2129bb29079ea18fd2.

Change-Id: I3e9992a8a510501bb787be42ec914009a6b7f481

4 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Heeyong Song [Wed, 20 Nov 2019 08:37:17 +0000 (17:37 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit aa4bb48396cbd6ebd03881d156204ec386bb4be5.

Change-Id: Ibf89cc8f1d6826849bccf86a808cdf0b9c60ca61

4 years ago(FlexNode) Fixed Visual Studio Compilation 24/217924/3
Adeel Kazmi [Fri, 15 Nov 2019 22:05:40 +0000 (22:05 +0000)]
(FlexNode) Fixed Visual Studio Compilation

Change-Id: I063802197a4eb31a5be1439b5332b7c0273c9a83

4 years agoMerge "DALi Version 1.4.46" into devel/master
Adeel Kazmi [Fri, 15 Nov 2019 14:08:41 +0000 (14:08 +0000)]
Merge "DALi Version 1.4.46" into devel/master

4 years agoDALi Version 1.4.46 12/217912/1 dali_1.4.46
Richard Huang [Fri, 15 Nov 2019 14:03:14 +0000 (14:03 +0000)]
DALi Version 1.4.46

Change-Id: Ide56b38d2a9e283733000d579f8dded7b6fb8707

4 years agoFix text jitter issue 96/217796/2
Heeyong Song [Thu, 14 Nov 2019 08:21:25 +0000 (17:21 +0900)]
Fix text jitter issue

Text jitter issue occurs when set a text again during text scrolling.
It is because the same property is used by the old and new animations. 2 PropertyResetters affect the same property.
So I've changed to use properties of Shader which is newly created every time.
Then the same property is not used by the old and new animation now.

Change-Id: I7ec9b266b0be48414d8df5e3ffead6e5c750b338

4 years ago[Tizen] Add AutofillContainer class and autofill implementation 82/217482/2 accepted/tizen/unified/20191113.123440 submit/tizen/20191113.050030
Seoyeon Kim [Tue, 8 Oct 2019 05:42:29 +0000 (14:42 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

- Created AutofillContainer to connect with AutofillGroup and AutofillItem.
- Added some Autofill implementation in Control and TextField.

Change-Id: I6df583273aa9c91eafd3de8ea44193b9bb199523

4 years ago[Tizen] (Vector) Increase KeepRendering duration
Heeyong Song [Tue, 12 Nov 2019 06:47:07 +0000 (15:47 +0900)]
[Tizen] (Vector) Increase KeepRendering duration

Change-Id: Ibbaa7df5fbdaa5d67ef67d23bb7b947c9be3562d

4 years ago[Tizen] Hebrew language text is cutted in TextLabel
Heeyong Song [Tue, 12 Nov 2019 06:46:19 +0000 (15:46 +0900)]
[Tizen] Hebrew language text is cutted in TextLabel

Change-Id: I8400fdc5471f85816daa7607d376ec65733efa2b

4 years ago[Tizen] Restore behavior of Uploaded and LoadingFinished signal
Heeyong Song [Tue, 12 Nov 2019 06:44:40 +0000 (15:44 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal

Change-Id: I2c08ae663cdc3de001d901e31eead21fd828be14

4 years agoMerge branch 'devel/master' into tizen
Heeyong Song [Tue, 12 Nov 2019 06:44:23 +0000 (15:44 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: Ic7c9453c380ea32626f53670a1eb2fd58790477b

4 years agoRevert "DALi Version 1.4.41"
Heeyong Song [Tue, 12 Nov 2019 06:43:59 +0000 (15:43 +0900)]
Revert "DALi Version 1.4.41"

This reverts commit a6326cda268e1327fd5eef3192700a21f90b3819.

Change-Id: I571df92f896601e6564005380fcf60db1e8fe415

4 years agoRevert "(Automated Tests) Updates after addition of rotation gesture"
Heeyong Song [Tue, 12 Nov 2019 06:43:44 +0000 (15:43 +0900)]
Revert "(Automated Tests) Updates after addition of rotation gesture"

This reverts commit 87a78707a25c8f95bb14df745f07c131063194ba.

Change-Id: Ieb698fe28266e86db8c4385d285cfe3a6de0d7fd

4 years agoRevert "(Vector) Refactor vector to use thread pool"
Heeyong Song [Tue, 12 Nov 2019 06:43:30 +0000 (15:43 +0900)]
Revert "(Vector) Refactor vector to use thread pool"

This reverts commit d1b15cdf7040a24f74cd5a0601eec61c9e65b47c.

Change-Id: Id457b929701068aa941caea587a558c9e2c098ff

4 years agoRevert "(Vector) Pause animation when the actor is invisible"
Heeyong Song [Tue, 12 Nov 2019 06:43:12 +0000 (15:43 +0900)]
Revert "(Vector) Pause animation when the actor is invisible"

This reverts commit 6d7478148da18b02ad6b8ddaae148c95e10f006d.

Change-Id: Iac32ac3b0a76d1ee287717bb8f794ae9ebfb68c6

4 years agoRevert "(Vector) Add CONTENT_INFO property"
Heeyong Song [Tue, 12 Nov 2019 06:42:58 +0000 (15:42 +0900)]
Revert "(Vector) Add CONTENT_INFO property"

This reverts commit 6c294470fb58f16fe4b994f217ece6b60b402234.

Change-Id: I6f262503f2624d23a22135dae3288fd415532b95