efl/src/lib
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
..
ecore doxygen docs: Fix warnings in Ecore_Common.h 2020-03-26 14:27:51 +01:00
ecore_audio ecore/audio: rewrite pulseaudio output to not use global variables 2020-03-25 22:13:12 +01:00
ecore_avahi
ecore_buffer doxygen docs: Remove invalid comments 2020-03-09 13:03:54 +01:00
ecore_cocoa ecore_cocoa: remove left over from evas3d removal 2020-03-25 12:54:39 +01:00
ecore_con fix buid on bsd 2020-04-12 19:20:13 +01:00
ecore_drm
ecore_drm2 ecore-drm2: Fix issue of shifting 1 by more than 32bits 2019-11-14 12:21:40 -05:00
ecore_evas doxygen docs: Fix warnings in Ecore_Evas.h 2020-03-24 13:43:37 +01:00
ecore_fb
ecore_file esacpe: remove library from tree 2019-12-04 12:21:24 -08:00
ecore_imf doxygen: fix duplicated intro sections 2020-02-28 11:44:19 +01:00
ecore_imf_evas
ecore_input
ecore_input_evas ecore_input_evas: fix memory leak when ecore_event_evas is shutdown. 2020-03-17 10:29:48 +01:00
ecore_ipc
ecore_sdl
ecore_wayland doxygen docs: Fix tons of invalid Doxygen commands 2020-03-10 21:36:34 +01:00
ecore_win32 free memory in clipboard notify event and fix clipboard clear event 2020-04-03 10:02:02 +02:00
ecore_wl2 doxygen docs: Fix warnings in Ecore_Wl2.h and associates 2020-03-24 13:43:37 +01:00
ecore_x ecore_x_selection: do not skip any any atoms 2020-03-08 10:59:31 +01:00
ector Ector: Refer to visibility of Ector_Renderer when doing rle_update. 2020-04-13 13:41:17 +09:00
edje edje_calc: add null check after eet_read 2020-04-13 10:39:34 +09:00
eet doxygen: fix duplicated toc sections 2020-02-28 11:44:19 +01:00
eeze doxygen docs: Fix tons of invalid Doxygen commands 2020-03-10 21:36:34 +01:00
efl comments: Typos in Efl_Config.h 2020-04-02 17:48:39 +02:00
efl_canvas_wl efl/wl: explicitly use restricted size hints for min/max 2020-03-23 20:02:56 +01:00
efl_mono efl_mono: Create insert list/array c# wrapper for eina_value. 2020-02-13 15:26:50 -03:00
efreet efreetd - ensure on bsd where connects succed despite daemon being gone 2020-04-10 01:15:30 +02:00
eina Replace strncmp code 2020-04-03 14:51:11 +02:00
eio doxygen docs: Fix tons of invalid Doxygen commands 2020-03-10 21:36:34 +01:00
eldbus doxygen: fix duplicated toc sections 2020-02-28 11:44:19 +01:00
elementary Fix namespace clashes for Efl.Text.Cursor 2020-04-14 12:25:55 +02:00
elput doxygen: fix missing titles in addgroup 2020-02-28 11:44:19 +01:00
elua doxygen: fix missing end group tag 2020-02-28 11:44:19 +01:00
embryo doxygen docs: Fix several group problems 2020-03-03 18:49:20 +01:00
emile emile: fix a potentional resource leaking. 2020-04-06 09:05:08 +02:00
emotion emotion - webcam - fix segv on webcam plug/unplug and clean 2020-03-25 17:11:28 +00:00
eo eo: null check for vtable allocation 2020-04-13 19:50:43 +09:00
eolian doxygen: fix invalid eolian_main_intro ref 2020-02-28 11:44:19 +01:00
eolian_cxx C#: Add error checking for Eina.Success_Flag return type 2020-02-18 17:53:19 -03:00
ephysics doxygen: fix duplicated toc sections 2020-02-28 11:44:19 +01:00
ethumb doxygen: fix duplicated toc sections 2020-02-28 11:44:19 +01:00
ethumb_client
evas Fix namespace clashes for Efl.Text.Cursor 2020-04-14 12:25:55 +02:00
evil doxygen docs: Fix tons of invalid Doxygen commands 2020-03-10 21:36:34 +01:00
.gitignore