efl/src
Xavi Artigas f68e93be8d Efl.Ui.Flip: Silence warning
The Efl.Ui.Orientation enum is actually made of flags, which we can OR
together, and it includes bitmasks for easier manipulation.
gcc expects switch() statemenets to include all enum values and nothing
but the valid enum values, which is abit too restrictive for flags.
Casting to int removes the warning.
2019-05-29 15:13:32 +02:00
..
benchmarks benchmarks: Fix copy-paste error 2019-05-22 08:48:11 -04:00
bin eolian: rename @warn_unused and its associated API 2019-05-26 17:41:22 +02:00
bindings eolian: add runtime API to get file format version 2019-05-26 18:35:48 +02:00
edje_external
examples Rename Efl.Ui.Direction -> Efl.Ui.Layout_Orientation 2019-05-24 12:30:32 -04:00
generic
lib Efl.Ui.Flip: Silence warning 2019-05-29 15:13:32 +02:00
modules ecore_evas win32: fix warning reported by clang 2019-05-27 15:58:51 +09:00
scripts eolian: rename @warn_unused and its associated API 2019-05-26 17:41:22 +02:00
static_libs libunibreak: add missing __has_attribute definitions for old compilers 2019-05-10 17:56:29 -07:00
tests efl_ui: add a helper for not tollerating errors in a testsuite 2019-05-28 12:01:57 -04:00
wayland_protocol
Makefile.am build: add autotools for elm config embedding 2019-03-27 17:23:19 -04:00
Makefile_Cxx.am Makefile_Cxx: add include dependency with evas/gesture 2019-05-15 15:14:15 +09:00
Makefile_EPhysics.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Ecore.am ecore: forgotten autotools update. 2019-05-10 17:58:33 -07:00
Makefile_Ecore_Audio.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Ecore_Avahi.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Ecore_Buffer.am
Makefile_Ecore_Cocoa.am
Makefile_Ecore_Con.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Ecore_Drm.am
Makefile_Ecore_Drm2.am
Makefile_Ecore_Evas.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Ecore_FB.am
Makefile_Ecore_File.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Ecore_IMF.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Ecore_IMF_Evas.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Ecore_Input.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Ecore_Input_Evas.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Ecore_Ipc.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Ecore_Js.am
Makefile_Ecore_SDL.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Ecore_Wayland.am
Makefile_Ecore_Win32.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Ecore_Wl2.am
Makefile_Ecore_X.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Ector.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Edje.am autotools: remove usage of eolian_gen .eo.legacy.h generation 2019-04-18 17:55:06 +02:00
Makefile_Edje_Helper.am
Makefile_Eet.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Eet_Helper.am
Makefile_Eeze.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Efl.am Rename Efl.Ui.Direction -> Efl.Ui.Layout_Orientation 2019-05-24 12:30:32 -04:00
Makefile_Efl_Js.am
Makefile_Efl_Mono.am efl_mono: fix autogen make check error 2019-05-24 18:21:59 +09:00
Makefile_Efl_Mono_MSBuild_Gen_Helper.am
Makefile_Efreet.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Eina.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Eio.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Eldbus.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Elementary.am efl_ui_suite: fix errors in focus tests 2019-05-28 12:01:50 -04:00
Makefile_Elocation.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Elput.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Elua.am docs: remove obsolete docgen from the tree 2019-05-21 15:44:30 +02:00
Makefile_Elua_Helper.am
Makefile_Embryo.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Emile.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Emotion.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Eo.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Eolian.am eolian: remove @nullable keyword 2019-05-21 16:04:35 +02:00
Makefile_Eolian_Cxx.am tests: eolian_cxx: make sure we add beta_class.eo to dist 2019-03-12 12:48:33 +01:00
Makefile_Eolian_Cxx_Helper.am
Makefile_Eolian_Files_Helper.am autotools: remove usage of eolian_gen .eo.legacy.h generation 2019-04-18 17:55:06 +02:00
Makefile_Eolian_Helper.am
Makefile_Eolian_Js.am
Makefile_Eolian_Js_Helper.am
Makefile_Eolian_Mono_Helper.am
Makefile_Escape.am
Makefile_Ethumb.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Ethumb_Client.am Windows : fix the definition of EAPI 2019-04-15 13:34:20 +01:00
Makefile_Evas.am Gesture Manager: Add gestures and fix gesture managing, recognizer logic. 2019-05-14 16:37:20 +09:00
Makefile_Evil.am Evil: move the inclusion of all headers in evil_private.h 2019-05-15 12:27:37 +01:00
Makefile_Wayland_Protocols.am
Makefile_efl_wl.am