efl/data
Daniel Hirt 4a905a22a4 Canvas image: add Efl.Canvas.Text.Factory + use in Ui.Text
This interface has a simple 'create' method to create Efl.Canvas.Object
given a key.
This is used higher-up in Ui.Text in the next commit.

Ui text: add ability to set item factories

Added API to set an item factory object.
This is similar to the previous item providers (that worked with
callbacks).

You instantiate a factory object and set it on the Ui.Text object.
Each factory implements the "create" method from
Efl.Canvas.Text.Item_Factory.

This also includes 3 public factories (Image, Emoticon and Fallback):
  - Image factory: creates images from added entries (key strings)
  - Emoticon factory: creates emoticons by querying the theme
  - Fallback: creates image, then falls back to emoticon

If no factory is set, then the fallback (internal) factory is used.

See the added "Ui.text Item Factory" test in elementary_test for an
example of usage.

@feature
2018-01-18 10:20:28 -08:00
..
coverity coverity: add modeling file to reduce false positives. 2016-12-19 11:09:02 -02:00
ecore
ecore_imf
ecore_x
edje edje - add embryo echo command for debugging 2017-08-05 14:47:25 +09:00
eeze
efreet
elementary Canvas image: add Efl.Canvas.Text.Factory + use in Ui.Text 2018-01-18 10:20:28 -08:00
elua
embryo embryo: add tzdate function 2016-02-22 18:29:01 -05:00
emotion
eo Eo gdb: Add workaround for gdb oddities. 2016-12-08 11:19:51 +00:00
ethumb
ethumb_client
evas
.gitignore
Makefile.am Elementary: fix makefile ignore efl_ui_theme edc's change 2017-12-20 15:26:22 +09:00