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