ecore_imf: Add ecore_imf_context_input_panel_caps_lock_mode_set/get to set/get the...
[profile/ivi/ecore.git] / NEWS
1 Ecore 1.2.0
2
3 Changes since Ecore 1.1.0:
4 --------------------------
5
6 Additions:
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_x:
20      - ecore_x_randr_output_backlight_available()
21      - ecore_x_randr_window_crtcs_get()
22     * ecore_evas:
23      - Add Shm and Egl engines for ecore_evas to draw in Wayland.
24      - Add Socket and Plug to draw other process area.
25     * ecore_wayland
26      - Add Ecore_Wayland (backend to support Wayland).
27     * ecore_imf
28      - ecore_imf_context_event_callback_add()
29      - ecore_imf_context_event_callback_del()
30      - ecore_imf_context_event_callback_call()
31      - ecore_imf_context_input_panel_imdata_set()
32      - ecore_imf_context_input_panel_imdata_get()
33      - ecore_imf_context_input_panel_return_key_type_set()
34      - ecore_imf_context_input_panel_return_key_type_get()
35      - ecore_imf_context_input_panel_return_key_disabled_set()
36      - ecore_imf_context_input_panel_return_key_disabled_get()
37      - ecore_imf_context_input_panel_caps_lock_mode_set()
38      - ecore_imf_context_input_panel_caps_lock_mode_get()
39
40 Improvements:
41     * ecore:
42      - most allocations moved to mempools
43     * ecore_con:
44      - certificates can now be added for STARTTTLS
45     * ecore_win32:
46      - fix modifiers value on Windows XP
47     * ecore_thread:
48      - use eina_lock
49      - use Ecore thread safe async call
50     * ecore_evas:
51      - use Evas buffer backend for SDL software engine
52
53 Deprecations:
54     * ecore_x:
55      - ecore_x_randr_crtc_current_get()
56
57 Ecore 1.1.0
58
59 Changes since Ecore 1.0.0:
60 --------------------------
61
62 Additions:
63
64     * ecore:
65      - ecore_thread_reschedule()
66      - ecore_exe_data_set()
67      - ecore_animator_timeline_add()
68      - ecore_timer_dump()
69      - custom ecore animator tick mode and support
70      - ecore_pipe_freeze/thaw()
71      - ecore_pipe_wait()
72      - ecore_throttle()
73      - ecore_main_loop_thread_safe_call_async()
74      - ecore_main_loop_thread_safe_call_sync()
75      - ecore_thread_main_loop_begin()
76      - ecore_thread_main_loop_end()
77
78     * ecore_con:
79      - ECORE_CON_EVENT_CLIENT_ERROR, ECORE_CON_EVENT_SERVER_ERROR events
80      - Ecore_Con_Event_Server_Error, Ecore_Con_Event_Client_Error types
81      - ecore_con_client_port_get()
82      - ecore_con_url_ssl_verify_peer_set()
83      - ecore_con_url_ssl_ca_set()
84      - ecore_con_url_pipeline_set()
85      - ecore_con_url_pipeline_get()
86      - ecore_con_ssl_client/server_upgrade()
87      - ECORE_CON_CLIENT/SERVER_UPGRADE events
88      - ecore_con_server_timeout_get/set()
89      - ecore_con_ssl_server_verify_basic()
90      - ecore_con_url_url_get()
91      - ecore_con_server_fd_get()
92      - ecore_con_client_fd_get()
93      - ECORE_CON_EVENT_CLIENT_WRITE, ECORE_CON_EVENT_SERVER_WRITE events
94
95     * ecore_evas:
96      - ecore_evas_screen_geometry_get()
97      - ecore_cocoa_evas support
98
99     * ecore_file:
100      - ecore_file_download_full()
101
102     * ecore_imf:
103      - ecore_imf_context_canvas_get()
104      - ecore_imf_context_window_get()
105      - ecore_imf_context_preedit_string_with_attributes_get()
106      - added controls for auto-capitalization and prediction controls
107      - ecore_imf_context_input_panel_enabled_set/get()
108      - ecore_imf_context_cursor_location_set()
109
110     * ecore_x:
111      - ecore_x_randr_edid_*()
112      - ecore_x_randr_screen_backlight_*()
113      - more ecore_x_sync api controls to support ecore_evas
114      - shape input setting support added
115      - ecore_x_screen_size_get()
116
117 Fixes:
118
119     * https failing via curl
120     * removed SIGRT handling as it was broken anyway and unused
121     * space key handling in ecore_wince/ecore_win32 support
122     * wince background erasing
123     * 300 second timeout to handle slow or large downloads in ecore_con
124     * ecore_file intoify fd's to not be inherited by forked children
125     * ecore_file compilation if ecore_con and curl disabled
126     * crash in ecore_con_ssl when attempting connections on dead socket
127     * ecore-evas intereptor not handling override-redirect
128     * ecore_con_url_ftp_upload to complete uploads always
129     * window removal from ignore_list in ecore_x
130     * bug in ecore_evas when setting modifiers for sub buffer canvases
131     * NULL pointer dereference in ecore_x selection notification code
132     * sync GNUTLS thread activation with eina changes
133     * ecore_ipc compilation on Windows
134     * fix Shift, Control, Alt and AltGr keys detection on Windows XP
135     * "mouse-down inside and mouse-up outside" issue on Windows
136     * ecore_x shadow tree search fixed to respect shape input of windows
137     * fd handlers fixed when idler callbacks add jobs or events
138     * ecore_x_selection_convert takes length into account
139     * security issue in openssl certificate verification
140     * gnutls server client certificate verification
141     * epoll delete of fd handling in forked child
142     * grouping of timers that go off very close to eachother go off together
143     * generic event buffer handling in ecore_x fixed
144     * use current size not requested size when getting geom in ecore-evas
145     * ecore_cocoa now handles windows correctly
146     * ecore_file_download error handling when ecore_con_url_get fails
147     * focus and mouse-in ininital siate on some ecore-evas back-ends
148
149 Improvements:
150
151     * reduced memory needed for list of fd's in ecore by using inlist
152     * ecore_evas now is able to send render-done even if not syncing to comp
153     * more safety checks in ecore_con ares support
154     * ecore timer monotonic clock now supported on OSX
155     * make ecore_con work on Windows
156     * improve resize/move on Windows
157     * improve keyboard management on Windows XP
158     * refactored _ecore_main_loop_iterate_internal
159     * better safety with ecore_evas_ecore_evas_get
160     * ecore-evas produces more errors on stderr when errors happen now
161     * ecore-con works on IPv6 now
162     * inet_ntop instead of getnameinfo for ecore_con_client_get_ip
163     * ecore-con unit tests added
164     * ecore-evas fb uses ecore_input_evas now instead of going direct
165     * fix ecore-evas x changing of override support if window not shown yet
166
167 Removals:
168
169     * xrender evas engine support removed from ecore_evas (api still there)
170