diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2012-10-25 08:02:31 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2012-10-25 08:02:31 +0000 |
commit | 0827a05a58660f727b308d3fef5448edf780c822 (patch) | |
tree | 7e7f550f58fe7d165a0c9087bd148af4e9c26a85 /legacy/evas/NEWS | |
parent | 10ead8d107b3db4b72e7ced82056f594fe6ba0be (diff) |
evas: give a Warp 10 engine to XPM loader !
NOTE: If anyone know the moron who did think it was a
great idea to make XPM the Freedesktop recommanded
choice for icons, please give him a huge SPANK for me !
NOTE: There is in fact no reason why CServe2 and default
loader code are not shared. The number of different line
is small. I highly advise we make the effort to merge
them back soon.
SVN revision: 78424
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/evas/NEWS b/legacy/evas/NEWS index a30f3e37a3..882946aafa 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS | |||
@@ -19,6 +19,7 @@ Improvements: | |||
19 | * EVAS_GL_NO_BLACKLIST env var to turn off blacklisted drivers in gl | 19 | * EVAS_GL_NO_BLACKLIST env var to turn off blacklisted drivers in gl |
20 | * Evas gl engine can do partial swaps now. | 20 | * Evas gl engine can do partial swaps now. |
21 | * evas_object_del() now takes NULL parameters | 21 | * evas_object_del() now takes NULL parameters |
22 | * make xpm loader faster (from O(N) to O(log(N))). | ||
22 | 23 | ||
23 | Fixes: | 24 | Fixes: |
24 | * Fix segmentation fault with the esvg loader. | 25 | * Fix segmentation fault with the esvg loader. |