efl/legacy/elementary
Daniel Juyung Seo 71341d5005 elm_win.c: added comments for internal functions.
_elm_win_resize_objects_eval()
_window_layout_stack()
2013-07-03 13:20:01 +09:00
..
cmakeconfig
config updating desktop files translations 2013-07-02 17:34:11 +02:00
data fix up png's with bad color profiles. 2013-06-26 12:30:44 +09:00
doc edje_externals/elm_web.c, doc/widgets/wiget_preview_web.c: applied api changes elm_web_uri -> elm_web_url. 2013-06-25 12:05:57 +09:00
m4 elementary: fix build without public Eo API turned on. 2013-06-28 10:23:14 +09:00
pkgbuild PKGBUILD cleanup 2013-06-13 14:25:50 +09:00
po updating french translation 2013-07-02 18:51:23 +02:00
src elm_win.c: added comments for internal functions. 2013-07-03 13:20:01 +09:00
tests
.arcconfig
.gitignore Document .gitignore split 2013-06-12 14:28:10 -03:00
AUTHORS Add myself in AUTHORS and elm_authors.h 2013-06-10 11:29:44 +09:00
COMPLIANCE
COPYING
COPYING.images
ChangeLog [Entry] Avoid showing multiple popups on one entry. 2013-07-03 13:13:11 +09:00
INSTALL
Makefile.am Install CMake config to the proper path 2013-04-16 12:09:19 +04:00
NEWS [Entry] Avoid showing multiple popups on one entry. 2013-07-03 13:13:11 +09:00
README
TODO
autogen.sh
configure.ac elementary: fix build without public Eo API turned on. 2013-06-28 10:23:14 +09:00
elementary.pc.in
elementary.spec.in

README

Elementary 1.7.99

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

 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