platform/core/uifw/dali-toolkit.git
4 years ago[Tizen](Vector) Ensure the current frame is not out of the play range 76/220476/1
Heeyong Song [Wed, 18 Dec 2019 10:55:57 +0000 (19:55 +0900)]
[Tizen](Vector) Ensure the current frame is not out of the play range

Change-Id: I7077b0de7133f4282b66d2c4de2a1ce6b8555256

4 years ago[Tizen](Vector) Fix crash issues 71/219871/1
Heeyong Song [Wed, 11 Dec 2019 06:10:43 +0000 (15:10 +0900)]
[Tizen](Vector) Fix crash issues

Change-Id: I916475cdce4f0c3b30b905a4458969733a5bf8f0

4 years ago[Tizen] Fix npatch loader issue 32/219132/1 accepted/tizen/5.5/unified/20191206.013047 submit/tizen_5.5/20191204.073943 submit/tizen_5.5/20191205.041657
Heeyong Song [Fri, 29 Nov 2019 08:12:02 +0000 (17:12 +0900)]
[Tizen] Fix npatch loader issue

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

Change-Id: I35b711c73faa5b7a36f5f3dc70825e6fbf4c955a

4 years ago[Tizen] (Vector) Fix a crash issue 31/219131/1
Heeyong Song [Fri, 29 Nov 2019 08:11:30 +0000 (17:11 +0900)]
[Tizen] (Vector) Fix a crash issue

Change-Id: I98043d28667e39ec54e2fd06020811fdc3d62edf

4 years ago[Tizen] (Vector) Increase KeepRendering duration submit/tizen_5.5/20191202.074058 submit/tizen_5.5/20191202.074858
Wonsik Jung [Mon, 2 Dec 2019 06:59:05 +0000 (15:59 +0900)]
[Tizen] (Vector) Increase KeepRendering duration

This reverts commit 60aa6a614a68d0e43e9642e14986b4b6cfc24472.

