You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Carsten Haitzler c1c7e901f5 CEEEEEEEEEDRICCCCCCCCCCCCCCCC! 13 years ago
..
data EDC Snippets for vim snipmate 13 years ago
debian fix debian rules files. 15 years ago
doc Fix common misspellings 13 years ago
m4 Fix common misspellings 13 years ago
src CEEEEEEEEEDRICCCCCCCCCCCCCCCC! 13 years ago
utils Fix indentation levels. 15 years ago
.cvsignore Added cvsignore entries: mainly for *.spec files, 18 years ago
.gitignore Merge branch 'elmdnd' 13 years ago
AUTHORS * edje: Add filter_state to program. 14 years ago
COPYING fix up copyings likewise. nicely standardised templateish. 13 years ago
ChangeLog - Fix warnings 20 years ago
INSTALL remove old pc.in 16 years ago
Makefile.am fix up copyings likewise. nicely standardised templateish. 13 years ago
NEWS - Fix warnings 20 years ago
README edje -> knocked off too for 1.0.0 alpha 13 years ago
autogen.sh autotools cleanups 15 years ago
configure.ac * edje: fix edje external module path. 13 years ago
edje.pc.in Move Edje (and associated headers) to own dir. 13 years ago
edje.spec.in Apply the same fix MEJ did ( http://marc.info/?l=enlightenment-svn&m=127157420508183&w=3 ) to more specs 14 years ago
edje.supp added valgrind suppression file for Edje 20 years ago

README

Edje 1.0.0 ALPHA

******************************************************************************

FOR ANY ISSUES PLEASE EMAIL:
enlightenment-devel@lists.sourceforge.net

******************************************************************************

Requirements:
-------------

Must:
libc
libm
eet (at least 1.4.0)
ecore (at least 1.0.0)
ecore-evas (at least 1.0.0)
ecore-file (at least 1.0.0)
embryo (at least 1.0.0)
evas (at least 1.0.0)

Edje is a graphical layout and animation library for animated resizable,
compressed and scalable themes. It is meant to abstract UI from the
programmer to make it possible to plug in any replacement look at feel
that can be generated any time after an application or library has
already been developed, thus allowing full flexibility of look and
feel without having to involve the software developers.

------------------------------------------------------------------------------
COMPILING AND INSTALLING:

./configure
make
(as root unless you are installing in your users directories):
make install