efl/legacy/elementary
Hyoyoung Chang 26c943b3de elementary/hoversel: remove useless void ptr cast
SVN revision: 71412
2012-05-24 14:08:18 +00:00
..
config Elm glayer: Change double_tap_timeout to 0.25. 2012-05-21 07:51:41 +00:00
data umm.. pass tistcheck! 2012-05-23 10:56:17 +00:00
doc [elm] Missing images for doc. 2012-05-04 18:22:22 +00:00
m4 Elementary: Use eina_lock in elm_store 2011-11-05 17:49:11 +00:00
po update po's 2012-05-24 10:08:09 +00:00
src elementary/hoversel: remove useless void ptr cast 2012-05-24 14:08:18 +00:00
tests
.gitignore
AUTHORS add authors entry too 2012-05-24 04:36:26 +00:00
COPYING
COPYING.images
ChangeLog From: Bluezery <ohpowel@gmail.com> 2012-05-24 10:07:56 +00:00
INSTALL
Makefile.am
NEWS From: Bluezery <ohpowel@gmail.com> 2012-05-23 10:29:03 +00:00
README
TODO
autogen.sh
configure.ac Elementary: check availability of sys/times.h 2012-05-07 21:28:01 +00:00
elementary.pc.in clean pc files to not have cflags in Cflags: of required libs - seems 2012-05-23 10:21:53 +00:00
elementary.spec.in

README

Elementary 1.0.0

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

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

******************************************************************************
  
Elementary

A basic widget set library that is easy to use and is based on EFL.
It provides the basic building blocks for creating applications and user
interfaces.

For more details about elementary widgets and how to use them kindly refer to
the following link.

http://docs.enlightenment.org/auto/elementary/

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

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