platform/upstream/efl.git
13 years agoevas: update ChangeLog.
Cedric BAIL [Thu, 7 Jul 2011 15:25:27 +0000 (15:25 +0000)]
evas: update ChangeLog.

SVN revision: 61124

13 years agoevas: prevent infinite insertion of object during recalc stage.
Cedric BAIL [Thu, 7 Jul 2011 15:24:16 +0000 (15:24 +0000)]
evas: prevent infinite insertion of object during recalc stage.

SVN revision: 61123

13 years agoEvas events: Added evas_event_refeed_event.
Tom Hacohen [Thu, 7 Jul 2011 13:59:50 +0000 (13:59 +0000)]
Evas events: Added evas_event_refeed_event.

Patch by Aharon Hillel.

SVN revision: 61117

13 years agoecore-imf: Add APIs for virtual keyboard support
Jihoon Kim [Thu, 7 Jul 2011 11:55:05 +0000 (11:55 +0000)]
ecore-imf: Add APIs for virtual keyboard support

Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
SVN revision: 61114

13 years agoecore: Remove unnecessary debugging output
Mike McCormack [Thu, 7 Jul 2011 11:37:12 +0000 (11:37 +0000)]
ecore: Remove unnecessary debugging output

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 61112

13 years agoecore: Make sure signals break from the main loop
Mike McCormack [Thu, 7 Jul 2011 11:37:02 +0000 (11:37 +0000)]
ecore: Make sure signals break from the main loop

SVN revision: 61111

13 years agoecore: Update translations
Mike McCormack [Thu, 7 Jul 2011 10:11:26 +0000 (10:11 +0000)]
ecore: Update translations

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 61110

13 years agoecore: Fix thread check for quicklaunch
Mike McCormack [Thu, 7 Jul 2011 10:11:13 +0000 (10:11 +0000)]
ecore: Fix thread check for quicklaunch

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 61109

13 years agotypo fix!
Carsten Haitzler [Thu, 7 Jul 2011 09:37:55 +0000 (09:37 +0000)]
typo fix!

SVN revision: 61108

