efl/legacy/ecore/src/examples
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
..
Makefile.am Welcome EWS - Ecore+Evas Single Process Windowing System. 2011-10-05 22:11:00 +00:00
client_bench.c ecore/examples - Add support for building and installing examples. 2011-06-21 17:14:19 +00:00
ecore_animator_example.c Ecore: Ecore_Animator example. 2011-07-07 18:57:10 +00:00
ecore_con_client_example.c ecore/examples - Add support for building and installing examples. 2011-06-21 17:14:19 +00:00
ecore_con_client_simple_example.c ecore/ecore_con - Ecore_Con examples (server and client). 2011-07-12 14:37:22 +00:00
ecore_con_lookup_example.c ecore/ecore_con - improved documentation and added example. 2011-07-05 13:09:57 +00:00
ecore_con_server_example.c ecore/examples - Add support for building and installing examples. 2011-06-21 17:14:19 +00:00
ecore_con_server_http_example.c clean up ecore-con server example: HTTP requires a seperator (\r\n in this case) following each header line and a double separator between headers and body. additionally, content-length must be EXACTLY the length of the body, and must not include trailing garbage. 2011-07-16 08:01:19 +00:00
ecore_con_server_simple_example.c ecore/ecore_con - Ecore_Con examples (server and client). 2011-07-12 14:37:22 +00:00
ecore_con_url_cookies_example.c ecore/ecore_con - Add minimal http server and url cookies examples. 2011-07-13 19:04:17 +00:00
ecore_con_url_download_example.c ecore/ecore_con - Add simple examples of ecore_con_url usage. 2011-07-08 18:06:12 +00:00
ecore_con_url_headers_example.c ecore/ecore_con - Add simple examples of ecore_con_url usage. 2011-07-08 18:06:12 +00:00
ecore_evas_basics_example.c Ecore: ecore_evas basics documentation. 2011-08-03 14:38:32 +00:00
ecore_evas_buffer_example_01.c [ecore] Examples for the last batch of documentation 2011-08-05 20:16:19 +00:00
ecore_evas_buffer_example_02.c [ecore] Examples for the last batch of documentation 2011-08-05 20:16:19 +00:00
ecore_evas_callbacks.c Ecore: ecore evas callbacks documentation. 2011-08-02 13:52:26 +00:00
ecore_evas_ews_example.c Welcome EWS - Ecore+Evas Single Process Windowing System. 2011-10-05 22:11:00 +00:00
ecore_evas_object_example.c Ecore: ecore_evas_object documentation. 2011-08-02 17:02:07 +00:00
ecore_evas_window_sizes_example.c [ecore] Documenting the following: 2011-08-02 16:44:08 +00:00
ecore_event_example.c ecore/event_handler - Improve documentation and add an example. 2011-06-27 19:42:28 +00:00
ecore_fd_handler_example.c ecore: fix common misppellings 2011-07-15 14:36:13 +00:00
ecore_fd_handler_gnutls_example.c ecore/fd_handler - Rename fd_handler example that uses gnutls. 2011-06-28 15:03:58 +00:00
ecore_file_download_example.c ecore/examples - Add support for building and installing examples. 2011-06-21 17:14:19 +00:00
ecore_idler_example.c ecore/idler - Fix wrong explanation! 2011-06-22 22:56:36 +00:00
ecore_job_example.c ecore/job - Improve documentation and add an example. 2011-06-22 20:54:32 +00:00
ecore_pipe_gstreamer_example.c Ecore: ecore_pipe documentation. 2011-06-30 18:10:30 +00:00
ecore_pipe_simple_example.c Ecore: ecore_pipe documentation. 2011-06-30 18:10:30 +00:00
ecore_poller_example.c ecore/poller - Add a poller example and its explanation. 2011-06-29 18:07:34 +00:00
ecore_thread_example.c Some example for Ecore_Thread 2011-07-12 13:38:25 +00:00
ecore_time_functions_example.c ecore/time - Rename example to avoid mismatch. 2011-06-29 18:07:23 +00:00
ecore_timer_example.c ecore/timer - Add a commented example. 2011-06-29 18:07:08 +00:00
red.png [ecore] Examples for the last batch of documentation 2011-08-05 20:16:19 +00:00
server_bench.c ecore/examples - Add support for building and installing examples. 2011-06-21 17:14:19 +00:00