This is an automated email from the git hooks/post-receive script.

zmike pushed a change to annotated tag v1.22.2
in repository core/efl.

        at  32ad36b97d (tag)
   tagging  bc79a67bbef6d0ef4eb11a08851fe64ee3499c2c (commit)
  replaces  v1.22.1
 tagged by  Mike Blumenkrantz
        on  Wed May 1 16:22:11 2019 -0400

- Log -----------------------------------------------------------------
1.22.2

Ali Alzyod (2):
      Freeing Global Memory list on destructor
      evas: change way of searching for Escape strings/values in textblock

Boris Faure (1):
      fix compilation on alpine

Carsten Haitzler (1):
      ecore drm2 - fix timeout in case case called from thread

Cedric BAIL (10):
      elementary: ensure that the parent model is still alive when resolving 
future for fileselector.
      elementary: enforce Efl.IoModel as a base type for fileselector.
      elementary: add a queue to postpone object destruction when necessary.
      elementary: fix elm_fileselector_entry model_get to be properly build 
with a parent and synchronously.
      elementary: fix another instances of no parent for Efl.Io.Model.
      ecore: rely on event instead of creating one Eo object per future that 
need resolving.
      eina: allow copy of EINA_VALUE_EMPTY type.
      ecore: fix efl_model_property_ready_get to actually return the right 
future when the data is not ready.
      ecore: protect efl_model_properties_get from accesing NULL pointer when 
Model parent is not a Efl.BooleanModel.
      eio: do not fail when the future has been cancelled properly.

Christopher Michael (8):
      ecore-drm2: Make atomic property values support uint64_t
      elm_atspi_bridget: Fix resource leak
      elput: Remove useless call to eldbus_message_unref
      efl_core_command_line: Fix resource leak
      ecore-evas-x: Fix double free
      elc_hoversel: Fix crash when no sd->last_location
      ecore-wl2: Minor formatting fixes
      ecore-wl2: Minor formatting fixes

Hermet Park (7):
      evas common: small optimization.
      canvas map: remove the workaround code.
      Revert "evas-wbmp: revert previous two patches"
      evas wbmp loader: coming previous patch with fixing wrong calc.
      evas wbmp: fix wrong calc order.
      evas x: code refactoring.
      evas png loader: optimize scale down logic.

Hosang Kim (1):
      evas_events: fix grab count does not become 0 with proxy object.

Jaehyun Cho (2):
      efl_ui_stack: handle memory allocation fail
      efl_canvas_animation_player: fix to apply animation when player starts

JunsuChoi (2):
      vg_common_svg: Prevent duplicate operations for percentage value
      README, doc : Fix typo

Lauro Moura (6):
      csharp: Simple spacing rules changes
      csharp: klass style changes
      csharp: Small style changes
      csharp: refactor native_inherit into a nested class.
      csharp: Fixes repeated method names.
      csharp: Fix test code memory handling

