e16/src
Kim Woelders 47439d8b27 Move all IPC functions to ipc.c.
SVN revision: 9913
2004-04-26 21:32:23 +00:00
..
.cvsignore getting to work here 2000-03-24 04:54:06 +00:00
ChangeLog Thu Apr 3 23:33:18 EST 2003 2003-04-04 04:34:04 +00:00
ChangeLog-pre0.16.gz re-importing E after cvs failure to comply with orders... thus it DIED! 1999-08-17 22:56:46 +00:00
E.h Move all IPC functions to ipc.c. 2004-04-26 21:32:23 +00:00
Makefile.am Portability fixes and auto* cleanups. 2004-04-24 13:16:38 +00:00
README Removed most URL's relating to required libraries. 2003-08-03 15:42:32 +00:00
actions.c Simplify background code, re-generate backgrounds when enabling transparency. 2004-04-12 08:28:34 +00:00
alert.c Simplify alert (GSOD) code. Less intensive use of macros. 2004-03-31 19:04:23 +00:00
areas.c Improve on (click-to-) focus. 2004-04-01 22:41:22 +00:00
arrange.c Improve on (click-to-) focus. 2004-04-01 22:41:22 +00:00
atoms.c 2003 -> 2004. 2004-01-19 22:30:35 +00:00
backgrounds.c Simplify background code, re-generate backgrounds when enabling transparency. 2004-04-12 08:28:34 +00:00
borders.c Adjust event masks, add some EWin debug. 2004-04-23 22:23:37 +00:00
buttons.c Enable dock applets of size other than 64x64 (patch from Jonas Aaberg <cja@gmx.net>). 2004-04-24 08:08:07 +00:00
clone.c Thu Mar 18 12:10:13 EST 2004 2004-03-18 17:03:50 +00:00
cmclass.c Renamed duplicate to Estrdup, introduced Estrndup. 2004-02-28 15:14:02 +00:00
comms.c Move all IPC functions to ipc.c. 2004-04-26 21:32:23 +00:00
conf.h Move around some desktop and background configuration items. 2004-02-11 15:39:13 +00:00
config.c Simplify background code, re-generate backgrounds when enabling transparency. 2004-04-12 08:28:34 +00:00
coords.c Move global queue_up to Mode struct. 2004-04-09 12:59:56 +00:00
cursors.c Renamed duplicate to Estrdup, introduced Estrndup. 2004-02-28 15:14:02 +00:00
desktops.c Another attempt at fixing the "losing windows" bug, adjust event masks. 2004-04-21 20:51:57 +00:00
dialog.c Dialog windows do need the KeyPress and Expose events. 2004-04-16 18:09:01 +00:00
dock.c Enable dock applets of size other than 64x64 (patch from Jonas Aaberg <cja@gmx.net>). 2004-04-24 08:08:07 +00:00
draw.c Move global queue_up to Mode struct. 2004-04-09 12:59:56 +00:00
ecvs Avoid trashing ChangeLog when connection is poor. 2004-04-21 21:09:18 +00:00
edge.c Move edge window handling code to new edge.c. 2004-04-09 12:50:56 +00:00
events.c Change some event debug printouts. 2004-04-15 19:46:39 +00:00
evhandlers.c Another attempt at fixing the "losing windows" bug, adjust event masks. 2004-04-21 20:51:57 +00:00
ewmh.c Move KillEwin code back where it belongs. 2004-04-10 10:43:55 +00:00
file.c Enable compiling with -Wwrite-strings (trivial fixups). 2004-03-21 01:39:40 +00:00
finders.c Improve on (click-to-) focus. 2004-04-01 22:41:22 +00:00
focus.c Another attempt at fixing the "losing windows" bug, adjust event masks. 2004-04-21 20:51:57 +00:00
fx.c Enable compiling with -Wwrite-strings (trivial fixups). 2004-03-21 01:39:40 +00:00
globals.c Move global queue_up to Mode struct. 2004-04-09 12:59:56 +00:00
gnome.c Simplify border update code, partial fix to border updates after desk switch. 2004-04-09 13:45:59 +00:00
grabs.c Enable compiling with -Wshadow (trivial name clash fixups). 2004-03-20 15:49:05 +00:00
groups.c Enable compiling with -Wshadow (trivial name clash fixups). 2004-03-20 15:49:05 +00:00
handlers.c Avoid trashing the configuration. 2004-04-25 18:48:36 +00:00
hints.c Enable compiling with -Wshadow (trivial name clash fixups). 2004-03-20 15:49:05 +00:00
icccm.c Another attempt at fixing the "losing windows" bug, adjust event masks. 2004-04-21 20:51:57 +00:00
iclass.c Simplify background code, re-generate backgrounds when enabling transparency. 2004-04-12 08:28:34 +00:00
iconify.c Another attempt at fixing the "losing windows" bug, adjust event masks. 2004-04-21 20:51:57 +00:00
init.c Simplify background code, re-generate backgrounds when enabling transparency. 2004-04-12 08:28:34 +00:00
ipc.c Move all IPC functions to ipc.c. 2004-04-26 21:32:23 +00:00
lang.c Some more bits for UTF-8 support. 2004-04-01 23:11:16 +00:00
lists.c Enable compiling with -Wwrite-strings (trivial fixups). 2004-03-21 01:39:40 +00:00
main.c Avoid trashing the configuration. 2004-04-25 18:48:36 +00:00
memory.c Introduce debug print function. 2004-04-08 12:54:46 +00:00
menus.c Fix segv on menu reload. 2004-04-22 20:55:02 +00:00
misc.c Move edge window handling code to new edge.c. 2004-04-09 12:50:56 +00:00
moveresize.c Move global queue_up to Mode struct. 2004-04-09 12:59:56 +00:00
mwm.c 2003 -> 2004. 2004-01-19 22:30:35 +00:00
pager.c Attempt to set event masks consistently. 2004-04-15 19:44:38 +00:00
progress.c Move global queue_up to Mode struct. 2004-04-09 12:59:56 +00:00
regex.c 2003 -> 2004. 2004-01-19 22:30:35 +00:00
screen.c Enable compiling with -Wshadow (trivial name clash fixups). 2004-03-20 15:49:05 +00:00
session.c Fix special case of iconified startup. 2004-04-26 13:48:18 +00:00
settings.c Simplify background code, re-generate backgrounds when enabling transparency. 2004-04-12 08:28:34 +00:00
setup.c Avoid trashing the configuration. 2004-04-25 18:48:36 +00:00
size.c Improve on (click-to-) focus. 2004-04-01 22:41:22 +00:00
slideout.c Enable compiling with -Wshadow (trivial name clash fixups). 2004-03-20 15:49:05 +00:00
snaps.c Avoid trashing the configuration. 2004-04-25 18:48:36 +00:00
snprintf.c 2003 -> 2004. 2004-01-19 22:30:35 +00:00
sound.c Enable compiling with -Wshadow (trivial name clash fixups). 2004-03-20 15:49:05 +00:00
stacking.c Fix stacking after layer change. 2004-04-08 13:07:00 +00:00
startup.c Simplify background code, re-generate backgrounds when enabling transparency. 2004-04-12 08:28:34 +00:00
sticky.c Simplify border update code, partial fix to border updates after desk switch. 2004-04-09 13:45:59 +00:00
tclass.c Move global queue_up to Mode struct. 2004-04-09 12:59:56 +00:00
text.c Avoid crash with Absolute E theme. 2004-04-01 23:12:24 +00:00
theme.c Enable compiling with -Wshadow (trivial name clash fixups). 2004-03-20 15:49:05 +00:00
timers.c Enable compiling with -Wwrite-strings (trivial fixups). 2004-03-21 01:39:40 +00:00
timestamp.h re-importing E after cvs failure to comply with orders... thus it DIED! 1999-08-17 22:56:46 +00:00
tooltips.c Move global queue_up to Mode struct. 2004-04-09 12:59:56 +00:00
ttfont.c Trivial fixes for compilation with imlib1. 2004-04-25 08:29:52 +00:00
warp.c In focus list, show iconified window names in brackets (as suggested by Fletch). 2004-04-18 19:26:32 +00:00
windowmatch.c Enable compiling with -Wwrite-strings (trivial fixups). 2004-03-21 01:39:40 +00:00
x.c Portability fixes and auto* cleanups. 2004-04-24 13:16:38 +00:00
zoom.c Enable compiling with -Wshadow (trivial name clash fixups). 2004-03-20 15:49:05 +00:00

