Merge "Implement Placeholder additional property" into devel/master
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / text-controls /
2017-07-03 Seoyeon KimMerge "Implement Placeholder additional property" into...
2017-06-30 Seoyeon KimImplement Placeholder additional property 48/133248/20
2017-06-30 minho.sunMerge "Added config section to stylesheet" into devel...
2017-06-28 Adeel KazmiMerge "Changed image loaders to use new PixelBuffer...
2017-06-28 Seoyeon KimMerge "Add ENABLE_SELECTION property to TextField and...
2017-06-27 Seoyeon KimAdd ENABLE_SELECTION property to TextField and TextEditor 37/134337/8
2017-06-23 Adeel KazmiMerge "DALi Version 1.2.45" into devel/master
2017-06-23 Adeel KazmiMerge "Add Text font size conversion description in...
2017-06-16 Jinho, LeeMerge "Check character glyph index before using cached...
2017-06-15 Seoyeon KimAdd Text font size conversion description in documentation 71/134171/1
2017-06-09 Adeel KazmiMerge "Updated ImageVisual to handle CPU Image Masking...
2017-06-08 Adeel KazmiMerge "Added ScrollStateChangedSignal to TextEditor...
2017-06-08 minho.sunAdded ScrollStateChangedSignal to TextEditor. 92/132092/10
2017-06-07 Adeel KazmiMerge "Remove profile build dependencies" into devel...
2017-06-05 Adeel KazmiMerge "Text scroller renderer bug fix" into devel/master
2017-06-05 Adeel KazmiMerge "Text scroll animation bug fix" into devel/master
2017-06-05 minho.sunMerge "Added style name for styling TextEditor ScrollBa...
2017-06-02 Adeel KazmiMerge "DALi Version 1.2.42" into devel/master
2017-06-02 Seoyeon KimAdd PLACEHOLDER properties to TextEditor 68/130868/7
2017-06-02 Heeyong SongMerge "Add read-only property for getting text line...
2017-06-01 Jinho, LeeAdd read-only property for getting text line count 32/128932/12
2017-05-16 Adeel KazmiMerge "Packaging resources depending on resolution...
2017-05-12 Adeel KazmiMerge "Check for NULL return value in button-impl.cpp...
2017-05-12 Adeel KazmiMerge "Support stop mode(FINISH_LOOP, IMMEDIATE) of...
2017-05-12 Adeel KazmiMerge "DALi Version 1.2.39" into devel/master
2017-05-12 Jinho, LeeSupport stop mode(FINISH_LOOP, IMMEDIATE) of auto scroll 50/126150/31
2017-05-11 Jinho, Leeadd AUTO_SCROLL_LOOP_DELAY property 21/128721/5
2017-04-27 Adeel KazmiMerge "Add PIXEL_SIZE and ELLIPSIS property in text...
2017-04-26 Seoyeon KimAdd PIXEL_SIZE and ELLIPSIS property in text-controls 81/125881/6
2017-03-30 Kimmo HoikkaMerge "dali-swig in ubuntu crash fix" into devel/master
2017-03-30 suhyung EomAdd property to hide input text in textField 44/116444/20
2017-03-23 David SteeleMerge "Ensure Text Controls do an up-call on-style...
2017-03-23 Victor CebolladaText's selection popup mirroring. 99/109799/10
2017-03-15 Adeel KazmiMerge "Visuals using Custom View example" into devel...
2017-03-15 Adeel KazmiMerge "Implement scroll bar in the TextEditor" into...
2017-03-15 suhyung EomImplement scroll bar in the TextEditor 92/112892/16
2017-02-24 Adeel KazmiMerge "Removed redundant resource loading code" into...
2017-02-23 Adeel KazmiMerge "Added Control::SetSubState handling" into devel...
2017-02-23 Adeel KazmiMerge "Rotation High Level Class support in C#" into...
2017-02-23 Adeel KazmiMerge "Fixed the ItemView already scrolled to end logic...
2017-02-22 Adeel KazmiMerge "Added BACKGROUND_BORDER property to TextSelectio...
2017-02-22 Paul WisbeyAdded BACKGROUND_BORDER property to TextSelectionPopup 26/115626/6
2017-02-17 Adeel KazmiMerge "Add Visual descriptions to generate doxygen...
2017-02-14 Adeel KazmiMerge "Remove batching." into devel/master
2017-02-10 Adeel KazmiMerge "Added scroll-bar to text selection toolbar"...
2017-02-09 Adeel KazmiMerge "Reduced size of control depth index ranges"...
2017-02-09 Victor CebolladaAdded scroll-bar to text selection toolbar 46/113446/9
2017-02-06 Adeel KazmiMerge "Add new properties to ProgressBar" into devel...
2017-02-06 Adeel KazmiMerge "Added default styles for ToggleButton" into...
2017-02-03 Adeel KazmiMerge "TextVisual documentation added to the Programmin...
2017-02-03 David SteeleMerge "DALi Version 1.2.25" into devel/master
2017-02-03 David SteeleMerge "Control property names in doxygen now match...
2017-02-03 suhyung EomImplement vertical scroll animation on text input 32/108632/17
2016-06-02 Paul WisbeyMerge "Fix for object loader not handling flags correct...
2016-06-02 Seoyeon KimMerge "Prevention for being assigned NULL value" into...
2016-06-01 Paul WisbeyMerge "APIs for text editor." into devel/master
2016-05-31 Victor CebolladaAPIs for text editor. 03/66603/9
2016-01-18 Victor CebolladaMultiline - Create a text-editor control. 93/56893/5
2015-11-06 Kimmo HoikkaMerge "Fixed bug when delete first row in the tableView...
2015-11-04 Kimmo HoikkaMerge "Changed all property & signal names to lowerCame...
2015-11-04 Adeel KazmiChanged all property & signal names to lowerCamelCase 35/50835/7
2015-10-27 Kimmo HoikkaMerge "Refactored ControlRenderer so that derived class...
2015-10-27 Kimmo HoikkaMerge "Reimplemented CubeTransitionEffect to use render...
2015-10-27 Paul WisbeyMerge "Enable setting of ScrollView properties within...
2015-10-27 Agnelo VazEnable setting of ScrollView properties within TextSele... 22/50122/6
2015-10-01 Paul WisbeyMerge "Do not reposition the text's popup when buttons...
2015-09-21 Kimmo HoikkaMerge "Changed ImageView to utilise ImageRenderer....
2015-09-18 Adeel KazmiMerge "DALi Version 1.1.3" into devel/master
2015-09-18 Kimmo HoikkaMerge "Cache fallback font lists for each requested...
2015-09-18 Paul WisbeyMerge "Add Text's popup overshoot property." into devel...
2015-09-18 Victor CebolladaAdd Text's popup overshoot property. 60/48160/4
2015-08-04 Paul WisbeyMerge "Stop CreateSolidActor from creating an RGBA...
2015-08-04 Agnelo VazText Selection Popup Fade-in/Fade-out animation 40/45040/8
2015-07-22 Kimmo HoikkaMerge "Changed ImageView to use a unit square mesh...
2015-07-22 Kimmo HoikkaMerge "Multi-line layout." into devel/master
2015-07-21 Tom RobinsonAdded new property API to Button. Added Icon and color... 00/44400/3
2015-07-17 Kimmo HoikkaMerge "Simple implementation of ImageView." into devel...
2015-07-16 Paul WisbeyMerge "TextDecorator. Do not destroy the highlight...
2015-07-16 Agnelo VazText Selection Popup to use Style sheet for Properties 49/43949/5
2015-07-09 Adeel KazmiMerge "replaced toolkit pushbutton images with shorter...
2015-07-07 Adeel KazmiMerge "Fix Klocwork issues." into devel/master
2015-07-07 Kimmo HoikkaMerge "(AutomatedTests) Synchronise TestSingletonServic...
2015-07-07 Paul WisbeyMerge "Fixed Text Quality Regression" into devel/master
2015-07-06 Paul WisbeyMerge "Stop doing unparent and reset in text decorator...
2015-07-06 Victor CebolladaStop doing unparent and reset in text decorator. 73/42873/11
2015-06-26 Francisco SantosMerge branch 'devel/master' into devel/new_mesh 13/42313/3
2015-06-25 Adeel KazmiMerge "Add support for new accessibility actions" into...
2015-06-22 Adeel KazmiMerge "UTC added for Text, Multi-language." into devel...
2015-06-19 Paul WisbeyMerge "TextSelectionPopup to show Paste in data in...
2015-06-19 Victor Cebolladatext popup callbacks. 46/41946/5
2015-06-18 Agnelo VazTextSelectionPopup follows Handles and button change... 75/41875/7
2015-06-18 Paul WisbeyMerge "TextSelectionPopup buttons can be enabled from...
2015-06-18 Agnelo VazTextSelectionPopup buttons can be enabled from TextCont... 14/41814/3
2015-06-17 Paul WisbeyMerge "TextSelectionToolbar and Style Properties added...
2015-06-17 Agnelo VazTextSelectionToolbar and Style Properties added 10/41310/12
2015-06-09 Adeel KazmiMerge "Merge branch 'tizen' into devel/new_mesh" into...
2015-06-08 Francisco SantosMerge branch 'tizen' into devel/new_mesh 34/40734/2
2015-05-26 Adeel KazmiMerge "Empty Implementation for INPUT_METHOD_SETTINGS...
2015-05-26 Kimmo HoikkaMerge "Update UTC for ItemView, ScrollView and FocusMan...
2015-05-26 Paul WisbeyMerge "Move TextSelectionPopup from public to devel...
next