Ecore: fix warning when no timer dump are requested
[framework/uifw/ecore.git] / NEWS
1 Ecore 1.1.0
2
3 Changes since Ecore 1.0.0:
4 --------------------------
5
6 Additions:
7
8     * ecore:
9      - ecore_thread_reschedule()
10      - ecore_exe_data_set()
11      - ecore_animator_timeline_add()
12      - ecore_timer_dump()
13      - custom ecore animator tick mode and support
14      - ecore_pipe_freeze/thaw()
15      - ecore_pipe_wait()
16      - ecore_throttle()
17      - ecore_main_loop_thread_safe_call_async()
18      - ecore_main_loop_thread_safe_call_sync()
19      - ecore_thread_main_loop_begin()
20      - ecore_thread_main_loop_end()
21
22     * ecore_con:
23      - ECORE_CON_EVENT_CLIENT_ERROR, ECORE_CON_EVENT_SERVER_ERROR events
24      - Ecore_Con_Event_Server_Error, Ecore_Con_Event_Client_Error types
25      - ecore_con_client_port_get()
26      - ecore_con_url_ssl_verify_peer_set()
27      - ecore_con_url_ssl_ca_set()
28      - ecore_con_url_pipeline_set()
29      - ecore_con_url_pipeline_get()
30      - ecore_con_ssl_client/server_upgrade()
31      - ECORE_CON_CLIENT/SERVER_UPGRADE events
32      - ecore_con_server_timeout_get/set()
33      - ecore_con_ssl_server_verify_basic()
34      - ecore_con_url_url_get()
35      - ecore_con_server_fd_get()
36      - ecore_con_client_fd_get()
37      - ECORE_CON_EVENT_CLIENT_WRITE, ECORE_CON_EVENT_SERVER_WRITE events
38     
39     * ecore_evas:
40      - ecore_evas_screen_geometry_get()
41      - ecore_cocoa_evas support
42
43     * ecore_file:
44      - ecore_file_download_full()
45
46     * ecore_imf:
47      - ecore_imf_context_canvas_get()
48      - ecore_imf_context_window_get()
49      - ecore_imf_context_preedit_string_with_attributes_get()
50      - added controls for auto-capitalization and prediction controls
51      - ecore_imf_context_input_panel_enabled_set/get()
52      - ecore_imf_context_cursor_location_set()
53
54     * ecore_x:
55      - ecore_x_randr_edid_*()
56      - ecore_x_randr_screen_backlight_*()
57      - more ecore_x_sync api controls to support ecore_evas
58      - shape input setting support added
59      - ecore_x_screen_size_get()
60
61 Fixes:
62
63     * https failing via curl
64     * removed SIGRT handling as it was broken anyway and unused
65     * space key handling in ecore_wince/ecore_win32 support
66     * wince background erasing
67     * 300 second timeout to handle slow or large downloads in ecore_con
68     * ecore_file intoify fd's to not be inherited by forked children
69     * ecore_file compilation if ecore_con and curl disabled
70     * crash in ecore_con_ssl when attempting connections on dead socket
71     * ecore-evas intereptor not handling override-redirect
72     * ecore_con_url_ftp_upload to complete uploads always
73     * window removal from ignore_list in ecore_x
74     * bug in ecore_evas when setting modifiers for sub buffer canvases
75     * NULL pointer dereference in ecore_x selection notification code
76     * sync GNUTLS thread activation with eina changes
77     * ecore_ipc compilation on windows
78     * ecore_x shadow tree search fixed to respect shape input of windows
79     * fd handlers fixed when idler callbacks add jobs or events
80     * ecore_x_selection_convert takes length into account
81     * security issue in openssl certificate verification
82     * gnutls server client certificate verification
83     * epoll delete of fd handling in forked child
84     * grouping of timers that go off very close to eachother go off together
85     * generic event buffer handling in ecore_x fixed
86     * use current size not requested size when getting geom in ecore-evas
87     * ecore_cocoa now handles windows correctly
88     * ecore_file_download error handling when ecore_con_url_get fails
89
90 Improvements:
91
92     * reduced memory needed for list of fd's in ecore by using inlist
93     * ecore_evas now is able to send render-done even if not syncing to comp
94     * more safety checks in ecore_con ares support
95     * ecore timer monotonic clock now supported on OSX
96     * make ecore_con work on windows
97     * refactored _ecore_main_loop_iterate_internal
98     * better safety with ecore_evas_ecore_evas_get
99     * ecore-evas produces more errors on stderr when errors happen now
100     * ecore-con works on IPv6 now
101     * inet_ntop instead of getnameinfo for ecore_con_client_get_ip
102     * ecore-con unit tests added
103     * ecore-evas fb uses ecore_input_evas now instead of going direct
104
105 Removals:
106
107     * xrender evas engine support removed from ecore_evas (api still there)
108