(TextInput) Double tap on whitespace gives selection options not cut or copy
[platform/core/uifw/dali-toolkit.git] / base / dali-toolkit / internal / controls / text-input /
2014-09-23 Agnelo Vaz(TextInput) Double tap on whitespace gives selection... 62/27962/1
2014-09-23 Agnelo Vaz(TextInput) Reposition cursor anchor point from centre... 61/27961/2
2014-09-20 Victor CebolladaTextView - Right to left implementation. 63/27863/1
2014-09-18 Kimmo HoikkaMerge "(AutomatedTests) Synchronise TestGLAbstraction...
2014-09-18 Paul WisbeyMerge "(TextInput) Cursor is not moved to start of...
2014-09-18 Paul WisbeyMerge "(TextInput) Moving selection handles when word...
2014-09-16 Agnelo Vaz(TextInput) Cursor is not moved to start of word when... 36/27636/1
2014-09-16 Agnelo Vaz(TextInput) Moving selection handles when word selected... 34/27634/1
2014-09-16 Victor CebolladaTextView - Rename Line to Paragraph. 62/27462/3
2014-09-10 Adeel KazmiMerge "(TextInput) Emits text modified signal when... submit/tizen/20140910.172931 submit/tizen/20140910.173014
2014-09-09 Agnelo Vaz(TextInput) Emits text modified signal when cut or... 70/27270/1
2014-09-03 Kimmo HoikkaMerge "Added actor creation from json snippet" into...
2014-09-02 Kimmo HoikkaMerge "Fix assetion error in FocusManager" into tizen
2014-08-28 Adeel KazmiMerge "Remove unnecessary method from control-impl...
2014-08-28 Kimmo HoikkaMerge "Fix text input scrolling when the controll is...
2014-08-26 Francisco SantosFix text input scrolling when the controll is too small. 84/26584/1
2014-08-14 Kimmo Hoikkastop using deprecated shader inheritance 35/25535/2
2014-08-12 Adeel KazmiMerge "Removed invalid handle assignments from Builder...
2014-08-11 Paul WisbeyRemoved invalid handle assignments from Builder/TextInput 99/25699/2
2014-08-04 Francisco SantosRemove dependency on DLOG. 46/25146/5
2014-07-10 Yan WangAdd Wayland support. 15/23415/7
2014-07-08 daemyung jangAdd the text input cursor color property. 07/24207/1
2014-07-08 Agnelo VazTextInput Popup scrolling fixed after GUI changes.... 99/24199/1
2014-07-08 Agnelo VazTextInput Popup is parented to TextInput so moves with... 85/24185/1
2014-07-08 daemyung jangNo use the animation when text input popup is pressed. 80/24180/1
2014-07-08 daemyung jangUpdate the text input popup GUI. 75/24175/1
2014-07-08 Agnelo VazTextInput PopUp now appears in between handles or at... 71/24171/1
2014-07-08 Agnelo VazTextInput Popup border colour styling and missing offse... 70/24170/1
2014-07-08 Agnelo VazTextInput Popup has a tail which points to the TextInput 68/24168/1
2014-07-08 Agnelo VazTextInput PopUp supports scrolling if buttons do not... 64/24164/1
2014-07-08 Victor CebolladaReplace deprecated TextStyle methods. 63/24163/1
2014-06-11 Agnelo VazTextInput uses style properties for PopUp and Highlight
2014-06-11 TaeyoonConversion to Apache 2.0 license
2014-06-11 Kingsley Stephens(StyleManager) Add style monitor signal into StyleManager
2014-06-11 Adeel KazmiRevert "Revert "[SRUK] (StyleManager) Create a style...
2014-06-11 Agnelo VazTextInput Adding Highlight Class to be used by Decorator
2014-06-11 Adeel KazmiRevert "[SRUK] (StyleManager) Create a style manager"
2014-06-11 Kingsley Stephens(StyleManager) Create a style manager
2014-06-11 Adeel KazmiMerge branch 'master' into tizen
2014-06-11 Adeel KazmiRevert "License conversion from Flora to Apache 2.0" 49/22749/1
2014-05-27 Agnelo VazTextInput Ensure EmitTextModified occurs with special...
2014-05-27 Agnelo VazTextInput Emit signal when text is modified.
2014-05-27 Adeel KazmiMoved ControlImpl to Internal namespace & renamed to...
2014-05-27 Agnelo VazTextInput Adding new Handles class and matching API...
2014-05-27 Victor CebolladaTextInput - Disable markup processor
2014-05-22 TaeyoonLicense conversion from Flora to Apache 2.0 02/21502/3 submit/tizen/20140526.004929
2014-05-15 Agnelo VazTextInput Decorator class and stubbed decoration classes
2014-05-03 Paul WisbeySplit dali-toolkit into Base & Optional