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.
 
 
 
 
 
 
Jihoon Kim b98b438dd6 elm_intro.h: fix @version from 0.8.0 to 1.0.0 11 years ago
..
config Elm glayer: Change double_tap_timeout to 0.25. 11 years ago
data [elm] Revive file=NULL path on elm_photo_file_set(). 11 years ago
doc [elm] Welcome pretty widget hierarchy images on docs. 11 years ago
m4 Elementary: Use eina_lock in elm_store 12 years ago
po elementary: Remove no longer available els_icon file from po 11 years ago
src elm_intro.h: fix @version from 0.8.0 to 1.0.0 11 years ago
tests Add getter for elm_radio 13 years ago
.gitignore elm: Updated .gitignore. 11 years ago
AUTHORS From: thiep ha <thiep.ha@samsung.com> 11 years ago
COPYING fix errant word "either" in license. 12 years ago
COPYING.images Elm glayer: Added "Gesture Layer 2" test. 12 years ago
ChangeLog forgot to update changelog last time 11 years ago
INSTALL From: Hyoyoung Chang <hyoyoung@gmail.com> 11 years ago
Makefile.am better clean up for build files 11 years ago
NEWS From: Bluezery <ohpowel@gmail.com> 11 years ago
README update configure/readme for 1.0 alpha 11 years ago
TODO elm: Use appropriate add/del_full for evas event callbacks. 12 years ago
autogen.sh that's it - remove autom4te.cache dirs again... - keep having to many 12 years ago
configure.ac Elementary: check availability of sys/times.h 11 years ago
elementary.pc.in clean pc files to not have cflags in Cflags: of required libs - seems 11 years ago
elementary.spec.in Adjust spec to existing modules. 12 years ago

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