efl/src/lib/evas
Ali Alzyod 4f99a37aee efl.canvas.textblock: allow all white spaces in style string not just space
Summary:
style string can contain any kind of white spaces and it will be fine

For example
```
"font=sans font_size=30 color=red "
```
Is the same as
```
"font=sans\tfont_size=30\n  color=red "
```

Reviewers: woohyun, segfaultxavi, tasn, zmike

Reviewed By: segfaultxavi

Subscribers: bu5hm4n, cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T8532

Differential Revision: https://phab.enlightenment.org/D11303
2020-02-11 12:10:00 +01:00
..
cache evas_cache_image: drop image after replacement 2019-10-14 11:07:27 +09:00
canvas efl.canvas.textblock: allow all white spaces in style string not just space 2020-02-11 12:10:00 +01:00
common evas_object_textblock: treat variation sequence as single run 2020-01-23 16:21:22 +09:00
common3d here comes meson 2018-10-02 17:22:50 +02:00
file meson: redo evas building 2019-10-29 12:54:56 -04:00
filters evas filter: fix crash issue 2020-01-31 21:35:18 +09:00
gesture efl/gesture: remove unused manager function 2020-02-05 10:11:05 +01:00
include Efl.Canvas.Group: implement Efl.Gfx.Filter 2020-01-21 19:29:37 +09:00
software_generic evas filter: Implement inverse color filter 2019-11-05 10:45:14 +09:00
vg canvas vector: fix incorrect caching hit. 2020-01-28 18:06:33 +09:00
Efl_Canvas.h evas/object: remove weird gesture manager method 2020-02-05 10:11:02 +01:00
Evas.h Efl.Text.Cursor 2019-11-22 17:35:54 +09:00
Evas.hh efl: remove EFL_EO_API_SUPPORT macro 2019-03-18 12:13:59 +01:00
Evas_Common.h evas: prepare separation of POST_RENDER event from being an unified and legacy event at the same time. 2020-01-29 09:51:28 +01:00
Evas_Eo.h efl/gesture: implement custom gesture recognizer framework 2020-02-05 10:10:49 +01:00
Evas_GL.h evas_gl: implement EvasGL ES 3.2 2019-08-01 10:42:55 -07:00
Evas_Internal.h efl_text_attribute_factory: rename to efl_text_formatter 2019-12-20 12:43:00 +01:00
Evas_Legacy.h evas vector: support lottie animation as using json loader. 2019-06-21 17:35:48 +09:00
Evas_Loader.h evas: add infrastructure to feed 9 patch information from file loader to image object. 2019-07-12 09:54:16 -07:00
main.c evas: remove redundant internal functions. 2018-10-11 13:46:37 +09:00
meson.build evas - loaders - jp2k - re-enable in the build after it was lost 2020-01-25 20:16:47 +00:00