diff options
author | David Walter Seikel | 2012-04-22 09:19:23 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-04-22 09:19:23 +1000 |
commit | c963d75dfdeec11f82e79e727062fbf89afa2c04 (patch) | |
tree | 895633dbf641110be46f117c29890c49b3ffc0bd /libraries/ecore/NEWS | |
parent | Adding the new extantz viewer and grid manager. (diff) | |
download | SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.zip SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.gz SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.bz2 SledjHamr-c963d75dfdeec11f82e79e727062fbf89afa2c04.tar.xz |
Update EFL to latest beta.
Diffstat (limited to 'libraries/ecore/NEWS')
-rw-r--r-- | libraries/ecore/NEWS | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/libraries/ecore/NEWS b/libraries/ecore/NEWS index f558bb4..22fd7a7 100644 --- a/libraries/ecore/NEWS +++ b/libraries/ecore/NEWS | |||
@@ -13,15 +13,43 @@ Additions: | |||
13 | - ECORE_CON_REMOTE_CORK | 13 | - ECORE_CON_REMOTE_CORK |
14 | - ecore_con_url_proxy_set() | 14 | - ecore_con_url_proxy_set() |
15 | - ecore_con_url_timeout_set() | 15 | - ecore_con_url_timeout_set() |
16 | - ecore_con_url_proxy_username_set | 16 | - ecore_con_url_proxy_username_set() |
17 | - ecore_con_url_proxy_password_set() | 17 | - ecore_con_url_proxy_password_set() |
18 | - ecore_con_url_http_version_set() | ||
19 | - ecore_con_url_status_code_get() | ||
18 | * ecore_x: | 20 | * ecore_x: |
19 | - ecore_x_randr_output_backlight_available() | 21 | - ecore_x_randr_output_backlight_available() |
22 | - ecore_x_randr_window_crtcs_get() | ||
20 | * ecore_evas: | 23 | * ecore_evas: |
21 | - Add Shm and Egl engines for ecore_evas to draw in Wayland. | 24 | - Add Shm and Egl engines for ecore_evas to draw in Wayland. |
22 | - Add Socket and Plug to draw other process area. | 25 | - Add Socket and Plug to draw other process area. |
23 | * ecore_wayland | 26 | * ecore_wayland |
24 | - Add Ecore_Wayland (backend to support Wayland). | 27 | - Add Ecore_Wayland (backend to support Wayland). |
28 | * ecore_imf | ||
29 | - ecore_imf_context_event_callback_add() | ||
30 | - ecore_imf_context_event_callback_del() | ||
31 | - ecore_imf_context_event_callback_call() | ||
32 | - ecore_imf_context_input_panel_imdata_set() | ||
33 | - ecore_imf_context_input_panel_imdata_get() | ||
34 | - ecore_imf_context_input_panel_return_key_type_set() | ||
35 | - ecore_imf_context_input_panel_return_key_type_get() | ||
36 | - ecore_imf_context_input_panel_return_key_disabled_set() | ||
37 | - ecore_imf_context_input_panel_return_key_disabled_get() | ||
38 | - ecore_imf_context_input_panel_caps_lock_mode_set() | ||
39 | - ecore_imf_context_input_panel_caps_lock_mode_get() | ||
40 | * ecore_win32: | ||
41 | - ecore_win32_focus() | ||
42 | - ecore_win32_focus_get() | ||
43 | * ecore_wince: | ||
44 | - ecore_wince_focus() | ||
45 | - ecore_wince_focus_get() | ||
46 | |||
47 | Fixes: | ||
48 | * ecore_thread: | ||
49 | - ecore_thread_feedback_run now handle try_no_queue the way it logically should. | ||
50 | - prevent double free that could cause crash when an Ecore_Thread stop. | ||
51 | * ecore_x: | ||
52 | - ecore_x_randr_modes_info_get does not cut off the trailing '\0' anymore. | ||
25 | 53 | ||
26 | Improvements: | 54 | Improvements: |
27 | * ecore: | 55 | * ecore: |
@@ -30,7 +58,19 @@ Improvements: | |||
30 | - certificates can now be added for STARTTTLS | 58 | - certificates can now be added for STARTTTLS |
31 | * ecore_win32: | 59 | * ecore_win32: |
32 | - fix modifiers value on Windows XP | 60 | - fix modifiers value on Windows XP |
61 | * ecore_thread: | ||
62 | - use eina_lock | ||
63 | - use Ecore thread safe async call | ||
64 | * ecore_evas: | ||
65 | - use Evas buffer backend for SDL software engine | ||
66 | |||
67 | Deprecations: | ||
68 | * ecore_x: | ||
69 | - ecore_x_randr_crtc_current_get() | ||
33 | 70 | ||
71 | Removal: | ||
72 | * ecore_win32: | ||
73 | - ecore_win32_focus_set() | ||
34 | 74 | ||
35 | Ecore 1.1.0 | 75 | Ecore 1.1.0 |
36 | 76 | ||