Lee Morgan [Wed, 26 Aug 2015 10:14:45 +0000 (11:14 +0100)]
DALi Version 1.1.1
Change-Id: Ia463cd2c33e6f41bc4d159ab449e7caeb1ab405b
Paul Wisbey [Tue, 25 Aug 2015 09:11:11 +0000 (02:11 -0700)]
Merge "Fixes the change of style when the text-field grabs the keyboard focus." into devel/master
Kimmo Hoikka [Mon, 24 Aug 2015 14:06:10 +0000 (07:06 -0700)]
Merge "PageTurnView cleanup" into devel/master
Paul Wisbey [Fri, 21 Aug 2015 15:31:22 +0000 (16:31 +0100)]
Changed the cursor behavior to match other solutions
1) When the TextField is empty, repeatedly tapping should not affect the cursor blinking
2) When entering/deleting text, the cursor should not be blinking
3) When moving the cursor position, the cursor should not be blinking
Change-Id: Ib6dac81683edc7d54b3e96dbd47d7ce83c849c25
v.cebollada [Mon, 24 Aug 2015 04:48:53 +0000 (13:48 +0900)]
Fixes the change of style when the text-field grabs the keyboard focus.
* The text field is not in edit mode.
- Double tap to select a word. The text-field grabs the focus but it
shouldn't change to edit mode, it should select the word.
- Tap to edit, tap in a different place to make the grab handle to appear.
When the text-field grabs the focus it goes bak to edit mode and the
grab handle dissapears.
Change-Id: I9dd055df25a8d358b0950faa76ab155affcce7cb
Signed-off-by: v.cebollada <v.cebollada@samsung.com>
Xiangyin Ma [Tue, 11 Aug 2015 15:24:17 +0000 (16:24 +0100)]
PageTurnView cleanup
Change-Id: Ib6e198b14699da4d7f3bc8fcc6aa772012028d85
Paul Wisbey [Fri, 21 Aug 2015 10:43:00 +0000 (03:43 -0700)]
Merge "Underline predictive text after updating the model." into devel/master
v.cebollada [Thu, 20 Aug 2015 08:40:40 +0000 (17:40 +0900)]
Underline predictive text after updating the model.
Change-Id: I0d3c11c1cccf971a5b9b25b85e271eb56beea345
Signed-off-by: v.cebollada <v.cebollada@samsung.com>
Agnelo Vaz [Thu, 20 Aug 2015 17:36:16 +0000 (18:36 +0100)]
FindSelectionIndices fixed if hit past the last character
* If tapping when a single character or tapping past the last character the target would not be selected.
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Change-Id: If46f39de271f689cfff23d9cac7c99d0044437e9
Paul Wisbey [Thu, 20 Aug 2015 16:38:36 +0000 (09:38 -0700)]
Merge "Fixed cursor behavior when no text is set" into devel/master
David Fumanal [Thu, 20 Aug 2015 15:15:13 +0000 (16:15 +0100)]
Fix to light animation in model3d-view control
Change-Id: Icbe7901c4096cad896f0040472ac7a9522348597
Paul Wisbey [Thu, 20 Aug 2015 15:09:53 +0000 (08:09 -0700)]
Merge "Fixes cursor status when editing with popup or grab handle." into devel/master
Paul Wisbey [Thu, 20 Aug 2015 14:22:26 +0000 (15:22 +0100)]
Fixed cursor behavior when no text is set
Change-Id: Ic794e633b284c1257126343ac6c0f6ec615868da
Agnelo Vaz [Thu, 20 Aug 2015 14:09:44 +0000 (15:09 +0100)]
Switch off logging for Text Controller
Change-Id: I961a04365e2001a2edc2a87c2dfb9a97035c998e
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Paul Wisbey [Thu, 20 Aug 2015 13:50:04 +0000 (06:50 -0700)]
Merge "Ensure cursor positioned at end of selection when focus restored" into devel/master
Adeel Kazmi [Thu, 20 Aug 2015 13:22:12 +0000 (06:22 -0700)]
Merge "Fix for underlined text." into devel/master
Adeel Kazmi [Thu, 20 Aug 2015 13:10:07 +0000 (06:10 -0700)]
Merge "Fix when deleting with predictive text enabled." into devel/master
Adeel Kazmi [Thu, 20 Aug 2015 13:09:53 +0000 (06:09 -0700)]
Merge "Fix for cursor position when a void text is set." into devel/master
Adeel Kazmi [Thu, 20 Aug 2015 13:09:43 +0000 (06:09 -0700)]
Merge "Fix for predictive text." into devel/master
Agnelo Vaz [Wed, 12 Aug 2015 14:59:55 +0000 (15:59 +0100)]
Ensure cursor positioned at end of selection when focus restored
* If KeyInputFocus is lost during selection then the cursor should be positioned at end of the selection when Focus regained.
* Behaviour set to match other systems
Change-Id: I51fb52df99f6a8131c2f74acf54651667567f62f
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Chu Hoang [Thu, 20 Aug 2015 12:33:13 +0000 (13:33 +0100)]
DALi Version 1.1.0
Change-Id: I802e13f298587626edc579641405538bb7ed7d3d
taeyoon0.lee [Tue, 18 Aug 2015 13:17:31 +0000 (22:17 +0900)]
Fix for predictive text.
* With Latin upper case characters a key event with key code 50
is sent. Then the pre-edit flag was cleared.
Now this key event is ignored but the text controller doesn't
know how to handle this event correctly.
Change-Id: I7bdb9cd41056d18240789bd17cc5826c71a779f5
Signed-off-by: v.cebollada <v.cebollada@samsung.com>
v.cebollada [Thu, 20 Aug 2015 05:17:06 +0000 (14:17 +0900)]
Fixes cursor status when editing with popup or grab handle.
Change-Id: I5e0f3066f77fca07e7a42d9bfaf9fda9d0f824aa
Signed-off-by: v.cebollada <v.cebollada@samsung.com>
v.cebollada [Wed, 19 Aug 2015 15:19:18 +0000 (00:19 +0900)]
Fix for underlined text.
* Avoids the crash the first time a forled name is edited.
Change-Id: I378b04143afbed98d40284450bf31748efd07a96
Signed-off-by: v.cebollada <v.cebollada@samsung.com>
v.cebollada [Wed, 19 Aug 2015 08:09:00 +0000 (17:09 +0900)]
Fix when deleting with predictive text enabled.
* Clears the unwanted characters.
* Fixes the cursor position.
Change-Id: Ief7973d8ba80b5d4de3d93baa452a7cb8363693a
Signed-off-by: v.cebollada <v.cebollada@samsung.com>
v.cebollada [Wed, 19 Aug 2015 04:51:44 +0000 (13:51 +0900)]
Fix for cursor position when a void text is set.
Change-Id: Iffc48de856e923567d07def0dd7feac2cf733092
Signed-off-by: v.cebollada <v.cebollada@samsung.com>
Kimmo Hoikka [Fri, 14 Aug 2015 16:42:42 +0000 (09:42 -0700)]
Merge "(AutomatedTests) Updates to test-platform-abstraction after adding DecodeBuffer" into devel/master
Adeel Kazmi [Fri, 14 Aug 2015 15:39:02 +0000 (16:39 +0100)]
(AutomatedTests) Updates to test-platform-abstraction after adding DecodeBuffer
Change-Id: Ib7fb833c615a4a2059f3427ff2c7945bec5a0412
Richard Huang [Fri, 24 Jul 2015 13:14:53 +0000 (14:14 +0100)]
Fix memory leak caused by the handle of scrollable object stored in ScrollBar
Change-Id: Idd12ce47c9c961e67d30563a8e55a13930e6cd61
Agnelo Vaz [Thu, 13 Aug 2015 17:10:28 +0000 (18:10 +0100)]
TextField and TextLabel not to ApplyStyle if Font size or family already set
* If the Font Point size or Font family has been set then will not ApplyStyle after notifcation from StyleMonitor
* If StyleMonitor requests a ThemeChange then the new theme will be applied and over-ride set properties
- If the system font point size is changed this will not take effect until application restarted.
- Font Point Size or Font family can not be changed by system instantly
Change-Id: Ib3fd88c3def9f8af63aaca9556192043a2274e48
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Paul Wisbey [Fri, 14 Aug 2015 09:03:37 +0000 (02:03 -0700)]
Merge "New control to load OBJ files" into devel/master
Kimmo Hoikka [Thu, 13 Aug 2015 18:43:01 +0000 (11:43 -0700)]
Merge "Changes after timeDelta parameter removed from PostRender" into devel/master
Richard Underhill [Thu, 13 Aug 2015 11:58:58 +0000 (12:58 +0100)]
Fix for crash when an atlas can only contain a single glyph.
Change-Id: I968d11d1eeffe219f973e57989a049c1e2a05b64
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
Adeel Kazmi [Fri, 31 Jul 2015 09:20:52 +0000 (10:20 +0100)]
Changes after timeDelta parameter removed from PostRender
Change-Id: Ife68a646bcd105439e3f2eecd2ce6e6bdf473ec1
Paul Wisbey [Thu, 13 Aug 2015 13:24:28 +0000 (06:24 -0700)]
Merge "Fix cursor's position when there is no text and the width is > 1." into devel/master
Agnelo Vaz [Wed, 12 Aug 2015 17:15:25 +0000 (18:15 +0100)]
Adding "Light" font-style to ToolbarPopup json style sheets
Change-Id: I23aebdd4bf17f3dc8f2f9b8b81fa3db4fc483663
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Victor Cebollada [Thu, 13 Aug 2015 08:38:03 +0000 (09:38 +0100)]
Fix cursor's position when there is no text and the width is > 1.
Change-Id: I03fa21885b874624c1414656f51f1b5bcaacf650
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
David Fumanal [Mon, 20 Jul 2015 13:33:50 +0000 (14:33 +0100)]
New control to load OBJ files
Change-Id: I349f36808c8d2f521adab2a280167643e8d2206f
Adeel Kazmi [Wed, 12 Aug 2015 09:50:46 +0000 (10:50 +0100)]
DALi Version 1.0.53
Change-Id: I30e21bdb9cdbe9bb2950e6d4ef8b06f492d7e1c7
Kimmo Hoikka [Tue, 11 Aug 2015 13:48:55 +0000 (06:48 -0700)]
Merge "Use OVERLAY_2D for scroll overshoot etc." into devel/master
Paul Wisbey [Tue, 11 Aug 2015 12:31:58 +0000 (05:31 -0700)]
Merge "Add a cursor's width property." into devel/master
Paul Wisbey [Tue, 11 Aug 2015 12:24:32 +0000 (13:24 +0100)]
Use OVERLAY_2D for scroll overshoot etc.
Change-Id: I6d2461e5377ab467390eeed74c2122047640b513
Adeel Kazmi [Mon, 10 Aug 2015 15:49:22 +0000 (08:49 -0700)]
Merge "Internal UTC tests for popup with backing color fix" into devel/master
Victor Cebollada [Mon, 10 Aug 2015 09:18:34 +0000 (10:18 +0100)]
Add a cursor's width property.
Change-Id: I8bb4f335149f79fff615e056b28b95a8d91da3ce
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Tom Robinson [Fri, 7 Aug 2015 15:06:42 +0000 (16:06 +0100)]
Internal UTC tests for popup with backing color fix
Change-Id: Ib12bc662e4fa8390a11b337b96fb337437cc690f
Agnelo Vaz [Wed, 5 Aug 2015 09:36:48 +0000 (10:36 +0100)]
Adding Selection Markers to TextField
* Selection Markers if specified in json style file whill add a upper left image and upper right image to the selection handle.
They can be on the same level as the text and stretch to it's height.
* Image Handle Properties for decorations changed from string to Map as string did not work. Control used MAP for background-image.
* Updated TCT cases for testing Handle Images
Change-Id: I2df31baa4a1c6fe5a34b437532c46393b4d6aee3
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Tom Robinson [Wed, 5 Aug 2015 14:29:20 +0000 (15:29 +0100)]
Button Label properties can now be set via Property::Map
Change-Id: I3f3388125c39eaa6d6279a4f084042e863fff439
Victor Cebollada [Thu, 6 Aug 2015 10:45:20 +0000 (11:45 +0100)]
Fix for multilanguage support.
* Add characters with unknown script like 0xffdf to the unknown script run.
Change-Id: I1ef1c1f3b1fa203647c3458e22a72d3d93fe23b5
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Xiangyin Ma [Thu, 6 Aug 2015 10:05:38 +0000 (11:05 +0100)]
DALi Version 1.0.52
Change-Id: I584f9d383efa83f0c12e9f865606ed86bb08f32e
Adeel Kazmi [Wed, 5 Aug 2015 15:35:55 +0000 (08:35 -0700)]
Merge "New Popup implementation" into devel/master
Tom Robinson [Mon, 27 Jul 2015 16:15:45 +0000 (17:15 +0100)]
New Popup implementation
Change-Id: Id57b2824d26aa863454e428f5cc67a6128e1cfc1
Agnelo Vaz [Wed, 5 Aug 2015 09:48:58 +0000 (10:48 +0100)]
Style Sheets updated with new cursor colour
Change-Id: Ibbe4372ad2f596ea8820f8adc1a45246a97c1190
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Victor Cebollada [Wed, 5 Aug 2015 07:04:36 +0000 (08:04 +0100)]
Fix for highlight box and handles.
* Fixed the position to take account of the text alignment.
Change-Id: I2e18c3420f6412942124a9da9af3feb1b78ae13d
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Paul Wisbey [Tue, 4 Aug 2015 16:22:58 +0000 (09:22 -0700)]
Merge "Fixed some TextField logging macros" into devel/master
Paul Wisbey [Tue, 4 Aug 2015 15:18:21 +0000 (08:18 -0700)]
Merge "Stop CreateSolidActor from creating an RGBA BufferImage when it isn't needed" into devel/master
Paul Wisbey [Tue, 4 Aug 2015 14:20:57 +0000 (15:20 +0100)]
Fixed some TextField logging macros
Change-Id: I046156756437cb6fbb31bb4b6fcd122c2a3709cf
Agnelo Vaz [Thu, 30 Jul 2015 17:44:43 +0000 (18:44 +0100)]
Text Selection Popup Fade-in/Fade-out animation
* Popup creation refactor to keep track of enabled buttons during animation show/hides and prevent reconstruction when Relayout occurs but not change in Popup.
* popup-fade-in-duration Property added.
* Popup fades from 0 to 100 opacity
* 2.4 Core_VI-qHD_REF State Toast opacity duration is 250md from 0-100. Popup follows Toast guideline.
* Toolbar Property Name fix
- Toolbar not getting MAX_SIZE from json file so TextSelectionPopup is storing max size and applying to Toolbar
Change-Id: Ied0972b8c809b7a3c9dcda2dd77ae2ca35c89382
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Ferran Sole [Mon, 3 Aug 2015 14:49:38 +0000 (15:49 +0100)]
Stop CreateSolidActor from creating an RGBA BufferImage when it isn't needed
Changed CreateSolidActor so it will create an RGBA texture if color or border color has alpha channel
or an RGB texture otherwise
Change-Id: Ic1901a8805ceac4a84ddbbb94128abc43097ffa9
Nick Holland [Mon, 3 Aug 2015 06:52:45 +0000 (07:52 +0100)]
Added getNaturalSize, getWidthForHeight, getHeightForWidth JS API's
Change-Id: I8056dedb24bf9cb27dc3d824ef752a1f67d9ccf0
Richard Underhill [Fri, 31 Jul 2015 14:54:01 +0000 (15:54 +0100)]
Drop Shadow fix after changes in render ordering.
Change-Id: I412dd2265ca1e02a78b54cac5e0cf1fa6077adbd
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
Kimmo Hoikka [Fri, 31 Jul 2015 12:12:17 +0000 (05:12 -0700)]
Merge "Ability to build from different Style folders" into devel/master
Yoonsang Lee [Fri, 31 Jul 2015 05:53:06 +0000 (14:53 +0900)]
Update license information in the spec file
Change-Id: I46f9283f7060ba7e262f2eaaca620bc94d16082b
Agnelo Vaz [Wed, 29 Jul 2015 13:39:13 +0000 (14:39 +0100)]
Ability to build from different Style folders
* Added a "reference" folder which contains the default style
* Althernative folders can be added to the style folder
* Build system can be configured to use defined folder for style file.
- spec file currently only uses reference folder but will be configurable from build system in future
Change-Id: Ia24efc50112a03d0048d24665d0f5ce6b2b01c08
Victor Cebollada [Tue, 28 Jul 2015 08:43:37 +0000 (09:43 +0100)]
Underline predictive text.
Change-Id: I4675891596c6db239e4f58a5c372ad18fd4d2194
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Tom Robinson [Thu, 30 Jul 2015 08:26:37 +0000 (09:26 +0100)]
DALi Version 1.0.51
Change-Id: Icf68fbadd385fcd3fe7ec5123b734888d958fbac
Richard Underhill [Wed, 29 Jul 2015 15:23:05 +0000 (16:23 +0100)]
Stop memory leak in Text Controller.
Change-Id: I85d397aded4dafc1fbf7211170d6b3ece5546c9f
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
Richard Underhill [Tue, 28 Jul 2015 12:16:15 +0000 (13:16 +0100)]
Corrects Invalid Write (reported by valgrind ) in AtlasManager.
Change-Id: I61ddeb16bca679b51c4e1a232e64f95070809374
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
Adeel Kazmi [Tue, 28 Jul 2015 14:42:34 +0000 (07:42 -0700)]
Merge "Stop setting crazy Z value with controls (at the moment depth is ignored by Size negotiation)" into devel/master
Paul Wisbey [Tue, 28 Jul 2015 14:42:02 +0000 (07:42 -0700)]
Merge "Text clean." into devel/master
Victor Cebollada [Tue, 28 Jul 2015 12:34:27 +0000 (13:34 +0100)]
Initialize the line run direction when there is an ellipsis line.
Change-Id: I3c9705c29ed7bbaaf05307ab20cfec15493028e3
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Tue, 21 Jul 2015 14:17:03 +0000 (15:17 +0100)]
Text clean.
* Removes includes.
* Moves code in text-view.cpp to match the .h
Change-Id: Ifc510f19a427722f6072122f68b5f26800dc1081
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Kimmo Hoikka [Mon, 27 Jul 2015 16:21:47 +0000 (17:21 +0100)]
Stop setting crazy Z value with controls (at the moment depth is ignored by Size negotiation)
Change-Id: I0c192a4a00cc0d848ada0714021d5eacc22ba8e2
Agnelo Vaz [Mon, 27 Jul 2015 16:14:31 +0000 (17:14 +0100)]
Style Manager to create ThemeBuilder before Applying Style
* Fix bug in which Control::Initialize tries to ApplyStyle but StyleManager does not create a theme builder unless SetStyleName called.
Change-Id: I34a1854a1a4b2c6e08fbbdb21dffa4b04055cfcc
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Richard Underhill [Fri, 24 Jul 2015 10:45:22 +0000 (11:45 +0100)]
Keep track of Bitmap data ownership
Change-Id: I94cd806cd506d2375ce565f6caf997467b14e164
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
Richard Underhill [Mon, 27 Jul 2015 10:04:18 +0000 (11:04 +0100)]
Fix for Text coloring issues with multiple atlas use.
Change-Id: If98fa55497f7b5eb53303fce45a1588fa141cf4f
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
Kimmo Hoikka [Fri, 24 Jul 2015 15:10:34 +0000 (08:10 -0700)]
Merge "Button SetLabel padding fix" into devel/master
Kimmo Hoikka [Fri, 24 Jul 2015 15:10:24 +0000 (08:10 -0700)]
Merge "Modify RadioButton test case" into devel/master
Tom Robinson [Fri, 24 Jul 2015 13:58:25 +0000 (14:58 +0100)]
Button SetLabel padding fix
Change-Id: If9db6c7817811bb2d54edba9909db4e48dc3fd6f
Agnelo Vaz [Fri, 24 Jul 2015 12:40:12 +0000 (13:40 +0100)]
Update cursor when Keyboard Focus gained
* Cursor had 0 height if TextField editmode started without tapping control
Change-Id: Iad6eeb1a4e6e55c498a1afc276acee03b10095d3
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Tom Robinson [Wed, 22 Jul 2015 15:31:47 +0000 (16:31 +0100)]
UTC test fix and Adaptors initialising accessibility correctly
Change-Id: Ieb8c851356f2158ac23c3e724ab2a1b0a2b4b275
Richard Huang [Thu, 23 Jul 2015 10:56:13 +0000 (11:56 +0100)]
DALi Version 1.0.50
Change-Id: I21286ad7a09b4fcdc3c68c9f9da734c8e3283683
Heeyong Song [Thu, 23 Jul 2015 05:46:12 +0000 (14:46 +0900)]
Modify RadioButton test case
The touch point is out of button area because RadioButton size is small in target test. So I changed the touch point.
Change-Id: I93f0769b81becdca717bc0541e77e603b538a7ca
Kimmo Hoikka [Wed, 22 Jul 2015 14:15:15 +0000 (07:15 -0700)]
Merge "Changed ImageView to use a unit square mesh and instead to size the mesh in the shader to the actor size." into devel/master
Kimmo Hoikka [Wed, 22 Jul 2015 12:59:07 +0000 (05:59 -0700)]
Merge "Multi-line layout." into devel/master
Tom Robinson [Tue, 21 Jul 2015 11:46:39 +0000 (12:46 +0100)]
Added new property API to Button. Added Icon and color features. Deprecated old API
Change-Id: I9bcc9ed61c04f12465d058794260454aa9290834
Kimmo Hoikka [Tue, 21 Jul 2015 14:36:38 +0000 (07:36 -0700)]
Merge "Add UTCs for public-api" into devel/master
Chu Hoang [Tue, 21 Jul 2015 13:22:50 +0000 (14:22 +0100)]
Removed #include devel-api from image-view.h public-api header.
Change-Id: I8b20bdf6ed0bfac2101c12e8ead6376aabd38e7e
Chu Hoang [Mon, 20 Jul 2015 16:02:29 +0000 (17:02 +0100)]
Changed ImageView to use a unit square mesh and instead to size the mesh in the shader to the actor size.
Change-Id: I4adce952422a8c5d05e85778e253ead18e891fbf
Richard Huang [Mon, 20 Jul 2015 15:08:24 +0000 (16:08 +0100)]
Allow configurable refresh interval in ItemView during fast scroll
Change-Id: I1459b344c9b2315b9a86fc91a92b600509153fdf
Victor Cebollada [Tue, 14 Jul 2015 13:58:52 +0000 (14:58 +0100)]
Multi-line layout.
* The Shape tool gives a height to the glyphs shaped from
new paragraph characters.
* An extra line with no characters but height is created
if the last characters is a new paragraph.
* Bug fixed in the Shape tool when there are new
paragraph characters. Was not spliting the text in
chunks correctly.
* Bug fixed in the multi-language processor. Was not
splitting the text in chunks correctly when there are
characters common for all scripts mixed in other scripts.
* Bug fixed in the bidirectional support modul.
Mirror only the text of the right to left paragraphs.
Change-Id: Ie1321131336b2ffa883db9d3f5873528c1f26aaf
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
taeyoon [Mon, 20 Jul 2015 03:01:02 +0000 (12:01 +0900)]
Add UTCs for public-api
Change-Id: I642cbbc271c8fb8c0326f9fd8d61083277d81d8e
Kimmo Hoikka [Fri, 17 Jul 2015 15:05:23 +0000 (08:05 -0700)]
Merge "Simple implementation of ImageView." into devel/master
Paul Wisbey [Fri, 17 Jul 2015 13:48:14 +0000 (06:48 -0700)]
Merge "Fix for text highlight." into devel/master
Kimmo Hoikka [Fri, 17 Jul 2015 10:17:52 +0000 (03:17 -0700)]
Merge "Make internal actors size match TextLabel size" into devel/master
Victor Cebollada [Mon, 13 Jul 2015 15:09:44 +0000 (16:09 +0100)]
Fix for text highlight.
* Fix LATIN ligatures. Allows the selection of part of a ligature.
i.e select only one 'f' in the 'ff' ligature.
Change-Id: I2835a69d121cc996859c62b2dd86f157d1410d46
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Nick Holland [Fri, 17 Jul 2015 08:25:52 +0000 (09:25 +0100)]
DALi Version 1.0.49
Change-Id: I60c3300eb3eb534e7ffbba0ef0965313b17f7eed
Paul Wisbey [Thu, 16 Jul 2015 12:22:58 +0000 (13:22 +0100)]
Make internal actors size match TextLabel size
Change-Id: I9a874e714d482553da446bdea112f3155cc3e84e
Paul Wisbey [Thu, 16 Jul 2015 13:02:51 +0000 (06:02 -0700)]
Merge "TextDecorator. Do not destroy the highlight geometry every OnRelayout." into devel/master
Chu Hoang [Mon, 13 Jul 2015 14:28:52 +0000 (15:28 +0100)]
Simple implementation of ImageView.
Change-Id: Iab2e0995e97a4bfc2b8d1a8b36da6f9d896fc181
Agnelo Vaz [Wed, 15 Jul 2015 12:55:39 +0000 (13:55 +0100)]
Text Selection Popup to use Style sheet for Properties
Change-Id: I983afd9e02d90e3b325fc1c9876d52fd50aa557a
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>