aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/NEWS
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 17:29:19 +1000
committerDavid Walter Seikel2013-01-13 17:29:19 +1000
commit07274513e984f0b5544586c74508ccd16e7dcafa (patch)
treeb32ff2a9136fbc1a4a6a0ed1e4d79cde0f5f16d9 /libraries/ecore/NEWS
parentAdded Irrlicht 1.8, but without all the Windows binaries. (diff)
downloadSledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.zip
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.gz
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.bz2
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.xz
Remove EFL, since it's been released now.
Diffstat (limited to '')
-rw-r--r--libraries/ecore/NEWS188
1 files changed, 0 insertions, 188 deletions
diff --git a/libraries/ecore/NEWS b/libraries/ecore/NEWS
deleted file mode 100644
index 22fd7a7..0000000
--- a/libraries/ecore/NEWS
+++ /dev/null
@@ -1,188 +0,0 @@
1Ecore 1.2.0
2
3Changes since Ecore 1.1.0:
4--------------------------
5
6Additions:
7 * ecore
8 - ecore_timer_reset()
9 * ecore_con
10 - ecore_con_socks api
11 - ecore_con_ssl_server_verify_name_set/get
12 - ecore_con_ssl_server_cafile_add() now accepts directories
13 - ECORE_CON_REMOTE_CORK
14 - ecore_con_url_proxy_set()
15 - ecore_con_url_timeout_set()
16 - ecore_con_url_proxy_username_set()
17 - ecore_con_url_proxy_password_set()
18 - ecore_con_url_http_version_set()
19 - ecore_con_url_status_code_get()
20 * ecore_x:
21 - ecore_x_randr_output_backlight_available()
22 - ecore_x_randr_window_crtcs_get()
23 * ecore_evas:
24 - Add Shm and Egl engines for ecore_evas to draw in Wayland.
25 - Add Socket and Plug to draw other process area.
26 * ecore_wayland
27 - Add Ecore_Wayland (backend to support Wayland).
28 * ecore_imf
29 - ecore_imf_context_event_callback_add()
30 - ecore_imf_context_event_callback_del()
31 - ecore_imf_context_event_callback_call()
32 - ecore_imf_context_input_panel_imdata_set()
33 - ecore_imf_context_input_panel_imdata_get()
34 - ecore_imf_context_input_panel_return_key_type_set()
35 - ecore_imf_context_input_panel_return_key_type_get()
36 - ecore_imf_context_input_panel_return_key_disabled_set()
37 - ecore_imf_context_input_panel_return_key_disabled_get()
38 - ecore_imf_context_input_panel_caps_lock_mode_set()
39 - ecore_imf_context_input_panel_caps_lock_mode_get()
40 * ecore_win32:
41 - ecore_win32_focus()
42 - ecore_win32_focus_get()
43 * ecore_wince:
44 - ecore_wince_focus()
45 - ecore_wince_focus_get()
46
47Fixes:
48 * ecore_thread:
49 - ecore_thread_feedback_run now handle try_no_queue the way it logically should.
50 - prevent double free that could cause crash when an Ecore_Thread stop.
51 * ecore_x:
52 - ecore_x_randr_modes_info_get does not cut off the trailing '\0' anymore.
53
54Improvements:
55 * ecore:
56 - most allocations moved to mempools
57 * ecore_con:
58 - certificates can now be added for STARTTTLS
59 * ecore_win32:
60 - fix modifiers value on Windows XP
61 * ecore_thread:
62 - use eina_lock
63 - use Ecore thread safe async call
64 * ecore_evas:
65 - use Evas buffer backend for SDL software engine
66
67Deprecations:
68 * ecore_x:
69 - ecore_x_randr_crtc_current_get()
70
71Removal:
72 * ecore_win32:
73 - ecore_win32_focus_set()
74
75Ecore 1.1.0
76
77Changes since Ecore 1.0.0:
78--------------------------
79
80Additions:
81
82 * ecore:
83 - ecore_thread_reschedule()
84 - ecore_exe_data_set()
85 - ecore_animator_timeline_add()
86 - ecore_timer_dump()
87 - custom ecore animator tick mode and support
88 - ecore_pipe_freeze/thaw()
89 - ecore_pipe_wait()
90 - ecore_throttle()
91 - ecore_main_loop_thread_safe_call_async()
92 - ecore_main_loop_thread_safe_call_sync()
93 - ecore_thread_main_loop_begin()
94 - ecore_thread_main_loop_end()
95
96 * ecore_con:
97 - ECORE_CON_EVENT_CLIENT_ERROR, ECORE_CON_EVENT_SERVER_ERROR events
98 - Ecore_Con_Event_Server_Error, Ecore_Con_Event_Client_Error types
99 - ecore_con_client_port_get()
100 - ecore_con_url_ssl_verify_peer_set()
101 - ecore_con_url_ssl_ca_set()
102 - ecore_con_url_pipeline_set()
103 - ecore_con_url_pipeline_get()
104 - ecore_con_ssl_client/server_upgrade()
105 - ECORE_CON_CLIENT/SERVER_UPGRADE events
106 - ecore_con_server_timeout_get/set()
107 - ecore_con_ssl_server_verify_basic()
108 - ecore_con_url_url_get()
109 - ecore_con_server_fd_get()
110 - ecore_con_client_fd_get()
111 - ECORE_CON_EVENT_CLIENT_WRITE, ECORE_CON_EVENT_SERVER_WRITE events
112
113 * ecore_evas:
114 - ecore_evas_screen_geometry_get()
115 - ecore_cocoa_evas support
116
117 * ecore_file:
118 - ecore_file_download_full()
119
120 * ecore_imf:
121 - ecore_imf_context_canvas_get()
122 - ecore_imf_context_window_get()
123 - ecore_imf_context_preedit_string_with_attributes_get()
124 - added controls for auto-capitalization and prediction controls
125 - ecore_imf_context_input_panel_enabled_set/get()
126 - ecore_imf_context_cursor_location_set()
127
128 * ecore_x:
129 - ecore_x_randr_edid_*()
130 - ecore_x_randr_screen_backlight_*()
131 - more ecore_x_sync api controls to support ecore_evas
132 - shape input setting support added
133 - ecore_x_screen_size_get()
134
135Fixes:
136
137 * https failing via curl
138 * removed SIGRT handling as it was broken anyway and unused
139 * space key handling in ecore_wince/ecore_win32 support
140 * wince background erasing
141 * 300 second timeout to handle slow or large downloads in ecore_con
142 * ecore_file intoify fd's to not be inherited by forked children
143 * ecore_file compilation if ecore_con and curl disabled
144 * crash in ecore_con_ssl when attempting connections on dead socket
145 * ecore-evas intereptor not handling override-redirect
146 * ecore_con_url_ftp_upload to complete uploads always
147 * window removal from ignore_list in ecore_x
148 * bug in ecore_evas when setting modifiers for sub buffer canvases
149 * NULL pointer dereference in ecore_x selection notification code
150 * sync GNUTLS thread activation with eina changes
151 * ecore_ipc compilation on Windows
152 * fix Shift, Control, Alt and AltGr keys detection on Windows XP
153 * "mouse-down inside and mouse-up outside" issue on Windows
154 * ecore_x shadow tree search fixed to respect shape input of windows
155 * fd handlers fixed when idler callbacks add jobs or events
156 * ecore_x_selection_convert takes length into account
157 * security issue in openssl certificate verification
158 * gnutls server client certificate verification
159 * epoll delete of fd handling in forked child
160 * grouping of timers that go off very close to eachother go off together
161 * generic event buffer handling in ecore_x fixed
162 * use current size not requested size when getting geom in ecore-evas
163 * ecore_cocoa now handles windows correctly
164 * ecore_file_download error handling when ecore_con_url_get fails
165 * focus and mouse-in ininital siate on some ecore-evas back-ends
166
167Improvements:
168
169 * reduced memory needed for list of fd's in ecore by using inlist
170 * ecore_evas now is able to send render-done even if not syncing to comp
171 * more safety checks in ecore_con ares support
172 * ecore timer monotonic clock now supported on OSX
173 * make ecore_con work on Windows
174 * improve resize/move on Windows
175 * improve keyboard management on Windows XP
176 * refactored _ecore_main_loop_iterate_internal
177 * better safety with ecore_evas_ecore_evas_get
178 * ecore-evas produces more errors on stderr when errors happen now
179 * ecore-con works on IPv6 now
180 * inet_ntop instead of getnameinfo for ecore_con_client_get_ip
181 * ecore-con unit tests added
182 * ecore-evas fb uses ecore_input_evas now instead of going direct
183 * fix ecore-evas x changing of override support if window not shown yet
184
185Removals:
186
187 * xrender evas engine support removed from ecore_evas (api still there)
188