13 years agoFrom: Jihoon Kim <jihoon48.kim@samsung.com>
Jihoon Kim [Thu, 7 Jul 2011 06:23:46 +0000 (06:23 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] add ecore_imf_context_cursor_location_set API

In this patch, it will add ecore_imf_context_cursor_location_set API in
Ecore_IMF.

The cursor location can be used to determine the position of candidate
word window in immodule.

SVN revision: 61105

13 years agoedje/ecore/eina: Updated documentaton for version number.
Daniel Juyung Seo [Thu, 7 Jul 2011 04:58:34 +0000 (04:58 +0000)]
edje/ecore/eina: Updated documentaton for version number.

I did this manually. But it'll be good if someone can automate this.
It's a painful for busy developers.

SVN revision: 61104

13 years agoEcore File Download: don't mess with Ecore_Con event status
Bruno Dilly [Wed, 6 Jul 2011 20:56:55 +0000 (20:56 +0000)]
Ecore File Download: don't mess with Ecore_Con event status

For some reason it was passing !ev->status instead of ev->status
to completion_cb, so all the information that should be provided
(200, 400 or 404 error, ...) was becoming 0.

SVN revision: 61099

13 years ago[evas] Just explaining more the main top function blocks the
Gustavo Lima Chaves [Wed, 6 Jul 2011 19:41:31 +0000 (19:41 +0000)]
[evas] Just explaining more the main top function blocks the
 main doc. page points to.
The rest is just a proof read check on the main section.

SVN revision: 61098

13 years agoEet : correction for make distcheck
Nicolas Aguirre [Wed, 6 Jul 2011 19:23:21 +0000 (19:23 +0000)]
Eet : correction for make distcheck

SVN revision: 61097

13 years ago[evas] Documenting/exemplifying the following:
Gustavo Lima Chaves [Wed, 6 Jul 2011 18:46:58 +0000 (18:46 +0000)]
[evas] Documenting/exemplifying the following:
 - evas_object_smart_type_check
 - evas_object_smart_type_check_ptr
 - evas_object_static_clip_get
 - evas_object_static_clip_set
 - evas_smart_class_get
 - evas_smart_class_new
 - evas_smart_data_get
 - evas_smart_free
 - evas_smart_objects_calculate

SVN revision: 61096

13 years agoExpand Ecore_Thread docs.
Iván Briano [Wed, 6 Jul 2011 18:08:21 +0000 (18:08 +0000)]
Expand Ecore_Thread docs.

Thanks cedric for technical advice.
Thanks discomfitor for helping when English vanished.
Thanks myself for keeping both of them busy so they don't break SVN *too* much.

SVN revision: 61095

13 years agoeina/hash - Add examples to list and fix doc of some functions.
Rafael Antognolli [Wed, 6 Jul 2011 18:01:42 +0000 (18:01 +0000)]
eina/hash - Add examples to list and fix doc of some functions.

SVN revision: 61094

13 years agoeina/hash - Add example that demonstrate many ways of deleting items.
Rafael Antognolli [Wed, 6 Jul 2011 18:00:38 +0000 (18:00 +0000)]
eina/hash - Add example that demonstrate many ways of deleting items.

SVN revision: 61093

13 years agoeina/hash - Added examples that use different types of hash.
Rafael Antognolli [Wed, 6 Jul 2011 17:59:58 +0000 (17:59 +0000)]
eina/hash - Added examples that use different types of hash.

SVN revision: 61092

13 years agoeina/hash - improve performance comparison between different hashes.
Rafael Antognolli [Wed, 6 Jul 2011 17:58:41 +0000 (17:58 +0000)]
eina/hash - improve performance comparison between different hashes.

For the hashes available for storing string keys, give a better
explanation about the difference of performance.

Also add to the documentation that the data_free_cb will be called when
when items are deleted from the hash table, not only on the hash table
free.

SVN revision: 61091

13 years agoEina: Improving eina_accessor documentation.
Jonas M. Gastal [Wed, 6 Jul 2011 14:50:46 +0000 (14:50 +0000)]
Eina: Improving eina_accessor documentation.

SVN revision: 61089

13 years agoEina: Improvements to eina_list's documentation.
Jonas M. Gastal [Wed, 6 Jul 2011 14:50:33 +0000 (14:50 +0000)]
Eina: Improvements to eina_list's documentation.

SVN revision: 61088

13 years agoEina: Improvement to eina_iterator's documentation.
Jonas M. Gastal [Wed, 6 Jul 2011 14:50:12 +0000 (14:50 +0000)]
Eina: Improvement to eina_iterator's documentation.

SVN revision: 61087

13 years agoEina: Improvements to eina_array's documentation.
Jonas M. Gastal [Wed, 6 Jul 2011 14:49:44 +0000 (14:49 +0000)]
Eina: Improvements to eina_array's documentation.

SVN revision: 61086

13 years ago[evas] typos
Gustavo Lima Chaves [Wed, 6 Jul 2011 13:53:19 +0000 (13:53 +0000)]
[evas] typos

SVN revision: 61085

13 years ago[evas] Documenting/exemplifying the following:
Gustavo Lima Chaves [Wed, 6 Jul 2011 13:52:47 +0000 (13:52 +0000)]
[evas] Documenting/exemplifying the following:
 - evas_object_smart_member_add
 - evas_object_smart_member_del
 - evas_object_smart_members_get
 - evas_object_smart_move_children_relative
 - evas_object_smart_need_recalculate_get
 - evas_object_smart_need_recalculate_set
 - evas_object_smart_parent_get
 - evas_object_smart_smart_get

SVN revision: 61084

13 years agoecore: Remove most #ifdef HAVE_EPOLL blocks
Mike McCormack [Wed, 6 Jul 2011 10:54:30 +0000 (10:54 +0000)]
ecore: Remove most #ifdef HAVE_EPOLL blocks

Replace with if statements and stub epoll calls, and let the
compiler optimize out the stub code.

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 61081

13 years agoecore: Remove most HAVE_TIMERFD_CREATE ifdefs
Mike McCormack [Wed, 6 Jul 2011 10:54:20 +0000 (10:54 +0000)]
ecore: Remove most HAVE_TIMERFD_CREATE ifdefs

Introduce stub timerfd_create and timerfd_settime functions
so ifdefs can be removed.

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 61080

13 years agoecore: Use timerfd with g_main_loop
Mike McCormack [Wed, 6 Jul 2011 10:54:11 +0000 (10:54 +0000)]
ecore: Use timerfd with g_main_loop

glib only allows millisecond resolution in g_main_loop.
To avoid this limitation, use timerfd to wake up the main loop.

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 61079

13 years agoprovide alpha set call for buffer canvas in ecore-evas. new feature
Carsten Haitzler [Wed, 6 Jul 2011 10:21:16 +0000 (10:21 +0000)]
provide alpha set call for buffer canvas in ecore-evas. new feature
related to elm shot engine.

SVN revision: 61077

13 years agoFix bug in in mouse grabs while frozen events are in place.
Carsten Haitzler [Wed, 6 Jul 2011 08:43:18 +0000 (08:43 +0000)]
Fix bug in in mouse grabs while frozen events are in place.

SVN revision: 61070

13 years agoEvas textblock: Fixed _cursor_char_coord_set with coords after the eol.
Tom Hacohen [Wed, 6 Jul 2011 07:32:23 +0000 (07:32 +0000)]
Evas textblock: Fixed _cursor_char_coord_set with coords after the eol.

SVN revision: 61068

13 years agoEvas textblock: Fixed weird cursor behavior with empty textblocks.
Tom Hacohen [Wed, 6 Jul 2011 07:32:14 +0000 (07:32 +0000)]
Evas textblock: Fixed weird cursor behavior with empty textblocks.

SVN revision: 61067

13 years agoevas evas_map.c: Added warning messages to some codes. It has an
Daniel Juyung Seo [Wed, 6 Jul 2011 06:24:18 +0000 (06:24 +0000)]
evas evas_map.c: Added warning messages to some codes. It has an
infinite loop issue.

SVN revision: 61066

13 years ago[evas] Documenting and exemplifying the following:
Gustavo Lima Chaves [Tue, 5 Jul 2011 21:10:19 +0000 (21:10 +0000)]
[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

13 years agoMaking evas doc work with IE8 and IE9(copied from ecore).
Jonas M. Gastal [Tue, 5 Jul 2011 16:36:50 +0000 (16:36 +0000)]
Making evas doc work with IE8 and IE9(copied from ecore).

SVN revision: 61056

13 years agoMake eina docs work on IE8 and IE9.
Jonas M. Gastal [Tue, 5 Jul 2011 16:35:20 +0000 (16:35 +0000)]
Make eina docs work on IE8 and IE9.

SVN revision: 61055

13 years agoemotion: fix race condition and never call fill_set in the backend.
Cedric BAIL [Tue, 5 Jul 2011 13:25:38 +0000 (13:25 +0000)]
emotion: fix race condition and never call fill_set in the backend.

SVN revision: 61051

13 years agoecore/ecore_con - improved documentation and added example.
Rafael Antognolli [Tue, 5 Jul 2011 13:09:57 +0000 (13:09 +0000)]
ecore/ecore_con - improved documentation and added example.
Just ecore_con_init, shutdown and lookup documented for now.

SVN revision: 61050

13 years agoecore: Minor changes to documentation of ecore_con_url_fd_set
Sanjeev BA [Tue, 5 Jul 2011 11:13:47 +0000 (11:13 +0000)]
ecore: Minor changes to documentation of ecore_con_url_fd_set

Signed-off-By: Sanjeev BA <as2902.b@samsung.com>
SVN revision: 61043

13 years agoecore: Only dispatch if we have something to do
Mike McCormack [Tue, 5 Jul 2011 11:13:39 +0000 (11:13 +0000)]
ecore: Only dispatch if we have something to do

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 61042

13 years agoecore: Add basic thread checks
Mike McCormack [Tue, 5 Jul 2011 11:13:29 +0000 (11:13 +0000)]
ecore: Add basic thread checks

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 61041

13 years agoecore: Add function to check we're the main loop thread
Mike McCormack [Tue, 5 Jul 2011 11:13:20 +0000 (11:13 +0000)]
ecore: Add function to check we're the main loop thread

Rearrange the the order of startup to avoid triggering
the thread checks in ecore_event_type_new().

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 61040

13 years agoemotion: fix off by one.
Cedric BAIL [Tue, 5 Jul 2011 11:02:28 +0000 (11:02 +0000)]
emotion: fix off by one.

SVN revision: 61039

13 years agoactually handle -1 pointer return from shmat correctly. man. i cant
Carsten Haitzler [Tue, 5 Jul 2011 09:54:57 +0000 (09:54 +0000)]
actually handle -1 pointer return from shmat correctly. man. i cant
believe the code has checked for NULL all these years rather than -1!!

SVN revision: 61036

13 years agodiable fix_hz - little need for that these days. i almost forgot that
Carsten Haitzler [Tue, 5 Jul 2011 04:08:01 +0000 (04:08 +0000)]
diable fix_hz - little need for that these days. i almost forgot that
this existed!

SVN revision: 61030

13 years agoecore: Sleep at least until the next timeout
Mike McCormack [Tue, 5 Jul 2011 02:32:07 +0000 (02:32 +0000)]
ecore: Sleep at least until the next timeout

The g_main_loop was spinning waiting for timers that were
almost ready.  The spinning was due to waking up from
the g_main_loop too early, and then having nothing to do.

To solve this, round the timeout up to the nearest millisecond,
so that when the main loop wakes, the timer will definitely be
ready.

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 61028

13 years agoecore: Remove excessively verbose logging
Mike McCormack [Tue, 5 Jul 2011 02:31:58 +0000 (02:31 +0000)]
ecore: Remove excessively verbose logging

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 61027

13 years agoFrom: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Hyoyoung Chang [Tue, 5 Jul 2011 01:33:59 +0000 (01:33 +0000)]
From: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Subject: [E-devel] [patch] evas - add checking event type

Dear developers.

I found a bug about evas event handling.
In some situation, evas blocks some events by checking _evas_event_counter.
So I made a patch that is checking event type also event counter.

Reproduce steps:
1. make a window
2. show window before adding a elementary/genlist widget

--- codes ---
void _gl_mousedown_cb(void *data, Evas *evas, Evas_Object *obj, void *event_info)
{
  printf("_gl_mousedown_cb !! \n");
}

static Eina_Bool create_main_win(App *app)
{
  app->win = elm_win_add(NULL, "genlist-win", ELM_WIN_BASIC);
  evas_object_show(app->win);          <-- position 1

  Evas_Object *genlist = elm_genlist_add(app->win);
  elm_win_resize_object_add(app->win, genlist);
  evas_object_event_callback_add(genlist, EVAS_CALLBACK_MOUSE_DOWN, _gl_mousedown_cb, NULL);
  evas_object_show(genlist);

  evas_object_resize(app->win, 320, 240);
//evas_object_show(app->win);          <-- position 2

  return EINA_TRUE;
}
--- codes ---

In common use case, apps don't show main window at position 1.
However to reproduce, it can be at position 1. Then, focus is at just on main window.
In that situation, if a user clicks a genlist, its event is dropped by evas.
Because in mouse down callback, it give focus to genlist.

Then two events is made. First is mouse down, second is focus handling.
In event callback, evas processes mouse down after focus handling.
But evas found that mouse event is retarded event than focus handling.
So it ignores it.

This patch is introduce event handling type checking to
evas_object_event_callback_call.

SVN revision: 61026

13 years agounify more event handling, fix a little formatting
Mike Blumenkrantz [Tue, 5 Jul 2011 00:06:27 +0000 (00:06 +0000)]
unify more event handling, fix a little formatting

SVN revision: 61025

13 years ago[evas] cedric, stop influencing me to break builds.
Gustavo Lima Chaves [Mon, 4 Jul 2011 20:37:16 +0000 (20:37 +0000)]
[evas] cedric, stop influencing me to break builds.

SVN revision: 61022

13 years agoecore/ecore_con - Make ecore_con_lookup() work with ipv4 too
Rafael Antognolli [Mon, 4 Jul 2011 20:04:18 +0000 (20:04 +0000)]
ecore/ecore_con - Make ecore_con_lookup() work with ipv4 too

SVN revision: 61021

13 years agoEina: Spelling fixes and using smaller size for hash image.
Jonas M. Gastal [Mon, 4 Jul 2011 19:48:01 +0000 (19:48 +0000)]
Eina: Spelling fixes and using smaller size for hash image.

SVN revision: 61018

13 years agoecore/fd_handler - Add detailed description to this group.
Rafael Antognolli [Mon, 4 Jul 2011 18:31:23 +0000 (18:31 +0000)]
ecore/fd_handler - Add detailed description to this group.

SVN revision: 61016

13 years agoecore/events - add detailed description to this group.
Rafael Antognolli [Mon, 4 Jul 2011 18:31:13 +0000 (18:31 +0000)]
ecore/events - add detailed description to this group.

SVN revision: 61015

13 years agoecore - add and fix links to examples on each module description.
Rafael Antognolli [Mon, 4 Jul 2011 18:31:02 +0000 (18:31 +0000)]
ecore - add and fix links to examples on each module description.

SVN revision: 61014

13 years agoEina: Adding link to example in eina_str documentation.
Jonas M. Gastal [Mon, 4 Jul 2011 17:18:30 +0000 (17:18 +0000)]
Eina: Adding link to example in eina_str documentation.

SVN revision: 61013

13 years ago[evas] Documenting and exemplifying the following:
Gustavo Lima Chaves [Mon, 4 Jul 2011 16:23:12 +0000 (16:23 +0000)]
[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

13 years ago[evas] Allowing one to build examples by hand.
Gustavo Lima Chaves [Mon, 4 Jul 2011 16:23:00 +0000 (16:23 +0000)]
[evas] Allowing one to build examples by hand.

SVN revision: 61011

13 years agoEvas Map, little clarifications and an overview example
Iván Briano [Mon, 4 Jul 2011 15:22:53 +0000 (15:22 +0000)]
Evas Map, little clarifications and an overview example

SVN revision: 61010

13 years agoemotion/doc - add a link in the main page to the API reference.
Rafael Antognolli [Mon, 4 Jul 2011 14:42:56 +0000 (14:42 +0000)]
emotion/doc - add a link in the main page to the API reference.

SVN revision: 61009

13 years agoemotion - better introduction and link to emotion_test.
Rafael Antognolli [Mon, 4 Jul 2011 14:31:01 +0000 (14:31 +0000)]
emotion - better introduction and link to emotion_test.

SVN revision: 61008

13 years agoemotion/example - basic usage of emotion commented.
Rafael Antognolli [Mon, 4 Jul 2011 14:30:54 +0000 (14:30 +0000)]
emotion/example - basic usage of emotion commented.

SVN revision: 61007

13 years agoand also enable mmap safety here
Carsten Haitzler [Mon, 4 Jul 2011 09:59:49 +0000 (09:59 +0000)]
and also enable mmap safety here

SVN revision: 60984

13 years agouse eina mmap safety.
Carsten Haitzler [Mon, 4 Jul 2011 09:44:11 +0000 (09:44 +0000)]
use eina mmap safety.

SVN revision: 60982

13 years agoenable mmap safety in eet.
Carsten Haitzler [Mon, 4 Jul 2011 09:36:07 +0000 (09:36 +0000)]
enable mmap safety in eet.

SVN revision: 60979

13 years agoenable mmap safety in efreet.
Carsten Haitzler [Mon, 4 Jul 2011 09:35:39 +0000 (09:35 +0000)]
enable mmap safety in efreet.

SVN revision: 60978

13 years agoand include eina_mmap.h in Eina.h <- forgot
Carsten Haitzler [Mon, 4 Jul 2011 09:35:17 +0000 (09:35 +0000)]
and include eina_mmap.h in Eina.h <- forgot

SVN revision: 60977

13 years agoadd eina mmap safety handling.
Carsten Haitzler [Mon, 4 Jul 2011 09:29:59 +0000 (09:29 +0000)]
add eina mmap safety handling.

SVN revision: 60976

13 years agofix some segvs in eet_node
Mike Blumenkrantz [Mon, 4 Jul 2011 03:50:37 +0000 (03:50 +0000)]
fix some segvs in eet_node

SVN revision: 60958

13 years agoadd a bunch of functions for manipulating eet_node structs
Mike Blumenkrantz [Mon, 4 Jul 2011 03:47:03 +0000 (03:47 +0000)]
add a bunch of functions for manipulating eet_node structs

SVN revision: 60957

13 years ago<arrowdodger> Patch to unbreak eio build on systems without xattr: http://intara...
Mike Blumenkrantz [Sun, 3 Jul 2011 17:58:57 +0000 (17:58 +0000)]
<arrowdodger> Patch to unbreak eio build on systems without xattr: intara.org.ru/eio.diff

SVN revision: 60955

13 years agoeio: morning speedup, pack feedback together to reduce context switch.
Cedric BAIL [Sat, 2 Jul 2011 11:06:52 +0000 (11:06 +0000)]
eio: morning speedup, pack feedback together to reduce context switch.

SVN revision: 60935

13 years agoEmotion: making emotion_object_play_set doc appear.
Jonas M. Gastal [Fri, 1 Jul 2011 17:13:17 +0000 (17:13 +0000)]
Emotion: making emotion_object_play_set doc appear.

SVN revision: 60923

13 years ago[evas] Documentation fixes.
Gustavo Lima Chaves [Fri, 1 Jul 2011 16:19:27 +0000 (16:19 +0000)]
[evas] Documentation fixes.

SVN revision: 60922

13 years ago[evas] Documenting the following:
Gustavo Lima Chaves [Fri, 1 Jul 2011 16:19:15 +0000 (16:19 +0000)]
[evas] Documenting the following:
 - evas_object_image_load_dpi_get
 - evas_object_image_load_dpi_set
 - evas_object_image_load_error_get
 - evas_object_image_load_region_get
 - evas_object_image_load_region_set
 - evas_object_image_load_scale_down_get
 - evas_object_image_load_scale_down_set
 - evas_object_image_load_size_get
 - evas_object_image_load_size_set

SVN revision: 60921

13 years agoemotion/doc - Document more functions
Rafael Antognolli [Fri, 1 Jul 2011 14:08:29 +0000 (14:08 +0000)]
emotion/doc - Document more functions

 - emotion_object_size_get
 - emotion_object_smooth_scale_set
 - emotion_object_smooth_scale_get
 - emotion_object_ratio_get
 - emotion_object_video_mute_set
 - emotion_object_video_mute_get
 - emotion_object_title_get
 - emotion_object_meta_info_get
 - emotion_object_vis_set
 - emotion_object_vis_get
 - emotion_object_vis_supported

SVN revision: 60919

13 years ago[evas] Documenting the following.
Gustavo Lima Chaves [Fri, 1 Jul 2011 13:51:44 +0000 (13:51 +0000)]
[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

13 years agoEmotion: signals documentation.
Jonas M. Gastal [Fri, 1 Jul 2011 13:46:25 +0000 (13:46 +0000)]
Emotion: signals documentation.

SVN revision: 60917

13 years agoevas/evas_map - removed white trailings.
ChunEon Park [Fri, 1 Jul 2011 11:43:50 +0000 (11:43 +0000)]
evas/evas_map - removed white trailings.

SVN revision: 60916

13 years agoevas/main.c - removed useless lines.
ChunEon Park [Fri, 1 Jul 2011 11:32:21 +0000 (11:32 +0000)]
evas/main.c - removed useless lines.

SVN revision: 60915

13 years agoevas/evas_map - added workaround code for avoid afterimage problem temporary.
ChunEon Park [Fri, 1 Jul 2011 11:30:17 +0000 (11:30 +0000)]
evas/evas_map - added workaround code for avoid afterimage problem temporary.

Since the last frame is not updated when map is disabled,
Afterimage problem is happened in s/w rendering.
Need to find out the fundanmental reason then fix it.

SVN revision: 60914

13 years agoevas/evas_map - reverted the work around code.
ChunEon Park [Fri, 1 Jul 2011 10:58:58 +0000 (10:58 +0000)]
evas/evas_map - reverted the work around code.

SVN revision: 60913

13 years agoemotion: add empty infrastructure for suspending the pipeline.
Cedric BAIL [Fri, 1 Jul 2011 08:57:54 +0000 (08:57 +0000)]
emotion: add empty infrastructure for suspending the pipeline.

SVN revision: 60909

13 years agoevas/evas_map - fixed workaround code more properly.
ChunEon Park [Fri, 1 Jul 2011 04:35:26 +0000 (04:35 +0000)]
evas/evas_map - fixed workaround code more properly.

SVN revision: 60906

13 years agoNot so unused
Iván Briano [Fri, 1 Jul 2011 02:02:02 +0000 (02:02 +0000)]
Not so unused

SVN revision: 60904

13 years agoevas/evas_map - added workaround code to remove afterimage problem.
ChunEon Park [Fri, 1 Jul 2011 01:10:32 +0000 (01:10 +0000)]
evas/evas_map - added workaround code to remove afterimage problem.

Sine the last frame is not updated when map is disabled,
Afterimage problem is happened in software rendering.
Need to find out the reason in the rendering engine then fix it.
However, it's hard to fix the problem now, added a just workaround code temporary.

This problem will be fixed later or be removed when the rendering engine is refactored completely.

SVN revision: 60901

13 years agoFix epoll delete fd handling in child process - #796
Carsten Haitzler [Fri, 1 Jul 2011 00:04:06 +0000 (00:04 +0000)]
Fix epoll delete fd handling in child process - #796

SVN revision: 60895

13 years ago[evas] Documenting the following:
Gustavo Lima Chaves [Thu, 30 Jun 2011 21:55:16 +0000 (21:55 +0000)]
[evas] Documenting the following:
 - evas_object_image_preload
 - evas_object_image_reload
 - evas_object_image_save
 - evas_object_image_scale_hint_get
 - evas_object_image_scale_hint_set
 - evas_object_image_size_get
 - evas_object_image_size_set

SVN revision: 60889

13 years agoEmotion: emotion play control functions documentation.
Jonas M. Gastal [Thu, 30 Jun 2011 21:38:44 +0000 (21:38 +0000)]
Emotion: emotion play control functions documentation.

SVN revision: 60888

13 years ago[evas] Documenting/exemplifying the following:
Gustavo Lima Chaves [Thu, 30 Jun 2011 21:29:02 +0000 (21:29 +0000)]
[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

13 years agoemotion/doc - Document some audio functions.
Rafael Antognolli [Thu, 30 Jun 2011 20:02:12 +0000 (20:02 +0000)]
emotion/doc - Document some audio functions.

 - emotion_object_audio_volume_set
 - emotion_object_audio_volume_get
 - emotion_object_audio_mute_set
 - emotion_object_audio_mute_get

SVN revision: 60884

13 years agoemotion/doc - documented the initialization functions.
Rafael Antognolli [Thu, 30 Jun 2011 18:31:39 +0000 (18:31 +0000)]
emotion/doc - documented the initialization functions.

SVN revision: 60880

13 years agoemotion/doc - Give a brief description of the library in the front page.
Rafael Antognolli [Thu, 30 Jun 2011 18:31:36 +0000 (18:31 +0000)]
emotion/doc - Give a brief description of the library in the front page.

SVN revision: 60879

13 years agoEcore: ecore_pipe documentation.
Jonas M. Gastal [Thu, 30 Jun 2011 18:10:30 +0000 (18:10 +0000)]
Ecore: ecore_pipe documentation.

SVN revision: 60878

13 years agoemotion: cleanup emotion async loader on file set.
Cedric BAIL [Thu, 30 Jun 2011 09:49:24 +0000 (09:49 +0000)]
emotion: cleanup emotion async loader on file set.

SVN revision: 60869

13 years agocreate mount point directory if it doesn't exist
Mike Blumenkrantz [Thu, 30 Jun 2011 08:15:42 +0000 (08:15 +0000)]
create mount point directory if it doesn't exist

SVN revision: 60866

13 years agoshuffle signal handler setup and remove job, fix startup file check
Mike Blumenkrantz [Thu, 30 Jun 2011 06:49:54 +0000 (06:49 +0000)]
shuffle signal handler setup and remove job, fix startup file check

SVN revision: 60864

13 years agoedje : Password's last char show feature supported. This patch is made
WooHyun Jung [Thu, 30 Jun 2011 05:31:08 +0000 (05:31 +0000)]
edje : Password's last char show feature supported. This patch is made
by Shilpa.

SVN revision: 60858

13 years agoadd signal handlers
Mike Blumenkrantz [Thu, 30 Jun 2011 03:57:49 +0000 (03:57 +0000)]
add signal handlers

SVN revision: 60857