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