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