summaryrefslogtreecommitdiff
path: root/src/tests/evas/evas_test_textblock.c
Commit message (Expand)AuthorAgeFilesLines
* evas_textblock: allow default font size to be set without fontnameali-alzyod2021-01-291-0/+22
* evas: Rename EAPI macro to EVAS_API in Evas libraryFelipe Magno de Almeida2020-12-151-2/+2
* Revert "Revert "evas_textblock: rainbow flag emoji treated as two clusters(up...WooHyun Jung2020-10-081-0/+4
* Revert "evas_textblock: rainbow flag emoji treated as two clusters(update uni...Stefan Schmidt2020-09-011-4/+0
* evas_textblock: remove style padding from native width and formatted heightYoungbok Shin2020-09-011-0/+7
* evas_textblock: rainbow flag emoji treated as two clusters(update unibreak to...AbdullehGhujeh2020-09-011-0/+4
* Efl Canvas Text : canvas textblock changed not fired for shadow format (style...AbdullehGhujeh2020-08-181-1/+14
* evas_object_textblock: utf8_to_markup support all escapse charsAli Alzyod2020-08-181-2/+53
* evas_textblock: enhance cursor event submitting during markup_set/text_setAli Alzyod2020-08-051-0/+21
* evas_textblock : return correct value for gfx_filter_getAbdullehGhujeh2020-07-291-0/+3
* evas textblock : update font source when it set using font_source_setAbdullehGhujeh2020-06-221-0/+32
* Textblock : Fix cursor cluster movement when emoji at the line startAbdullehGhujeh2020-06-221-0/+14
* tests: resolve float comparison warningsMike Blumenkrantz2020-05-091-5/+5
* evas_textblock: optimize calculate main format once in layout setup stageAli Alzyod2020-05-041-0/+10
* evas_textblock/evas_text/evas_textgrid: pick textrun fontsCarsten Haitzler (Rasterman)2020-04-181-0/+22
* Revert "evas_textblock: pick textrun fonts"Carsten Haitzler (Rasterman)2020-04-171-22/+0
* evas_textblock: prevent segfault if there are no styleAli2020-04-171-0/+17
* evas_textblock: pick textrun fontsAli Alzyod2020-04-171-0/+22
* evas_test: change START_TEST to EFL_START_TESTAli2020-04-161-2/+2
* Fix namespace clashes for Efl.Text.CursorXavi Artigas2020-04-141-193/+193
* evas_textblock_tests: do not free a text cursor hereMarcel Hollerbach2020-03-251-1/+1
* 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