aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/evas/NEWS')
-rw-r--r--libraries/evas/NEWS8
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
12Improvements: 13Improvements:
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
17Removal:
18
19 * Software_SDL engine is gone, use buffer engine directly.
20
16Evas 1.1.0 21Evas 1.1.0
17 22
18Changes since Evas 1.0.0: 23Changes 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
69Fixes: 77Fixes:
70 78