Go to file
rephorm 60ff11d889 Don't allow resizing when maximized.
(this is actually debatable, e16 lets you do it, and it can be nice if your
 resize handles are all of screen to be able to maximize it to get at the
 handles. anyway, let me know if you think i should re-enable this)

Animate shading.
Emit "shading" and "unshading" signals at start of (un)shade.
Emit "shaded" and "unshaded" signals at finish of (un)shade.

i still need to handle attempting to (un)shade while already (un)shading.
Should this a) be disallowed (i.e. ignore shade requests while shading)
         or b) go the other direction from the current point in the shade anim


SVN revision: 12503
2004-12-18 22:26:21 +00:00
data implement maximize action. 2004-12-18 05:51:35 +00:00
doc Quiet! 2004-12-02 18:41:29 +00:00
lib Quiet! 2004-12-02 18:41:29 +00:00
m4 _ _ _ _ _____ ___ 2004-11-25 03:37:45 +00:00
src Don't allow resizing when maximized. 2004-12-18 22:26:21 +00:00
.cvsignore Quiet! 2004-12-02 18:41:29 +00:00
AUTHORS _ _ _ _ _____ ___ 2004-11-25 03:37:45 +00:00
COPYING _ _ _ _ _____ ___ 2004-11-25 03:37:45 +00:00
COPYING-PLAIN _ _ _ _ _____ ___ 2004-11-25 03:37:45 +00:00
ChangeLog _ _ _ _ _____ ___ 2004-11-25 03:37:45 +00:00
INSTALL _ _ _ _ _____ ___ 2004-11-25 03:37:45 +00:00
Makefile.am _ _ _ _ _____ ___ 2004-11-25 03:37:45 +00:00
NEWS _ _ _ _ _____ ___ 2004-11-25 03:37:45 +00:00
README readme additiosn for the not so careful out there... 2004-12-01 07:01:31 +00:00
TODO more todo items 2004-12-18 01:56:50 +00:00
autogen.sh _ _ _ _ _____ ___ 2004-11-25 03:37:45 +00:00
config.h.in how about we build without ferite too? :) 2002-01-25 00:49:10 +00:00
configure.in Added snow module, just started but looking OK - give it a shot 2004-12-09 18:53:50 +00:00
enlightenment-config.in - install the e headers into $(includedir)/enlightenment. hopefully should 2004-12-09 19:33:51 +00:00
enlightenment.bb Added the change for BitBake the Standardized Openembedded Build System 2004-12-17 01:19:02 +00:00
enlightenment.oe slightly tidier if's - spec up to pre10 2004-11-26 10:57:58 +00:00
enlightenment.spec slightly tidier if's - spec up to pre10 2004-11-26 10:57:58 +00:00

README

Enlightenment 0.17.0 - IN DEVELOPMENT... not a RELEASE.

NOTE: Users of DR16 will need to rename the $prefix/bin/enlightenment
file prior to installing DR17 or it will be overwritten.

You can also use the configure --prefix option to put e17 in a separate tree
of its own (recommended) like:

  ./configure --prefix=/usr/local/e17

You will, as usual need to add the subsequent bin dir to your $PATH etc.