This is an automated email from the git hooks/post-receive script.
zmike pushed a change to annotated tag v1.22.1
in repository core/efl.
at 7432078fe4 (tag)
tagging 91e23eddc9e475f828b698758b205c8a90d9541d (commit)
replaces v1.22.0
tagged by Mike Blumenkrantz
on Wed Apr 17 15:00:38 2019 -0400
- Log -----------------------------------------------------------------
v1.22.1
Boris Faure (4):
meson: skip trailing dot if any + more posix compliant
meson: set ENABLE_XIM if the xim module is compiled
ecore_imf: do not loop forever on shutdown when there is no more a display
autotools: remove all usage of evas_image_loader_tgv_(cflags|libs)
Carsten Haitzler (11):
remove vpath test for user dir the test was broken and fixing is insane
tests - fix check header to always include eina due to windows
edje example edc - remove misleading signals that aren't used
ecore drm2 - handle possible NULL fb when doing a flip
evas map - mark npoints param as unused because it is remove warning
evas common - convert - rotate tiled - fix const ptr warnings
evas common - tiled rotate - fix signedness of neon intrinsics - warning
evas - fix crash/junk pixel content but with tiled rotate at 270 + neon
tests - remove one of the eina strtod tests as libc is failing
meson - evas loader confg install script - make it /bin/sh compliant
meson - oops - used sh not dash
Cedric BAIL (4):
elementary: it seems I forgot to initialize some meaningful boolean.
elementary: fix error path during shutdown of fileselector.
eio: do not fail in case of early ECANCEL.
eio: remove unecessary printf from tests.
Daniel Kolesa (1):
elua: add all missing eolian api bindings
Felipe Magno de Almeida (3):
efl-mono: Fix --enable-mono-beta for tests
efl-mono: Make override of methods only for methods that are defined by
the user
efl-mono: Add test and fix problem with private dynamic types passed as
parameters
Jaehyun Cho (4):
elementary: fix not to call duplicate theme set
configure: fix build error of efl_custom_exports_mono.c
efl_ui_list: fix to delete sub objects in efl_object_invalidate
efl_ui_pager: fix to delete component objects when pager is deleted
Jaeun Choi (1):
elm_panel/efl_ui_panel: disable scrolling when obj is disabled
JunsuChoi (4):
svg_parse: The percentage gradient value divide by view's size
svg_parse: Change initial value of gradientUnits of linearGradient
vg_common_svg : Add missing eet data descriptor
svg_parse: Support gradient when <defs/> is not declared.
Lauro Moura (8):
csharp: Add some null checks.
csharp: Fix GetUserMethods and NativeClass
csharp: Make concrete classes internal.
csharp: Fix free_cb calling under dotnet.
csharp: Rename MarshalTest to MarshalEo
csharp: Remove unused variable `methods` warning.
csharp: Remove warning about clashing GetType() methods
cxx: Fix eldbus meta include name
Marcel Hollerbach (2):
efl_ui_widget: we should ensure that every subobject is a gfx entity
efl_ui_table: remove callbacks when item is removed
Mike Blumenkrantz (3):
add EFL_VERSION_1_22 defines
efl_ui_image: fix warning about calling smooth_scale_set on non-image
release: Update NEWS and bump version for 1.22.1 release
Taehyub Kim (1):
elm_notify: fix theme apply logic for new return value
Vincent Torri (5):
eldbus unit test: fix warnings
unit tests: fix warnings when fork() is not available, fix evil's unit
tests compilation
elementary: rename ELEMENTARY_BUILD to EFL_BUILD like all other libs
Windows : fix the definition of EAPI
efl-net.pc.in : honor datarootdir
Wonki Kim (1):
scroll_mgr: fix a type for some vars to be portable
Woochanlee (1):
efl_ui_widget: Fix disabled set calling without meaning.
Xavi Artigas (9):
docs: Remove silly [[[ typos
efl-mono: Fix eolian_mono help
efl-mono: Allow generating doc refs for methods without class
efl-mono: Allow doc XML tags to be nested
mono-docs: Allow embedding external examples
mono-docs: Properly indent code examples
mono-docs: Allow derived classes to have external examples
mono-docs: No need no blacklist *Concrete classes anymore
docs: Typo
Yeongjong Lee (3):
efl_ui_widget: avoid calling null parent
gitignore: add elm_default_config.x
efl.pack_linear: Clarify behavior and docs
abdulleh Ghujeh (1):
Unreachable code
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 6acb082aa9 elementary: fix not to call duplicate theme set
new 6383fc8d27 elementary: it seems I forgot to initialize some
meaningful boolean.
new e739f551fe elementary: fix error path during shutdown of
fileselector.
new 7ad33fa612 eio: do not fail in case of early ECANCEL.
new 1e63da75d6 tests - remove one of the eina strtod tests as libc is
failing
new f5db624f1a elm_panel/efl_ui_panel: disable scrolling when obj is
disabled
new fc2f7170da configure: fix build error of efl_custom_exports_mono.c
new 02e3a958cb eldbus unit test: fix warnings
new 9c2b26ae61 unit tests: fix warnings when fork() is not available,
fix evil's unit tests compilation
new 12acfd2840 efl-mono: Fix --enable-mono-beta for tests
new 06991872dd efl-mono: Make override of methods only for methods that
are defined by the user
new 0067ad449a csharp: Add some null checks.
new 715b382460 efl-mono: Add test and fix problem with private dynamic
types passed as parameters
new 6894d048a2 svg_parse: The percentage gradient value divide by
view's size
new 72477dc61d svg_parse: Change initial value of gradientUnits of
linearGradient
new 054071ae18 docs: Remove silly [[[ typos
new a245ef588b meson - evas loader confg install script - make it
/bin/sh compliant
new 2ce57579ec meson - oops - used sh not dash
new 317c6e4e39 efl-mono: Fix eolian_mono help
new f77e43ac4e csharp: Fix GetUserMethods and NativeClass
new d44445529f meson: skip trailing dot if any + more posix compliant
new 4c85510d74 meson: set ENABLE_XIM if the xim module is compiled
new 87877c389a ecore_imf: do not loop forever on shutdown when there is
no more a display
new df662649fc vg_common_svg : Add missing eet data descriptor
new 5a99182398 svg_parse: Support gradient when <defs/> is not declared.
new dcab92b703 efl-mono: Allow generating doc refs for methods without
class
new e8edd7710e efl-mono: Allow doc XML tags to be nested
new a425a00ecd mono-docs: Allow embedding external examples
new be112b125c mono-docs: Properly indent code examples
new 1e6ada5278 efl_ui_list: fix to delete sub objects in
efl_object_invalidate
new 2009aa3e28 elementary: rename ELEMENTARY_BUILD to EFL_BUILD like
all other libs
new 41189a0051 efl_ui_widget: Fix disabled set calling without meaning.
new 4e082a6be0 efl_ui_widget: avoid calling null parent
new 5f7be6a3e5 elua: add all missing eolian api bindings
new 800b931269 mono-docs: Allow derived classes to have external
examples
new 458ab7a5f7 scroll_mgr: fix a type for some vars to be portable
new 5f603394d2 gitignore: add elm_default_config.x
new af21b8577e Unreachable code
new 3a43a2822e Windows : fix the definition of EAPI
new c22c24101c csharp: Make concrete classes internal.
new 28a7fa9bd5 mono-docs: No need no blacklist *Concrete classes anymore
new 79134bf23f csharp: Fix free_cb calling under dotnet.
new d52413495c csharp: Rename MarshalTest to MarshalEo
new 2ee3bce648 csharp: Remove unused variable `methods` warning.
new 93bbf71b72 csharp: Remove warning about clashing GetType() methods
new 70bd89123b cxx: Fix eldbus meta include name
new b5a0e801e6 docs: Typo
new 679b95a073 efl_ui_image: fix warning about calling smooth_scale_set
on non-image
new 644894f714 efl_ui_pager: fix to delete component objects when pager
is deleted
new 4c2846f471 elm_notify: fix theme apply logic for new return value
new e6cb121dc0 efl.pack_linear: Clarify behavior and docs
new d70f175cda efl_ui_widget: we should ensure that every subobject is
a gfx entity
new bac6f5acd4 efl_ui_table: remove callbacks when item is removed
new b87fc2c15d efl-net.pc.in : honor datarootdir
new c3a01719d4 autotools: remove all usage of
evas_image_loader_tgv_(cflags|libs)
new 0e4aaead39 eio: remove unecessary printf from tests.
new 91e23eddc9 release: Update NEWS and bump version for 1.22.1 release
The 57 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--