README

+-----------------------------------------------------------------------------+
|  E N L I G H T E N M E N T                                                  |
+-----------------------------------------------------------------------------+

Greets go out to: (in alphabetical order particular order)

Abalynth
Aeonflux
Andrew (the seedy one)
Affa
Allen
Anarchy
Alph
Asc
Aurora
Bigguy
Bwana
Chutt
Colin
C0re
Dan
Donny
Dphase
DrMike
Eidos
Elessar
Eman
Epoch
EricB
Ewen
F-R-E-D
Facility
Finona
Glenn
Gnatti
Gnea
Gus
Haigos
Hans
Hormz
Hilarion
Kane
Kara
Keebler
Jad3d
Jaded
Jason (Fungus)
Jim
Jirah
Johnatan
Kbert
Keys
kjj
Langley
lej
Llane
Marc
Magz
Miguel
Mike
Mistress Kim
Mos
Myth
Nat
Neshy
Nobtel
OctobrX
Ogmo
oznoid
Quartic
RADKade
Ram
Ricdude
Roddez
Punkle
Ryan
SCOboy
Seedy Ben
Shaleh
Sillyhead
SirSpeedy
Slarken
Smelecat
Steve
Stumpy
Tack
Trixxter
Tynian
Vendu
Weird Arms
Waleed
Woody
Wojtek
X5rings

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


If you have this you have a SNAPSHOT of Enlightenment DR 0.16

This is a complete rewrite of E. Bascially it is a NEW windowmanager written
from the ground up.

you NEED:

libjpeg
libpng
libgif
libtiff
zlib
esound (0.2.4 or higher)
imlib (1.9.8 or higher recommended)
fnlib
freetype (1.1 or higher)

Where can u get these?

First, look for (-devel) versions of these libraries shipping with your
distribution (if using any).

Next, check out
http://www.enlightenment.org/pages/download.html

If still no luck, your favorite search engine will find it.


You need all these compiled and installed first - make sure imlib is compiled
with support for libjpeg libpng libgif and libtiff

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


how to compile?

type:
./configure
make


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


how to install?

after compiling:
make install


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


how to run?

edit your .xsession or .Xinitrc or .Xclients files to run enlightenment OR
if you're scared to or don't know what I mean then...

/usr/local/enlightenment/bin/enlightenment