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