Sunghyun kim [Fri, 29 Nov 2019 01:20:01 +0000 (10:20 +0900)]
Avoid stackoverflow in nanosvg
Change-Id: I508a5573e747114176f3bd37b2c77835edbfa7ca
joogab yun [Tue, 26 Nov 2019 07:31:40 +0000 (07:31 +0000)]
Merge "Layout fixes." into devel/master
joogab yun [Tue, 26 Nov 2019 07:31:34 +0000 (07:31 +0000)]
Merge "Text cleaning." into devel/master
Heeyong Song [Mon, 25 Nov 2019 04:42:42 +0000 (13:42 +0900)]
(Vector) Call Finalize method instead of deleting VectorRenderer
Change-Id: Id7d0a5cab4229e6619122c6294914d512bae9b17
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>
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>
Adeel Kazmi [Fri, 22 Nov 2019 08:02:21 +0000 (08:02 +0000)]
Merge "DALi Version 1.4.47" into devel/master
Victor Cebollada [Fri, 22 Nov 2019 07:14:21 +0000 (07:14 +0000)]
DALi Version 1.4.47
Change-Id: I1b5be5e37a66667841bbc28b615ae1629a4f51db
joogab yun [Fri, 22 Nov 2019 01:22:39 +0000 (01:22 +0000)]
Merge "Reset Preedit variables in 'Delete All' state" into devel/master
Adeel Kazmi [Fri, 15 Nov 2019 22:05:40 +0000 (22:05 +0000)]
(FlexNode) Fixed Visual Studio Compilation
Change-Id: I063802197a4eb31a5be1439b5332b7c0273c9a83
Adeel Kazmi [Fri, 15 Nov 2019 14:08:41 +0000 (14:08 +0000)]
Merge "DALi Version 1.4.46" into devel/master
Richard Huang [Fri, 15 Nov 2019 14:03:14 +0000 (14:03 +0000)]
DALi Version 1.4.46
Change-Id: Ide56b38d2a9e283733000d579f8dded7b6fb8707
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
Adeel Kazmi [Fri, 8 Nov 2019 13:11:04 +0000 (13:11 +0000)]
Merge "Add new style for 2048x1080 high dpi." into devel/master
Anton Obzhirov [Fri, 8 Nov 2019 12:41:07 +0000 (12:41 +0000)]
Add new style for 2048x1080 high dpi.
Change-Id: I2ead85d585050c5cb19c7fd4f9a65c55b86f8ddf
György Straub [Fri, 8 Nov 2019 09:44:37 +0000 (09:44 +0000)]
DALi Version 1.4.45
Change-Id: I0de6884326fb78322b8b50b2717f43ef66b9c2eb
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>
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
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
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>
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
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>
greynaga [Fri, 1 Nov 2019 11:24:41 +0000 (11:24 +0000)]
DALi Version 1.4.44
Change-Id: I4e9e8bdfb007cf6696d537d51fe4369c5ff58d70
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
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
Adeel Kazmi [Fri, 25 Oct 2019 15:07:21 +0000 (15:07 +0000)]
Merge "Changes after adaptor integration-api folder move" into devel/master
Adeel Kazmi [Fri, 25 Oct 2019 13:16:56 +0000 (13:16 +0000)]
Merge "Fix for UtcDaliGetLogicalCursorIndex" into devel/master
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>
Adeel Kazmi [Thu, 24 Oct 2019 18:52:48 +0000 (19:52 +0100)]
Changes after adaptor integration-api folder move
Change-Id: I90b78dff6e2c35414d5eaf0c8ea926a7b22ff0da
Agnelo Vaz [Fri, 25 Oct 2019 09:29:52 +0000 (10:29 +0100)]
DALi Version 1.4.43
Change-Id: Ic9cc2452eab88cf9ee7c9e9acdbb36d690d2ef47
Richard Huang [Fri, 18 Oct 2019 13:56:18 +0000 (14:56 +0100)]
Fix the incorrect offset of text outline
Change-Id: I1a40cea5ad20308e2e968331a514eb3adc396aa0
Adeel Kazmi [Thu, 24 Oct 2019 08:58:08 +0000 (08:58 +0000)]
Merge "Add Text Preedit Style" into devel/master
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
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>
Heeyong Song [Tue, 22 Oct 2019 05:39:18 +0000 (14:39 +0900)]
(Vector) Pause animation when the window is hidden
Change-Id: I26b67436050a3ee2a65c9e38770f77df406c1d1e
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
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>
Cheng-Shiun Tsai [Fri, 18 Oct 2019 10:13:14 +0000 (11:13 +0100)]
DALi Version 1.4.42
Change-Id: I9c4db20c20fb1c8364eec7f6e95e444b6327a776
Heeyong Song [Fri, 11 Oct 2019 08:37:52 +0000 (17:37 +0900)]
(Vector) Add CONTENT_INFO property
Change-Id: I6eeb4b1a92add77f38e116a4e11b58c7acb5713a
Heeyong Song [Tue, 8 Oct 2019 02:22:33 +0000 (11:22 +0900)]
(Vector) Pause animation when the actor is invisible
Change-Id: Ie9b5cd221e099f711cc63cafa5b1a12f42f7ea82
Heeyong Song [Fri, 20 Sep 2019 09:23:48 +0000 (18:23 +0900)]
(Vector) Refactor vector to use thread pool
Change-Id: If9701ae9b938f4a21cf30f7536d441aedd7d9f08
Adeel Kazmi [Thu, 10 Oct 2019 17:07:57 +0000 (18:07 +0100)]
(Automated Tests) Updates after addition of rotation gesture
Change-Id: I9b108136c3f03598d8aed8ac461ea2f298432873
Anton Obzhirov [Thu, 10 Oct 2019 14:57:29 +0000 (15:57 +0100)]
DALi Version 1.4.41
Change-Id: I417aec69fe9749110b1722d1c8239175f6c0fdab
Jiyun Yang [Fri, 4 Oct 2019 06:50:41 +0000 (15:50 +0900)]
Fix wrong cursor position issues in difference horizontal alignment
Previously, it does not align the last line with no character.
So the cursor position in the last empty line is not aligned.
Now it tests whether the alignment target indices includes end of the text
and the last line is generated but empty.
Change-Id: Icc525a94cdaca7e926c06a6615d6e319d7c55ae1
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
joogab yun [Mon, 7 Oct 2019 00:43:22 +0000 (00:43 +0000)]
Merge "Fixed issue where only the last line was aligned in the case of a multiline input text editor" into devel/master
Adeel Kazmi [Fri, 4 Oct 2019 12:58:51 +0000 (12:58 +0000)]
Merge "DALi Version 1.4.40" into devel/master
Adeel Kazmi [Fri, 4 Oct 2019 12:40:23 +0000 (13:40 +0100)]
DALi Version 1.4.40
Change-Id: If1b9a9a444abc9fba6af5e65632090f25c46a129
Joogab Yun [Fri, 4 Oct 2019 02:04:11 +0000 (11:04 +0900)]
Fixed issue where only the last line was aligned in the case of a multiline input text editor
If you try to ALIGNMENT after entering multilines, only the last line is aligned.
So when the _ALIGNMENT property is entered, we modify it to be a full aligned.
ex)
textEditor2 = TextEditor::New();
textEditor2.SetBackgroundColor( Color::CYAN );
textEditor2.SetProperty( TextEditor::Property::TEXT_COLOR, Color::YELLOW );
textEditor2.SetSize( 500.f, 500.f );
textEditor2.SetPosition( 900.f, 150.f );
textEditor2.SetAnchorPoint( AnchorPoint::TOP_LEFT );
textEditor2.SetProperty( TextEditor::Property::TEXT, "test test " );
stage.Add( textEditor2 );
Control control2 = Control::New();
control2.SetSize(80,80);
control2.SetBackgroundColor(Color::YELLOW);
control2.SetPosition(750,200);
control2.SetAnchorPoint( AnchorPoint::TOP_LEFT );
control2.TouchSignal().Connect(this, &HelloWorldController::OnTouch3);
stage.Add( control2 );
bool OnTouch3( Actor actor, const TouchData& touch )
{
textEditor2.SetProperty( TextEditor::Property::TEXT_COLOR, Color::RED );
textEditor2.SetColor(Color::BLUE );
textEditor2.SetProperty( TextEditor::Property::HORIZONTAL_ALIGNMENT, "END" );
return true;
}
Change-Id: Icc98d04d7c556a4d33b5de8640c2fc29587c1b35
Jiyun Yang [Wed, 2 Oct 2019 09:41:44 +0000 (18:41 +0900)]
Fix TextEditor setting color issues by clearing color runs
Change-Id: If7f04cc080a319745603eef87f72423006f45ec9
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Joogab Yun [Wed, 2 Oct 2019 08:17:03 +0000 (17:17 +0900)]
fixed Crash when entering backspace in texteditor
If you type text as multiline and then delete the backspace, crash will occur.
textEditor = TextEditor::New();
textEditor.SetBackgroundColor( Color::CYAN );
textEditor.SetSize( 500.f, 500.f );
textEditor.SetPosition( 100.f, 150.f );
textEditor.SetAnchorPoint( AnchorPoint::TOP_LEFT );
stage.Add( textEditor );
Change-Id: I83a6cd986dd646b2c45efffc048e3d36b479ad5f
Adeel Kazmi [Tue, 1 Oct 2019 10:32:32 +0000 (11:32 +0100)]
(Build) Ensure default style is installed & remove autoconf file lists
Change-Id: I4e2532221e0dd99019d2ff92cb59917184204a04
adam.b [Thu, 26 Sep 2019 14:42:05 +0000 (15:42 +0100)]
Using CMAKE_CURRENT_[SOURCE|BINARY]_DIR
Using CMAKE_CURRENT_[SOURCE|BINARY]_DIR to keep all paths relative.
Change-Id: I5b4f380fcc6d3cd7579530afe2660ce450e2e9ea
Adeel Kazmi [Thu, 26 Sep 2019 17:20:11 +0000 (18:20 +0100)]
Use Cmake by default
Change-Id: I52212f677745c93ca6365cad015ec6b69b6468cb
adam.b [Fri, 27 Sep 2019 09:15:54 +0000 (10:15 +0100)]
DALi Version 1.4.39
Change-Id: I2d870f84ee9b4fb97f582a465a1ab3f84a36bde1
Victor Cebollada [Wed, 25 Sep 2019 05:48:53 +0000 (06:48 +0100)]
Fix text's logical model utc.
* Sets a known font to avoid the font client to choose
one that might cause a fail.
Change-Id: Ida6ebeddafd26e4b029d23e811ebfc35fb8f6c03
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
adam.b [Mon, 23 Sep 2019 15:13:01 +0000 (16:13 +0100)]
Linking Toolkit against Core and Adaptor
Fixed automated tests compilation by linking Toolkit against Core and Adaptor.
Change-Id: I28cd1977ef3aab2183a7920ebc547603194fb1d5
Adeel Kazmi [Fri, 20 Sep 2019 16:51:26 +0000 (17:51 +0100)]
Fix styling bug in CMake build
Change-Id: Idc8c9b97988293f4a0aff04dfef6165d0522e0d6
adam.b [Thu, 29 Aug 2019 18:14:08 +0000 (19:14 +0100)]
CMake build scripts
Change-Id: Ife81f050d3e31022484d2fb9180114fa07097343
Victor Cebollada [Fri, 20 Sep 2019 06:24:20 +0000 (07:24 +0100)]
DALi Version 1.4.38
Change-Id: Icd76ffa0839cc843fc961f1d2570d3b9f0c72746
Seungho BAEK [Thu, 19 Sep 2019 01:07:15 +0000 (01:07 +0000)]
Merge "Use original PixelBufferLoadedSignalType signal parameter." into devel/master
Adeel Kazmi [Wed, 18 Sep 2019 10:01:08 +0000 (10:01 +0000)]
Merge "Update test-application after Core::Render API is changed" into devel/master
Richard Huang [Wed, 11 Sep 2019 09:32:21 +0000 (10:32 +0100)]
Update test-application after Core::Render API is changed
Change-Id: I883df6fb1aab4e17aecff4f1a112034804f3b338
Richard Huang [Fri, 13 Sep 2019 12:19:30 +0000 (13:19 +0100)]
DALi Version 1.4.37
Change-Id: I41f904aaeaaec0bde56f39316e81c788507bab43
Adeel Kazmi [Mon, 9 Sep 2019 16:03:15 +0000 (16:03 +0000)]
Merge "Set focus for each window" into devel/master
Heeyong Song [Tue, 3 Sep 2019 08:44:46 +0000 (17:44 +0900)]
(Vector) Fix some issues
- Reset the current loop count when the loop count sets.
- Do not trigger the animation finished callback if StopAnimation is called.
- Fix Coverity issue
Change-Id: I1db350c6d9daae37429f2c3573902f0d68a19f94
Seungho, Baek [Fri, 6 Sep 2019 05:28:48 +0000 (14:28 +0900)]
Use original PixelBufferLoadedSignalType signal parameter.
- Delete isMaskTask
- Add new information property to check whether the mask is applied or not.
Change-Id: I5496f78f6df385d37b3282a8fcef2c807389622b
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Sunghyun kim [Wed, 26 Jun 2019 06:54:03 +0000 (15:54 +0900)]
Set focus for each window
In multi-window, focus manager must remember the focus currently set for each window.
For this reason, i added the patch that can get focus actor per Window.
Change-Id: Iffa35f30e3f994ed919673a79c6909a978ff7148
Adeel Kazmi [Thu, 5 Sep 2019 14:30:55 +0000 (14:30 +0000)]
Merge "DALi Version 1.4.36" into devel/master
Anton Obzhirov [Thu, 5 Sep 2019 14:27:18 +0000 (15:27 +0100)]
DALi Version 1.4.36
Change-Id: I65744570a626c6ff8b1692f55410c879c3768495
Jiyun Yang [Thu, 5 Sep 2019 05:16:12 +0000 (14:16 +0900)]
Fix Svace+Coverity issue
Change-Id: I5451bbb477ec778276791d6c28901dfff82a877b
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Richard Huang [Wed, 28 Aug 2019 13:32:43 +0000 (14:32 +0100)]
Update toolkit-window to add/remove actors in the correct Scene
Change-Id: Ib6392f85f493405b520850c6f3e98e2cba600213
Jiyun Yang [Thu, 22 Aug 2019 08:15:44 +0000 (17:15 +0900)]
Support scene holder instead of window in keyinput/keyboard focus
Change-Id: I22682ef91158a9f2f8850379b04a9dc601057883
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
JIYUN YANG [Mon, 2 Sep 2019 01:12:55 +0000 (01:12 +0000)]
Merge "Fix VideoView to work in multi-window" into devel/master
JIYUN YANG [Mon, 2 Sep 2019 01:12:32 +0000 (01:12 +0000)]
Merge "Fix InputMethodContext to work well in multi-window env" into devel/master
György Straub [Fri, 30 Aug 2019 08:00:01 +0000 (09:00 +0100)]
DALi Version 1.4.35
Change-Id: I52d12e4009636029d5d14207785cad65a5e7dfe1
Jiyun Yang [Thu, 11 Jul 2019 05:34:50 +0000 (14:34 +0900)]
Fix VideoView to work in multi-window
Change-Id: Iee8738a904e8c835c291ff8d465488e6a7d4ea62
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jiyun Yang [Wed, 26 Jun 2019 10:22:35 +0000 (19:22 +0900)]
Fix InputMethodContext to work well in multi-window env
Change-Id: Idf8a33d2ef30c7297a8c81931983671651b99184
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Heeyong Song [Mon, 19 Aug 2019 01:42:53 +0000 (10:42 +0900)]
(Vector) Use scaling factor for rasterization
Change-Id: Ie0e6e318691077f020b4f17b03e3d648abc0dda7
Heeyong Song [Tue, 13 Aug 2019 09:43:40 +0000 (18:43 +0900)]
(Vector) Fix some issues
- Remove unused function
- Not update the current frame if the value is same
Change-Id: I262b5bea4a7e035b7d478f5c777e27f4adc8e7cb
greynaga [Fri, 23 Aug 2019 10:02:12 +0000 (11:02 +0100)]
DALi Version 1.4.34
Change-Id: I83cca25817ec2a59b109a17ee7c89938c473db62
Adeel Kazmi [Fri, 16 Aug 2019 09:53:46 +0000 (09:53 +0000)]
Merge "DALi Version 1.4.33" into devel/master
Cheng-Shiun Tsai [Fri, 16 Aug 2019 09:40:43 +0000 (10:40 +0100)]
DALi Version 1.4.33
Change-Id: I0cee9259e77845646d9514200aeafe89f726fef1
Seungho BAEK [Fri, 16 Aug 2019 06:16:27 +0000 (06:16 +0000)]
Merge "Move ApplyMask to Image-Load-Thread" into devel/master
Seungho, Baek [Wed, 24 Jul 2019 06:27:14 +0000 (15:27 +0900)]
Move ApplyMask to Image-Load-Thread
Change-Id: I27f9dfae7d6df26ba63721803720fe851a80baf4
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Joogab Yun [Wed, 7 Aug 2019 05:47:23 +0000 (14:47 +0900)]
Khmer language text is cutted in TextLabel.
* Fixed an issue while retrieving the 'width' metric from complex glyphs.
i.e the complex glyph 'ត់' is formed by two glyphs ( 'ត' and '់')
The width of the group is calculated as the accumulated advance + the
x bearing and width of the last glyph. In that case for the last glyph
the accumulated advance plus the width is smaller than the width of the
previous glyph.
* The solution is to calculate the initial width edge and the max width edge.
if HORIZONTAL_ALIGNMENT is END, this is a problem.
example)
TextLabel labe21 = TextLabel::New();
labe21.SetSize( 600, 100 );
labe21.SetParentOrigin(ParentOrigin::TOP_LEFT);
labe21.SetAnchorPoint(AnchorPoint::TOP_LEFT);
labe21.SetPosition( 100.f, 100.f);
labe21.SetProperty( TextLabel::Property::HORIZONTAL_ALIGNMENT, "END" );
labe21.SetProperty(Dali::Toolkit::TextLabel::Property::TEXT, "ការកំណត់" );
stage.Add( labe21 );
Change-Id: I0a59ddc0c2c01493ea381f50310882ca9dcfc2e9
Heeyong Song [Mon, 12 Aug 2019 04:25:15 +0000 (04:25 +0000)]
Merge "Connect KeyEventGeneratedSignal for Get KeyEvent" into devel/master
Heeyong Song [Wed, 31 Jul 2019 02:19:23 +0000 (11:19 +0900)]
(Vector) Check failure of vector rendering
Change-Id: Ie5423ae341e207168d46ca8e90c4c68c4fbf0e14
Agnelo Vaz [Fri, 9 Aug 2019 10:30:57 +0000 (11:30 +0100)]
DALi Version 1.4.32
Change-Id: Ibcaea2bc4e4eb5eafd76a3cde7d4624255990eb5
Adeel Kazmi [Thu, 8 Aug 2019 17:00:38 +0000 (17:00 +0000)]
Merge "Remove APIs deprecated in Tizen 3.0" into devel/master
Sunghyun kim [Thu, 13 Jun 2019 10:14:13 +0000 (19:14 +0900)]
Connect KeyEventGeneratedSignal for Get KeyEvent
KeyInputFocusManager need to get KeyEvent first.
so this need to uses KeyEventGeneratedSignal to first receive the KeyEvent.
Change-Id: I737a120f060c91b289e5f2e8a7b1ca80be9aac20
Adeel Kazmi [Thu, 18 Jul 2019 18:00:55 +0000 (19:00 +0100)]
Remove APIs deprecated in Tizen 3.0
Change-Id: Ie43875fcd50ed543853a23afea0023642f6d1785
Adeel Kazmi [Fri, 2 Aug 2019 10:26:30 +0000 (11:26 +0100)]
DALi Version 1.4.31
Change-Id: I7d844374838b9446ce85d0cc718ce91992b492d9
Paul Wisbey [Mon, 29 Jul 2019 16:55:29 +0000 (17:55 +0100)]
Fixed viewport issue when changing window size
Change-Id: Ifdd2b2b7270260b157f826b49e959b8f7fd5d1e7
adam.b [Fri, 26 Jul 2019 10:47:27 +0000 (11:47 +0100)]
DALi Version 1.4.30
Change-Id: I668a470b461f635edf883261ea6d39241902e478
Adeel Kazmi [Tue, 23 Jul 2019 16:14:09 +0000 (17:14 +0100)]
Applying changes to Scene::New()
Change-Id: Ifb45d1e05d161387dba09574e63cb832e8c21d28
Heeyong Song [Tue, 16 Jul 2019 05:41:54 +0000 (14:41 +0900)]
(Vector) Add StopBehavior and LoopingMode
Change-Id: I7aab7733d8e01f5423575f9bb6d45161912d7b20
Adeel Kazmi [Mon, 22 Jul 2019 15:51:30 +0000 (16:51 +0100)]
Changes after removal of Core::SurfaceResized()
Change-Id: Ic9619980742f8054031566cbbe1f039846bb937b
Victor Cebollada [Fri, 19 Jul 2019 08:51:40 +0000 (09:51 +0100)]
DALi Version 1.4.29
Change-Id: I75349950bc7504261572f4559c146ffb14a0008e
Adeel Kazmi [Thu, 18 Jul 2019 14:04:01 +0000 (14:04 +0000)]
Merge "Remove FrameBufferImage" into devel/master
Paul Wisbey [Fri, 12 Jul 2019 16:02:58 +0000 (17:02 +0100)]
Remove FrameBufferImage
Change-Id: Ib3b33834977c2f754dcef47983a87ba5da9b916b