efl

Форк
0
/
NEWS.ecore 
336 строк · 12.4 Кб
1
Ecore 1.8.0
2

3
Changes since Ecore 1.7.0:
4
--------------------------
5

6
Additions:
7
    * ecore:
8
     - porting to Eo
9
    * ecore_con:
10
     - Add Ecore_Con_Eet API to help using Eet_Data with Ecore_Con.
11
    * ecore_x:
12
     - ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_UP.
13
     - ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_DOWN.
14
     - ecore_x_input_raw_select.
15
     - +ecore_x_selection_converter_text.
16
     - ECORE_X_RAW_MOTION, ECORE_X_RAW_BUTTON_PRESS and ECORE_X_RAW_BUTTON_RELEASE.
17
    * ecore_imf:
18
     - ECORE_IMF_INPUT_PANEL_RETURN_KEY_TYPE_SIGNIN.
19
     - ECORE_IMF_PREEDIT_TYPE_SUB4~7 style.
20
    * ecore_evas:
21
     - Wayland SHM engine now features a mechanism to synchronize rendering with
22
       the compositor, removing the tearing effect in animations when using that
23
       engine.
24

25
Fixes:
26
    * ecore_con_url:
27
     - Timeouts are handled correctly now (passing HTTP status 408 to
28
       completion callback).
29
     - properly reschedule call to curl.
30
    * ecore_evas rotation handling on some driver implementations
31
    * ecore_file_escape_name() escape taba nd newline right.
32
    * ecore_imf ibus module potential segv fixed.
33
    * ecore_thread_feedback() memory allocation and corruption fixed.
34
    * ecore_x:
35
     - ecore_x_image_is_argb32_get() returns correctly given endianness.
36
     - ecore_x_randr to actually return outputs properly.
37
     - ecore_x_randr to actually return crtcs properly.
38
     - ecore_x_randr to actually return crtcs possible outputs properly.
39
     - ecore_x_randr to actually return crtcs outputs properly.
40
     - send ECORE_X_EVENT_SELECTION_NOTIFY even if there is no data.
41
    * ecore_wayland:
42
     - Update to work with latest wayland (0.99) from git.
43
     - Fix leak of struct wl_registry
44

45
Removal:
46
    * 16bpp evas engine support removed (API still there, but inactive).
47
    * 8bpp evas engine support removed (API still there, but inactive).
48

49
Improvements:
50
    * Use Eina_Thread for Ecore_Thread.
51

52
Ecore 1.7.0
53

54
Changes since Ecore 1.2.0:
55
--------------------------
56

57
Additions:
58
    * ecore:
59
     - Add ecore_main_fd_handler_file_add()
60
     - Add ecore_fork_reset()
61
    * ecore_evas:
62
     - Add transparency support on Windows (GDI engine only)
63
     - Add API functions to get/set an Ecore_Evas's profile.
64
    * ecore_x:
65
     - Add Ecore_X_Error_Code enumeration
66
     - ECORE_X_RANDR_OUTPUT_POLICY_ASK
67
     - Add API functions to get/set an Ecore_X window's profile
68
    * ecore_con:
69
     - ECORE_{CON,IPC}_NO_PROXY now available for disabling proxying on certain connections
70
     - New dns.c resolver backend for faster dns lookups
71
    * immodule:
72
     - Add immodule for supporing ibus
73

74
Fixes:
75
    * ecore
76
     - Prevent running out of fd when cycling ecore_init/ecore_shutdown.
77
     - Reduce rounding error in ecore_animator_pos_map.
78
     - Send mouse move event before mouse down event in ecore_extn
79
     - Reduce race condition on shutdown of Ecore_Thread.
80
     - Force cancel of all running Ecore_Thread on shutdown.
81
     - Make Ecore_Thread work reliably when called without a running main loop.
82
     - Correctly shutdown Ecore_Thread.
83
     - Fix usage of FD_SET and al. when fd_set pointers are NULL (Windows)
84
     - Fix ecore_thread seg fault on Windows where PHS() was returning a wrong value
85
     - Always call evas_render_update_free to prevent leak in Ecore_Evas X bakcend.
86

87
    * ecore_x
88
     - Fix unitialized Ecore_X_Atom use.
89

90

91
Ecore 1.2.0
92

93
Changes since Ecore 1.1.0:
94
--------------------------
95

96
Additions:
97
    * ecore
98
     - ecore_timer_reset()
99
    * ecore_con
100
     - ecore_con_socks api
101
     - ecore_con_ssl_server_verify_name_set/get
102
     - ecore_con_ssl_server_cafile_add() now accepts directories
103
     - ECORE_CON_REMOTE_CORK
104
     - ecore_con_url_proxy_set()
105
     - ecore_con_url_timeout_set()
106
     - ecore_con_url_proxy_username_set()
107
     - ecore_con_url_proxy_password_set()
108
     - ecore_con_url_http_version_set()
109
     - ecore_con_url_status_code_get()
110
    * ecore_x:
111
     - ecore_x_randr_output_backlight_available()
112
     - ecore_x_randr_window_crtcs_get()
113
     - Add ability to get resource id of last x error
