5d40512024
libraries and enlightenment 0.17.3 itself. Upstream changes of Eina (to get an impression): Eina 1.7.7 Changes since Eina 1.7.6: ------------------------- No changes, just updating to keep in sync with last release. Changes since Eina 1.7.5: ------------------------- Improvements: * Honor tile size in Eina_Tiler. Fixes: * Prevent denial of service on Eina_Hash function. * Fix map leak in Eina_File infrastructure. * Fix portability issue on 64bits system for Eina_CList. * Fix magic failure in eina_value_array_count when array has not been allocated Changes since Eina 1.7.4: ------------------------- No changes, just updating to keep in sync with last release. Changes since Eina 1.7.3: ------------------------- Fixes: * Fix EINA_INLIST_FOREACH_SAFE macro * Add XML output to doc * Add installation rule for doc * Fix build for Windows platforms. Changes since Eina 1.7.2: ------------------------- * Fix Solaris build. * Don't leak fd after exec. Changes since Eina 1.7.1: ------------------------- No changes, just updating to keep in sync with last release.
10 lines
670 B
Text
10 lines
670 B
Text
Enlightenment has grown to be much more than a window manager.
|
|
It has many systems that have grown on their own to support development
|
|
of the next version (0.17) and all the effort is going into solidifying
|
|
these systems to be more than solid to build on.
|
|
This has lead to a lot of code being produced that is useful far
|
|
and beyond a window manager. The idea is to share as much code
|
|
as possible with other programs, and so a small army of shared libraries
|
|
has evolved for Enlightenment. This page attempts to cover some
|
|
of these (especially the more interesting ones) to give a good insight
|
|
into why they exist, what they do, how to use them, and where they are going.
|