ecore: add @since .
[profile/ivi/ecore.git] / ChangeLog
1 2011-01-29  Carsten Haitzler (The Rasterman)
2
3         1.0.0 release
4
5 2011-01-29  Mike McCormack
6
7         * Convert fd list to inlist to save allocs
8
9 2011-01-29  Rui Miguel Silva Seabra
10
11         * make https not fail (that's curl's responsibility, really).
12
13 2011-01-31  Carsten Haitzler (The Rasterman)
14
15         * Fix: ecore-evas CAN send "render done" messages even if not
16         waiting for sync counter when using gl engine. new semi-sync
17         mode to account for that.
18
19 2011-02-01 Mike McCormack
20
21         * Remove SIGRT from ecore's signals since it's unused and broken
22
23 2011-02-09  Mathieu Taillefumier
24
25         * Add xrandr backlight support to ecore_x
26
27 2011-02-10 Mike Blumenkrantz
28
29         * Added some more possibly useless safety checks to ecore_con_ares
30
31         * Implement event-driven error message api for all non-curl ecore_con
32         +ECORE_CON_EVENT_CLIENT_ERROR, ECORE_CON_EVENT_SERVER_ERROR events
33         +Ecore_Con_Event_Server_Error, Ecore_Con_Event_Client_Error types
34
35         * Unify event handler code
36         * Always increment server event count for client events
37
38 2011-02-11 Mike Blumenkrantz
39
40         * Added ecore_con_client_port_get
41
42 2011-02-16 Sangho Park
43
44         * Added ecore_file_download_full API.
45
46 2011-02-20 Vincent Torri
47
48         * Ecore_Win32: improve resize of windows and fix key up event for
49         the 'space' key.
50         * Ecore_WinCE: do not erase a window background
51
52 2011-02-21 Jihoon Kim
53
54         * Add get calls in ecore_imf for ecore_imf_context_canvas_get() and
55         ecore_imf_context_window_get().
56
57 2011-02-21 Raoul Hecky
58
59         * Remove 300 second timeout so large downloads work in ecore_con.
60
61 2011-02-22  Carsten Haitzler (The Rasterman)
62
63         * Fix: ecore-file inotify fd would be duplicated in children
64         on fork. Have it detecti this on next monitor add and re-init the
65         inotify fd and fd handler.
66
67 2011-02-24 Vincent Torri
68
69         * Ecore_File: fix compilation when ecore_con and curl are not
70         available
71
72 2011-02-27 Jihoon Kim
73
74         * Add ecore_imf_context_preedit_string_with_attributes_get API.
75
76 2011-03-01 Raoul Hecky
77
78         * Add ecore_con_url_ssl_verify_peer_set API.
79
80 2011-03-01 Guillaume Friloux
81
82         * Fix detection of complete file write in ecore_file inotify.
83