ecore: rewrite of Ecore_Thread internal to use Eina_Lock and ecore_main_loop_thread_s...
[framework/uifw/ecore.git] / NEWS
1 Ecore 1.2.0
2
3 Changes since Ecore 1.1.0:
4 --------------------------
5
6 Additions:
7     * ecore
8      - ecore_timer_reset()
9     * ecore_con
10      - ecore_con_socks api
11      - ecore_con_ssl_server_verify_name_set/get
12      - ecore_con_ssl_server_cafile_add() now accepts directories
13      - ECORE_CON_REMOTE_CORK
14      - ecore_con_url_proxy_set()
15      - ecore_con_url_timeout_set()
16      - ecore_con_url_proxy_username_set
17      - ecore_con_url_proxy_password_set()
18      - ecore_con_url_http_version_set()
19     * ecore_x:
20      - ecore_x_randr_output_backlight_available()
21     * ecore_evas:
22      - Add Shm and Egl engines for ecore_evas to draw in Wayland.
23      - Add Socket and Plug to draw other process area.
24     * ecore_wayland
25      - Add Ecore_Wayland (backend to support Wayland).
26
27 Improvements:
28     * ecore:
29      - most allocations moved to mempools
30     * ecore_con:
31      - certificates can now be added for STARTTTLS
32     * ecore_win32:
33      - fix modifiers value on Windows XP
34     * ecore_thread:
35      - use eina_lock
36      - use Ecore thread safe async call
37
38 Ecore 1.1.0
39
40 Changes since Ecore 1.0.0:
41 --------------------------
42
43 Additions:
44
45     * ecore:
46      - ecore_thread_reschedule()
47      - ecore_exe_data_set()
48      - ecore_animator_timeline_add()
49      - ecore_timer_dump()
50      - custom ecore animator tick mode and support
51      - ecore_pipe_freeze/thaw()
52      - ecore_pipe_wait()
53      - ecore_throttle()
54      - ecore_main_loop_thread_safe_call_async()
55      - ecore_main_loop_thread_safe_call_sync()
56      - ecore_thread_main_loop_begin()
57      - ecore_thread_main_loop_end()
58
59     * ecore_con:
60      - ECORE_CON_EVENT_CLIENT_ERROR, ECORE_CON_EVENT_SERVER_ERROR events
61      - Ecore_Con_Event_Server_Error, Ecore_Con_Event_Client_Error types
62      - ecore_con_client_port_get()
63      - ecore_con_url_ssl_verify_peer_set()
64      - ecore_con_url_ssl_ca_set()
65      - ecore_con_url_pipeline_set()
66      - ecore_con_url_pipeline_get()
67      - ecore_con_ssl_client/server_upgrade()
68      - ECORE_CON_CLIENT/SERVER_UPGRADE events
69      - ecore_con_server_timeout_get/set()
70      - ecore_con_ssl_server_verify_basic()
71      - ecore_con_url_url_get()
72      - ecore_con_server_fd_get()
73      - ecore_con_client_fd_get()
74      - ECORE_CON_EVENT_CLIENT_WRITE, ECORE_CON_EVENT_SERVER_WRITE events
75
76     * ecore_evas:
77      - ecore_evas_screen_geometry_get()
78      - ecore_cocoa_evas support
79
80     * ecore_file:
81      - ecore_file_download_full()
82
83     * ecore_imf:
84      - ecore_imf_context_canvas_get()
85      - ecore_imf_context_window_get()
86      - ecore_imf_context_preedit_string_with_attributes_get()
87      - added controls for auto-capitalization and prediction controls
88      - ecore_imf_context_input_panel_enabled_set/get()
89      - ecore_imf_context_cursor_location_set()
90
91     * ecore_x:
92      - ecore_x_randr_edid_*()
93      - ecore_x_randr_screen_backlight_*()
94      - more ecore_x_sync api controls to support ecore_evas
95      - shape input setting support added
96      - ecore_x_screen_size_get()
97
98 Fixes:
99
100     * https failing via curl
101     * removed SIGRT handling as it was broken anyway and unused
102     * space key handling in ecore_wince/ecore_win32 support
103     * wince background erasing
104     * 300 second timeout to handle slow or large downloads in ecore_con
105     * ecore_file intoify fd's to not be inherited by forked children
106     * ecore_file compilation if ecore_con and curl disabled
107     * crash in ecore_con_ssl when attempting connections on dead socket
108     * ecore-evas intereptor not handling override-redirect
109     * ecore_con_url_ftp_upload to complete uploads always
110     * window removal from ignore_list in ecore_x
111     * bug in ecore_evas when setting modifiers for sub buffer canvases
112     * NULL pointer dereference in ecore_x selection notification code
113     * sync GNUTLS thread activation with eina changes
114     * ecore_ipc compilation on Windows
115     * fix Shift, Control, Alt and AltGr keys detection on Windows XP
116     * "mouse-down inside and mouse-up outside" issue on Windows
117     * ecore_x shadow tree search fixed to respect shape input of windows
118     * fd handlers fixed when idler callbacks add jobs or events
119     * ecore_x_selection_convert takes length into account
120     * security issue in openssl certificate verification
121     * gnutls server client certificate verification
122     * epoll delete of fd handling in forked child
123     * grouping of timers that go off very close to eachother go off together
124     * generic event buffer handling in ecore_x fixed
125     * use current size not requested size when getting geom in ecore-evas
126     * ecore_cocoa now handles windows correctly
127     * ecore_file_download error handling when ecore_con_url_get fails
128     * focus and mouse-in ininital siate on some ecore-evas back-ends
129
130 Improvements:
131
132     * reduced memory needed for list of fd's in ecore by using inlist
133     * ecore_evas now is able to send render-done even if not syncing to comp
134     * more safety checks in ecore_con ares support
135     * ecore timer monotonic clock now supported on OSX
136     * make ecore_con work on Windows
137     * improve resize/move on Windows
138     * improve keyboard management on Windows XP
139     * refactored _ecore_main_loop_iterate_internal
140     * better safety with ecore_evas_ecore_evas_get
141     * ecore-evas produces more errors on stderr when errors happen now
142     * ecore-con works on IPv6 now
143     * inet_ntop instead of getnameinfo for ecore_con_client_get_ip
144     * ecore-con unit tests added
145     * ecore-evas fb uses ecore_input_evas now instead of going direct
146     * fix ecore-evas x changing of override support if window not shown yet
147
148 Removals:
149
150     * xrender evas engine support removed from ecore_evas (api still there)
151