114
     - get keycode from keyname
115
     - ecore_x_randr_mode_add()
116
     - ecore_x_randr_mode_del()
117
     - ecore_x_randr_output_mode_add()
118
     - ecore_x_randr_output_mode_del()
119
     - Add indicator controls
120
     - ecore_x_netwm_icons_set()
121
     - ecore_x_illume_clipboard_state_set()
122
     - ecore_x_illume_clipboard_state_get()
123
     - ecore_x_illume_clipboard_geometry_set()
124
     - ecore_x_illume_clipboard_geometry_get()
125
     - Add indicator rotation and transparency controls
126
    * ecore_evas:
127
     - Add Shm and Egl engines for ecore_evas to draw in Wayland.
128
     - Add Socket and Plug to draw other process area.
129
     - Ability to set pointer for wayland support
130
     - Add override_set support on Windows XP
131
     - ecore_evas_window_group_set()
132
     - ecore_evas_window_group_get()
133
     - ecore_evas_aspect_set()
134
     - ecore_evas_aspect_get()
135
     - ecore_evas_urgent_set()
136
     - ecore_evas_urgent_get()
137
     - ecore_evas_modal_set()
138
     - ecore_evas_modal_get()
139
     - ecore_evas_demand_attention_set()
140
     - ecore_evas_demand_attention_get()
141
     - ecore_evas_focus_skip_set()
142
     - ecore_evas_focus_skip_get()
143
     - ecore_evas_callback_state_change_set()
144
    * ecore_wayland
145
     - Add Ecore_Wayland (backend to support Wayland).
146
    * ecore_imf
147
     - ecore_imf_context_event_callback_add()
148
     - ecore_imf_context_event_callback_del()
149
     - ecore_imf_context_event_callback_call()
150
     - ecore_imf_context_input_panel_imdata_set()
151
     - ecore_imf_context_input_panel_imdata_get()
152
     - ecore_imf_context_input_panel_return_key_type_set()
153
     - ecore_imf_context_input_panel_return_key_type_get()
154
     - ecore_imf_context_input_panel_return_key_disabled_set()
155
     - ecore_imf_context_input_panel_return_key_disabled_get()
156
     - ecore_imf_context_input_panel_caps_lock_mode_set()
157
     - ecore_imf_context_input_panel_caps_lock_mode_get()
158
     - add XIM attribute support
159
     - add HEX, TERMINAL and PASSWORD layouts
160
     - panel-specific data set/get
161
     - panel show/hide
162
     - set return key type or disable return on panel
163
    * ecore_win32:
164
     - ecore_win32_focus()
165
     - ecore_win32_focus_get()
166
     - ecore_win32_window_focus()
167
     - ecore_win32_window_focus_get()
168
    * ecore_wince:
169
     - ecore_wince_focus()
170
     - ecore_wince_focus_get()
171
     - ecore_wince_window_focus()
172
     - ecore_wince_window_focus_get()
173
    * ecore_wayland:
174
     - Add wayland support to ecore
175

176
Fixes:
177
    * ecore:
178
     - animator adding another animator that adds another animator ... loop.
179
     - possible leak related to g_static_mutex's on some architectures.
180
     - stop leaking signal events
181
    * ecore_thread:
182
     - ecore_thread_feedback_run now handle try_no_queue the way it logically should.
183
     - prevent double free that could cause crash when an Ecore_Thread stop.
184
    * ecore_x:
185
     - ecore_x_randr_modes_info_get does not cut off the trailing '\0' anymore.
186
     - possible 0 byte allocation.
187
    * ecore_win32/wince:
188
     - do not autorepeat Ctrl, Shift, Alt and Win keys.
189
     - Check control charater and convert into printing character
190
    * ecore_con:
191
     - fix case where SSL certificates not being used.
192
     - post data corruption due to it not being copied to the con struct.
193
    * ecore_evas:
194
     - mouse down count handling when grabs happen.
195
     - ecore_evas_fb support works again now with keyboard input
196
    * ecore_file:
197
     - do not limit downloads to 30sec with ecore_file_download().
198
    * ecore_fb:
199
     - bring ecore_fb back to a working state
200

201
Improvements:
202
    * ecore:
203
     - most allocations moved to mempools
204
     - ecore_thread rewrite to use eina_lock and other ecore infra
205
    * ecore_con:
206
     - certificates can now be added for STARTTTLS
207
    * ecore_win32:
208
     - fix modifiers value on Windows XP
209
    * ecore_thread:
210
     - use eina_lock
211
     - use Ecore thread safe async call
212
    * ecore_evas:
213
     - use Evas buffer backend for SDL software engine
214
     - clean up ecore-evas-buffer code somewhat
215

216
Deprecations:
217
    * ecore_x:
218
     - ecore_x_randr_crtc_current_get()
219

220
Removal:
221
    * ecore_win32:
222
     - ecore_win32_focus_set()
223

224
Ecore 1.1.0
225

226
Changes since Ecore 1.0.0:
227
--------------------------
228

229
Additions:
230

231
    * ecore:
232
     - ecore_thread_reschedule()
