Commit Graph

28 Commits

Author SHA1 Message Date
Gustavo Lima Chaves f00dca3b61 [evas] Example of Evas interfaces.
SVN revision: 73304
2012-07-04 21:25:57 +00:00
Iván Briano 15328efb85 evas/cserve2: fix typo that kept cserve2 disabled
now seriously...

Introducing Cache Serve 2.

This cache server will initially load images for clients connected to
it. It starts slave processes to load these images, and share the loaded
images through shm with the clients. All the connection done between
clients and the server goes through sockets.

The cserve2 build option is turned on by default, while the old cserve
was disabled, but in order to make clients use it, the environment
variable EVAS_CSERVE2 must be set, and a server must be running.

Clients will try to find the socket on a specified location using the
environment variable EVAS_CSERVE2_SOCKET. If it's not defined, then the
XDG_RUNTIME_DIR path should be used, and finally HOME, TMPDIR and /tmp.



SVN revision: 70699
2012-05-03 21:01:31 +00:00
Cedric BAIL 71090cd4fd eina,evas,edje,elementary: add missing files from tarballs.
Patch by Jérôme Pinot <ngc891@gmail.com>


SVN revision: 70543
2012-04-30 01:55:06 +00:00
Vincent Torri 189ee16538 missed this file
SVN revision: 68101
2012-02-18 08:33:36 +00:00
Iván Briano e421ac90b7 Don't override standard variables, it looks weird. In turn, fix building with automake 1.11.2
SVN revision: 66599
2011-12-28 14:13:30 +00:00
Cedric BAIL 283e9642b5 evas: fix tarball generation.
SVN revision: 62569
2011-08-18 15:05:57 +00:00
Iván Briano d799212fa0 Box example uses eina, so link to it
SVN revision: 62143
2011-08-05 16:23:34 +00:00
Gustavo Lima Chaves 8a9004d01f [evas] Examples on box object.
SVN revision: 62102
2011-08-04 20:19:45 +00:00
Gustavo Lima Chaves 28429a6888 [evas] typos
SVN revision: 61085
2011-07-06 13:53:19 +00:00
Gustavo Lima Chaves 39c9b99fca [evas] Documenting and exemplifying the following:
- evas_object_smart_add
 - evas_object_smart_calculate
 - evas_object_smart_changed
 - evas_object_smart_clipped_class_get
 - evas_object_smart_clipped_clipper_get
 - evas_object_smart_clipped_smart_set
 - evas_object_smart_data_get
 - evas_object_smart_data_set



SVN revision: 61062
2011-07-05 21:10:19 +00:00
Gustavo Lima Chaves 9777055551 [evas] Documenting and exemplifying the following:
- evas_object_text_add
 - evas_object_text_font_get
 - evas_object_text_font_set
 - evas_object_text_font_source_get
 - evas_object_text_font_source_set
 - evas_object_text_glow2_color_get
 - evas_object_text_glow2_color_set
 - evas_object_text_glow_color_get
 - evas_object_text_glow_color_set
 - evas_object_text_outline_color_get
 - evas_object_text_outline_color_set
 - evas_object_text_shadow_color_get
 - evas_object_text_shadow_color_set
 - evas_object_text_style_get
 - evas_object_text_style_set
 - evas_object_text_text_get
 - evas_object_text_text_set



SVN revision: 61012
2011-07-04 16:23:12 +00:00
Iván Briano c10661b430 Evas Map, little clarifications and an overview example
SVN revision: 61010
2011-07-04 15:22:53 +00:00
Gustavo Lima Chaves f6e14ae8bf [evas] Documenting the following.
- evas_object_image_content_hint_get
 - evas_object_image_content_hint_set
 - evas_object_image_data_copy_set
 - evas_object_image_data_get
 - evas_object_image_data_set
 - evas_object_image_data_update_add



