efl/legacy/ecore/src
Gustavo Sverzut Barbieri 163272dc48 Welcome EWS - Ecore+Evas Single Process Windowing System.
EWS is a new Ecor_Evas engine that builds on top of other engines. It
will create a backing store Ecore_Evas and ecore_evas_ews_new()
windows are created in it as images, but transparent to the outside
users (similar to buffer's ecore_evas_object_image_new()).

It provides a basic windowing system, with a known background object
that can be changed to your pleasure, and issue Ecore_Events to notify
of new windows and changes like movement, etc. Then you can write a
simple window manager based on it. (See example, Elementary will
contain one as well).

Backing store is determined by your best engine (as in
ecore_evas_new()) or specified with ecore_evas_ews_engine_set() or
environment variable $ECORE_EVAS_EWS (format:
engine-namey:w:h:options). The size can be set with
ecore_evas_ews_setup().



SVN revision: 63848
2011-10-05 22:11:00 +00:00
..
bin ecore: Make test more asserty 2011-07-18 00:20:00 +00:00
examples Welcome EWS - Ecore+Evas Single Process Windowing System. 2011-10-05 22:11:00 +00:00
lib Welcome EWS - Ecore+Evas Single Process Windowing System. 2011-10-05 22:11:00 +00:00
modules Ecore_Xim: No need to link against xcb flags here. 2011-09-24 07:23:17 +00:00
tests Ecore-con: Add a client/server unit test 2011-09-29 21:05:02 +00:00
util Ecore: Add 'makekeys' utility (used for compiling new xcb stuff) 2011-07-14 15:43:49 +00:00
Makefile.am Ecore: Add 'makekeys' utility (used for compiling new xcb stuff) 2011-07-14 15:43:49 +00:00