efl/NEWS

72 lines
2.6 KiB
Plaintext
Raw Normal View History

=========
EFL 1.8.0
=========
Changes since 1.7.0:
--------------------
Additions:
* Add DOCTYPE children parsing in eina_simple_xml
2012-10-16 23:04:02 -07:00
* Add eina_barrier thread API
* Add eina_tmpstr_add() and eina_tmpstr_del()
* Add eina_thread API
* Add eina_list_last_data_get
* Add Cserve2 scalecache support
* ecore_x:
- Add window profile support.
ECORE_X_ATOM_E_WINDOW_PROFILE_SUPPORTED
ECORE_X_ATOM_E_WINDOW_PROFILE
ECORE_X_ATOM_E_WINDOW_PROFILE_CHANGE
ECORE_X_ATOM_E_WINDOW_PROFILE_AVAILABLE_LIST
ECORE_X_ATOM_E_WINDOW_PROFILE_CHANGE_REQUEST
ECORE_X_ATOM_E_WINDOW_PROFILE_CHANGE_DONE
ecore_x_e_window_profile_supported_set()
ecore_x_e_window_profile_supported_get()
ecore_x_e_window_available_profiles_set()
ecore_x_e_window_available_profiles_get()
ecore_x_e_window_profile_change_send()
ecore_x_e_window_profile_change_request_send()
ecore_x_e_window_profile_change_done_send()
* ecore_evas:
- ecore_evas_window_profile_supported_get()
- ecore_evas_window_profile_set()
- ecore_evas_window_profile_get()
- ecore_evas_window_available_profiles_set()
- ecore_evas_window_available_profiles_get()
- ecore_evas_sub_ecore_evas_list_get()
* ecore_evas_extn:
- Add window profile support.
* ecore_evas_buffer:
- Add window profile support.
Deprecations:
* ecore_x:
- Old profile stuffs.
ECORE_X_ATOM_E_PROFILE
ECORE_X_ATOM_E_PROFILE_LIST
ecore_x_e_window_profile_list_set()
ecore_x_e_window_profile_list_get()
* ecore_evas: deprecate DirectFB, XRender, WinCE, X11-16 and X11-8.
Removed:
* directfb support: ecore_directfb and evas directfb engine.
* Removed XRender, WinCE, X11-16 and X11-8 ecore_evas support.
Improvements:
* Single EFL tree covering all EFL library components.
* Speedup Eina Rbtree Iterator by recycling memory instead of
repeatedly calling malloc/free.
* Display more information with eet -l -v.
Fixes:
* Fix PPC (big endian) image codec bug.
* Fix return value of eina_mmap_safety_enabled_set() and future
eina_mmap_safety_enabled_get() returns after success
* Fixed GLX native surface handling to use glXChooseFBConfig.
This frixes a break in compositing on new intel mesa drivers.
* Fixed glGetIntegerv() in Direct Rendering mode for Evas GL
to properly handle GL_SCISSOR_BOX and GL_VIEWPORT parameters.
* Fixed textblock textprop leak.
* Fixed evas_object_box to reset size_hint_min to zero when no child.
* Fix build of Ecore_Evas_Extn on Solaris.