efl/src/lib/evas
Xavi Artigas f526ad8c26 Fix namespace clashes for Efl.Text.Cursor
Three renames are applied here:
Efl.Text.Cursor -> Efl.Text_Cursor.Object (class)
Efl.Text.Cursor_Type -> Efl.Text_Cursor.Type (enum)
Efl.Text.Cursor_Move_Type -> Efl.Text_Cursor.Move_Type (enum)

Nothing changes for the enums on the C side. For the class... Well,
the method names are a bit more verbose now.

These renames are required to avoid clashing with the Efl.Text interface.
This did not cause trouble to C# because interfaces are prefixed with "I",
but it did cause trouble to Eolian when the EO files were installed and
somebody tried to use them.
Ref T8648

Differential Revision: https://phab.enlightenment.org/D11663
2020-04-14 12:25:55 +02:00
..
cache evas: set mmap data to image data after preload with skip_head enabled 2020-03-06 13:30:46 +01:00
canvas Fix namespace clashes for Efl.Text.Cursor 2020-04-14 12:25:55 +02:00
common evas_common: rgba32 to Y8 (Enhance Conversion) 2020-03-13 09:58:04 +01:00
file meson: redo evas building 2019-10-29 12:54:56 -04:00
filters doxygen docs: Fix illegal references 2020-03-12 17:24:07 +01:00
gesture efl/gesture: remove duplicated line 2020-03-13 09:08:25 -04:00
include canvas 3d: remove all canvas3d features across efl. 2020-03-25 19:14:02 +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 Fix namespace clashes for Efl.Text.Cursor 2020-04-14 12:25:55 +02:00
Evas.h doxygen: fix duplicated toc sections 2020-02-28 11:44:19 +01:00
Evas.hh efl: remove EFL_EO_API_SUPPORT macro 2019-03-18 12:13:59 +01:00
Evas_Common.h evas: stop handdefining eo types 2020-02-14 19:34:57 +01:00
Evas_Eo.h Fix namespace clashes for Efl.Text.Cursor 2020-04-14 12:25:55 +02:00
Evas_GL.h doxygen: fix invalid anchor names 2020-02-28 12:07:45 +01:00
Evas_Internal.h Fix namespace clashes for Efl.Text.Cursor 2020-04-14 12:25:55 +02:00
Evas_Legacy.h doxygen docs: some fixes in Evas_Legacy.h 2020-04-02 17:48:39 +02: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 canvas 3d: remove all canvas3d features across efl. 2020-03-25 19:14:02 +09:00