Imported Upstream version 1.7.1
[platform/upstream/ecore.git] / NEWS
1 Ecore 1.7.1
2
3 Changes since Ecore 1.7.0:
4 --------------------------
5
6 Fixes:
7     * ecore_con_ssl: fix crash on failure with privkeys and certificate.
8     * ecore_con_ssl: fix ssl connections.
9     * ecore_con: fix race condition with event from disconnected clients.
10     * ecore_con_url: properly reschedule call to curl.
11     * ecore_evas: rotation handling on some driver implementations
12     * ecore_file: ecore_file_escape_name() escape taba nd newline right.
13     * ecore_x_image_is_argb32_get() returns correctly given endianness.
14     * ecore_x: fix ecore_x_randr.
15     * ecore_x: send ECORE_X_EVENT_SELECTION_NOTIFY even if there is no data.
16     * ecore_imf: ibus module potential segv fixed.
17     * ecore: ecore_thread_feedback() memory allocation and corruption fixed.
18
19 Changes since Ecore 1.2.0:
20 --------------------------
21
22 Additions:
23     * ecore:
24      - Add ecore_main_fd_handler_file_add()
25      - Add ecore_fork_reset()
26     * ecore_evas:
27      - Add transparency support on Windows (GDI engine only)
28      - Add API functions to get/set an Ecore_Evas's profile.
29     * ecore_x:
30      - Add Ecore_X_Error_Code enumeration
31      - ECORE_X_RANDR_OUTPUT_POLICY_ASK
32      - Add API functions to get/set an Ecore_X window's profile
33      - Fix ecore_x_randr functions to work properly.
34      - Add missing atom strings for ECORE_X_ATOM_E_ILLUME_WINDOW_STATE
35      - Add missing atom strings for ECORE_X_ATOM_E_ILLUME_WINDOW_STATE_NORMAL
36      - Add missing atom strings for ECORE_X_ATOM_E_ILLUME_WINDOW_STATE_FLOATING
37     * ecore_con:
38      - ECORE_{CON,IPC}_NO_PROXY now available for disabling proxying on certain connections
39      - New dns.c resolver backend for faster dns lookups
40     * immodule:
41      - Add immodule for supporing ibus
42
43 Fixes:
44     * ecore
45      - Prevent running out of fd when cycling ecore_init/ecore_shutdown.
46      - Reduce rounding error in ecore_animator_pos_map.
47      - Send mouse move event before mouse down event in ecore_extn
48      - Reduce race condition on shutdown of Ecore_Thread.
49      - Force cancel of all running Ecore_Thread on shutdown.
50      - Make Ecore_Thread work reliably when called without a running main loop.
51      - Correctly shutdown Ecore_Thread.
52      - Fix usage of FD_SET and al. when fd_set pointers are NULL (Windows)
53      - Fix ecore_thread seg fault on Windows where PHS() was returning a wrong value
54      - Always call evas_render_update_free to prevent leak in Ecore_Evas X bakcend.
55
56     * ecore_x
57      - Fix unitialized Ecore_X_Atom use.
58
59
60 Ecore 1.2.0
61
62 Changes since Ecore 1.1.0:
63 --------------------------
64
65 Additions:
66     * ecore
67      - ecore_timer_reset()
68     * ecore_con
69      - ecore_con_socks api
70      - ecore_con_ssl_server_verify_name_set/get
71      - ecore_con_ssl_server_cafile_add() now accepts directories
72      - ECORE_CON_REMOTE_CORK
73      - ecore_con_url_proxy_set()
74      - ecore_con_url_timeout_set()
75      - ecore_con_url_proxy_username_set()
76      - ecore_con_url_proxy_password_set()
77      - ecore_con_url_http_version_set()
78      - ecore_con_url_status_code_get()
79     * ecore_x:
80      - ecore_x_randr_output_backlight_available()
81      - ecore_x_randr_window_crtcs_get()
82      - Add ability to get resource id of last x error
83      - get keycode from keyname
84      - ecore_x_randr_mode_add()
85      - ecore_x_randr_mode_del()
86      - ecore_x_randr_output_mode_add()
87      - ecore_x_randr_output_mode_del()
88      - Add indicator controls
89      - ecore_x_netwm_icons_set()
90      - ecore_x_illume_clipboard_state_set()
91      - ecore_x_illume_clipboard_state_get()
92      - ecore_x_illume_clipboard_geometry_set()
93      - ecore_x_illume_clipboard_geometry_get()
94      - Add indicator rotation and transparency controls
95     * ecore_evas:
96      - Add Shm and Egl engines for ecore_evas to draw in Wayland.
97      - Add Socket and Plug to draw other process area.
98      - Ability to set pointer for wayland support
99      - Add override_set support on Windows XP
100      - ecore_evas_window_group_set()
101      - ecore_evas_window_group_get()
102      - ecore_evas_aspect_set()
103      - ecore_evas_aspect_get()
104      - ecore_evas_urgent_set()
105      - ecore_evas_urgent_get()
106      - ecore_evas_modal_set()
107      - ecore_evas_modal_get()
108      - ecore_evas_demand_attention_set()
109      - ecore_evas_demand_attention_get()
110      - ecore_evas_focus_skip_set()
111      - ecore_evas_focus_skip_get()
112      - ecore_evas_callback_state_change_set()
113     * ecore_wayland
114      - Add Ecore_Wayland (backend to support Wayland).
115     * ecore_imf
116      - ecore_imf_context_event_callback_add()
117      - ecore_imf_context_event_callback_del()
118      - ecore_imf_context_event_callback_call()
119      - ecore_imf_context_input_panel_imdata_set()
120      - ecore_imf_context_input_panel_imdata_get()
121      - ecore_imf_context_input_panel_return_key_type_set()
122      - ecore_imf_context_input_panel_return_key_type_get()
123      - ecore_imf_context_input_panel_return_key_disabled_set()
124      - ecore_imf_context_input_panel_return_key_disabled_get()
125      - ecore_imf_context_input_panel_caps_lock_mode_set()
126      - ecore_imf_context_input_panel_caps_lock_mode_get()
127      - add XIM attribute support
128      - add HEX, TERMINAL and PASSWORD layouts
129      - panel-specific data set/get
130      - panel show/hide
131      - set return key type or disable return on panel
132     * ecore_win32:
133      - ecore_win32_focus()
134      - ecore_win32_focus_get()
135      - ecore_win32_window_focus()
136      - ecore_win32_window_focus_get()
137     * ecore_wince:
138      - ecore_wince_focus()
139      - ecore_wince_focus_get()
140      - ecore_wince_window_focus()
141      - ecore_wince_window_focus_get()
142     * ecore_wayland:
143      - Add wayland support to ecore
144
145 Fixes:
146     * ecore:
147      - animator adding another animator that adds another animator ... loop.
148      - possible leak related to g_static_mutex's on some architectures.
149      - stop leaking signal events
150     * ecore_thread:
151      - ecore_thread_feedback_run now handle try_no_queue the way it logically should.
152      - prevent double free that could cause crash when an Ecore_Thread stop.
153     * ecore_x:
154      - ecore_x_randr_modes_info_get does not cut off the trailing '\0' anymore.
155      - possible 0 byte allocation.
156     * ecore_win32/wince:
157      - do not autorepeat Ctrl, Shift, Alt and Win keys.
158      - Check control charater and convert into printing character
159     * ecore_con:
160      - fix case where SSL certificates not being used.
161      - post data corruption due to it not being copied to the con struct.
162     * ecore_evas:
163      - mouse down count handling when grabs happen.
164      - ecore_evas_fb support works again now with keyboard input
165     * ecore_file:
166      - do not limit downloads to 30sec with ecore_file_download().
167     * ecore_fb:
168      - bring ecore_fb back to a working state
169
170 Improvements:
171     * ecore:
172      - most allocations moved to mempools
173      - ecore_thread rewrite to use eina_lock and other ecore infra
174     * ecore_con:
175      - certificates can now be added for STARTTTLS
176     * ecore_win32:
177      - fix modifiers value on Windows XP
178     * ecore_thread:
179      - use eina_lock
180      - use Ecore thread safe async call
181     * ecore_evas:
182      - use Evas buffer backend for SDL software engine
183      - clean up ecore-evas-buffer code somewhat
184
185 Deprecations:
186     * ecore_x:
187      - ecore_x_randr_crtc_current_get()
188
189 Removal:
190     * ecore_win32:
191      - ecore_win32_focus_set()
192
193 Ecore 1.1.0
194
195 Changes since Ecore 1.0.0:
196 --------------------------
197
198 Additions:
199
200     * ecore:
201      - ecore_thread_reschedule()
202      - ecore_exe_data_set()
203      - ecore_animator_timeline_add()
204      - ecore_timer_dump()
205      - custom ecore animator tick mode and support
206      - ecore_pipe_freeze/thaw()
207      - ecore_pipe_wait()
208      - ecore_throttle()
209      - ecore_main_loop_thread_safe_call_async()
210      - ecore_main_loop_thread_safe_call_sync()
211      - ecore_thread_main_loop_begin()
212      - ecore_thread_main_loop_end()
213
214     * ecore_con:
215      - ECORE_CON_EVENT_CLIENT_ERROR, ECORE_CON_EVENT_SERVER_ERROR events
216      - Ecore_Con_Event_Server_Error, Ecore_Con_Event_Client_Error types
217      - ecore_con_client_port_get()
218      - ecore_con_url_ssl_verify_peer_set()
219      - ecore_con_url_ssl_ca_set()
220      - ecore_con_url_pipeline_set()
221      - ecore_con_url_pipeline_get()
222      - ecore_con_ssl_client/server_upgrade()
223      - ECORE_CON_CLIENT/SERVER_UPGRADE events
224      - ecore_con_server_timeout_get/set()
225      - ecore_con_ssl_server_verify_basic()
226      - ecore_con_url_url_get()
227      - ecore_con_server_fd_get()
228      - ecore_con_client_fd_get()
229      - ECORE_CON_EVENT_CLIENT_WRITE, ECORE_CON_EVENT_SERVER_WRITE events
230
231     * ecore_evas:
232      - ecore_evas_screen_geometry_get()
233      - ecore_cocoa_evas support
234
235     * ecore_file:
236      - ecore_file_download_full()
237
238     * ecore_imf:
239      - ecore_imf_context_canvas_get()
240      - ecore_imf_context_window_get()
241      - ecore_imf_context_preedit_string_with_attributes_get()
242      - added controls for auto-capitalization and prediction controls
243      - ecore_imf_context_input_panel_enabled_set/get()
244      - ecore_imf_context_cursor_location_set()
245
246     * ecore_x:
247      - ecore_x_randr_edid_*()
248      - ecore_x_randr_screen_backlight_*()
249      - more ecore_x_sync api controls to support ecore_evas
250      - shape input setting support added
251      - ecore_x_screen_size_get()
252
253 Fixes:
254
255     * https failing via curl
256     * removed SIGRT handling as it was broken anyway and unused
257     * space key handling in ecore_wince/ecore_win32 support
258     * wince background erasing
259     * 300 second timeout to handle slow or large downloads in ecore_con
260     * ecore_file inotify fd's to not be inherited by forked children
261     * ecore_file compilation if ecore_con and curl disabled
262     * crash in ecore_con_ssl when attempting connections on dead socket
263     * ecore-evas interceptor not handling override-redirect
264     * ecore_con_url_ftp_upload to complete uploads always
265     * window removal from ignore_list in ecore_x
266     * bug in ecore_evas when setting modifiers for sub buffer canvases
267     * NULL pointer dereference in ecore_x selection notification code
268     * sync GNUTLS thread activation with eina changes
269     * ecore_ipc compilation on Windows
270     * fix Shift, Control, Alt and AltGr keys detection on Windows XP
271     * "mouse-down inside and mouse-up outside" issue on Windows
272     * ecore_x shadow tree search fixed to respect shape input of windows
273     * fd handlers fixed when idler callbacks add jobs or events
274     * ecore_x_selection_convert takes length into account
275     * security issue in openssl certificate verification
276     * gnutls server client certificate verification
277     * epoll delete of fd handling in forked child
278     * grouping of timers that go off very close to each other go off together
279     * generic event buffer handling in ecore_x fixed
280     * use current size not requested size when getting geom in ecore-evas
281     * ecore_cocoa now handles windows correctly
282     * ecore_file_download error handling when ecore_con_url_get fails
283     * focus and mouse-in initial state on some ecore-evas back-ends
284
285 Improvements:
286
287     * reduced memory needed for list of fd's in ecore by using inlist
288     * ecore_evas now is able to send render-done even if not syncing to comp
289     * more safety checks in ecore_con are support
290     * ecore timer monotonic clock now supported on OSX
291     * make ecore_con work on Windows
292     * improve resize/move on Windows
293     * improve keyboard management on Windows XP
294     * refactored _ecore_main_loop_iterate_internal
295     * better safety with ecore_evas_ecore_evas_get
296     * ecore-evas produces more errors on stderr when errors happen now
297     * ecore-con works on IPv6 now
298     * inet_ntop instead of getnameinfo for ecore_con_client_get_ip
299     * ecore-con unit tests added
300     * ecore-evas fb uses ecore_input_evas now instead of going direct
301     * fix ecore-evas x changing of override support if window not shown yet
302
303 Removals:
304
305     * xrender evas engine support removed from ecore_evas (api still there)
306