efl/src/lib/evas
Daniel Kolesa 7782c0bcb9 eolian: add event_prefix and have classes follow that or eo_prefix by default
Previously events used to use class name as a prefix and ignored eo_prefix
when specified. This is no longer the case. Events follow eo_prefix by default
now. In order to get around this for classes where this is undesirable, a new
field event_prefix was added which takes priority over eo_prefix. If neither
is specified, class name is used like previously.

@feature
2016-05-17 17:50:43 +01:00
..
cache evas: some changes for preload thread dead lock issue 2016-03-15 11:57:25 -07:00
cache2 Evas image: Move content_hint and scale_hint to Efl.Image 2016-03-15 11:11:59 +09:00
canvas eolian: add event_prefix and have classes follow that or eo_prefix by default 2016-05-17 17:50:43 +01:00
common evas - make func indenting more redable with overflow lines aligned 2016-05-15 23:59:14 +09:00
common3d Automatic migration to Eo4. 2016-03-03 09:58:08 +00:00
cserve2 evas: use portable environment lookup. 2015-05-14 18:41:48 +02:00
file evas - fix evas module locks to init/del when movile created/destroyed 2015-12-12 23:37:16 +09:00
filters Eo: Remove eo_del() and make eo_unref() the replacement. 2016-05-17 16:23:23 +01:00
include Efl: Remove "legacy_prefix: null;" as it's now the default. 2016-05-12 17:27:35 +01:00
Evas.h evas: remove the need to order the header correctly for Windows. 2015-05-07 09:53:10 +02:00
Evas_Common.h Evas: Add API to reinit the language and use it in elementary. 2016-04-08 11:24:32 +01:00
Evas_Eo.h Efl vg: Remove the no longer needed .Base hack. 2016-05-11 13:13:27 +01:00
Evas_GL.h Evas GL: Add new API to get current Evas GL 2015-10-02 16:56:38 +09:00
Evas_Legacy.h Efl vg: Remove the no longer needed .Base hack. 2016-05-11 13:13:27 +01:00
Evas_Loader.h Emile: Move colorspaces to Efl.Gfx 2016-03-28 16:40:01 +09:00
main.c