summaryrefslogtreecommitdiff
path: root/src/lib/edje/edje_textblock_styles.c
Commit message (Expand)AuthorAgeFilesLines
* edje_textblock: remove duplicated textblock style propertiesBowon Ryu2020-07-221-8/+54
* edje/style: Fix a problem where embedded font does not load in edjBowon Ryu2020-02-241-0/+4
* edje: implement text_class override at object levela.srour2020-01-021-32/+124
* Edje: edc text_class applied without font or font_size in stylea.srour2019-12-301-2/+2
* Edje : textblock_styles strncmp improvementabdulleh Ghujeh2019-11-151-4/+6
* edje/style: append file prefix to textblock_style api that affects on file levelsubhransu mohanty2019-08-291-8/+8
* Edje: ease the warning level.Hermet Park2019-08-291-2/+2
* edje/style/optimization: Enable lazy computaion of styles.subhransu mohanty2019-08-291-9/+21
* edje/textblock: Added edje_textblock_style_get() api.subhransu mohanty2019-08-291-0/+25
* edje/style: remove dead code.subhransu mohanty2019-08-281-18/+0
* edje/style: optimize style_update function.subhransu mohanty2019-08-261-29/+55
* edje/style: Enable lazy computaion of styles.subhransu mohanty2019-08-231-2/+6
* edje/style: fix memory leak because of typo.subhransu mohanty2019-08-221-2/+0
* edje/style: Avoid unnecessary evas_textblock_style computation.subhransu mohanty2019-08-221-2/+3
* edje/optimization: keep a style hash for fast retrival of stylessubhransu mohanty2019-08-201-30/+4
* edje/style: optimize updation of styles for a given text_stylesubhransu mohanty2019-08-201-2/+6
* edje/style: refactor style parsing to remove temporary dynamic string creation.subhransu mohanty2019-08-201-50/+36
* edje/style: refactor to avoid creating temporary strings.subhransu mohanty2019-08-191-34/+10
* edje/styles: avoid redundant style tag addition by providing extra checks.subhransu mohanty2019-08-191-23/+15
* edje/styles: keep an escaped string of font_set. As eina_ecaped_string() crea...subhransu mohanty2019-08-191-8/+4
* edje/optimization: keep a readonly flag on edje_style.subhransu mohanty2019-08-141-17/+10
* edje/style: Remove redundant style tags from style text.subhransu mohanty2019-08-131-16/+0
* edje/textblock: Don't add text_class style tag to the final style stringsubhransu mohanty2019-08-121-0/+5
* edje: Dont append font source if fonts are not embedded in edjeSubodhKumar2018-04-161-8/+16
* eina: rename EINA_{FLT,DBL}_CMP to EINA_{FLT,DBL}_EQ.Cedric BAIL2017-01-061-1/+1
* edje: fix float comparison warning in edje text logic.Cedric BAIL2016-12-201-1/+1
* edje.object: implement Efl.Observer interfaceJee-Yong Um2016-11-011-3/+3
* edje: update a style when a style is added as class's memberYoungbok Shin2016-07-111-86/+105
* edje: do not check against eet if strings where never allocated.Cedric BAIL2016-05-061-2/+5
* edje: reformat all C filesMike Blumenkrantz2015-06-081-127/+128
* Revert "edje: refactor styles_del() logic like styles_add()"Tom Hacohen2015-04-171-20/+43
* edje: refactor styles_del() logic like styles_add()Sohyun Kim2015-04-171-43/+20
* edje: optimize style matching.Cedric BAIL2015-02-241-1/+1
* edje: refactor styles add logic.Cedric BAIL2015-02-241-42/+37
* edje: Add edje to text_class_member_hash properly.Sohyun Kim2015-02-241-24/+110
* edje: textblock style loading changedAndrii Kroitor2014-06-261-10/+7
* Fix dereference null return valueJihoon Kim2014-03-201-0/+2
* reset textblock cache when text_class is changedSohyun Kim2014-02-271-0/+29
* edje: fix a git merge issue that did slip in.Cedric Bail2013-08-011-2/+0
* edje: improve loading time of Edje_Object with Evas_Object_Textblock and mult...Cedric Bail2013-08-011-7/+9
* edje: remove a stringshare leak on object close with textblock.Cedric Bail2013-07-111-1/+2
* edje/textblock - keep the styles if the new font by the text class is applied.ChunEon Park2013-05-221-1/+6
* edje - oops remove not intended linesChunEon Park2013-05-221-2/+0
* edje/text - trivial change (typo, indent)ChunEon Park2013-05-221-68/+72
* Edje textblock: Fixed issue with quoted formats. (Fixes T113).Tom Hacohen2013-05-161-32/+31
* efl: merge edje.Gustavo Sverzut Barbieri2013-01-041-0/+424