summaryrefslogtreecommitdiff
path: root/src/lib/evas/canvas/evas_object_textblock.c
Commit message (Expand)AuthorAgeFilesLines
* evas textblock - fix unused params/varsCarsten Haitzler (Rasterman)2018-11-091-6/+1
* evas textblock - use proepr free iterator prototypeCarsten Haitzler (Rasterman)2018-11-091-2/+1
* Efl text style: remove 'underline2_type' propertyDaniel Hirt2018-11-061-14/+16
* Canvas text: share common style strings in style_setDaniel Hirt2018-11-061-101/+121
* Canvas text: remove old style tag 'replace_len' fieldDaniel Hirt2018-11-061-17/+6
* Canvas text: emit text,changed event on markup_insertDaniel Hirt2018-11-051-1/+1
* Text: add markup_range_getDaniel Hirt2018-11-051-0/+11
* Canvas text: don't emit 'cursor,changed' on legacy cursor_copyDaniel Hirt2018-11-051-1/+4
* Canvas text: fix line_jump_by logicDaniel Hirt2018-11-051-20/+35
* evas: remove redundant internal functions.Hermet Park2018-10-111-20/+0
* evas_object_textblock: fix warning the dereference before null checkJiyoun Park2018-09-281-2/+2
* evas canvas: fix overflowed function initialization.Hermet Park2018-09-041-2/+1
* evas textblock: add/apply cursor cluster APIs based on grapheme clusterYoungbok Shin2018-08-201-23/+253
* Evas text textblock: call evas_font_free even on null fontsDaniel Hirt2018-07-161-1/+1
* Evas Textblock: Don't convert <br/> to <ps/> after changing textYoungbok Shin2018-07-021-1/+1
* Evas textblock: clear ellipsis item at start of layoutDaniel Hirt2018-07-021-5/+6
* evas textblock: manage default style properly for new interfacesYoungbok Shin2018-05-161-1/+8
* evas textblock: update format nodes when a Evas Textblock Style is updatedYoungbok Shin2018-05-161-31/+51
* evas textblock: remove NULL checking after dereferencingYoungbok Shin2018-05-061-5/+13
* evas textblock: fix double free issue from user style push/pop and freeYoungbok Shin2018-05-061-11/+39
* Efl.Text_* (from Efl.Text.*)Xavi Artigas2018-04-241-2/+2
* Efl.Gfx.Entity (from Efl.Gfx)Xavi Artigas2018-04-241-8/+8
* eolian gen: enable constness generation on property getter implsDaniel Kolesa2018-04-171-65/+66
* evas textblock: add null check to avoid segfaultWooHyun Jung2018-04-051-5/+8
* Revert "cxx: Fix manual code after efl_app change."Carsten Haitzler (Rasterman)2018-03-031-1/+1
* efl: create Efl.App class, the parent of Efl.LoopMike Blumenkrantz2018-02-261-1/+1
* Efl.Text.Cursor: cursor -> text_cursorMike Blumenkrantz2018-02-151-1/+1
* evas_object_textblock: add null checks for EAPIsWooHyun Jung2018-02-071-4/+18
* Canvas image: add Efl.Canvas.Text.Factory + use in Ui.TextDaniel Hirt2018-01-181-4/+27
* efl loop - rename ecore_main_loop_get to efl_main_loop_getCarsten Haitzler (Rasterman)2018-01-021-1/+1
* efl.gfx: move scale{} from efl.ui.base to efl.gfxAmitesh Singh2017-12-041-3/+3
* evas: Implement scale API in proper EO fashionJean-Philippe Andre2017-11-301-9/+7
* evas: fix typos in canvas/evas_object_textblockPawel Aksiutowicz2017-11-201-19/+19
* Canvas text: change halign/valign to use doublesDaniel Hirt2017-11-101-45/+37
* Canvas text: adjust bottom padding at edge of textDaniel Hirt2017-11-101-0/+6
* Canvas text: fix width calculation with style effectsDaniel Hirt2017-11-101-3/+11
* Canvas text: update style pad when no format nodes are presentDaniel Hirt2017-11-101-0/+13
* Canvas text: fix applying effectsDaniel Hirt2017-11-101-3/+35
* Canvas text: favor font name parsing over set propertiesDaniel Hirt2017-11-101-1/+1
* Remove evas internal dependency from the evas_font modulesubhransu mohanty2017-11-071-16/+27
* evas textblock: handle ellipsis when text's height exceed its area by "br"Youngbok Shin2017-11-061-1/+103
* evas textblocke: add align=end for putting a text at the opposite side of LTR...Youngbok Shin2017-10-261-3/+33
* Canvas text: use EINA_UNUSED for unused variablesDaniel Hirt2017-09-281-4/+2
* Efl text: add Efl.Text.Markup interfaceDaniel Hirt2017-09-281-8/+51
* evas textblock: use main font's ascent/descent as minimum valueYoungbok Shin2017-09-261-6/+9
* Evas textblock: fix ascent/descent calcDaniel Hirt2017-09-261-12/+9
* evas textblock: use primary font's size as minimum size of a lineYoungbok Shin2017-09-261-31/+23
* evas: Add scale feature for embedded bitmap fonts.Youngbok Shin2017-09-261-3/+21
* Canvas text: use eina_value_set and not eina_value_psetDaniel Hirt2017-09-251-1/+1
* elm: Split off text and content for efl_partJean-Philippe Andre2017-09-211-4/+4