233
     - ecore_exe_data_set()
234
     - ecore_animator_timeline_add()
235
     - ecore_timer_dump()
236
     - custom ecore animator tick mode and support
237
     - ecore_pipe_freeze/thaw()
238
     - ecore_pipe_wait()
239
     - ecore_throttle()
240
     - ecore_main_loop_thread_safe_call_async()
241
     - ecore_main_loop_thread_safe_call_sync()
242
     - ecore_thread_main_loop_begin()
243
     - ecore_thread_main_loop_end()
244

245
    * ecore_con:
246
     - ECORE_CON_EVENT_CLIENT_ERROR, ECORE_CON_EVENT_SERVER_ERROR events
247
     - Ecore_Con_Event_Server_Error, Ecore_Con_Event_Client_Error types
248
     - ecore_con_client_port_get()
249
     - ecore_con_url_ssl_verify_peer_set()
250
     - ecore_con_url_ssl_ca_set()
251
     - ecore_con_url_pipeline_set()
252
     - ecore_con_url_pipeline_get()
253
     - ecore_con_ssl_client/server_upgrade()
254
     - ECORE_CON_CLIENT/SERVER_UPGRADE events
255
     - ecore_con_server_timeout_get/set()
256
     - ecore_con_ssl_server_verify_basic()
257
     - ecore_con_url_url_get()
258
     - ecore_con_server_fd_get()
259
     - ecore_con_client_fd_get()
260
     - ECORE_CON_EVENT_CLIENT_WRITE, ECORE_CON_EVENT_SERVER_WRITE events
261

262
    * ecore_evas:
263
     - ecore_evas_screen_geometry_get()
264
     - ecore_cocoa_evas support
265

266
    * ecore_file:
267
     - ecore_file_download_full()
268

269
    * ecore_imf:
270
     - ecore_imf_context_canvas_get()
271
     - ecore_imf_context_window_get()
272
     - ecore_imf_context_preedit_string_with_attributes_get()
273
     - added controls for auto-capitalization and prediction controls
274
     - ecore_imf_context_input_panel_enabled_set/get()
275
     - ecore_imf_context_cursor_location_set()
276

277
    * ecore_x:
278
     - ecore_x_randr_edid_*()
279
     - ecore_x_randr_screen_backlight_*()
280
     - more ecore_x_sync api controls to support ecore_evas
281
     - shape input setting support added
282
     - ecore_x_screen_size_get()
283

284
Fixes:
285

286
    * https failing via curl
287
    * removed SIGRT handling as it was broken anyway and unused
288
    * space key handling in ecore_wince/ecore_win32 support
289
    * wince background erasing
290
    * 300 second timeout to handle slow or large downloads in ecore_con
291
    * ecore_file inotify fd's to not be inherited by forked children
292
    * ecore_file compilation if ecore_con and curl disabled
293
    * crash in ecore_con_ssl when attempting connections on dead socket
294
    * ecore-evas interceptor not handling override-redirect
295
    * ecore_con_url_ftp_upload to complete uploads always
296
    * window removal from ignore_list in ecore_x
297
    * bug in ecore_evas when setting modifiers for sub buffer canvases
298
    * NULL pointer dereference in ecore_x selection notification code
299
    * sync GNUTLS thread activation with eina changes
300
    * ecore_ipc compilation on Windows
301
    * fix Shift, Control, Alt and AltGr keys detection on Windows XP
302
    * "mouse-down inside and mouse-up outside" issue on Windows
303
    * ecore_x shadow tree search fixed to respect shape input of windows
304
    * fd handlers fixed when idler callbacks add jobs or events
305
    * ecore_x_selection_convert takes length into account
306
    * security issue in openssl certificate verification
307
    * gnutls server client certificate verification
308
    * epoll delete of fd handling in forked child
309
    * grouping of timers that go off very close to each other go off together
310
    * generic event buffer handling in ecore_x fixed
311
    * use current size not requested size when getting geom in ecore-evas
312
    * ecore_cocoa now handles windows correctly
313
    * ecore_file_download error handling when ecore_con_url_get fails
314
    * focus and mouse-in initial state on some ecore-evas back-ends
315

316
Improvements:
317

318
    * reduced memory needed for list of fd's in ecore by using inlist
319
    * ecore_evas now is able to send render-done even if not syncing to comp
320
    * more safety checks in ecore_con are support
321
    * ecore timer monotonic clock now supported on OSX
322
    * make ecore_con work on Windows
323
    * improve resize/move on Windows
324
    * improve keyboard management on Windows XP
325
    * refactored _ecore_main_loop_iterate_internal
326
    * better safety with ecore_evas_ecore_evas_get
327
    * ecore-evas produces more errors on stderr when errors happen now
328
    * ecore-con works on IPv6 now
329
    * inet_ntop instead of getnameinfo for ecore_con_client_get_ip
330
    * ecore-con unit tests added
331
    * ecore-evas fb uses ecore_input_evas now instead of going direct
332
    * fix ecore-evas x changing of override support if window not shown yet
333

334
Removals:
335

336
    * xrender evas engine support removed from ecore_evas (api still there)
337

338

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.