4 years ago[Tizen] Add AutofillContainer class and autofill implementation
Wonsik Jung [Mon, 2 Dec 2019 06:58:27 +0000 (15:58 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit e43c55c3df87476ec56d48c11dee55f120ba36a4.

4 years ago[Tizen] Add AlphaMask to synchronousLoading
Wonsik Jung [Mon, 2 Dec 2019 06:57:13 +0000 (15:57 +0900)]
[Tizen] Add AlphaMask to synchronousLoading

This reverts commit 39b3a00e718d2d50f4391d3b6dbc781966ce1a8a.

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

This reverts commit 1a782c5ebe0303d5002437001fedd564fd29bb1e.

4 years agoMerge branch 'devel/master' into tizen_5.5
Wonsik Jung [Mon, 2 Dec 2019 06:56:27 +0000 (15:56 +0900)]
Merge branch 'devel/master' into tizen_5.5

4 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
Wonsik Jung [Mon, 2 Dec 2019 06:56:18 +0000 (15:56 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"

This reverts commit 4705369175903c3f15c816811d514bfe5e5a9242.

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

This reverts commit 3f61ab0cee4f4bc4a9e1074917a396bc6464553d.

4 years agoRevert "[Tizen] Add AlphaMask to synchronousLoading"
Wonsik Jung [Mon, 2 Dec 2019 06:56:13 +0000 (15:56 +0900)]
Revert "[Tizen] Add AlphaMask to synchronousLoading"

This reverts commit 9f91b28b3807b652f1e7066ec126d74c0185d4ed.

4 years agoRevert "[Tizen] Reset Preedit variables in 'Delete All' state"
Wonsik Jung [Mon, 2 Dec 2019 06:56:09 +0000 (15:56 +0900)]
Revert "[Tizen] Reset Preedit variables in 'Delete All' state"

This reverts commit 1e57c00250506a95a07a12437cdef2736c905418.

4 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Wonsik Jung [Mon, 2 Dec 2019 06:56:06 +0000 (15:56 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit 32013fbde12658cf9794d985cf7c40f14afcbd97.

4 years agoRevert "[Tizen] (Vector) Increase KeepRendering duration"
Wonsik Jung [Mon, 2 Dec 2019 06:56:04 +0000 (15:56 +0900)]
Revert "[Tizen] (Vector) Increase KeepRendering duration"

This reverts commit 05aca460cad93be9af0c171087e72a3a05a6f639.

4 years agoRevert "[Tizen] (Vector) Call Finalize method instead of deleting VectorRenderer"
Wonsik Jung [Mon, 2 Dec 2019 06:56:00 +0000 (15:56 +0900)]
Revert "[Tizen] (Vector) Call Finalize method instead of deleting VectorRenderer"

This reverts commit f73487b61bdeb7eeec1c6908d2b3df78e87ee449.

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 ago[Tizen] (Vector) Call Finalize method instead of deleting VectorRenderer 17/218517/1
Heeyong Song [Mon, 25 Nov 2019 04:42:42 +0000 (13:42 +0900)]
[Tizen] (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] (Vector) Increase KeepRendering duration submit/tizen_5.5/20191121.042511
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] Add AutofillContainer class and autofill implementation
Heeyong Song [Wed, 20 Nov 2019 08:35:16 +0000 (17:35 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

4 years ago[Tizen] Reset Preedit variables in 'Delete All' state
Heeyong Song [Wed, 20 Nov 2019 08:34:54 +0000 (17:34 +0900)]
[Tizen] Reset Preedit variables in 'Delete All' state

4 years ago[Tizen] Add AlphaMask to synchronousLoading
Heeyong Song [Wed, 20 Nov 2019 08:34:31 +0000 (17:34 +0900)]
[Tizen] Add AlphaMask to synchronousLoading

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

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

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

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

This reverts commit 27acc19a48f9f0c1ff3b18893135bf67f7326e2e.

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

This reverts commit f13ba36ca7a9801aa6238ed520febe0beacaaaef.

4 years agoRevert "[Tizen] Add AlphaMask to synchronousLoading"
Heeyong Song [Wed, 20 Nov 2019 08:31:27 +0000 (17:31 +0900)]
Revert "[Tizen] Add AlphaMask to synchronousLoading"

This reverts commit 9e591641dfa3e50a8df565953af3764108e9c007.

4 years agoRevert "[Tizen] Reset Preedit variables in 'Delete All' state"
Heeyong Song [Wed, 20 Nov 2019 08:31:17 +0000 (17:31 +0900)]
Revert "[Tizen] Reset Preedit variables in 'Delete All' state"

This reverts commit cfa30dd64d1ce0f33c7ad6a32571a3abd2129fad.

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

This reverts commit 59b86a5854e0121411095aca50090f5a935aeced.

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 86/217486/2 submit/tizen_5.5/20191113.050208 submit/tizen_5.5/20191114.064336
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: Iaf061764cf3fda0e0557796f71ed5f83f8b791db

4 years ago[Tizen] Reset Preedit variables in 'Delete All' state
Heeyong Song [Tue, 12 Nov 2019 06:55:20 +0000 (15:55 +0900)]
[Tizen] Reset Preedit variables in 'Delete All' state

4 years ago[Tizen] Add AlphaMask to synchronousLoading
Heeyong Song [Tue, 12 Nov 2019 06:54:28 +0000 (15:54 +0900)]
[Tizen] Add AlphaMask to synchronousLoading

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

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

4 years agoMerge branch 'devel/master' into tizen_5.5
Heeyong Song [Tue, 12 Nov 2019 06:53:09 +0000 (15:53 +0900)]
Merge branch 'devel/master' into tizen_5.5

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

This reverts commit a6326cda268e1327fd5eef3192700a21f90b3819.

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

This reverts commit 87a78707a25c8f95bb14df745f07c131063194ba.

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

This reverts commit d1b15cdf7040a24f74cd5a0601eec61c9e65b47c.

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

This reverts commit 6d7478148da18b02ad6b8ddaae148c95e10f006d.

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

This reverts commit 6c294470fb58f16fe4b994f217ece6b60b402234.

4 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
Heeyong Song [Tue, 12 Nov 2019 06:51:31 +0000 (15:51 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"

This reverts commit 4bef387c962824a3773514a33c9e338935d96292.

4 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Heeyong Song [Tue, 12 Nov 2019 06:51:17 +0000 (15:51 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit fb3fddade80f00acb225f5cd68d86a4f40529b49.

4 years agoRevert "[Tizen] Fix premultiply alpha issue"
Heeyong Song [Tue, 12 Nov 2019 06:51:07 +0000 (15:51 +0900)]
Revert "[Tizen] Fix premultiply alpha issue"

This reverts commit 98e2c1107a85fcc3f0a05d980481ee148ea05cfb.

4 years agoRevert "[Tizen] fix build error in autofill"
Heeyong Song [Tue, 12 Nov 2019 06:50:52 +0000 (15:50 +0900)]
Revert "[Tizen] fix build error in autofill"

This reverts commit 92361a67d9119d1dcc2a720c3b80765a7d43c0c3.

4 years agoRevert "[Tizen] Hebrew language text is cutted in TextLabel"
Heeyong Song [Tue, 12 Nov 2019 06:50:39 +0000 (15:50 +0900)]
Revert "[Tizen] Hebrew language text is cutted in TextLabel"

This reverts commit 5f82cdafb9ca672cb3bd2292e0a30a039b934dbb.

4 years agoRevert "[Tizen] Fix another build error in file.list"
Heeyong Song [Tue, 12 Nov 2019 06:50:25 +0000 (15:50 +0900)]
Revert "[Tizen] Fix another build error in file.list"

This reverts commit 717ee7012f3d9cdc7e5b278cc2718e34d2ee1ab2.

4 years agoRevert "[Tizen] Add AlphaMask to synchronousLoading"
Heeyong Song [Tue, 12 Nov 2019 06:50:14 +0000 (15:50 +0900)]
Revert "[Tizen] Add AlphaMask to synchronousLoading"

This reverts commit 99a1123d1ed8b67e10f80c42faebdfe8026bfd59.

4 years agoRevert "[Tizen] Add Text Preedit Style"
Heeyong Song [Tue, 12 Nov 2019 06:50:02 +0000 (15:50 +0900)]
Revert "[Tizen] Add Text Preedit Style"

This reverts commit 475cc146d15d455f955e524a92f5cee25ac58b6b.

4 years agoRevert "[Tizen] Reset Preedit variables in 'Delete All' state"
Heeyong Song [Tue, 12 Nov 2019 06:49:43 +0000 (15:49 +0900)]
Revert "[Tizen] Reset Preedit variables in 'Delete All' state"

This reverts commit d7207e5596458ad0037c59b9037f12e1e63b3eaf.

4 years agoMerge "Add new style for 2048x1080 high dpi." into devel/master
Adeel Kazmi [Fri, 8 Nov 2019 13:11:04 +0000 (13:11 +0000)]
Merge "Add new style for 2048x1080 high dpi." into devel/master

4 years agoAdd new style for 2048x1080 high dpi. 49/217349/1
Anton Obzhirov [Fri, 8 Nov 2019 12:41:07 +0000 (12:41 +0000)]
Add new style for 2048x1080 high dpi.

Change-Id: I2ead85d585050c5cb19c7fd4f9a65c55b86f8ddf

4 years agoDALi Version 1.4.45 24/217324/1 dali_1.4.45
György Straub [Fri, 8 Nov 2019 09:44:37 +0000 (09:44 +0000)]
DALi Version 1.4.45

Change-Id: I0de6884326fb78322b8b50b2717f43ef66b9c2eb

4 years ago[Tizen] Reset Preedit variables in 'Delete All' state 40/217140/1
Seoyeon Kim [Fri, 1 Nov 2019 08:14:51 +0000 (17:14 +0900)]
[Tizen] Reset Preedit variables in 'Delete All' state

- If the number of current text and the number of characters to be deleted
 are same, it means all texts should be removed
 and all Preedit variables should be initialized.
 : mPreEditStartPosition and mPreEditLength

Change-Id: I3648925c776251ff03aeb77102e2910e4d09ee33
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years ago[Tizen] Add Text Preedit Style
Seoyeon Kim [Mon, 21 Oct 2019 06:05:08 +0000 (15:05 +0900)]
[Tizen] Add Text Preedit Style

- Currently, only Underline is supported for Preedit style.
  But, Highlight and Reverse style should be added later.
- Added PreeditStyle::NONE as default preedit style.

Change-Id: I7fe9e3258eba425e8ad408c6c6222d96f54e162d
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years ago[Tizen] Add AlphaMask to synchronousLoading 91/217091/1
Seungho, Baek [Mon, 28 Oct 2019 01:41:52 +0000 (10:41 +0900)]
[Tizen] Add AlphaMask to synchronousLoading

Change-Id: I23d5021f31aeb928a899f0c2caaa680ea3a165d9
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoGetLineCount() after GetTextDirection() returns wrong value. 49/217049/2
Joogab Yun [Wed, 6 Nov 2019 01:57:57 +0000 (10:57 +0900)]
GetLineCount() after GetTextDirection() returns wrong value.

ex)
   I expect the line count to come out of 3.
   However, after GetProperty(TEXT_DIRECTION), line count is 1.

   labelLine = TextLabel::New();
   labelLine.SetSize( 400, 200 );
   labelLine.SetParentOrigin(ParentOrigin::TOP_LEFT);
   labelLine.SetAnchorPoint(AnchorPoint::TOP_LEFT);
   labelLine.SetPosition( 830.f, 800.f);
   labelLine.SetProperty(TextLabel::Property::POINT_SIZE, 23.f);
   labelLine.SetProperty(Dali::Toolkit::TextLabel::Property::TEXT, "Original text Original text Original text Original text");
   labelLine.SetProperty( TextLabel::Property::MULTI_LINE, true );
   stage.Add( labelLine );

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

  void LineCount( const KeyEvent& event )
  {
    if( event.state == KeyEvent::Down )
    {
      // issue
      labelLine.SetProperty(Dali::Toolkit::TextLabel::Property::TEXT, "Changed1 text Changed text Changed text Changed text");
      DALI_LOG_ERROR("lineCount #11: %d \n",labelLine.GetProperty<int>( TextLabel::Property::LINE_COUNT ));
      labelLine.GetProperty< int >( DevelTextLabel::Property::TEXT_DIRECTION );
      DALI_LOG_ERROR("lineCount #22: %d \n",labelLine.GetProperty<int>( TextLabel::Property::LINE_COUNT ));

    }
  }

Change-Id: I197b97aa6f131930627bbef0438950c9679fd58f

4 years agoForce order, Premultiply alpha after alpha mask. 53/213653/5
Seungho, Baek [Tue, 10 Sep 2019 00:36:28 +0000 (09:36 +0900)]
Force order, Premultiply alpha after alpha mask.

 - Force to premultiply alpha after apply alpha mask if there is alpha mask.

Change-Id: I25c8c6a20dcbd39656d195abbff6ca6b4d18a008
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoFix premultiplied alpha issue 94/216694/3
Heeyong Song [Thu, 31 Oct 2019 01:02:02 +0000 (10:02 +0900)]
Fix premultiplied alpha issue

Premultiplied alpha value was wrong when using the cached texture

Change-Id: I0040278b084e060bc2269611877bd703491bee57

4 years ago(Vector) Ensure to release VectorRenderer in the main thread 33/216133/4
Heeyong Song [Mon, 21 Oct 2019 08:41:14 +0000 (17:41 +0900)]
(Vector) Ensure to release VectorRenderer in the main thread

Change-Id: Ie7a6798f92a55124a14b04df622b62549347ecfa

4 years agoReset Preedit variables in 'Delete All' state 03/216803/3
Seoyeon Kim [Fri, 1 Nov 2019 08:14:51 +0000 (17:14 +0900)]
Reset Preedit variables in 'Delete All' state

- If the number of current text and the number of characters to be deleted
 are same, it means all texts should be removed
 and all Preedit variables should be initialized.
 : mPreEditStartPosition and mPreEditLength

Change-Id: I3648925c776251ff03aeb77102e2910e4d09ee33
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoMerge "Add a GCC compiler version check in the CMakeList.txt file." into devel/master
Adeel Kazmi [Fri, 1 Nov 2019 15:48:12 +0000 (15:48 +0000)]
Merge "Add a GCC compiler version check in the CMakeList.txt file." into devel/master

4 years agoAdd a GCC compiler version check in the CMakeList.txt file. 13/216813/2
Victor Cebollada [Fri, 1 Nov 2019 11:15:15 +0000 (11:15 +0000)]
Add a GCC compiler version check in the CMakeList.txt file.

Change-Id: I8e8a4239c15cf1fced69005d5b07f5239297d257
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoDALi Version 1.4.44 17/216817/1 dali_1.4.44
greynaga [Fri, 1 Nov 2019 11:24:41 +0000 (11:24 +0000)]
DALi Version 1.4.44

Change-Id: I4e9e8bdfb007cf6696d537d51fe4369c5ff58d70

4 years agoFix data rw and ro dirs env variables reading for cmake. 92/216692/3
Anton Obzhirov [Wed, 30 Oct 2019 17:05:28 +0000 (17:05 +0000)]
Fix data rw and ro dirs env variables reading for cmake.

Also added install RW and RO dirs for cmake installation
and support logging for Android Yoga."

Change-Id: I754c458b99463ace8a3809ad1f7a0361ccdbb19d

4 years agoFix next frame time build issue to cast to platform supported duration. 91/216691/2
Anton Obzhirov [Wed, 30 Oct 2019 17:04:05 +0000 (17:04 +0000)]
Fix next frame time build issue to cast to platform supported duration.

Change-Id: I87e79baad181286e13c8eac6732add246f778c66

4 years agoMerge "Changes after adaptor integration-api folder move" into devel/master
Adeel Kazmi [Fri, 25 Oct 2019 15:07:21 +0000 (15:07 +0000)]
Merge "Changes after adaptor integration-api folder move" into devel/master

4 years agoMerge "Fix for UtcDaliGetLogicalCursorIndex" into devel/master
Adeel Kazmi [Fri, 25 Oct 2019 13:16:56 +0000 (13:16 +0000)]
Merge "Fix for UtcDaliGetLogicalCursorIndex" into devel/master

4 years agoFix for UtcDaliGetLogicalCursorIndex 89/216489/2
Victor Cebollada [Fri, 25 Oct 2019 10:38:17 +0000 (11:38 +0100)]
Fix for UtcDaliGetLogicalCursorIndex

* The number of characters of the failing experiment
  is 16 not 14.
* The text is split in lines in a different character
  with the new ubuntu fonts.

Change-Id: Iefaf600f02be44e12219c6fedb7a8f7d5664d4f8
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoChanges after adaptor integration-api folder move 17/216417/2
Adeel Kazmi [Thu, 24 Oct 2019 18:52:48 +0000 (19:52 +0100)]
Changes after adaptor integration-api folder move

Change-Id: I90b78dff6e2c35414d5eaf0c8ea926a7b22ff0da

4 years agoDALi Version 1.4.43 76/216476/1 dali_1.4.43
Agnelo Vaz [Fri, 25 Oct 2019 09:29:52 +0000 (10:29 +0100)]
DALi Version 1.4.43

Change-Id: Ic9cc2452eab88cf9ee7c9e9acdbb36d690d2ef47

4 years agoFix the incorrect offset of text outline 56/216056/5
Richard Huang [Fri, 18 Oct 2019 13:56:18 +0000 (14:56 +0100)]
Fix the incorrect offset of text outline

Change-Id: I1a40cea5ad20308e2e968331a514eb3adc396aa0

4 years agoMerge "Add Text Preedit Style" into devel/master
Adeel Kazmi [Thu, 24 Oct 2019 08:58:08 +0000 (08:58 +0000)]
Merge "Add Text Preedit Style" into devel/master

4 years agoMerge "(Build) Ensure CXX11 libraries are marked as provided when building the RPM...
Adeel Kazmi [Thu, 24 Oct 2019 08:48:39 +0000 (08:48 +0000)]
Merge "(Build) Ensure CXX11 libraries are marked as provided when building the RPM" into devel/master

4 years agoAdd Text Preedit Style 08/216108/6
Seoyeon Kim [Mon, 21 Oct 2019 06:05:08 +0000 (15:05 +0900)]
Add Text Preedit Style

- Currently, only Underline is supported for Preedit style.
  But, Highlight and Reverse style should be added later.
- Added PreeditStyle::NONE as default preedit style.

Change-Id: I7fe9e3258eba425e8ad408c6c6222d96f54e162d
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years ago(Vector) Pause animation when the window is hidden 84/216184/2
Heeyong Song [Tue, 22 Oct 2019 05:39:18 +0000 (14:39 +0900)]
(Vector) Pause animation when the window is hidden

Change-Id: I26b67436050a3ee2a65c9e38770f77df406c1d1e

4 years ago(Build) Ensure CXX11 libraries are marked as provided when building the RPM 35/216335/1
Adeel Kazmi [Wed, 23 Oct 2019 10:53:37 +0000 (11:53 +0100)]
(Build) Ensure CXX11 libraries are marked as provided when building the RPM

Change-Id: I26e9092513008646739157dc7f76c2b14b3f564a

4 years agoAdd logs for UtcDaliGetLogicalCursorIndex. 54/216254/1
Victor Cebollada [Tue, 22 Oct 2019 15:27:20 +0000 (16:27 +0100)]
Add logs for UtcDaliGetLogicalCursorIndex.

* It fails from time to time. Adding few logs
  to get more info.

Change-Id: If74388f29367d37913c4b20b113b5343b48413d0
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoDALi Version 1.4.42 23/216023/1 dali_1.4.42
Cheng-Shiun Tsai [Fri, 18 Oct 2019 10:13:14 +0000 (11:13 +0100)]
DALi Version 1.4.42

Change-Id: I9c4db20c20fb1c8364eec7f6e95e444b6327a776

4 years ago[Tizen] Fix another build error in file.list accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.020158 accepted/tizen/5.5/unified/mobile/hotfix/20201027.080007 accepted/tizen/unified/20191015.012014 submit/tizen/20191014.065317 submit/tizen_5.5/20191031.000005 submit/tizen_5.5_mobile_hotfix/20201026.185105 tizen_5.5.m2_release
Jiyun Yang [Mon, 14 Oct 2019 06:27:19 +0000 (15:27 +0900)]
[Tizen] Fix another build error in file.list

This reverts commit e5a07a88f70502a35b310f7783a2876e490bb40d.

Change-Id: I39a9d9c67306fbd7d1aaa59d66154c11e650e6a2

4 years ago[Tizen] Hebrew language text is cutted in TextLabel
Jiyun Yang [Mon, 14 Oct 2019 06:27:08 +0000 (15:27 +0900)]
[Tizen] Hebrew language text is cutted in TextLabel

This reverts commit 8cae29c3027b8d6b3b6d2612f24d2f8b65581f9c.

Change-Id: If0010c20643febf9392a6cd72cec7ceb89b7a594

4 years ago[Tizen] fix build error in autofill
Jiyun Yang [Mon, 14 Oct 2019 06:27:03 +0000 (15:27 +0900)]
[Tizen] fix build error in autofill

This reverts commit ed64011604fda3c30a9542d5b59cf19934040b49.

Change-Id: I2a771faff139d91b05687354ac056210a9bcf175

4 years ago[Tizen] Fix premultiply alpha issue
Jiyun Yang [Mon, 14 Oct 2019 06:27:00 +0000 (15:27 +0900)]
[Tizen] Fix premultiply alpha issue

This reverts commit 9f15024d3ea904f4d957be53bf376f132a9d9e51.

Change-Id: Idcaaf6e1d83c291db1b16f982165954c3a8fdda8