efl/old
Gustavo Sverzut Barbieri 34f5315141 merge ethumb.
This one was a painful bitch. The edbus2 port was quite broken, mainly
leaking eina_stringshare and also not adding the '\0' to the strings
that are represented as bytearray (paths cannot be utf8 to avoid
translations).

Emotion plugin was also quite bogus and the video thumbnail as edje
(animated) is not working yet due bug in Edje_Edit api -- someone
needs to investigate this, seems strange.

Emotion plugin also had a bug that it was deleting the object from
inside object callback.

Now it seems to work. Please report if it does not.



SVN revision: 82675
2013-01-12 01:15:45 +00:00
..
ChangeLog.ecore ecore: whitespaces-- 2012-12-03 07:37:17 +00:00
ChangeLog.edje efl: merge edje. 2013-01-04 02:08:14 +00:00
ChangeLog.eet cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
ChangeLog.eeze efl: merge eeze. 2013-01-03 20:37:42 +00:00
ChangeLog.efreet efl: merge efreet. 2012-12-29 23:04:40 +00:00
ChangeLog.eina cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
ChangeLog.eio merge: eio + fix compilation on windows + minor fixes + po files 2012-12-04 17:40:58 +00:00
ChangeLog.embryo merge: add embryo 2012-10-26 09:01:52 +00:00
ChangeLog.emotion efl: merge emotion. 2013-01-10 03:43:32 +00:00
ChangeLog.escape merge: add escape ecore, fix several bugs 2012-12-02 22:35:45 +00:00
ChangeLog.ethumb merge ethumb. 2013-01-12 01:15:45 +00:00
ChangeLog.evas merge: and now Evas 2012-11-04 11:51:42 +00:00
ChangeLog.evil cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
ChangeLog.evil.0 cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
NEWS.ecore ecore: whitespaces-- 2012-12-03 07:37:17 +00:00
NEWS.edje efl: merge edje. 2013-01-04 02:08:14 +00:00
NEWS.eet cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
NEWS.eeze efl: merge eeze. 2013-01-03 20:37:42 +00:00
NEWS.efreet efl: merge efreet. 2012-12-29 23:04:40 +00:00
NEWS.eina cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
NEWS.eio merge: eio + fix compilation on windows + minor fixes + po files 2012-12-04 17:40:58 +00:00
NEWS.embryo merge: add embryo 2012-10-26 09:01:52 +00:00
NEWS.emotion efl: merge emotion. 2013-01-10 03:43:32 +00:00
NEWS.escape merge: add escape ecore, fix several bugs 2012-12-02 22:35:45 +00:00
NEWS.ethumb merge ethumb. 2013-01-12 01:15:45 +00:00
NEWS.evas merge: and now Evas 2012-11-04 11:51:42 +00:00
NEWS.evil cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
README.ecore merge: missing some informations changes about ecore 2012-12-02 22:41:16 +00:00
README.edbus efl: merge edbus (v2). 2012-12-28 17:53:25 +00:00
README.edje efl: merge edje. 2013-01-04 02:08:14 +00:00
README.eet cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
README.eeze efl: merge eeze. 2013-01-03 20:37:42 +00:00
README.efreet efl/efreet: add old README. 2013-01-04 20:14:05 +00:00
README.eina cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00
README.eio merge: eio + fix compilation on windows + minor fixes + po files 2012-12-04 17:40:58 +00:00
README.embryo merge: add embryo 2012-10-26 09:01:52 +00:00
README.emotion efl: merge emotion. 2013-01-10 03:43:32 +00:00
README.ephysics efl: merge ephysics 2013-01-03 22:10:40 +00:00
README.escape merge: add escape ecore, fix several bugs 2012-12-02 22:35:45 +00:00
README.ethumb merge ethumb. 2013-01-12 01:15:45 +00:00
README.evas merge: and now Evas 2012-11-04 11:51:42 +00:00
README.evil cleaning up the base of efl tree moving files to subdirs 2012-09-27 03:02:12 +00:00

README.evil

The Evil library tried to port some convenient Unix functions
to the Windows (XP or CE) platform. They are planned to be used
in the Enlightenment Fundations Libaries (EFL).

To get information on how to build that library and the EFL on
Windows XP, see

http://trac.enlightenment.org/e/wiki/EFLWindowsXP

To get information on how to build that library and the EFL on
on Windows CE, see


http://trac.enlightenment.org/e/wiki/EFLWindowsCE

To get the description of the API, behavior, etc.. run 'make doc'
in the top level directory, then open in your favorite browser
named Firefox the file index.html located in the subdirectory
doc/html/.

Enjoy !