diff options
Diffstat (limited to 'libraries/evas/NEWS')
-rw-r--r-- | libraries/evas/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/evas/NEWS b/libraries/evas/NEWS index 945fd96..3b19c66 100644 --- a/libraries/evas/NEWS +++ b/libraries/evas/NEWS | |||
@@ -8,11 +8,16 @@ Additions: | |||
8 | * Textblock now supports self-closing tags, i.e <br/>. Those should be used instead of the old <br> way. | 8 | * Textblock now supports self-closing tags, i.e <br/>. Those should be used instead of the old <br> way. |
9 | * Shm engine for drawing in Wayland. | 9 | * Shm engine for drawing in Wayland. |
10 | * evas_object_smart_callback_del_full API. | 10 | * evas_object_smart_callback_del_full API. |
11 | * Add double buffer support to the buffer engine. | ||
11 | 12 | ||
12 | Improvements: | 13 | Improvements: |
13 | 14 | ||
14 | * Use Eina_File mmap infrastructure for bmp, ico, pmaps, psd, wbmp and xpm file access. | 15 | * Use Eina_File mmap infrastructure for bmp, ico, pmaps, psd, wbmp and xpm file access. |
15 | 16 | ||
17 | Removal: | ||
18 | |||
19 | * Software_SDL engine is gone, use buffer engine directly. | ||
20 | |||
16 | Evas 1.1.0 | 21 | Evas 1.1.0 |
17 | 22 | ||
18 | Changes since Evas 1.0.0: | 23 | Changes since Evas 1.0.0: |
@@ -65,6 +70,9 @@ Additions: | |||
65 | * underline dashing suport to textblock | 70 | * underline dashing suport to textblock |
66 | * API to get largest image size | 71 | * API to get largest image size |
67 | * GL Cocoa engine | 72 | * GL Cocoa engine |
73 | * Evas GL support in software backend through OSMesa | ||
74 | * API to new/free Evas_GL_Config rather than user declaring it | ||
75 | * Evas GL Direct rendering option hint to allow rendering to evas' window when possible | ||
68 | 76 | ||
69 | Fixes: | 77 | Fixes: |
70 | 78 | ||