summaryrefslogtreecommitdiff
path: root/src/lib/evas/canvas/evas_object_text.c
Commit message (Expand)AuthorAgeFilesLines
* evas/text: remove paragraph_direction inherit during renderMike Blumenkrantz2020-04-031-16/+0
* evas_object_text: Fix unused parameterChristopher Michael2020-03-101-0/+2
* evas: don't initialize font multiple time.Cedric BAIL2020-01-021-0/+2
* evas_text: retain legacy behaviourali2019-12-061-3/+1
* Polish text interface methodsAli Alzyod2019-11-281-33/+53
* evas text - handle null font case for font setCarsten Haitzler (Rasterman)2019-08-111-1/+1
* evas_text: backward compatibility for setting text sizeAli Alzyod2019-08-071-0/+1
* evas_textblock: change font-size/font-family only using EFL.Text.Font Interfaceali2019-07-311-19/+23
* evas_inline: Clean up evas_object_is_visible functionChristopher Michael2019-05-291-1/+1
* evas_inline: Clean up evas_object_was_visible functionChristopher Michael2019-05-291-1/+1
* evas: restore legacy types which were defined to eo typesMike Blumenkrantz2019-03-081-8/+8
* evas: remove all legacy usage from eo filesMike Blumenkrantz2019-03-061-1/+1
* evas: Remove left over includes from cserve2 removalChristopher Michael2019-01-281-4/+0
* evas: remove redundant internal functions.Hermet Park2018-10-111-22/+0
* evas canvas: fix overflowed function initialization.Hermet Park2018-09-041-2/+1
* evas: call evas_find before safety checkYeongjong Lee2018-08-291-1/+2
* evas: check evas class instead of using evas_findYeongjong Lee2018-08-161-3/+1
* Evas text textblock: call evas_font_free even on null fontsDaniel Hirt2018-07-161-6/+3
* evas: enforce legacy parent to be the canvas.Cedric Bail2018-05-241-1/+1
* Efl.Gfx.Entity (from Efl.Gfx)Xavi Artigas2018-04-241-8/+8
* eolian gen: enable constness generation on property getter implsDaniel Kolesa2018-04-171-23/+24
* interfaces: remove Efl.Text.PropertiesMike Blumenkrantz2018-02-121-10/+10
* 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/+6
* Remove evas internal dependency from the evas_font modulesubhransu mohanty2017-11-071-6/+8
* evas: propagate object data to evas_object_inform_call_resize instead of fetc...Cedric BAIL2017-10-191-3/+3
* evas: Add scale feature for embedded bitmap fonts.Youngbok Shin2017-09-261-33/+58
* efl: Use Eina.Size2D for Efl.Gfx.sizeJean-Philippe Andre2017-09-181-8/+8
* evas: switch font backend function to rely on engine instead of output.Cedric BAIL2017-08-251-20/+20
* evas: fix order in function of engine and output use for text operation.Cedric BAIL2017-08-251-2/+2
* evas,edje,elm: Mark all legacy objects as suchJean-Philippe Andre2017-07-071-2/+1
* evas: stat introducing a concept of engine and output in the backend.Cedric BAIL2017-05-121-43/+46
* evas: remove engine.data.output.Cedric BAIL2017-04-241-2/+0
* eo: hide dbg_info from eo filesDaniel Kolesa2017-04-211-0/+3
* evas: give width offset when Evas tries to find ellipsis positionYoungbok Shin2017-04-101-4/+4
* evas: drop redundant pointer checkBryce Harrington2017-03-151-2/+1
* evas: Optimize out some nop calls to evas textJean-Philippe Andre2017-02-211-4/+9
* evas render - drop eo overhead by using ptrs we already haveCarsten Haitzler (Rasterman)2017-02-041-4/+4
* evas: Fix classic text styles with filters in textblockJean-Philippe Andre2017-01-171-2/+3
* evas: Refactor evas filters a bitJean-Philippe Andre2017-01-171-3/+23
* eina: rename EINA_{FLT,DBL}_CMP to EINA_{FLT,DBL}_EQ.Cedric BAIL2017-01-061-7/+7
* evas cutouts - quickly avoid huge per issues with large nos of cutoutsCarsten Haitzler (Rasterman)2017-01-021-14/+19
* evas: remove float comparison warnings for evas_object_textChris Michael2016-12-201-7/+7
* Evas: Add support for per mouse pointer mode/properties.Guilherme Iscaro2016-12-021-46/+17
* evas - add a prepare stage for objects before renderCarsten Haitzler (Rasterman)2016-11-171-0/+1
* remove memcmp calls for better performance where size is knownCarsten Haitzler (Rasterman)2016-11-061-4/+14
* Evas text: fix RTL text ellipsis issuesYoungbok Shin2016-08-181-8/+20
* Evas Text: parse font string everytime for updating lang properlyYoungbok Shin2016-08-181-11/+8
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-151-46/+46
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-111-7/+7