Marcel Hollerbach (21):
      eina_vpath do not pass things through snprintf when not expected.
      meson: unbreak cxx header installation
      efl_ui_panel: redo content handling
      efl_ui_layout: only delete and unparent objects here when alive
      efl_ui_win: do not error when NULL is setted as content
      elm_part_helper: emit changed events when content is changed
      efl_ui_popup: fix widget_parent inheritance
      efl_ui_tab_page: implement content_set / unset correctly
      efl_ui_scroller: fix Efl.Content implementation
      meson: ensure that buffer header is installed correctly
      meson: do not use the variable name env in mono
      efl_ui_grid: fixup pack APIs
      efl_ui_grid: implement index behaviour of efl_pack
      efl_ui_grid: add an error to grid
      efl_ui_grid: reparent deleted children
      efl_ui_grid: do not delete a item that is not part of this container
      efl_ui_pager: provide a pack( implementation
      efl_ui_pager: ensure deletion behavior
      efl_ui_widget: error on NULL passing
      efl_ui_pager: redirect deleted objects to the top
      efl_ui_pager: error when you try to delete something which unavailable

Mike Blumenkrantz (3):
      tests: add api coverage for evas image
      evas: implement Efl.File.unload for evas image classes
      release: Update NEWS and bump version for 1.22.2 release

Taehyub Kim (1):
      elc_hoversel: fix selected event compatibility issue

Vincent Torri (1):
      eina_unicode: return NULL if allocation fails

Wonki Kim (2):
      ecore_wl2_input: fix a way it works when it has multiple input devices
      wl2_input: fix a problem that occurs in case of using both pointer/touch 
input devices

Woochanlee (1):
      elm_theme: Check the ref count to delete or unref.

Xavi Artigas (8):
      docs: Clarify Efl.Content behavior
      mono-docs: Use full name in list of derived classes
      mono-docs: Use full name in page title
      mono-docs: Update DocFX blacklist
      mono-docs: Honor DESTDIR when installing XML docs
      docs: Fix genlist widget preview generation
      docs: Reword Efl.Container and family
      docs: Minor adjustments to Efl.Ui.Progressbar

Yeongjong Lee (8):
      ui.widget: remove elm_widget_sub_object_parent_add from each of widgets
      efl/elm_scroller: apply color_set correctly
      ui.relative_layout: replace evas_object_event_callback_xxx with 
efl_event_callback_xxx
      ui.relative_layout: add internal clipper
      ui.relative_layout: add callbacks to update layout
      ui.relative_layout: enhance relation_xxx_set,get apis
      ui.relative_layout: fix incorrect type casting
      edje_calc: replace eina_stringshare_ref with eina_stringshare_add

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  a6f2720a45 tests: add api coverage for evas image
       new  7947cbddeb ui.widget: remove elm_widget_sub_object_parent_add from 
each of widgets
       new  b60e894ad9 Freeing Global Memory list on destructor
       new  8e2c3217a5 efl/elm_scroller: apply color_set correctly
       new  75e3d97024 docs: Clarify Efl.Content behavior
       new  d7967b8395 evas common: small optimization.
       new  6df5d038dc canvas map: remove the workaround code.
       new  d49685cd83 ecore-drm2: Make atomic property values support uint64_t
       new  570005213a evas: implement Efl.File.unload for evas image classes
       new  144bb7e10c meson: unbreak cxx header installation
       new  c858940928 elementary: ensure that the parent model is still alive 
when resolving future for fileselector.
       new  8116633474 vg_common_svg: Prevent duplicate operations for 
percentage value
       new  8388308f4c efl_ui_panel: redo content handling
       new  21605898df efl_ui_layout: only delete and unparent objects here 
when alive
       new  d588ad12d8 efl_ui_win: do not error when NULL is setted as content
       new  3701a57dc4 elm_part_helper: emit changed events when content is 
changed
       new  f836dd0c22 elementary: enforce Efl.IoModel as a base type for 
fileselector.
       new  568e1db550 elementary: add a queue to postpone object destruction 
when necessary.
       new  171aeb16a5 elementary: fix elm_fileselector_entry model_get to be 
properly build with a parent and synchronously.
       new  d9d69e3ef8 elementary: fix another instances of no parent for 
Efl.Io.Model.
       new  bd5946dabe ui.relative_layout: replace 
evas_object_event_callback_xxx with efl_event_callback_xxx
       new  6a1369d26e ecore_wl2_input: fix a way it works when it has multiple 
input devices
       new  beb45a4c15 csharp: Simple spacing rules changes
       new  787b3374a9 csharp: klass style changes
       new  8d53c19d9c csharp: Small style changes
       new  f6152b5b37 elc_hoversel: fix selected event compatibility issue
       new  5229eb7f84 mono-docs: Use full name in list of derived classes
       new  f50d97dc21 mono-docs: Use full name in page title
       new  3675f8931f csharp: refactor native_inherit into a nested class.
       new  caa34004dd mono-docs: Update DocFX blacklist
       new  32a332846a csharp: Fixes repeated method names.
       new  5e9b279dc1 elm_atspi_bridget: Fix resource leak
       new  ec1b51ef34 elput: Remove useless call to eldbus_message_unref
       new  5761778d6e fix compilation on alpine
       new  39c06dd634 mono-docs: Honor DESTDIR when installing XML docs
       new  6dbf843afb csharp: Fix test code memory handling
       new  f893ef54d3 efl_core_command_line: Fix resource leak
       new  710ecf5c63 efl_ui_popup: fix widget_parent inheritance
       new  cffe1ad99d efl_ui_tab_page: implement content_set / unset correctly
       new  0e99b33c39 efl_ui_scroller: fix Efl.Content implementation
       new  b5d565bed6 ecore: rely on event instead of creating one Eo object 
per future that need resolving.
       new  50ed660f27 Revert "evas-wbmp: revert previous two patches"
       new  c32e0e2ff3 evas wbmp loader: coming previous patch with fixing 
wrong calc.
       new  1fc732a1ec evas wbmp: fix wrong calc order.
       new  d79cc48fca efl_ui_stack: handle memory allocation fail
       new  d5fb149db2 efl_canvas_animation_player: fix to apply animation when 
player starts
       new  6548c36279 meson: ensure that buffer header is installed correctly
       new  77fc0d9b83 evas x: code refactoring.
       new  51e4060189 docs: Fix genlist widget preview generation
       new  a9394a6a5c ui.relative_layout: add internal clipper
       new  91accc3628 ui.relative_layout: add callbacks to update layout
       new  19d8e815cc ui.relative_layout: enhance relation_xxx_set,get apis
       new  b8904f38a5 ui.relative_layout: fix incorrect type casting
       new  9aaab0b017 ecore-evas-x: Fix double free
       new  96599425f1 meson: do not use the variable name env in mono
       new  7f05be39f1 README, doc : Fix typo
       new  6d45e49698 evas: change way of searching for Escape strings/values 
in textblock
       new  c3bc21bc24 elm_theme: Check the ref count to delete or unref.
       new  57644b8d58 evas_events: fix grab count does not become 0 with proxy 
object.
       new  4c89d5021b edje_calc: replace eina_stringshare_ref with 
eina_stringshare_add
       new  642dc1fe85 efl_ui_grid: fixup pack APIs
       new  2f24743d15 efl_ui_grid: implement index behaviour of efl_pack
       new  6045a958f0 efl_ui_grid: add an error to grid
       new  5464f9c548 efl_ui_grid: reparent deleted children
       new  633b14277b efl_ui_grid: do not delete a item that is not part of 
this container
       new  829a438271 docs: Reword Efl.Container and family
       new  06c03e9b98 eina: allow copy of EINA_VALUE_EMPTY type.
       new  50f9398202 ecore: fix efl_model_property_ready_get to actually 
return the right future when the data is not ready.
       new  b85c087344 ecore: protect efl_model_properties_get from accesing 
NULL pointer when Model parent is not a Efl.BooleanModel.
       new  c4bd672195 eio: do not fail when the future has been cancelled 
properly.
       new  50547a9cb1 elc_hoversel: Fix crash when no sd->last_location
       new  b04569f93a evas png loader: optimize scale down logic.
       new  5858b4038e docs: Minor adjustments to Efl.Ui.Progressbar
       new  149b94c74c ecore-wl2: Minor formatting fixes
       new  451c09bc83 ecore-wl2: Minor formatting fixes
       new  6b7a9dc420 eina_unicode: return NULL if allocation fails
       new  c3802e1e1d ecore drm2 - fix timeout in case case called from thread
       new  ed2b2aa790 wl2_input: fix a problem that occurs in case of using 
both pointer/touch input devices
       new  c62703a0d9 efl_ui_pager: provide a pack( implementation
       new  a8b82f94d9 efl_ui_pager: ensure deletion behavior
       new  f1426fa2fc efl_ui_widget: error on NULL passing
       new  88cc86222e efl_ui_pager: redirect deleted objects to the top
       new  94ef4bf9c3 efl_ui_pager: error when you try to delete something 
which unavailable
       new  bc79a67bbe release: Update NEWS and bump version for 1.22.2 release

The 84 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.


-- 


Reply via email to