1 2011-01-29 Carsten Haitzler (The Rasterman)
5 2011-01-29 Mike McCormack
7 * Convert fd list to inlist to save allocs
9 2011-01-29 Rui Miguel Silva Seabra
11 * make https not fail (that's curl's responsibility, really).
13 2011-01-31 Carsten Haitzler (The Rasterman)
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.
19 2011-02-01 Mike McCormack
21 * Remove SIGRT from ecore's signals since it's unused and broken
23 2011-02-09 Mathieu Taillefumier
25 * Add xrandr backlight support to ecore_x
27 2011-02-10 Mike Blumenkrantz
29 * Added some more possibly useless safety checks to ecore_con_ares
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
35 * Unify event handler code
36 * Always increment server event count for client events
38 2011-02-11 Mike Blumenkrantz
40 * Added ecore_con_client_port_get
42 2011-02-16 Sangho Park
44 * Added ecore_file_download_full API.
46 2011-02-20 Vincent Torri
48 * Ecore_Win32: improve resize of windows and fix key up event for
50 * Ecore_WinCE: do not erase a window background
54 * Add get calls in ecore_imf for ecore_imf_context_canvas_get() and
55 ecore_imf_context_window_get().
57 2011-02-21 Raoul Hecky
59 * Remove 300 second timeout so large downloads work in ecore_con.
61 2011-02-22 Carsten Haitzler (The Rasterman)
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.
67 2011-02-24 Vincent Torri
69 * Ecore_File: fix compilation when ecore_con and curl are not
74 * Add ecore_imf_context_preedit_string_with_attributes_get API.
76 2011-03-01 Raoul Hecky
78 * Add ecore_con_url_ssl_verify_peer_set API.
80 2011-03-01 Guillaume Friloux
82 * Fix detection of complete file write in ecore_file inotify.