summaryrefslogtreecommitdiff
path: root/src/tests/evas/evas_test_textblock.c
Commit message (Expand)AuthorAgeFilesLines
* efl.canvas.textblock: allow all white spaces in style string not just spaceAli Alzyod2020-02-111-0/+10
* Evas Textblock: update obstacle testabdulleh Ghujeh2020-02-061-0/+7
* evas_object_textbox: deal with <br> <tab> without closing '/'ali2020-02-051-0/+7
* efl.canvas.textblock: update style stringsAli Alzyod2020-02-041-8/+18
* efl.text.cursor: movement types renameali2020-01-201-13/+13
* evas_textblock: emit change event on markup_setAli Alzyod2020-01-131-0/+26
* efl.text.cursor: change to abstract classAli Alzyod2020-01-091-12/+9
* efl.canvas.textblock: rename style strings to have underscore between wordsAli Alzyod2020-01-091-1/+1
* efl.text.cursor: emit events CANVAS_TEXTBLOCK_CHANGED when insert text using ...Ali Alzyod2020-01-021-2/+7
* efl.text.style: underline enum rename + underline method fixali2019-12-301-0/+18
* efl_style: rename enums (background,strikthrough) from enabled to solid_colorAli Alzyod2019-12-271-1/+1
* efl_text_format: rename tabstops,lingap,linerelgapAli Alzyod2019-12-261-1/+1
* Efl.Text.Cursor: Add tests for evas_suitea.srour2019-12-261-19/+251
* efl_text_cursor: movement word start/endali2019-12-261-1/+15
* efl_text_cursor: line jump by fix movementAli Alzyod2019-12-261-0/+7
* efl_text_cursor: assign source textobject to destination on cursor_copyAli Alzyod2019-12-241-0/+6
* Efl.Text.Cursor: Fix line_jump_by return logica.srour2019-12-241-3/+3
* efl_text_attribute_factory: rename to efl_text_formatterAli Alzyod2019-12-201-4/+4
* efl.text.style: rename methods/properties and add text_ prefixali2019-12-201-2/+2
* efl_canvas_textblock: allow style_apply with wrap=noneAli Alzyod2019-12-161-0/+4
* efl_canvas_text: event emittingAli Alzyod2019-12-131-0/+15
* evas_object_textblock: add support for variation sequencesAli Alzyod2019-12-121-1/+2
* evas_textblock: content fit featureAli Alzyod2019-12-121-0/+27
* Efl.Canvas.Text rename into Efl.Canvas.TextblockAli Alzyod2019-12-101-51/+51
* efl_canvas_text: correct password behaviour with efl_text_password_get/setAli Alzyod2019-12-021-0/+10
* Polish text interface methodsAli Alzyod2019-11-281-7/+14
* Efl Canvas Text : Update style parsing codeabdulleh Ghujeh2019-11-281-0/+15
* Efl Canvas Text : Modify Style Propertyabdulleh Ghujeh2019-11-281-3/+56
* Efl.Text.Attribute_FactoryAli Alzyod2019-11-271-201/+23
* Efl.Text.CursorAli Alzyod2019-11-221-34/+53
* Revert "evas_textblock: content fit feature"Carsten Haitzler (Rasterman)2019-11-071-27/+0
* evas_textblock: content fit featureAli Alzyod2019-11-051-0/+27
* evas - revert evas variation sequence support - out of bound accessesCarsten Haitzler (Rasterman)2019-10-311-19/+1
* evas_object_textblock: add support for variation sequencesAli Alzyod2019-10-191-1/+19
* evas_textblock: markup text: improve handling invalide escape charactersali2019-08-191-0/+24
* evas_textblock: change font-size/font-family only using EFL.Text.Font Interfaceali2019-07-311-0/+30
* Revert "evas_object_textblock: add support for variation sequences"Marcel Hollerbach2019-07-301-18/+1
* evas_object_textblock: add support for variation sequencesAli Alzyod2019-07-291-1/+18
* evas_object_textblock: Fix binary search fail.Woochanlee2019-05-021-0/+7
* efl.text_markup: move cursor-related methods to efl.text_markup_interactiveMike Blumenkrantz2019-01-301-2/+2
* evas_test_textblock: Fix unused variable warningChris Michael2019-01-291-0/+2
* Evas textblock: fix test to use provided hyphen dictionaryDaniel Hirt2018-11-161-2/+3
* evas textblock: remove white space after line-break by a next itemYoungbok Shin2018-11-141-6/+9
* Text: add markup_range_getDaniel Hirt2018-11-051-0/+30
* Canvas text: fix line_jump_by logicDaniel Hirt2018-11-051-1/+22
* docs: Fix typos in API reference doc and comments.Yeongjong Lee2018-08-311-1/+1
* evas textblock: add/apply cursor cluster APIs based on grapheme clusterYoungbok Shin2018-08-201-1/+23
* Evas Textblock: Don't convert <br/> to <ps/> after changing textYoungbok Shin2018-07-021-0/+15
* evas textblock: manage default style properly for new interfacesYoungbok Shin2018-05-161-0/+43
* evas textblock: update format nodes when a Evas Textblock Style is updatedYoungbok Shin2018-05-161-0/+10