Umar [Fri, 29 Dec 2017 20:29:11 +0000 (20:29 +0000)]
Added playback (i.e. Play, Pause, Stop) support for the animated GIF.
Change-Id: I21ba8d2d707fd563977126877f0c74bb73734adc
Umar [Wed, 27 Dec 2017 18:16:57 +0000 (18:16 +0000)]
Loop count support for animated GIF
Change-Id: Ieee7e5441f4c55a69852384b993b6e14ed417ea6
Richard Huang [Fri, 5 Jan 2018 14:37:09 +0000 (14:37 +0000)]
Fix the issue of disappeared text in Transitions example
Change-Id: Ifab94189153a28a15ed1af46b76f6f0e1e59cf38
Richard Huang [Fri, 5 Jan 2018 13:32:58 +0000 (13:32 +0000)]
DALi Version 1.3.6
Change-Id: I5d6b026db69e5720e18606e0c4f9cb14808d52b8
Adeel Kazmi [Thu, 4 Jan 2018 22:00:39 +0000 (22:00 +0000)]
Merge "Added automatic premultiplication of image visual images" into devel/master
David Steele [Wed, 3 Jan 2018 16:20:19 +0000 (16:20 +0000)]
Added automatic premultiplication of image visual images
To prevent scaling quality issues, image visual images are pre-multiplied after loading.
By default, this is on, but it can be turned off via a new API in VisualFactory.
Change-Id: I53757be33894effdd61b719631fb79527e8a4fbe
Signed-off-by: David Steele <david.steele@samsung.com>
Adeel Kazmi [Thu, 4 Jan 2018 17:33:31 +0000 (17:33 +0000)]
Merge "Fix text scrolling bug" into devel/master
Richard Huang [Tue, 2 Jan 2018 17:45:44 +0000 (17:45 +0000)]
Ensure text starting with weak character reports correct text direction
Change-Id: Ib5523211da9c3c3bb06f05e36cd7ccc959b7b9b6
Richard Huang [Mon, 18 Dec 2017 17:42:14 +0000 (17:42 +0000)]
Reduce memory consumption of TextLabel by reducing texture size
Change-Id: Ia7350a410d8f308b709bda2e4829eab3dc2ceebf
Adeel Kazmi [Tue, 2 Jan 2018 15:42:15 +0000 (15:42 +0000)]
Initialise member variables of ImageFrame struct in rolling image caches
This was required as in the SVACE compiler, a compiler warning of these values possibly being used without initialising.
Change-Id: I3714be8534679a7769970939d8cea7c4919d0253
minho.sun [Thu, 28 Dec 2017 01:31:07 +0000 (10:31 +0900)]
Fix text scrolling bug
Change if statement for text scrolling.
Even if text is longer than control, Elided state can be false.
So, comparing texture width with control width is better way.
Change-Id: Iea613cd1bcfc3ecb3bc562cd106367fe00dc4891
Signed-off-by: minho.sun <minho.sun@samsung.com>
minho.sun [Wed, 27 Dec 2017 07:55:49 +0000 (16:55 +0900)]
Check line is empty or not before getting line of character
mLine can be empty Vector if there is no text or place holder in
text-editor / text-field.
So check mLine is empty or not first and if it is empty, return 0u.
Change-Id: I950ca6df885080d84bc8c6a7055d0afcce21d8c5
Umar [Thu, 9 Nov 2017 20:48:49 +0000 (20:48 +0000)]
Removed Texture Atlas for the GIF image.
Added new RollingGifImageCache for animated images.
Change-Id: Idda4fecb7f4c5303f459a9e6b18222fdb3c83a41
Adeel Kazmi [Fri, 22 Dec 2017 15:10:04 +0000 (15:10 +0000)]
Merge "Disable pixel alignment while scrolling the text" into devel/master
Adeel Kazmi [Fri, 22 Dec 2017 15:07:43 +0000 (15:07 +0000)]
Merge "Add the protected code and fix the crash issue" into devel/master
Adeel Kazmi [Fri, 22 Dec 2017 15:01:17 +0000 (15:01 +0000)]
Merge "(ColorVisual) Don't render if transparent alpha by default" into devel/master
Adeel Kazmi [Fri, 22 Dec 2017 14:29:35 +0000 (14:29 +0000)]
Merge "DALi Version 1.3.5" into devel/master
György Straub [Fri, 22 Dec 2017 14:19:06 +0000 (14:19 +0000)]
DALi Version 1.3.5
Change-Id: I79fb4f27838dcc5a3bbd0b7fb74c39558196d71b
Adeel Kazmi [Wed, 20 Dec 2017 14:56:24 +0000 (14:56 +0000)]
(ColorVisual) Don't render if transparent alpha by default
Added a property to force rendering if required. This was needed for the CLIP_CHILDREN use case.
Change-Id: Id5beaf92ed38b2beb30439c7ab760c8a762f1d9f
minho.sun [Fri, 22 Dec 2017 04:40:58 +0000 (13:40 +0900)]
Fix text scroll start position issue
When user sets textlabel auto scroll, it starts after aligning.
It makes long text start its scrolling at the odd position when
horizontal alignment is not begin.
Makes long text always start its scrolling at the begin position even if
horizontal alignment is set.
Change-Id: I3d3e93dd7c8bf4925ccfdef083ab0c7ac5c44523
Signed-off-by: minho.sun <minho.sun@samsung.com>
Adeel Kazmi [Thu, 21 Dec 2017 18:53:17 +0000 (18:53 +0000)]
Merge "Move Some Devel Properties & APIs to the Public API" into devel/master
adam.b [Thu, 14 Dec 2017 16:06:54 +0000 (16:06 +0000)]
Line spacing for TextLabel and vertical line alignment feature
- Line spacing is now supported by the TextLabel only
- Introduced new devel property VERTICAL_LINE_ALIGNMENT providing
vertical text aligning within its line area ( TOP, MIDDLE, BOTTOM )
Change-Id: I568a7ef5bed4adcf358e6cab05c3316b93430f1c
Adeel Kazmi [Thu, 21 Dec 2017 14:36:25 +0000 (14:36 +0000)]
Merge "Updated NanoSVG to latest version (9 July 2017)" into devel/master
David Steele [Wed, 18 Oct 2017 14:42:34 +0000 (15:42 +0100)]
Updated NanoSVG to latest version (9 July 2017)
This fixes a number of issues, including the arc drawing.
See https://github.com/memononen/nanosvg/commits/master for further details
Change-Id: I762974cc95e6c1fc30955809b0608bf635291f24
Richard Huang [Wed, 20 Dec 2017 11:21:47 +0000 (11:21 +0000)]
Disable pixel alignment while scrolling the text
Change-Id: I8980a4ae249d6b67868e1b0beb21f2d98e39e25e
Moonhee Choi [Tue, 19 Dec 2017 08:05:41 +0000 (17:05 +0900)]
Move Some Devel Properties & APIs to the Public API
-control.h
Toolkit::Visual::ResourceStatus GetVisualResourceStatus(
const Dali::Property::Index index );
-visual-properties.h
PREPARING
READY
FAILED
-image-visual-properties.h
LoadPolicy
ReleasePolicy
LOAD_POLICY
RELEASE_POLICY
ORIENTATION_CORRECTION
Change-Id: Ibbb5b53361b299d6f814431f54245512980e198b
Signed-off-by: Moonhee Choi <mh0310.choi@samsung.com>
minho.sun [Wed, 20 Dec 2017 13:23:14 +0000 (22:23 +0900)]
Add extra tag for tizen_4.0
add extra tag for tizen_4.0
Change-Id: Ifca93a0b299ac4bbbadf419003280bc1b20e55f6
Signed-off-by: minho.sun <minho.sun@samsung.com>
moonhee choi [Tue, 19 Dec 2017 07:31:48 +0000 (07:31 +0000)]
Merge "Revert "Move Some Devel Properties & APIs to the Public API"" into devel/master
HyunJu Shin [Tue, 19 Dec 2017 07:30:35 +0000 (07:30 +0000)]
Merge "Add ENABLE_SHIFT_SELECTION property" into devel/master
moonhee choi [Tue, 19 Dec 2017 07:29:39 +0000 (07:29 +0000)]
Revert "Move Some Devel Properties & APIs to the Public API"
This reverts commit
6c3063e269a7f2d370c0ad45efde3eeb38dac3a1.
Change-Id: Ic55062697555bae4da505b444c6e191fc8b1565b
Moonhee Choi [Fri, 15 Dec 2017 10:01:59 +0000 (19:01 +0900)]
Move Some Devel Properties & APIs to the Public API
control-devel.h
DALI_IMPORT_API Toolkit::Visual::ResourceStatus GetVisualResourceStatus(
const Internal::Control& control, Dali::Property::Index index );
texture-manager.h
DALI_IMPORT_API std::string AddTexture( Texture& texture );
DALI_IMPORT_API std::string AddTexture( TextureSet& textureSet );
DALI_IMPORT_API TextureSet RemoveTexture( const std::string& textureUrl
);
image-visual-properties-devel.h
LoadPolicy
ReleasePolicy
LOAD_POLICY
RELEASE_POLICY
ORIENTATION_CORRECTION
Change-Id: I78f93a9783e217e179c110b55c5e7e0a79243438
Francisco Santos [Fri, 15 Dec 2017 11:19:02 +0000 (11:19 +0000)]
DALi Version 1.3.4
Change-Id: Iec81bb38c7b2452b13f5b62ee2621814424105bd
Richard Huang [Wed, 13 Dec 2017 15:21:10 +0000 (15:21 +0000)]
Add outline property to text visual
Change-Id: I73bb5d932da84be4b277227b8d5f12748e2ec992
Adeel Kazmi [Thu, 14 Dec 2017 15:38:48 +0000 (15:38 +0000)]
Merge "Explictly check upper bound to satisfy SVACE when using strtoul" into devel/master
Agnelo Vaz [Thu, 14 Dec 2017 14:36:13 +0000 (14:36 +0000)]
Explictly check upper bound to satisfy SVACE when using strtoul
Should have been able to fix SVACE error by asserting on the maximum number allowed
but that does not work with strtoul only with strtol!!
Possible issue with SVACE.
Added ASSERT_DEBUG so users knows that the set value of threads failed and default
is being used
Merged into other 4.0 branch with patch "SVACE Error fix TextureManager Thread bounds"
Change-Id: Ic412c92160bcb910f99db30a43273af0c9cf68a1
Adeel Kazmi [Thu, 14 Dec 2017 14:35:13 +0000 (14:35 +0000)]
Merge "Fixes for text's outline." into devel/master
Victor Cebollada [Wed, 13 Dec 2017 10:19:00 +0000 (10:19 +0000)]
Fixes for text's outline.
* Fixes the position of the cursors, handles and highlight box.
Change-Id: I10d6931f0b0c2051915dfc1c0ff3eecf6f4b0f1f
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
taeyoon0.lee [Fri, 8 Dec 2017 09:09:08 +0000 (18:09 +0900)]
Added since version for Capture in doc
Change-Id: I3caa44dec661adb791dd784e5c5989b802fe35cd
Seoyeon Kim [Wed, 13 Dec 2017 10:43:29 +0000 (19:43 +0900)]
Add ENABLE_SHIFT_SELECTION property
- Added ENABLE_SHIFT_SELECTION property in DevelTextField and DevelTextEditor
- ENABLE_SHIFT_SELECTION property is enabled or disabled Text selection using
Keyboard Shift key.
Change-Id: I70a712ffd5eab04b1dc81768b6b39ca29c785a2e
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
HyunJu Shin [Thu, 14 Dec 2017 00:11:01 +0000 (00:11 +0000)]
Merge "Add codes to prevent underflow" into devel/master
Adeel Kazmi [Wed, 13 Dec 2017 15:48:17 +0000 (15:48 +0000)]
Merge "Fix shader compile error fix in npatch visual" into devel/master
Adeel Kazmi [Tue, 12 Dec 2017 17:36:28 +0000 (17:36 +0000)]
Fix SVACE issue in TextController
Change-Id: Id4dab4de25d677ccc20d32a06dcc990bc753abf8
Adeel Kazmi [Tue, 12 Dec 2017 17:08:40 +0000 (17:08 +0000)]
Merge "SVACE Error fix TextureManager Thread bounds" into devel/master
Adeel Kazmi [Tue, 12 Dec 2017 17:00:24 +0000 (17:00 +0000)]
Merge "Text outline support in TextField & TextEditor" into devel/master
Adeel Kazmi [Tue, 12 Dec 2017 16:58:17 +0000 (16:58 +0000)]
Merge "Text atlas renderer refacor." into devel/master
Agnelo Vaz [Tue, 12 Dec 2017 10:19:46 +0000 (10:19 +0000)]
SVACE Error fix TextureManager Thread bounds
Should be able to resolve SVACE error by asserting on the maximum number allowed.
Preventing TextureManager sign-compare Error with strtoul (old arch)
Change-Id: I081635e8f1f1a69e7426041344440a53c5b80121
Richard Huang [Thu, 7 Dec 2017 13:33:27 +0000 (13:33 +0000)]
Text outline support in TextField & TextEditor
Measured using memps on TM1 target by creating 500 TextFields.
Memory consumption is increased by 9% after outline is enabled.
Without outiline, the memory comsumption is almost the same as
before.
TextField with text only (no outline):
Before applying this patch:
PID CODE DATA PEAK PSS 3D GEM(PSS)
11272 13572 75120 88692 76920 58860 5568
After applying this patch:
PID CODE DATA PEAK PSS 3D GEM(PSS)
5782 13580 75244 88824 77055 58508 5568
TextField with text and outline:
After applying this patch:
PID CODE DATA PEAK PSS 3D GEM(PSS)
5851 13588 82056 95644 83874 63364 5568
Change-Id: I9838fb0867102e920bcc07650ff5c3a8903a7e24
Seoyeon Kim [Tue, 12 Dec 2017 10:21:28 +0000 (10:21 +0000)]
Merge "Send the empty string to IME when PlaceholderText shows" into devel/master
HyunJu Shin [Tue, 12 Dec 2017 10:17:02 +0000 (10:17 +0000)]
Merge "Remove unused conditional in TextController" into devel/master
taeyoon0.lee [Tue, 12 Dec 2017 08:18:18 +0000 (17:18 +0900)]
Modified GetTextDirection for TEXT_DIRECTION property
- Requirement is to check always the direction if textlabel gets text.
Change-Id: I0fe40c84f9cf1567fa7ae5acdfdea46f1b71911a
Seoyeon Kim [Tue, 12 Dec 2017 05:01:27 +0000 (14:01 +0900)]
Remove unused conditional in TextController
- ( mImpl->mEventData->mPrimaryCursorPosition >= 0 ) conditional is useless,
becuase mPrimaryCursorPosition is unsigned int type, so it's always greater
than or equal to zero.
- Removed the unused conditional in text-controller.cpp
Change-Id: I9b0ec109f29accd8535eb5022ba404270193a9d0
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Victor Cebollada [Fri, 8 Dec 2017 10:41:22 +0000 (10:41 +0000)]
Text atlas renderer refacor.
* Add some methods to avoid code duplication.
Change-Id: Ifa3952d4fa2995ac735e76624f484c8441a49bc2
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Heeyong Song [Mon, 11 Dec 2017 05:40:30 +0000 (14:40 +0900)]
Add codes to prevent underflow
Change-Id: Id5d5205f587885c288744d7315ba966f0357c951
Heeyong Song [Mon, 11 Dec 2017 02:48:42 +0000 (11:48 +0900)]
Fix shader compile error fix in npatch visual
Change-Id: I86677282cbffcc0744858dd250509dba128fab0b
dongsug song [Mon, 11 Dec 2017 01:55:10 +0000 (01:55 +0000)]
Merge "Fix comment to remove Doxygen tool warning" into devel/master
David Steele [Fri, 8 Dec 2017 14:33:15 +0000 (14:33 +0000)]
DALi Version 1.3.3
Change-Id: Ie883644cb2ef3edbd0f66a8641ae44767223823c
Seoyeon Kim [Fri, 8 Dec 2017 07:29:45 +0000 (16:29 +0900)]
Send the empty string to IME when PlaceholderText shows
- Fixed to send the empty string to IME when PlaceholderText shows.
When DALi receives Retrieve surrounding event, should send IME
only Normal Text, not Placeholder Text.
Change-Id: I9b5cb18fc2c7bc8e57854c4acaaae6a9413cc5da
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
minho.sun [Fri, 8 Dec 2017 02:36:20 +0000 (11:36 +0900)]
Fix comment to remove Doxygen tool warning
Fix comment to remove Doxygen tool warning
Change-Id: I60073ec87dc035eabd4d91dbf34afbe683c62308
Signed-off-by: minho.sun <minho.sun@samsung.com>
Adeel Kazmi [Thu, 7 Dec 2017 15:12:29 +0000 (15:12 +0000)]
Merge "Fix the text issue of RTL language while changing font family dynamically" into devel/master
David Steele [Thu, 7 Dec 2017 14:29:17 +0000 (14:29 +0000)]
Merge "Fix bug with mixed language text" into devel/master
Richard Huang [Thu, 7 Dec 2017 12:42:35 +0000 (12:42 +0000)]
Fix the text issue of RTL language while changing font family dynamically
Change-Id: I29b9df5500d09c060fbe20aa6fa11f8c82fbc15e
Seoyeon Kim [Mon, 4 Dec 2017 05:59:08 +0000 (14:59 +0900)]
Add the protected code and fix the crash issue
- When visualModel->mLines.Begin() is NULL, then do nothing in GetCursorPosition().
- When the user tries to input some texts in TextField, and its size is fitted
to its parent, which size is (0,0) by Relayout, then set mTextUpdateInfo.mNumberOfCharactersToAdd
as the current text for UpdateModel().
Change-Id: Iea0a251ba2061389bf7a00476bf126d9669da50c
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Francisco Santos [Tue, 5 Dec 2017 23:21:04 +0000 (23:21 +0000)]
Fix bug with mixed language text
Change-Id: I88ce12917e93e5e5624d264820b1383f718616c7
taeyoon0.lee [Mon, 4 Dec 2017 07:30:23 +0000 (07:30 +0000)]
Merge "Added devel api header for text direction in Makefile" into devel/master
Richard Huang [Fri, 1 Dec 2017 10:33:02 +0000 (10:33 +0000)]
Change the grab handle images to transparent for TV profile
Change-Id: Ied6509acc8b895a781da94ef4d6d812f00b19ea0
Adeel Kazmi [Fri, 1 Dec 2017 09:23:15 +0000 (09:23 +0000)]
DALi Version 1.3.2
Change-Id: Id145ce449cf28fa9e9ffbec36153e166c0fb85cf
Adeel Kazmi [Thu, 30 Nov 2017 19:48:30 +0000 (19:48 +0000)]
Merge "Added Auxiliary image to NPatch visual." into devel/master
David Steele [Wed, 29 Nov 2017 21:11:23 +0000 (21:11 +0000)]
Added Auxiliary image to NPatch visual.
Auxiliary image sits on top of the NPatch, and scales with the visual, not with
the NPatch stretching. A new Alpha property enables just the auxiliary image to be faded.
Change-Id: I391f39f2a422ddf97cdf847e70d12a6a254e941a
Signed-off-by: David Steele <david.steele@samsung.com>
Richard Huang [Wed, 29 Nov 2017 14:15:20 +0000 (14:15 +0000)]
Support Shift+Left/Right keys for text selection and Ctrl+C/V/X for text copy/paste/cut
Change-Id: I2135bf267424dc9e207fc5995280951033d02fc0
taeyoon0.lee [Thu, 30 Nov 2017 07:06:00 +0000 (16:06 +0900)]
Added devel api header for text direction in Makefile
Change-Id: I080d67ff289c9891cd9b5fe31f5d518c396a9bb7
HyunJu Shin [Thu, 30 Nov 2017 03:10:54 +0000 (03:10 +0000)]
Merge "Added text direction property" into devel/master
Agnelo Vaz [Mon, 20 Nov 2017 13:23:41 +0000 (13:23 +0000)]
ImageVisual Action::Reload added
Reload forces reloading causing the texture to be reloaded even if cached.
It updates all uses of this texture (same id) across all image visuals.
The texture is replaced hence the renderer gets updated
as already references the TextureSet.
Change-Id: Idb484d18373d54083727c80f563b7a5f7fb2be8c
taeyoon0.lee [Wed, 29 Nov 2017 09:15:09 +0000 (18:15 +0900)]
Added text direction property
- The property is read-only
- The property gets "RightToLeft" or "LeftToRight"
Change-Id: I3dba003762a21ff1ba0e09a98f154d25e9919ca4
Adeel Kazmi [Wed, 29 Nov 2017 11:04:48 +0000 (11:04 +0000)]
Merge "Fix image not show issue" into devel/master
Seoyeon Kim [Wed, 29 Nov 2017 10:23:16 +0000 (10:23 +0000)]
Merge "Fix the child position when Parent sets Padding" into devel/master
HyunJu Shin [Wed, 29 Nov 2017 06:55:27 +0000 (06:55 +0000)]
Merge "Set a new size when Multiline property is changed." into devel/master
Adeel Kazmi [Tue, 28 Nov 2017 15:28:19 +0000 (15:28 +0000)]
Merge "Support 360x360 resoruce package for wearable" into devel/master
xb.teng [Tue, 28 Nov 2017 06:53:48 +0000 (14:53 +0800)]
Fix image not show issue
Change-Id: If18d45f4a8d61819462002da4ae4fde5424a6d47
Seoyeon Kim [Tue, 28 Nov 2017 05:12:46 +0000 (14:12 +0900)]
Update doxygen comments
- Parameters of member Dali::Toolkit::ProgressBar are not documented.
- Return type of member Dali::Toolkit::Control::ResourceReadySignal is not documented.
- Member Type (enumeration) of namespace Dali::Toolkit::Visual::Transform::Policy
is not documented.
- To show some Visual Properties, added a comment in doxygen.
Change-Id: Ieb5306330aee1bb18dff190863fab4439bad2913
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Tue, 21 Nov 2017 04:47:27 +0000 (13:47 +0900)]
Fix the child position when Parent sets Padding
Change-Id: I40015356186292f42ec2358fdfc1346623d2884e
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
minho.sun [Mon, 20 Nov 2017 10:16:43 +0000 (19:16 +0900)]
Support 360x360 resoruce package for wearable
Support 360x360 resource package for wearable.
Make special PushButton for wearable.
Change-Id: Id50c30e5db0f33125f78ea2ade51e572212dc431
Signed-off-by: minho.sun <minho.sun@samsung.com>
Jinho, Lee [Thu, 23 Nov 2017 06:14:51 +0000 (15:14 +0900)]
Set a new size when Multiline property is changed.
Change-Id: If4be3075c5058c55c36e034fa6ec22fbf7982431
David Steele [Fri, 24 Nov 2017 15:20:09 +0000 (15:20 +0000)]
Merge "Add Delete Key event in TextController" into devel/master
Agnelo Vaz [Fri, 24 Nov 2017 11:56:04 +0000 (11:56 +0000)]
DALi Version 1.3.1
Change-Id: I08bde5d0753685637a1fc60c3493ef3a3c2d7e4b
Agnelo Vaz [Thu, 16 Nov 2017 19:36:03 +0000 (19:36 +0000)]
Action framework for visuals
Internal::Visual::Base has a DoAction API which calls the OnDoAction in derived Visual if they want
to act on any Actions they have defined.
Control has a devel API to DoAction on any of it's registered visuals.
If a action is requested on a visual, if the visual does not implement it then
nothing is done.
Action will be provided by Indexes, in future may add an API for strings if
builder requires but internal.
Property::Key has an explict constructor hence not used.
DummyVisual added to test framework, can be used in Internal tests. Visuals creation not public.
Change-Id: Ib4590f5a76d4b45adcb2213eee70c1bbd91f88a2
Jinho, Lee [Thu, 23 Nov 2017 05:49:58 +0000 (05:49 +0000)]
Merge "Fixed the appearance of a bold text when setting underline property." into devel/master
Adeel Kazmi [Wed, 22 Nov 2017 15:58:55 +0000 (15:58 +0000)]
Merge "ImageView example code correction" into devel/master
taeyoon0.lee [Wed, 22 Nov 2017 11:29:21 +0000 (11:29 +0000)]
Merge "Removed unused member" into devel/master
taeyoon0.lee [Fri, 22 Sep 2017 08:12:25 +0000 (17:12 +0900)]
RTL support of FlexContainer
Change-Id: Ibc703d749415cf2b58615ddcb2619284784d4119
Agnelo Vaz [Tue, 21 Nov 2017 13:44:33 +0000 (13:44 +0000)]
ImageView example code correction
Change-Id: I2b0f3b99bbf4a12afdd59e10fbb90656aca78b29
Seoyeon Kim [Mon, 20 Nov 2017 07:33:57 +0000 (16:33 +0900)]
Add Delete Key event in TextController
- When the user presses 'Delete' key of H/W Keyboard,
the character after the current cursor position is removed.
Change-Id: I82dd02d79510e7e2197c19fbacad66629595741a
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
taeyoon0.lee [Tue, 21 Nov 2017 07:15:37 +0000 (16:15 +0900)]
Removed unused member
Change-Id: I4e7151760380218e12aea4518b5c689869154610
adun [Fri, 20 Oct 2017 14:25:09 +0000 (22:25 +0800)]
Support Right-To-Left of padding/margin in control
Change-Id: I5c0813c2b49645af61a78ca6b37afd90b7dabd17
Taeyoon Lee [Tue, 21 Nov 2017 06:57:24 +0000 (06:57 +0000)]
Merge "Support Right-To-Left of tableView" into devel/master
Taeyoon Lee [Tue, 21 Nov 2017 06:57:11 +0000 (06:57 +0000)]
Merge "Support Right-To-Left of padding/margin in imageView" into devel/master
Jinho, Lee [Mon, 6 Nov 2017 07:56:01 +0000 (16:56 +0900)]
Fixed the appearance of a bold text when setting underline property.
Change-Id: I62ea5376854e8faf2476eb838e18b0f0e487321f
Heeyong Song [Wed, 15 Nov 2017 08:30:46 +0000 (17:30 +0900)]
Fix BloomView bug
Reset child controls when BloomView is deactivated
Change-Id: Ifc1a1ab5fe3991344f58c25c8488ea51f375f8be
Adeel Kazmi [Fri, 17 Nov 2017 18:45:17 +0000 (18:45 +0000)]
Merge "Outline effect has been fixed to be not front cropped." into devel/master
Adeel Kazmi [Fri, 17 Nov 2017 18:08:08 +0000 (18:08 +0000)]
Merge "(Automated Tests) Sync after stencil/depth buffer changes" into devel/master
Adeel Kazmi [Thu, 9 Nov 2017 15:59:53 +0000 (15:59 +0000)]
(Automated Tests) Sync after stencil/depth buffer changes
Change-Id: I188be8223f23d9e528d281f37c07d1a1748d52d4