2016-01-20 | Victor Cebollada | TextDecorator - Fix a crash when decorator actors are... Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2016-01-18 | Victor Cebollada | Multiline - Create a text-editor control. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2016-01-12 | Victor Cebollada | Convert CR or CR+LF to LF. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2016-01-08 | Victor Cebollada | Markup procesor - Font. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2016-01-07 | Victor Cebollada | TextController - Consume the key event. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2016-01-06 | Victor Cebollada | Enable markup processor in text controls. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2016-01-05 | Victor Cebollada | TextField - INPUT_COLOR UTC added. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-12-17 | Victor Cebollada | Markup procesor. Color Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-12-16 | Victor Cebollada | Markup processor. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-12-11 | Victor Cebollada | Text - Add the color to the vertex info. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-12-11 | Victor Cebollada | Text cleaning. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-11-20 | Victor Cebollada | Check glyphs are laid out in text-view. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-10-29 | Victor Cebollada | Fix Kloc issues. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-10-27 | Victor Cebollada | Fix IMF manager issues. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-10-20 | Victor Cebollada | Fix cursor position for ligatures and group of glyphs. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-10-16 | Victor Cebollada | Reposition the grab/selection handles position. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-10-15 | Victor Cebollada | Reposition Text Control's popup. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-10-06 | Victor Cebollada | Remove SELECTION_CHANGED state from the text controller. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-10-06 | Victor Cebollada | Change default grab/selection handles. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-10-02 | Victor Cebollada | Fix cursor position issues. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-10-01 | Victor Cebollada | Fix the cursor position when retrieving the selected... Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-09-22 | Victor Cebollada | Temporary remove part of a unit test. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-09-21 | Victor Cebollada | Modify the cursor position. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-09-18 | Victor Cebollada | Add Text's popup overshoot property. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-09-16 | Victor Cebollada | Fix for long press. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-09-07 | Victor Cebollada | Fix setting a void string to the TEXT property. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-09-03 | Victor Cebollada | New handle flip implementation. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-08-13 | Victor Cebollada | Fix cursor's position when there is no text and the... Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-08-10 | Victor Cebollada | Add a cursor's width property. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-08-06 | Victor Cebollada | Fix for multilanguage support. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-08-05 | Victor Cebollada | Fix for highlight box and handles. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-07-30 | Victor Cebollada | Underline predictive text. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-07-28 | Victor Cebollada | Initialize the line run direction when there is an... Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-07-28 | Victor Cebollada | Text clean. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-07-20 | Victor Cebollada | Multi-line layout. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-07-17 | Victor Cebollada | Fix for text highlight. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-07-15 | Victor Cebollada | TextDecorator. Do not destroy the highlight geometry... Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-07-15 | Victor Cebollada | Fix Klocwork issues. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-07-14 | Victor Cebollada | Add text-control include dev files. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-07-14 | Victor Cebollada | Fix for grab and selection handles. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-07-14 | Victor Cebollada | Fix the cursor's height. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-07-09 | Victor Cebollada | Fix for the layout engine. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-07-07 | Victor Cebollada | Fix for TextField clipping. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-07-07 | Victor Cebollada | Fix when typing text and the grab handle is visible... Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-07-06 | Victor Cebollada | Stop doing unparent and reset in text decorator. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-07-06 | Victor Cebollada | Fix Klocwork issues. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-07-06 | Victor Cebollada | Fix for cursor position when there is no text and no... Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-07-01 | Victor Cebollada | Fix for grab/selection handle. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-07-01 | Victor Cebollada | Fix for text cursor. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-06-29 | Victor Cebollada | Fix for selection handles. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-06-25 | Victor Cebollada | Minor fixes for Text. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-06-24 | Victor Cebollada | Fix for Text Selection issues. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-06-23 | Victor Cebollada | TET cases for Text. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-06-22 | Victor Cebollada | Text TET cases for TextField and TextLabel controls. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-06-22 | Victor Cebollada | Text logical and visual models. Remove unused/unwanted... Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-06-19 | Victor Cebollada | TextSelectionPopup : Select, Select All implemented. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-06-19 | Victor Cebollada | text popup callbacks. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-06-18 | Victor Cebollada | Fixes for text selection. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-06-11 | Victor Cebollada | UTC added for Text, Multi-language. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-06-11 | Victor Cebollada | UTC added for Text, Segmentation. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-06-11 | Victor Cebollada | UTC added for Text, CharacterSetConversion. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-06-11 | Victor Cebollada | Fix the text scroll when deleting text. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-06-11 | Victor Cebollada | Fixes for text layout. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-06-11 | Victor Cebollada | Add the alignment offset to the glyph lines. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-06-11 | Victor Cebollada | Fix for multi-language support. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-06-10 | Victor Cebollada | Fix for Text::Controller::SetText(). Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-06-09 | Victor Cebollada | Fix for text ellipsis. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-05-29 | Victor Cebollada | Fixes for the text controller. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-05-28 | Victor Cebollada | Fix the cursor vertical position when there is no text. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-05-28 | Victor Cebollada | MultiLanguage support - Fix for font validation. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-05-22 | Victor Cebollada | Cursor Alignment. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-05-15 | Victor Cebollada | Fix for cursor. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-05-13 | Victor Cebollada | Text Layout - Ellipsis the text when exceeds the boundaries... Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-05-08 | Victor Cebollada | TextLayout - Wrap a word by character if it doesn't... Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-05-06 | Victor Cebollada | Cursor fix. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-05-05 | Victor Cebollada | Fix for multi-language support. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-04-24 | Victor Cebollada | Selection Handled Scrolling - Step1 Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-04-23 | Victor Cebollada | Cursor Scrolling. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-04-23 | Victor Cebollada | Make cursor invisible when exceeds the boundaries of... Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-04-22 | Victor Cebollada | Text Decorator - Set positions in Control coords. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-04-22 | Victor Cebollada | Split text-controller files in text-controller and... Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-04-13 | Victor Cebollada | Layout fixes Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-04-13 | Victor Cebollada | TextLayout - Use one method to do the single line or... Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-04-09 | Victor Cebollada | Calculate the cursor position. Signed-off-by: Victor Cebollada <v.cebollada@ws-1152.seri.co.uk> |
commit | commitdiff | tree |
2015-04-08 | Victor Cebollada | Move FontDefaults Declaration/Definition as it's needed... Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-04-07 | Victor Cebollada | Distinguish the cursor height and line height. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-04-07 | Victor Cebollada | Calculate the visual to logical cursor position conversion... Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-04-07 | Victor Cebollada | GetLineOfGlyph() and GetLineOfCharacter() methods added... Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-04-07 | Victor Cebollada | Use the line ascender and descender. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-04-07 | Victor Cebollada | Add the paragraph's direction to all lines. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-04-02 | Victor Cebollada | Fixes for text related actors after new size negotiation. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-03-26 | Victor Cebollada | Text vertical alignment added. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-03-25 | Victor Cebollada | Fix for right to left glyphs reordering. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-03-23 | Victor Cebollada | Fix for text alignmnet and scrolling. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-03-20 | Victor Cebollada | Retrieves character's directions. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-03-20 | Victor Cebollada | Layout Engine - Fix for multiline Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-03-19 | Victor Cebollada | Alignment - Fix a pixel alignment issue with the center... Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-03-18 | Victor Cebollada | Text Alignment Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-03-18 | Victor Cebollada | Mirroring bidirectional text. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
2015-03-17 | Victor Cebollada | Internal text model inteface. Signed-off-by: Victor Cebollada <v.cebollada@samsung.com> |
commit | commitdiff | tree |
next |