SVN revision: 60918
2011-07-01 13:51:44 +00:00
Gustavo Lima Chaves 54a13c07c0 [evas] Documenting/exemplifying the following:
- evas_object_image_smooth_scale_get
 - evas_object_image_smooth_scale_set
 - evas_object_image_source_get
 - evas_object_image_source_set
 - evas_object_image_source_unset
 - evas_object_image_stride_get



SVN revision: 60887
2011-06-30 21:29:02 +00:00
Gustavo Lima Chaves f9e31be489 [evas] Documenting the following image functions:
- evas_object_image_alpha_get
 - evas_object_image_alpha_set
 - evas_object_image_border_center_fill_get
 - evas_object_image_border_center_fill_set
 - evas_object_image_border_get
 - evas_object_image_border_scale_get
 - evas_object_image_border_scale_set
 - evas_object_image_border_set



SVN revision: 60844
2011-06-29 21:06:36 +00:00
Gustavo Lima Chaves b24e04ac82 [evas] Unbork examples, sorry.
SVN revision: 60821
2011-06-29 14:46:29 +00:00
Gustavo Lima Chaves 83711f3d95 [evas] Documantation and examples on this group of
functions:
- evas_object_image_add
- evas_object_image_file_get
- evas_object_image_file_set
- evas_object_image_filled_add
- evas_object_image_filled_get
- evas_object_image_filled_set
- evas_object_image_fill_get
- evas_object_image_fill_set



SVN revision: 60817
2011-06-29 13:25:58 +00:00
Gustavo Lima Chaves 0198df7fd5 [evas] Examples and doc. revamping of stacking functions.
SVN revision: 60737
2011-06-27 16:04:51 +00:00
Michael Jennings 1461fec9ec Assorted build and spec fixes.
SVN revision: 60624
2011-06-23 07:01:45 +00:00
Michael Jennings ebff48bf92 evas/autotools - Fix dist-check because of missing files in EXTRA_DIST.
Patch by: "Michael Jennings" <mej@kainx.org>



SVN revision: 60610
2011-06-22 22:38:05 +00:00
Gustavo Lima Chaves 5f8f61921b [evas] Examples on the rest of the size hints.
SVN revision: 60461
2011-06-17 21:17:07 +00:00
Gustavo Lima Chaves ded7959193 [evas] Example on aspect hints.
SVN revision: 60460
2011-06-17 21:16:59 +00:00
Gustavo Lima Chaves 4d8c554a08 [evas] Example files for basic object manipulation
functions.



SVN revision: 60317
2011-06-14 20:12:53 +00:00
Gustavo Lima Chaves ea4f6225e9 [evas] Examples on the last block of documented
functions.



SVN revision: 60209
2011-06-10 21:32:02 +00:00
Gustavo Lima Chaves 75d78f9b6f [evas] No need to double check dependencies of external
libs on examples.



SVN revision: 60205
2011-06-10 21:31:17 +00:00
Gustavo Lima Chaves ef41d78fce [evas] Example code for evas{_init,_shutdown,_load_error_str}.
SVN revision: 60142
2011-06-09 17:00:24 +00:00
Carsten Haitzler c885080057 an initial test at trying pixman instead of evas software rendering.
results... in comments. disabled atm unless u --enable it. only
replaces 1 operation in 2 cases.



SVN revision: 58824
2011-04-22 11:47:14 +00:00
Gustavo Sverzut Barbieri fd2659c572 evas: mega documentation improving commit.
This commit moves Evas.h contents a lot, but it should not change code
(some conts were added, some function attributes were changed).

The purpose of such is to define the order that doxygen show modules
in its documentation.

I also splitted documentation a bit more, and added a src/examples to
list useful example code. Right now it is just a pure-evas
draw-and-save using buffer engine.

NOTE: there is lots to document, and the @todo list is quite long but
      I guess lots of things there were done already. Raster, could
      you review this list?




SVN revision: 47308
2010-03-18 04:57:40 +00:00