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