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