From owner-svn-ports-head@freebsd.org Tue Sep 27 13:43:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ABDABBEBC64; Tue, 27 Sep 2016 13:43:26 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 654A094; Tue, 27 Sep 2016 13:43:26 +0000 (UTC) (envelope-from gblach@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8RDhPIg024495; Tue, 27 Sep 2016 13:43:25 GMT (envelope-from gblach@FreeBSD.org) Received: (from gblach@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8RDhPXR024489; Tue, 27 Sep 2016 13:43:25 GMT (envelope-from gblach@FreeBSD.org) Message-Id: <201609271343.u8RDhPXR024489@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gblach set sender to gblach@FreeBSD.org using -f From: Grzegorz Blach Date: Tue, 27 Sep 2016 13:43:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422814 - in head: . devel/efl devel/py-efl graphics graphics/edje_viewer graphics/evas_generic_loaders graphics/evas_generic_loaders-gst graphics/evas_generic_loaders-pdf graphics/evas... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2016 13:43:26 -0000 Author: gblach Date: Tue Sep 27 13:43:25 2016 New Revision: 422814 URL: https://svnweb.freebsd.org/changeset/ports/422814 Log: - Update devel/efl to 1.18.1 - Update devel/py-efl to 1.18.0 - Update multimedia/rage to 0.2.1 - Update x11-wm/enligtenment to 0.21.2 - Bump PORTREVISION in graphics/edje_viewer - Bump PORTREVISION in x11/terminology - Merge graphics/evas_generic_loaders* into devel/efl - Merge multimedia/emotion_generic_players-vlc into devel/efl - Merge x11-toolkits/elementary into devel/efl Deleted: head/graphics/evas_generic_loaders/ head/graphics/evas_generic_loaders-gst/ head/graphics/evas_generic_loaders-pdf/ head/graphics/evas_generic_loaders-ps/ head/graphics/evas_generic_loaders-raw/ head/graphics/evas_generic_loaders-svg/ head/graphics/evas_generic_loaders-xcf/ head/multimedia/emotion_generic_players-vlc/ head/x11-toolkits/elementary/ Modified: head/MOVED head/devel/efl/Makefile head/devel/efl/distinfo head/devel/efl/pkg-descr head/devel/efl/pkg-plist head/devel/py-efl/Makefile head/devel/py-efl/distinfo head/graphics/Makefile head/graphics/edje_viewer/Makefile head/multimedia/Makefile head/multimedia/rage/Makefile head/multimedia/rage/distinfo head/x11-toolkits/Makefile head/x11-wm/enlightenment/Makefile head/x11-wm/enlightenment/Makefile.plist head/x11-wm/enlightenment/distinfo head/x11-wm/enlightenment/pkg-plist head/x11/terminology/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Sep 27 12:47:39 2016 (r422813) +++ head/MOVED Tue Sep 27 13:43:25 2016 (r422814) @@ -8637,3 +8637,12 @@ databases/pglogical-output|databases/pgl mail/gml||2016-09-23|Has expired: Deprecated upstream. Use native gmail tools to import net/nats|net/gnatsd|2016-09-24|Switched to upstream naming devel/py-unittest2||2016-09-26|Has expired: Was only required for Pythons lesser than 2.7 +graphics/evas_generic_loaders|devel/efl|2016-09-27|Merged into devel/efl +graphics/evas_generic_loaders-gst|devel/efl|2016-09-27|Merged into devel/efl +graphics/evas_generic_loaders-pdf|devel/efl|2016-09-27|Merged into devel/efl +graphics/evas_generic_loaders-ps|devel/efl|2016-09-27|Merged into devel/efl +graphics/evas_generic_loaders-raw|devel/efl|2016-09-27|Merged into devel/efl +graphics/evas_generic_loaders-svg|devel/efl|2016-09-27|Merged into devel/efl +graphics/evas_generic_loaders-xcf|devel/efl|2016-09-27|Merged into devel/efl +multimedia/emotion_generic_players-vlc|devel/efl|2016-09-27|Merged into devel/efl +x11-toolkits/elementary|devel/efl|2016-09-27|Merged into devel/efl Modified: head/devel/efl/Makefile ============================================================================== --- head/devel/efl/Makefile Tue Sep 27 12:47:39 2016 (r422813) +++ head/devel/efl/Makefile Tue Sep 27 13:43:25 2016 (r422814) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= efl -PORTVERSION= 1.16.1 -PORTREVISION= 1 +PORTVERSION= 1.18.1 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ @@ -23,13 +22,14 @@ LIB_DEPENDS= libgif.so:graphics/giflib \ DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes -USES= autoreconf compiler:c++11-lib gettext-tools gmake jpeg libtool \ - pathfix pkgconfig shared-mime-info tar:xz -USE_XORG= x11 xcursor xcomposite xdamage xext xinerama xp xrandr xtst xscrnsaver +USES= autoreconf compiler:c++11-lib gettext-tools gmake iconv jpeg \ + libtool pathfix pkgconfig shared-mime-info tar:xz +USE_XORG= x11 xcursor xcomposite xdamage xext xfixes xi xinerama xp \ + xrandr xrender xtst xscrnsaver USE_LDCONFIG= yes CONFIGURE_ARGS= --with-profile=release \ - --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aba + --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-abb CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -37,19 +37,21 @@ PLIST_SUB= BRANCHVERSION=${PORTVERSION:R OPTIONS_DEFINE= AVAHI FRIBIDI HARFBUZZ NLS NVIDIA PHYSICS PULSEAUDIO SSL OPTIONS_GROUP= EMOTION INPUT LOADER -OPTIONS_GROUP_EMOTION= GSTREAMER LIBXINE V4L +OPTIONS_GROUP_EMOTION= GSTREAMER LIBXINE V4L VLC OPTIONS_GROUP_INPUT= IBUS SCIM -OPTIONS_GROUP_LOADER= OPENJPEG WEBP +OPTIONS_GROUP_LOADER= OPENJPEG PDF PS RAW SVG WEBP XCF OPTIONS_RADIO= ENGINE OPTIONS_RADIO_ENGINE= OPENGL SDL -OPTIONS_DEFAULT= FRIBIDI HARFBUZZ PHYSICS SSL GSTREAMER OPENGL +OPTIONS_DEFAULT= FRIBIDI HARFBUZZ PHYSICS SSL GSTREAMER PDF SVG OPENGL OPTIONS_SUB= yes HARFBUZZ_DESC= OpenType text shaping engine NVIDIA_DESC= Apply Nvidia workaround PHYSICS_DESC= Physics effects +VLC_DESC= Multimedia support by VLC IBUS_DESC= Intelligent Input Bus SCIM_DESC= Smart Common Input Method +XCF_DESC= Gimp image format support AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app AVAHI_CONFIGURE_ENABLE= avahi @@ -78,6 +80,9 @@ LIBXINE_CONFIGURE_ENABLE= xine V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat V4L_CONFIGURE_ENABLE= v4l2 +VLC_LIB_DEPENDS= libvlc.so:multimedia/vlc +VLC_CONFIGURE_WITH= generic_vlc + IBUS_LIB_DEPENDS= libibus-1.0.so:textproc/ibus SCIM_LIB_DEPENDS= libscim-1.0.so:textproc/scim @@ -86,9 +91,23 @@ SCIM_CONFIGURE_ENABLE= scim OPENJPEG_LIB_DEPENDS= libopenjpeg.so:graphics/openjpeg15 OPENJPEG_CONFIGURE_ENABLE= image-loader-jp2k +PDF_LIB_DEPENDS= libpoppler.so:graphics/poppler +PDF_CONFIGURE_ENABLE= poppler + +PS_LIB_DEPENDS= libspectre.so:print/libspectre +PS_CONFIGURE_ENABLE= spectre + +RAW_LIB_DEPENDS= libraw.so:graphics/libraw +RAW_CONFIGURE_ENABLE= libraw + +SVG_USE= GNOME=cairo GNOME=librsvg2 +SVG_CONFIGURE_ENABLE= librsvg + WEBP_LIB_DEPENDS= libwebp.so:graphics/webp WEBP_CONFIGURE_ENABLE= image-loader-webp +XCF_CONFIGURE_ENABLE= xcf + OPENGL_USE= GL=gl SDL_USE= SDL=sdl2 @@ -108,18 +127,12 @@ PLIST_SUB+= AUDIO="@comment " .endif .if ${PORT_OPTIONS:MSSL} -USE_OPENSSL= yes -WITH_OPENSSL_PORT= yes +USES+= ssl +SSL_DEFAULT= openssl .else CONFIGURE_ARGS+= --with-crypto=none .endif -.if ${PORT_OPTIONS:MGSTREAMER} || ${PORT_OPTIONS:MLIBXINE} || ${PORT_OPTIONS:MV4L} -PLIST_SUB+= EMOTION="" -.else -PLIST_SUB+= EMOTION="@comment " -.endif - .if ${PORT_OPTIONS:MIBUS} CONFIGURE_ARGS+= --with-glib=yes .else Modified: head/devel/efl/distinfo ============================================================================== --- head/devel/efl/distinfo Tue Sep 27 12:47:39 2016 (r422813) +++ head/devel/efl/distinfo Tue Sep 27 13:43:25 2016 (r422814) @@ -1,2 +1,3 @@ -SHA256 (enlightenment/efl-1.16.1.tar.xz) = ef01be81598f03aa0e873951cf8280d963fad2b543cdbd3d749916e91825da84 -SIZE (enlightenment/efl-1.16.1.tar.xz) = 43216556 +TIMESTAMP = 1474542855 +SHA256 (enlightenment/efl-1.18.1.tar.xz) = 0c6bd150d8e838f849effd462d91d86255e3aaade47a6077d0aa80d2b8e9d222 +SIZE (enlightenment/efl-1.18.1.tar.xz) = 64608628 Modified: head/devel/efl/pkg-descr ============================================================================== --- head/devel/efl/pkg-descr Tue Sep 27 12:47:39 2016 (r422813) +++ head/devel/efl/pkg-descr Tue Sep 27 13:43:25 2016 (r422814) @@ -1,4 +1,4 @@ Enlightenment Foundation Libraries is a set of libraries each providing a great deal of functionality. -WWW: http://docs.enlightenment.org/auto/efl/ +WWW: http://docs.enlightenment.org/efl/current/ Modified: head/devel/efl/pkg-plist ============================================================================== --- head/devel/efl/pkg-plist Tue Sep 27 12:47:39 2016 (r422813) +++ head/devel/efl/pkg-plist Tue Sep 27 13:43:25 2016 (r422814) @@ -17,6 +17,12 @@ bin/efreetd bin/eina-bench-cmp bin/eina_btlog bin/eldbus-codegen +bin/elementary_codegen +bin/elementary_config +bin/elementary_quicklaunch +bin/elementary_run +bin/elementary_test +bin/elm_prefs_cc %%ELUA%%bin/elua bin/embryo_cc bin/eolian_cxx @@ -30,24 +36,17 @@ include/ecore-1/Ecore_Common.h include/ecore-1/Ecore_Eo.h include/ecore-1/Ecore_Getopt.h include/ecore-1/Ecore_Legacy.h -include/ecore-1/ecore_animator.eo.h -include/ecore-1/ecore_animator.eo.legacy.h include/ecore-1/ecore_exe.eo.h include/ecore-1/ecore_exe.eo.legacy.h -include/ecore-1/ecore_idle_enterer.eo.h -include/ecore-1/ecore_idle_enterer.eo.legacy.h -include/ecore-1/ecore_idle_exiter.eo.h -include/ecore-1/ecore_idle_exiter.eo.legacy.h -include/ecore-1/ecore_idler.eo.h -include/ecore-1/ecore_idler.eo.legacy.h -include/ecore-1/ecore_job.eo.h -include/ecore-1/ecore_job.eo.legacy.h -include/ecore-1/ecore_mainloop.eo.h include/ecore-1/ecore_parent.eo.h include/ecore-1/ecore_poller.eo.h include/ecore-1/ecore_poller.eo.legacy.h -include/ecore-1/ecore_timer.eo.h -include/ecore-1/ecore_timer.eo.legacy.h +include/ecore-1/ecore_types.eot.h +include/ecore-1/efl_loop.eo.h +include/ecore-1/efl_loop_fd.eo.h +include/ecore-1/efl_loop_timer.eo.h +include/ecore-1/efl_loop_timer.eo.legacy.h +include/ecore-1/efl_loop_user.eo.h %%AUDIO%%include/ecore-audio-1/Ecore_Audio.h %%AUDIO%%include/ecore-audio-1/ecore_audio.eo.h %%AUDIO%%include/ecore-audio-1/ecore_audio_in.eo.h @@ -61,24 +60,10 @@ include/ecore-1/ecore_timer.eo.legacy.h %%PULSEAUDIO%%include/ecore-audio-1/ecore_audio_obj_out_pulse.h %%AUDIO%%include/ecore-audio-1/ecore_audio_obj_out_sndfile.h %%AUDIO%%include/ecore-audio-1/ecore_audio_out.eo.h +%%AUDIO%%include/ecore-audio-1/ecore_audio_out_core_audio.eo.h %%PULSEAUDIO%%include/ecore-audio-1/ecore_audio_out_pulse.eo.h %%AUDIO%%include/ecore-audio-1/ecore_audio_out_sndfile.eo.h %%AUDIO%%include/ecore-audio-1/ecore_audio_protected.h -%%AUDIO%%include/ecore-audio-cxx-1/Ecore_Audio.hh -%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio.eo.hh -%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio.eo.impl.hh -%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_in.eo.hh -%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_in.eo.impl.hh -%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_in_sndfile.eo.hh -%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_in_sndfile.eo.impl.hh -%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_in_tone.eo.hh -%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_in_tone.eo.impl.hh -%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_out.eo.hh -%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_out.eo.impl.hh -%%PULSEAUDIO%%include/ecore-audio-cxx-1/ecore_audio_out_pulse.eo.hh -%%PULSEAUDIO%%include/ecore-audio-cxx-1/ecore_audio_out_pulse.eo.impl.hh -%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_out_sndfile.eo.hh -%%AUDIO%%include/ecore-audio-cxx-1/ecore_audio_out_sndfile.eo.impl.hh include/ecore-avahi-1/Ecore_Avahi.h include/ecore-con-1/Ecore_Con.h include/ecore-con-1/Ecore_Con_Eet.h @@ -86,44 +71,38 @@ include/ecore-con-1/Ecore_Con_Eet_Eo.h include/ecore-con-1/Ecore_Con_Eet_Legacy.h include/ecore-con-1/Ecore_Con_Eo.h include/ecore-con-1/Ecore_Con_Legacy.h -include/ecore-con-1/ecore_con_base.eo.h -include/ecore-con-1/ecore_con_base.eo.legacy.h -include/ecore-con-1/ecore_con_client.eo.h -include/ecore-con-1/ecore_con_client.eo.legacy.h -include/ecore-con-1/ecore_con_connector.eo.h -include/ecore-con-1/ecore_con_connector.eo.legacy.h include/ecore-con-1/ecore_con_eet_base.eo.h include/ecore-con-1/ecore_con_eet_base.eo.legacy.h include/ecore-con-1/ecore_con_eet_client_obj.eo.h include/ecore-con-1/ecore_con_eet_client_obj.eo.legacy.h include/ecore-con-1/ecore_con_eet_server_obj.eo.h include/ecore-con-1/ecore_con_eet_server_obj.eo.legacy.h -include/ecore-con-1/ecore_con_server.eo.h -include/ecore-con-1/ecore_con_server.eo.legacy.h +include/ecore-con-1/efl_network.eo.h +include/ecore-con-1/efl_network.eo.legacy.h +include/ecore-con-1/efl_network_client.eo.h +include/ecore-con-1/efl_network_client.eo.legacy.h +include/ecore-con-1/efl_network_connector.eo.h +include/ecore-con-1/efl_network_connector.eo.legacy.h +include/ecore-con-1/efl_network_server.eo.h +include/ecore-con-1/efl_network_server.eo.legacy.h include/ecore-con-1/efl_network_url.eo.h include/ecore-con-1/efl_network_url.eo.legacy.h include/ecore-cxx-1/Ecore.eo.hh include/ecore-cxx-1/Ecore.hh -include/ecore-cxx-1/ecore_animator.eo.hh -include/ecore-cxx-1/ecore_animator.eo.impl.hh include/ecore-cxx-1/ecore_exe.eo.hh include/ecore-cxx-1/ecore_exe.eo.impl.hh -include/ecore-cxx-1/ecore_idle_enterer.eo.hh -include/ecore-cxx-1/ecore_idle_enterer.eo.impl.hh -include/ecore-cxx-1/ecore_idle_exiter.eo.hh -include/ecore-cxx-1/ecore_idle_exiter.eo.impl.hh -include/ecore-cxx-1/ecore_idler.eo.hh -include/ecore-cxx-1/ecore_idler.eo.impl.hh -include/ecore-cxx-1/ecore_job.eo.hh -include/ecore-cxx-1/ecore_job.eo.impl.hh -include/ecore-cxx-1/ecore_mainloop.eo.hh -include/ecore-cxx-1/ecore_mainloop.eo.impl.hh include/ecore-cxx-1/ecore_parent.eo.hh include/ecore-cxx-1/ecore_parent.eo.impl.hh include/ecore-cxx-1/ecore_poller.eo.hh include/ecore-cxx-1/ecore_poller.eo.impl.hh -include/ecore-cxx-1/ecore_timer.eo.hh -include/ecore-cxx-1/ecore_timer.eo.impl.hh +include/ecore-cxx-1/efl_loop.eo.hh +include/ecore-cxx-1/efl_loop.eo.impl.hh +include/ecore-cxx-1/efl_loop_fd.eo.hh +include/ecore-cxx-1/efl_loop_fd.eo.impl.hh +include/ecore-cxx-1/efl_loop_timer.eo.hh +include/ecore-cxx-1/efl_loop_timer.eo.impl.hh +include/ecore-cxx-1/efl_loop_user.eo.hh +include/ecore-cxx-1/efl_loop_user.eo.impl.hh include/ecore-evas-1/Ecore_Evas.h include/ecore-evas-1/Ecore_Evas_Types.h include/ecore-file-1/Ecore_File.h @@ -137,28 +116,6 @@ include/ecore-x-1/Ecore_X.h include/ecore-x-1/Ecore_X_Atoms.h include/ecore-x-1/Ecore_X_Cursor.h include/ecore-x-1/ecore_x_version.h -include/ector-1/Ector.h -include/ector-1/Ector_Cairo.h -include/ector-1/Ector_Software.h -include/ector-1/cairo/ector_cairo_surface.eo.h -include/ector-1/cairo/ector_renderer_cairo_base.eo.h -include/ector-1/cairo/ector_renderer_cairo_gradient_linear.eo.h -include/ector-1/cairo/ector_renderer_cairo_gradient_radial.eo.h -include/ector-1/cairo/ector_renderer_cairo_shape.eo.h -include/ector-1/ector_renderer.h -include/ector-1/ector_surface.h -include/ector-1/ector_util.h -include/ector-1/generic/ector_generic_surface.eo.h -include/ector-1/generic/ector_renderer_generic_base.eo.h -include/ector-1/generic/ector_renderer_generic_gradient.eo.h -include/ector-1/generic/ector_renderer_generic_gradient_linear.eo.h -include/ector-1/generic/ector_renderer_generic_gradient_radial.eo.h -include/ector-1/generic/ector_renderer_generic_shape.eo.h -include/ector-1/software/ector_renderer_software_base.eo.h -include/ector-1/software/ector_renderer_software_gradient_linear.eo.h -include/ector-1/software/ector_renderer_software_gradient_radial.eo.h -include/ector-1/software/ector_renderer_software_shape.eo.h -include/ector-1/software/ector_software_surface.eo.h include/edje-1/Edje.h include/edje-1/Edje_Common.h include/edje-1/Edje_Edit.h @@ -176,61 +133,151 @@ include/edje-cxx-1/edje_object.eo.hh include/edje-cxx-1/edje_object.eo.impl.hh include/eet-1/Eet.h include/eet-cxx-1/Eet.hh -include/eet-cxx-1/eet-cxx/eet_composite.hh -include/eet-cxx-1/eet-cxx/eet_register.hh -include/eet-cxx-1/eet-cxx/eet_type.hh +include/eet-cxx-1/eet_composite.hh +include/eet-cxx-1/eet_register.hh +include/eet-cxx-1/eet_type.hh include/efl-1/Efl.h include/efl-1/Efl_Config.h include/efl-1/Efl_Model_Common.h +include/efl-1/interfaces/efl_animator.eo.h +include/efl-1/interfaces/efl_canvas.eo.h +include/efl-1/interfaces/efl_config.eo.h +include/efl-1/interfaces/efl_container.eo.h include/efl-1/interfaces/efl_control.eo.h +include/efl-1/interfaces/efl_event.eo.h +include/efl-1/interfaces/efl_event_types.eot.h include/efl-1/interfaces/efl_file.eo.h -include/efl-1/interfaces/efl_gfx_base.eo.h +include/efl-1/interfaces/efl_flipable.eo.h +include/efl-1/interfaces/efl_gfx.eo.h +include/efl-1/interfaces/efl_gfx.eo.legacy.h +include/efl-1/interfaces/efl_gfx_buffer.eo.h include/efl-1/interfaces/efl_gfx_fill.eo.h +include/efl-1/interfaces/efl_gfx_fill.eo.legacy.h include/efl-1/interfaces/efl_gfx_filter.eo.h -include/efl-1/interfaces/efl_gfx_gradient_base.eo.h +include/efl-1/interfaces/efl_gfx_gradient.eo.h include/efl-1/interfaces/efl_gfx_gradient_linear.eo.h include/efl-1/interfaces/efl_gfx_gradient_radial.eo.h include/efl-1/interfaces/efl_gfx_shape.eo.h +include/efl-1/interfaces/efl_gfx_size_hint.eo.h include/efl-1/interfaces/efl_gfx_stack.eo.h +include/efl-1/interfaces/efl_gfx_types.eot.h include/efl-1/interfaces/efl_gfx_view.eo.h include/efl-1/interfaces/efl_image.eo.h -include/efl-1/interfaces/efl_model_base.eo.h +include/efl-1/interfaces/efl_image.eo.legacy.h +include/efl-1/interfaces/efl_image_animated.eo.h +include/efl-1/interfaces/efl_image_animated.eo.legacy.h +include/efl-1/interfaces/efl_image_load.eo.h +include/efl-1/interfaces/efl_input_device.eo.h +include/efl-1/interfaces/efl_input_device.eo.legacy.h +include/efl-1/interfaces/efl_input_interface.eo.h +include/efl-1/interfaces/efl_input_state.eo.h +include/efl-1/interfaces/efl_model.eo.h +include/efl-1/interfaces/efl_orientation.eo.h +include/efl-1/interfaces/efl_pack.eo.h +include/efl-1/interfaces/efl_pack_grid.eo.h +include/efl-1/interfaces/efl_pack_layout.eo.h +include/efl-1/interfaces/efl_pack_linear.eo.h +include/efl-1/interfaces/efl_part.eo.h include/efl-1/interfaces/efl_player.eo.h +include/efl-1/interfaces/efl_screen.eo.h include/efl-1/interfaces/efl_text.eo.h include/efl-1/interfaces/efl_text_properties.eo.h +include/efl-1/interfaces/efl_text_types.eot.h +include/efl-1/interfaces/efl_types.eot.h +include/efl-1/interfaces/efl_ui_progress.eo.h +include/efl-1/interfaces/efl_ui_spin.eo.h +include/efl-1/interfaces/efl_vpath.eo.h +include/efl-1/interfaces/efl_vpath_core.eo.h +include/efl-1/interfaces/efl_vpath_file.eo.h +include/efl-1/interfaces/efl_vpath_file_core.eo.h +include/efl-1/interfaces/efl_vpath_manager.eo.h include/efl-cxx-1/Efl.hh +include/efl-cxx-1/efl_animator.eo.hh +include/efl-cxx-1/efl_animator.eo.impl.hh +include/efl-cxx-1/efl_canvas.eo.hh +include/efl-cxx-1/efl_canvas.eo.impl.hh +include/efl-cxx-1/efl_config.eo.hh +include/efl-cxx-1/efl_config.eo.impl.hh +include/efl-cxx-1/efl_container.eo.hh +include/efl-cxx-1/efl_container.eo.impl.hh include/efl-cxx-1/efl_control.eo.hh include/efl-cxx-1/efl_control.eo.impl.hh +include/efl-cxx-1/efl_event.eo.hh +include/efl-cxx-1/efl_event.eo.impl.hh include/efl-cxx-1/efl_file.eo.hh include/efl-cxx-1/efl_file.eo.impl.hh -include/efl-cxx-1/efl_gfx_base.eo.hh -include/efl-cxx-1/efl_gfx_base.eo.impl.hh +include/efl-cxx-1/efl_flipable.eo.hh +include/efl-cxx-1/efl_flipable.eo.impl.hh +include/efl-cxx-1/efl_gfx.eo.hh +include/efl-cxx-1/efl_gfx.eo.impl.hh +include/efl-cxx-1/efl_gfx_buffer.eo.hh +include/efl-cxx-1/efl_gfx_buffer.eo.impl.hh include/efl-cxx-1/efl_gfx_fill.eo.hh include/efl-cxx-1/efl_gfx_fill.eo.impl.hh include/efl-cxx-1/efl_gfx_filter.eo.hh include/efl-cxx-1/efl_gfx_filter.eo.impl.hh -include/efl-cxx-1/efl_gfx_gradient_base.eo.hh -include/efl-cxx-1/efl_gfx_gradient_base.eo.impl.hh +include/efl-cxx-1/efl_gfx_gradient.eo.hh +include/efl-cxx-1/efl_gfx_gradient.eo.impl.hh include/efl-cxx-1/efl_gfx_gradient_linear.eo.hh include/efl-cxx-1/efl_gfx_gradient_linear.eo.impl.hh include/efl-cxx-1/efl_gfx_gradient_radial.eo.hh include/efl-cxx-1/efl_gfx_gradient_radial.eo.impl.hh include/efl-cxx-1/efl_gfx_shape.eo.hh include/efl-cxx-1/efl_gfx_shape.eo.impl.hh +include/efl-cxx-1/efl_gfx_size_hint.eo.hh +include/efl-cxx-1/efl_gfx_size_hint.eo.impl.hh include/efl-cxx-1/efl_gfx_stack.eo.hh include/efl-cxx-1/efl_gfx_stack.eo.impl.hh include/efl-cxx-1/efl_gfx_view.eo.hh include/efl-cxx-1/efl_gfx_view.eo.impl.hh include/efl-cxx-1/efl_image.eo.hh include/efl-cxx-1/efl_image.eo.impl.hh -include/efl-cxx-1/efl_model_base.eo.hh -include/efl-cxx-1/efl_model_base.eo.impl.hh +include/efl-cxx-1/efl_image_animated.eo.hh +include/efl-cxx-1/efl_image_animated.eo.impl.hh +include/efl-cxx-1/efl_image_load.eo.hh +include/efl-cxx-1/efl_image_load.eo.impl.hh +include/efl-cxx-1/efl_input_device.eo.hh +include/efl-cxx-1/efl_input_device.eo.impl.hh +include/efl-cxx-1/efl_input_interface.eo.hh +include/efl-cxx-1/efl_input_interface.eo.impl.hh +include/efl-cxx-1/efl_input_state.eo.hh +include/efl-cxx-1/efl_input_state.eo.impl.hh +include/efl-cxx-1/efl_model.eo.hh +include/efl-cxx-1/efl_model.eo.impl.hh +include/efl-cxx-1/efl_orientation.eo.hh +include/efl-cxx-1/efl_orientation.eo.impl.hh +include/efl-cxx-1/efl_pack.eo.hh +include/efl-cxx-1/efl_pack.eo.impl.hh +include/efl-cxx-1/efl_pack_grid.eo.hh +include/efl-cxx-1/efl_pack_grid.eo.impl.hh +include/efl-cxx-1/efl_pack_layout.eo.hh +include/efl-cxx-1/efl_pack_layout.eo.impl.hh +include/efl-cxx-1/efl_pack_linear.eo.hh +include/efl-cxx-1/efl_pack_linear.eo.impl.hh +include/efl-cxx-1/efl_part.eo.hh +include/efl-cxx-1/efl_part.eo.impl.hh include/efl-cxx-1/efl_player.eo.hh include/efl-cxx-1/efl_player.eo.impl.hh +include/efl-cxx-1/efl_screen.eo.hh +include/efl-cxx-1/efl_screen.eo.impl.hh include/efl-cxx-1/efl_text.eo.hh include/efl-cxx-1/efl_text.eo.impl.hh include/efl-cxx-1/efl_text_properties.eo.hh include/efl-cxx-1/efl_text_properties.eo.impl.hh +include/efl-cxx-1/efl_ui_progress.eo.hh +include/efl-cxx-1/efl_ui_progress.eo.impl.hh +include/efl-cxx-1/efl_ui_spin.eo.hh +include/efl-cxx-1/efl_ui_spin.eo.impl.hh +include/efl-cxx-1/efl_vpath.eo.hh +include/efl-cxx-1/efl_vpath.eo.impl.hh +include/efl-cxx-1/efl_vpath_core.eo.hh +include/efl-cxx-1/efl_vpath_core.eo.impl.hh +include/efl-cxx-1/efl_vpath_file.eo.hh +include/efl-cxx-1/efl_vpath_file.eo.impl.hh +include/efl-cxx-1/efl_vpath_file_core.eo.hh +include/efl-cxx-1/efl_vpath_file_core.eo.impl.hh +include/efl-cxx-1/efl_vpath_manager.eo.hh +include/efl-cxx-1/efl_vpath_manager.eo.impl.hh include/efreet-1/Efreet.h include/efreet-1/Efreet_Mime.h include/efreet-1/Efreet_Trash.h @@ -280,6 +327,7 @@ include/eina-1/eina/eina_inline_log.x include/eina-1/eina/eina_inline_mempool.x include/eina-1/eina/eina_inline_rbtree.x include/eina-1/eina/eina_inline_rectangle.x +include/eina-1/eina/eina_inline_safepointer.x include/eina-1/eina/eina_inline_str.x include/eina-1/eina/eina_inline_stringshare.x include/eina-1/eina/eina_inline_tiler.x @@ -288,6 +336,7 @@ include/eina-1/eina/eina_inline_unicode. include/eina-1/eina/eina_inline_ustringshare.x include/eina-1/eina/eina_inline_value.x include/eina-1/eina/eina_inline_value_util.x +include/eina-1/eina/eina_inline_vector.x include/eina-1/eina/eina_inlist.h include/eina-1/eina/eina_iterator.h include/eina-1/eina/eina_lalloc.h @@ -302,12 +351,14 @@ include/eina-1/eina/eina_mempool.h include/eina-1/eina/eina_mmap.h include/eina-1/eina/eina_module.h include/eina-1/eina/eina_prefix.h +include/eina-1/eina/eina_promise.h include/eina-1/eina/eina_quad.h include/eina-1/eina/eina_quadtree.h include/eina-1/eina/eina_quaternion.h include/eina-1/eina/eina_rbtree.h include/eina-1/eina/eina_rectangle.h include/eina-1/eina/eina_refcount.h +include/eina-1/eina/eina_safepointer.h include/eina-1/eina/eina_safety_checks.h include/eina-1/eina/eina_sched.h include/eina-1/eina/eina_simple_xml_parser.h @@ -326,63 +377,1010 @@ include/eina-1/eina/eina_ustringshare.h include/eina-1/eina/eina_util.h include/eina-1/eina/eina_value.h include/eina-1/eina/eina_value_util.h +include/eina-1/eina/eina_vector.h include/eina-1/eina/eina_xattr.h include/eina-1/eina_config.h include/eina-cxx-1/Eina.hh -include/eina-cxx-1/eina-cxx/eina_accessor.hh -include/eina-cxx-1/eina-cxx/eina_array.hh -include/eina-cxx-1/eina-cxx/eina_clone_allocators.hh -include/eina-cxx-1/eina-cxx/eina_eo_concrete_fwd.hh -include/eina-cxx-1/eina-cxx/eina_error.hh -include/eina-cxx-1/eina-cxx/eina_fold.hh -include/eina-cxx-1/eina-cxx/eina_inarray.hh -include/eina-cxx-1/eina-cxx/eina_inlist.hh -include/eina-cxx-1/eina-cxx/eina_integer_sequence.hh -include/eina-cxx-1/eina-cxx/eina_iterator.hh -include/eina-cxx-1/eina-cxx/eina_list.hh -include/eina-cxx-1/eina-cxx/eina_lists_auxiliary.hh -include/eina-cxx-1/eina-cxx/eina_log.hh -include/eina-cxx-1/eina-cxx/eina_optional.hh -include/eina-cxx-1/eina-cxx/eina_ptrarray.hh -include/eina-cxx-1/eina-cxx/eina_ptrlist.hh -include/eina-cxx-1/eina-cxx/eina_range_types.hh -include/eina-cxx-1/eina-cxx/eina_ref.hh -include/eina-cxx-1/eina-cxx/eina_string_view.hh -include/eina-cxx-1/eina-cxx/eina_stringshare.hh -include/eina-cxx-1/eina-cxx/eina_thread.hh -include/eina-cxx-1/eina-cxx/eina_throw.hh -include/eina-cxx-1/eina-cxx/eina_tuple.hh -include/eina-cxx-1/eina-cxx/eina_tuple_unwrap.hh -include/eina-cxx-1/eina-cxx/eina_type_traits.hh -include/eina-cxx-1/eina-cxx/eina_value.hh +include/eina-cxx-1/eina_accessor.hh +include/eina-cxx-1/eina_array.hh +include/eina-cxx-1/eina_clone_allocators.hh +include/eina-cxx-1/eina_deleter.hh +include/eina-cxx-1/eina_eo_concrete_fwd.hh +include/eina-cxx-1/eina_error.hh +include/eina-cxx-1/eina_fold.hh +include/eina-cxx-1/eina_function.hh +include/eina-cxx-1/eina_future.hh +include/eina-cxx-1/eina_inarray.hh +include/eina-cxx-1/eina_inlist.hh +include/eina-cxx-1/eina_integer_sequence.hh +include/eina-cxx-1/eina_iterator.hh +include/eina-cxx-1/eina_list.hh +include/eina-cxx-1/eina_lists_auxiliary.hh +include/eina-cxx-1/eina_log.hh +include/eina-cxx-1/eina_logical.hh +include/eina-cxx-1/eina_optional.hh +include/eina-cxx-1/eina_pp.hh +include/eina-cxx-1/eina_ptrarray.hh +include/eina-cxx-1/eina_ptrlist.hh +include/eina-cxx-1/eina_range_types.hh +include/eina-cxx-1/eina_ref.hh +include/eina-cxx-1/eina_string_view.hh +include/eina-cxx-1/eina_stringshare.hh +include/eina-cxx-1/eina_thread.hh +include/eina-cxx-1/eina_throw.hh +include/eina-cxx-1/eina_tuple.hh +include/eina-cxx-1/eina_tuple_c.hh +include/eina-cxx-1/eina_tuple_unwrap.hh +include/eina-cxx-1/eina_type_traits.hh +include/eina-cxx-1/eina_value.hh +include/eina-cxx-1/eina_workarounds.hh include/eio-1/Eio.h +include/eio-1/Eio_Eo.h +include/eio-1/Eio_Legacy.h +include/eio-1/efl_io_manager.eo.h include/eio-1/eio_inline_helper.x include/eio-1/eio_model.eo.h +include/eio-1/eio_sentry.eo.h include/eio-cxx-1/Eio.hh -include/eio-cxx-1/eio_model.eo.hh -include/eio-cxx-1/eio_model.eo.impl.hh include/eldbus-1/Eldbus.h +include/eldbus-1/Eldbus_Model.h include/eldbus-1/eldbus_connection.h include/eldbus-1/eldbus_freedesktop.h +include/eldbus-1/eldbus_introspection.h include/eldbus-1/eldbus_message.h include/eldbus-1/eldbus_message_eina_value.h include/eldbus-1/eldbus_message_helper.h +include/eldbus-1/eldbus_model_arguments.eo.h +include/eldbus-1/eldbus_model_connection.eo.h +include/eldbus-1/eldbus_model_method.eo.h +include/eldbus-1/eldbus_model_object.eo.h +include/eldbus-1/eldbus_model_proxy.eo.h +include/eldbus-1/eldbus_model_signal.eo.h include/eldbus-1/eldbus_object.h include/eldbus-1/eldbus_pending.h include/eldbus-1/eldbus_proxy.h include/eldbus-1/eldbus_service.h include/eldbus-1/eldbus_signal_handler.h +include/eldbus-1/eldbus_types.eot.h include/eldbus_cxx-1/Eldbus.hh +include/eldbus_cxx-1/Eldbus_Model.hh include/eldbus_cxx-1/eldbus_basic.hh include/eldbus_cxx-1/eldbus_error.hh include/eldbus_cxx-1/eldbus_freedesktop.hh include/eldbus_cxx-1/eldbus_integer_sequence.hh include/eldbus_cxx-1/eldbus_message.hh include/eldbus_cxx-1/eldbus_message_arguments.hh +include/eldbus_cxx-1/eldbus_model_arguments.eo.hh +include/eldbus_cxx-1/eldbus_model_arguments.eo.impl.hh +include/eldbus_cxx-1/eldbus_model_connection.eo.hh +include/eldbus_cxx-1/eldbus_model_connection.eo.impl.hh +include/eldbus_cxx-1/eldbus_model_method.eo.hh +include/eldbus_cxx-1/eldbus_model_method.eo.impl.hh +include/eldbus_cxx-1/eldbus_model_object.eo.hh +include/eldbus_cxx-1/eldbus_model_object.eo.impl.hh +include/eldbus_cxx-1/eldbus_model_proxy.eo.hh +include/eldbus_cxx-1/eldbus_model_proxy.eo.impl.hh +include/eldbus_cxx-1/eldbus_model_signal.eo.hh +include/eldbus_cxx-1/eldbus_model_signal.eo.impl.hh include/eldbus_cxx-1/eldbus_proxy_call.hh include/eldbus_cxx-1/eldbus_raw_tuple.hh include/eldbus_cxx-1/eldbus_service.hh include/eldbus_cxx-1/eldbus_signature_traits.hh +include/elementary-1/Elementary.h +include/elementary-1/Elementary_Cursor.h +include/elementary-1/efl_config_global.eo.h +include/elementary-1/efl_config_global.eo.legacy.h +include/elementary-1/efl_ui_box.eo.h +include/elementary-1/efl_ui_box.eo.legacy.h +include/elementary-1/efl_ui_box_flow.eo.h +include/elementary-1/efl_ui_box_flow.eo.legacy.h +include/elementary-1/efl_ui_flip.eo.h +include/elementary-1/efl_ui_flip.eo.legacy.h +include/elementary-1/efl_ui_flip_eo.h +include/elementary-1/efl_ui_flip_internal_part.eo.h +include/elementary-1/efl_ui_flip_internal_part.eo.legacy.h +include/elementary-1/efl_ui_flip_legacy.h +include/elementary-1/efl_ui_frame.eo.h +include/elementary-1/efl_ui_frame.eo.legacy.h +include/elementary-1/efl_ui_frame_eo.h +include/elementary-1/efl_ui_frame_legacy.h +include/elementary-1/efl_ui_grid.eo.h +include/elementary-1/efl_ui_grid.eo.legacy.h +include/elementary-1/efl_ui_grid_static.eo.h +include/elementary-1/efl_ui_grid_static.eo.legacy.h +include/elementary-1/efl_ui_image.eo.h +include/elementary-1/efl_ui_image.eo.legacy.h +include/elementary-1/efl_ui_layout_internal_box.eo.h +include/elementary-1/efl_ui_layout_internal_box.eo.legacy.h +include/elementary-1/efl_ui_layout_internal_table.eo.h +include/elementary-1/efl_ui_layout_internal_table.eo.legacy.h +include/elementary-1/efl_ui_nstate.eo.h +include/elementary-1/efl_ui_nstate.eo.legacy.h +include/elementary-1/efl_ui_nstate.h +include/elementary-1/efl_ui_text.eo.h +include/elementary-1/efl_ui_text.eo.legacy.h +include/elementary-1/efl_ui_text_editable.eo.h +include/elementary-1/efl_ui_text_editable.eo.legacy.h +include/elementary-1/efl_ui_text_interactive.eo.h +include/elementary-1/efl_ui_text_interactive.eo.legacy.h +include/elementary-1/efl_ui_video.eo.h +include/elementary-1/efl_ui_video.eo.legacy.h +include/elementary-1/efl_ui_video.h +include/elementary-1/efl_ui_video_eo.h +include/elementary-1/efl_ui_video_legacy.h +include/elementary-1/efl_ui_video_private.h +include/elementary-1/efl_ui_widget_flip.h +include/elementary-1/efl_ui_widget_frame.h +include/elementary-1/efl_ui_widget_image.h +include/elementary-1/efl_ui_win.eo.h +include/elementary-1/efl_ui_win.eo.legacy.h +include/elementary-1/efl_ui_win_standard.eo.h +include/elementary-1/efl_ui_win_standard.eo.legacy.h +include/elementary-1/elc_combobox.h +include/elementary-1/elc_combobox_legacy.h +include/elementary-1/elc_ctxpopup.h +include/elementary-1/elc_ctxpopup_eo.h +include/elementary-1/elc_ctxpopup_legacy.h +include/elementary-1/elc_fileselector.h +include/elementary-1/elc_fileselector_button.h +include/elementary-1/elc_fileselector_button_eo.h +include/elementary-1/elc_fileselector_button_legacy.h +include/elementary-1/elc_fileselector_common.h +include/elementary-1/elc_fileselector_entry.h +include/elementary-1/elc_fileselector_entry_eo.h +include/elementary-1/elc_fileselector_entry_legacy.h +include/elementary-1/elc_fileselector_eo.h +include/elementary-1/elc_fileselector_legacy.h +include/elementary-1/elc_hoversel.h +include/elementary-1/elc_hoversel_eo.h +include/elementary-1/elc_hoversel_legacy.h +include/elementary-1/elc_multibuttonentry.h +include/elementary-1/elc_multibuttonentry_common.h +include/elementary-1/elc_multibuttonentry_eo.h +include/elementary-1/elc_multibuttonentry_legacy.h +include/elementary-1/elc_naviframe.h +include/elementary-1/elc_naviframe_common.h +include/elementary-1/elc_naviframe_eo.h +include/elementary-1/elc_naviframe_legacy.h +include/elementary-1/elc_popup.h +include/elementary-1/elc_popup_eo.h +include/elementary-1/elc_popup_legacy.h +include/elementary-1/elm_access.eo.h +include/elementary-1/elm_access.eo.legacy.h +include/elementary-1/elm_access.h +include/elementary-1/elm_actionslider.eo.h +include/elementary-1/elm_actionslider.eo.legacy.h +include/elementary-1/elm_actionslider.h +include/elementary-1/elm_actionslider_eo.h +include/elementary-1/elm_actionslider_legacy.h +include/elementary-1/elm_app.h +include/elementary-1/elm_app_client.eo.h +include/elementary-1/elm_app_client.eo.legacy.h +include/elementary-1/elm_app_client.h +include/elementary-1/elm_app_client_eo.h +include/elementary-1/elm_app_client_view.eo.h +include/elementary-1/elm_app_client_view.eo.legacy.h +include/elementary-1/elm_app_client_view.h +include/elementary-1/elm_app_client_view_eo.h +include/elementary-1/elm_app_common.h +include/elementary-1/elm_app_server.eo.h +include/elementary-1/elm_app_server.eo.legacy.h +include/elementary-1/elm_app_server.h +include/elementary-1/elm_app_server_eet.h +include/elementary-1/elm_app_server_eo.h +include/elementary-1/elm_app_server_view.eo.h +include/elementary-1/elm_app_server_view.eo.legacy.h +include/elementary-1/elm_app_server_view.h +include/elementary-1/elm_app_server_view_eo.h +include/elementary-1/elm_atspi_app_object.eo.h +include/elementary-1/elm_atspi_app_object.eo.legacy.h +include/elementary-1/elm_atspi_app_object.h +include/elementary-1/elm_atspi_bridge.eo.h +include/elementary-1/elm_atspi_bridge.eo.legacy.h +include/elementary-1/elm_atspi_bridge.h +include/elementary-1/elm_authors.h +include/elementary-1/elm_bg.eo.h +include/elementary-1/elm_bg.eo.legacy.h +include/elementary-1/elm_bg.h +include/elementary-1/elm_bg_eo.h +include/elementary-1/elm_bg_legacy.h +include/elementary-1/elm_box.eo.legacy.h +include/elementary-1/elm_box.h +include/elementary-1/elm_box_common.h +include/elementary-1/elm_box_legacy.h +include/elementary-1/elm_bubble.eo.h +include/elementary-1/elm_bubble.eo.legacy.h +include/elementary-1/elm_bubble.h +include/elementary-1/elm_bubble_eo.h +include/elementary-1/elm_bubble_legacy.h +include/elementary-1/elm_button.eo.h +include/elementary-1/elm_button.eo.legacy.h +include/elementary-1/elm_button.h +include/elementary-1/elm_button_eo.h +include/elementary-1/elm_button_internal_part.eo.h +include/elementary-1/elm_button_internal_part.eo.legacy.h +include/elementary-1/elm_button_legacy.h +include/elementary-1/elm_cache.h +include/elementary-1/elm_calendar.eo.h +include/elementary-1/elm_calendar.eo.legacy.h +include/elementary-1/elm_calendar.h +include/elementary-1/elm_calendar_common.h +include/elementary-1/elm_calendar_eo.h +include/elementary-1/elm_calendar_legacy.h +include/elementary-1/elm_check.eo.h +include/elementary-1/elm_check.eo.legacy.h +include/elementary-1/elm_check.h +include/elementary-1/elm_check_eo.h +include/elementary-1/elm_check_legacy.h +include/elementary-1/elm_clock.eo.h +include/elementary-1/elm_clock.eo.legacy.h +include/elementary-1/elm_clock.h +include/elementary-1/elm_clock_eo.h +include/elementary-1/elm_clock_legacy.h +include/elementary-1/elm_cnp.h +include/elementary-1/elm_code.h +include/elementary-1/elm_code_common.h +include/elementary-1/elm_code_diff_widget.h +include/elementary-1/elm_code_file.h +include/elementary-1/elm_code_line.h +include/elementary-1/elm_code_parse.h +include/elementary-1/elm_code_text.h +include/elementary-1/elm_code_widget.eo.h +include/elementary-1/elm_code_widget.eo.legacy.h +include/elementary-1/elm_code_widget_legacy.h +include/elementary-1/elm_code_widget_selection.h +include/elementary-1/elm_color_class.h +include/elementary-1/elm_color_item.eo.h +include/elementary-1/elm_color_item.eo.legacy.h +include/elementary-1/elm_colorselector.eo.h +include/elementary-1/elm_colorselector.eo.legacy.h +include/elementary-1/elm_colorselector.h +include/elementary-1/elm_colorselector_common.h +include/elementary-1/elm_colorselector_eo.h +include/elementary-1/elm_colorselector_legacy.h +include/elementary-1/elm_combobox.eo.h +include/elementary-1/elm_combobox.eo.legacy.h +include/elementary-1/elm_config.h +include/elementary-1/elm_conform.h +include/elementary-1/elm_conform_eo.h +include/elementary-1/elm_conform_legacy.h +include/elementary-1/elm_conformant.eo.h +include/elementary-1/elm_conformant.eo.legacy.h +include/elementary-1/elm_ctxpopup.eo.h +include/elementary-1/elm_ctxpopup.eo.legacy.h +include/elementary-1/elm_ctxpopup_internal_part.eo.h +include/elementary-1/elm_ctxpopup_internal_part.eo.legacy.h +include/elementary-1/elm_ctxpopup_item.eo.h +include/elementary-1/elm_ctxpopup_item.eo.legacy.h +include/elementary-1/elm_cursor.h +include/elementary-1/elm_datetime.eo.h +include/elementary-1/elm_datetime.eo.legacy.h +include/elementary-1/elm_datetime.h +include/elementary-1/elm_datetime_common.h +include/elementary-1/elm_datetime_eo.h +include/elementary-1/elm_datetime_legacy.h +include/elementary-1/elm_dayselector.eo.h +include/elementary-1/elm_dayselector.eo.legacy.h +include/elementary-1/elm_dayselector.h +include/elementary-1/elm_dayselector_eo.h +include/elementary-1/elm_dayselector_internal_part.eo.h +include/elementary-1/elm_dayselector_internal_part.eo.legacy.h +include/elementary-1/elm_dayselector_item.eo.h +include/elementary-1/elm_dayselector_item.eo.legacy.h +include/elementary-1/elm_dayselector_legacy.h +include/elementary-1/elm_debug.h +include/elementary-1/elm_deprecated.h +include/elementary-1/elm_diskselector.eo.h +include/elementary-1/elm_diskselector.eo.legacy.h +include/elementary-1/elm_diskselector.h +include/elementary-1/elm_diskselector_common.h +include/elementary-1/elm_diskselector_eo.h +include/elementary-1/elm_diskselector_item.eo.h +include/elementary-1/elm_diskselector_item.eo.legacy.h +include/elementary-1/elm_diskselector_legacy.h +include/elementary-1/elm_entry.eo.h +include/elementary-1/elm_entry.eo.legacy.h +include/elementary-1/elm_entry.h +include/elementary-1/elm_entry_common.h +include/elementary-1/elm_entry_eo.h +include/elementary-1/elm_entry_internal_part.eo.h +include/elementary-1/elm_entry_internal_part.eo.legacy.h +include/elementary-1/elm_entry_legacy.h +include/elementary-1/elm_fileselector.eo.h +include/elementary-1/elm_fileselector.eo.legacy.h +include/elementary-1/elm_fileselector_button.eo.h +include/elementary-1/elm_fileselector_button.eo.legacy.h +include/elementary-1/elm_fileselector_entry.eo.h +include/elementary-1/elm_fileselector_entry.eo.legacy.h +include/elementary-1/elm_fileselector_entry_internal_part.eo.h +include/elementary-1/elm_fileselector_entry_internal_part.eo.legacy.h +include/elementary-1/elm_finger.h +include/elementary-1/elm_flip.h +include/elementary-1/elm_flip_internal_part.eo.h +include/elementary-1/elm_flip_internal_part.eo.legacy.h +include/elementary-1/elm_flipselector.eo.h +include/elementary-1/elm_flipselector.eo.legacy.h +include/elementary-1/elm_flipselector.h +include/elementary-1/elm_flipselector_eo.h +include/elementary-1/elm_flipselector_item.eo.h +include/elementary-1/elm_flipselector_item.eo.legacy.h +include/elementary-1/elm_flipselector_legacy.h +include/elementary-1/elm_focus.h +include/elementary-1/elm_focus_item.h +include/elementary-1/elm_font.h +include/elementary-1/elm_frame.h +include/elementary-1/elm_gen.h +include/elementary-1/elm_gen_common.h +include/elementary-1/elm_general.eot.h +include/elementary-1/elm_general.h +include/elementary-1/elm_gengrid.eo.h +include/elementary-1/elm_gengrid.eo.legacy.h +include/elementary-1/elm_gengrid.h +include/elementary-1/elm_gengrid_common.h +include/elementary-1/elm_gengrid_eo.h +include/elementary-1/elm_gengrid_item.eo.h +include/elementary-1/elm_gengrid_item.eo.legacy.h +include/elementary-1/elm_gengrid_legacy.h +include/elementary-1/elm_gengrid_pan.eo.h +include/elementary-1/elm_gengrid_pan.eo.legacy.h +include/elementary-1/elm_genlist.eo.h +include/elementary-1/elm_genlist.eo.legacy.h +include/elementary-1/elm_genlist.h +include/elementary-1/elm_genlist_common.h +include/elementary-1/elm_genlist_eo.h +include/elementary-1/elm_genlist_item.eo.h +include/elementary-1/elm_genlist_item.eo.legacy.h +include/elementary-1/elm_genlist_legacy.h +include/elementary-1/elm_genlist_pan.eo.h +include/elementary-1/elm_genlist_pan.eo.legacy.h +include/elementary-1/elm_gesture_layer.eo.h +include/elementary-1/elm_gesture_layer.eo.legacy.h +include/elementary-1/elm_gesture_layer.h +include/elementary-1/elm_gesture_layer_common.h +include/elementary-1/elm_gesture_layer_eo.h +include/elementary-1/elm_gesture_layer_legacy.h +include/elementary-1/elm_getting_started.h +include/elementary-1/elm_glview.eo.h +include/elementary-1/elm_glview.eo.legacy.h +include/elementary-1/elm_glview.h +include/elementary-1/elm_glview_common.h +include/elementary-1/elm_glview_eo.h +include/elementary-1/elm_glview_legacy.h +include/elementary-1/elm_grid.eo.legacy.h +include/elementary-1/elm_grid.h +include/elementary-1/elm_grid_legacy.h +include/elementary-1/elm_helper.h +include/elementary-1/elm_hover.eo.h +include/elementary-1/elm_hover.eo.legacy.h +include/elementary-1/elm_hover.h +include/elementary-1/elm_hover_eo.h +include/elementary-1/elm_hover_internal_part.eo.h +include/elementary-1/elm_hover_internal_part.eo.legacy.h +include/elementary-1/elm_hover_legacy.h +include/elementary-1/elm_hoversel.eo.h +include/elementary-1/elm_hoversel.eo.legacy.h +include/elementary-1/elm_hoversel_item.eo.h +include/elementary-1/elm_hoversel_item.eo.legacy.h +include/elementary-1/elm_icon.eo.h +include/elementary-1/elm_icon.eo.legacy.h +include/elementary-1/elm_icon.h +include/elementary-1/elm_icon_eo.h +include/elementary-1/elm_icon_legacy.h +include/elementary-1/elm_image.h +include/elementary-1/elm_image_eo.h +include/elementary-1/elm_image_legacy.h +include/elementary-1/elm_index.eo.h +include/elementary-1/elm_index.eo.legacy.h +include/elementary-1/elm_index.h +include/elementary-1/elm_index_eo.h +include/elementary-1/elm_index_item.eo.h +include/elementary-1/elm_index_item.eo.legacy.h +include/elementary-1/elm_index_legacy.h +include/elementary-1/elm_interface_atspi_accessible.eo.h +include/elementary-1/elm_interface_atspi_accessible.eo.legacy.h +include/elementary-1/elm_interface_atspi_accessible.h +include/elementary-1/elm_interface_atspi_action.eo.h +include/elementary-1/elm_interface_atspi_action.eo.legacy.h +include/elementary-1/elm_interface_atspi_component.eo.h +include/elementary-1/elm_interface_atspi_component.eo.legacy.h +include/elementary-1/elm_interface_atspi_image.eo.h +include/elementary-1/elm_interface_atspi_image.eo.legacy.h +include/elementary-1/elm_interface_atspi_selection.eo.h +include/elementary-1/elm_interface_atspi_selection.eo.legacy.h +include/elementary-1/elm_interface_atspi_text.eo.h +include/elementary-1/elm_interface_atspi_text.eo.legacy.h +include/elementary-1/elm_interface_atspi_text.h +include/elementary-1/elm_interface_atspi_text_editable.eo.h +include/elementary-1/elm_interface_atspi_text_editable.eo.legacy.h +include/elementary-1/elm_interface_atspi_value.eo.h +include/elementary-1/elm_interface_atspi_value.eo.legacy.h +include/elementary-1/elm_interface_atspi_widget_action.eo.h +include/elementary-1/elm_interface_atspi_widget_action.eo.legacy.h +include/elementary-1/elm_interface_atspi_widget_action.h +include/elementary-1/elm_interface_atspi_window.eo.h +include/elementary-1/elm_interface_atspi_window.eo.legacy.h +include/elementary-1/elm_interface_atspi_window.h +include/elementary-1/elm_interface_fileselector.eo.h +include/elementary-1/elm_interface_fileselector.eo.legacy.h +include/elementary-1/elm_interface_fileselector.h +include/elementary-1/elm_interface_scrollable.eo.h +include/elementary-1/elm_interface_scrollable.eo.legacy.h +include/elementary-1/elm_interface_scrollable.h +include/elementary-1/elm_interfaces.h +include/elementary-1/elm_intro.h +include/elementary-1/elm_inwin.eo.h +include/elementary-1/elm_inwin.eo.legacy.h +include/elementary-1/elm_inwin.h +include/elementary-1/elm_inwin_eo.h +include/elementary-1/elm_inwin_legacy.h +include/elementary-1/elm_label.eo.h +include/elementary-1/elm_label.eo.legacy.h +include/elementary-1/elm_label.h +include/elementary-1/elm_label_eo.h +include/elementary-1/elm_label_legacy.h +include/elementary-1/elm_layout.eo.h +include/elementary-1/elm_layout.eo.legacy.h +include/elementary-1/elm_layout.h +include/elementary-1/elm_layout_common.h +include/elementary-1/elm_layout_eo.h +include/elementary-1/elm_layout_internal_part.eo.h +include/elementary-1/elm_layout_internal_part.eo.legacy.h +include/elementary-1/elm_layout_legacy.h +include/elementary-1/elm_list.eo.h +include/elementary-1/elm_list.eo.legacy.h +include/elementary-1/elm_list.h +include/elementary-1/elm_list_eo.h +include/elementary-1/elm_list_item.eo.h +include/elementary-1/elm_list_item.eo.legacy.h +include/elementary-1/elm_list_legacy.h +include/elementary-1/elm_macros.h +include/elementary-1/elm_map.eo.h +include/elementary-1/elm_map.eo.legacy.h +include/elementary-1/elm_map.h +include/elementary-1/elm_map_common.h +include/elementary-1/elm_map_eo.h +include/elementary-1/elm_map_legacy.h +include/elementary-1/elm_map_pan.eo.h +include/elementary-1/elm_map_pan.eo.legacy.h +include/elementary-1/elm_mapbuf.eo.legacy.h +include/elementary-1/elm_mapbuf.h +include/elementary-1/elm_mapbuf_internal_part.eo.h +include/elementary-1/elm_mapbuf_internal_part.eo.legacy.h *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***