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