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