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