platform/upstream/efl.git
11 years agoephysics: body rotation getter / setter changed to
Bruno Dilly [Wed, 10 Oct 2012 19:16:55 +0000 (19:16 +0000)]
ephysics: body rotation getter / setter changed to
 support 3 axes

SVN revision: 77776

11 years agoephysics: allow to enable angular movement on all the
Bruno Dilly [Wed, 10 Oct 2012 19:16:48 +0000 (19:16 +0000)]
ephysics: allow to enable angular movement on all the
 planes

SVN revision: 77775

11 years agoephysics: support enabling moves on z axis
Bruno Dilly [Wed, 10 Oct 2012 19:16:43 +0000 (19:16 +0000)]
ephysics: support enabling moves on z axis

SVN revision: 77774

11 years agoephysics: fix soft body test
Bruno Dilly [Wed, 10 Oct 2012 19:16:37 +0000 (19:16 +0000)]
ephysics: fix soft body test

The rigid ball was initialized inside the roof.

SVN revision: 77773

11 years agobe strict with build profile names.
Gustavo Sverzut Barbieri [Wed, 10 Oct 2012 18:46:27 +0000 (18:46 +0000)]
be strict with build profile names.

SVN revision: 77772

11 years agoefl: introduce build profile, simplify options.
Gustavo Sverzut Barbieri [Wed, 10 Oct 2012 18:43:15 +0000 (18:43 +0000)]
efl: introduce build profile, simplify options.

Introduced --with-profile={dev,release} that will simplify how to set
build options of EFL.

NOTE-1: specific e17 benchmark is now gone, it will always be built
and is the default benchmark for eina. If we want to have a faster
benchmark in the future, just add a command line option for
eina_suite.

NOTE-2: valgrind build is broken as it needs -fPIC. Will get to it
later. Likely someone needs to revisit the eina mempools for valgrind
and other basic tools (eo? likely evas).

SVN revision: 77771

11 years agoadd some TODO/comments for vtorri.
Gustavo Sverzut Barbieri [Wed, 10 Oct 2012 17:59:15 +0000 (17:59 +0000)]
add some TODO/comments for vtorri.

Vincent, please check those and take some action. I'm not sure about
the windows stuff, but we should find a way to make it more automatic
than what it is right now.

SVN revision: 77769

11 years agoremove and ignore INSTALL file.
Gustavo Sverzut Barbieri [Wed, 10 Oct 2012 17:41:48 +0000 (17:41 +0000)]
remove and ignore INSTALL file.

it's autogenerated, avoid it in svn.

SVN revision: 77768

11 years agoefl: cleanup to remove stuff that is not in single-tree yet.
Gustavo Sverzut Barbieri [Wed, 10 Oct 2012 17:40:35 +0000 (17:40 +0000)]
efl: cleanup to remove stuff that is not in single-tree yet.

Remove every mention to libraries that are still not in the
single-tree build such as emotion, efreet and ethumb.

Keep it simple and just add them back when they are merged.

Added similar variables for all of evil, eina, eo and eet. Keep them
in the same order for now.

SVN revision: 77767

11 years agoefl: eet and eo are now mandatory.
Gustavo Sverzut Barbieri [Wed, 10 Oct 2012 17:27:11 +0000 (17:27 +0000)]
efl: eet and eo are now mandatory.

I've reordered the build to be: eina -> eo -> eet as it make more sense.

SVN revision: 77766

11 years agooops - good catch seb!
Carsten Haitzler [Wed, 10 Oct 2012 13:06:27 +0000 (13:06 +0000)]
oops - good catch seb!

SVN revision: 77762

11 years agosmall fixes from GArik_ .. tnx!
Carsten Haitzler [Wed, 10 Oct 2012 11:09:03 +0000 (11:09 +0000)]
small fixes from GArik_ .. tnx!

SVN revision: 77752

11 years agoFrom: Michal Jagiello <m.jagiello@samsung.com>
Michal Jagiello [Wed, 10 Oct 2012 09:31:25 +0000 (09:31 +0000)]
From: Michal Jagiello <m.jagiello@samsung.com>
Subject: [E-devel] [PATCH][ETHUMB] Null checks and checks if divisor
is not equal to zero in ethumb.c file

In functions ethumb_calculate_aspect_from_ratio,
ethumb_calculate_fill_from_ratio, ethumb_plugin_image_resize and
ethumb_image_save Ethumb object is not checked if is NULL, what can cause
segmentation fault.

In functions ethumb_calculate_aspect and ethumb_calculate_fill divisor is
not checked if is equal to zero before division.

SVN revision: 77736

11 years agoFrom: Michal Pakula vel Rutka <m.pakula@samsung.com>
Michal Pakula vel Rutka [Wed, 10 Oct 2012 09:17:21 +0000 (09:17 +0000)]
From: Michal Pakula vel Rutka <m.pakula@samsung.com>
Subject: [E-devel] [Patch] [Ecore] Allow to send SelectionNotify event
if there is no data from XGetWindowProperty.

The issue I want to fix is that elementary clipboard does not return
paste callback if selection does not contain any data.
Currently when ecore_x_window_prop_property_get function is called
asking for AnyProperty it returns 0 if there is no data (number of
items stored equals 0). This causes ecore_x_event_handle_selection
_notify to exit before SelectionNotify event is added and eventually
elementary paste callback is not fired.
My patch removes this condition and changes behaviour of this function
by allowing to add SelectionNotify event even if data returned is empty.

SVN revision: 77732

11 years agoedje/edje_entry : Add more tags(preedit_sub1~4) for supporting a
WooHyun Jung [Wed, 10 Oct 2012 09:15:16 +0000 (09:15 +0000)]
edje/edje_entry : Add more tags(preedit_sub1~4) for supporting a
variety of preediting states.

SVN revision: 77731

11 years agoPorting to Eo: Job, Animator, Idler, Idle_Enterer, Idle_Exiter, Timer, Ecore_Poll
Yakov Goldberg [Wed, 10 Oct 2012 08:19:58 +0000 (08:19 +0000)]
Porting to Eo: Job, Animator, Idler, Idle_Enterer, Idle_Exiter, Timer, Ecore_Poll

Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
SVN revision: 77722

11 years agoevas: little more typo fix.
Cedric BAIL [Wed, 10 Oct 2012 08:18:09 +0000 (08:18 +0000)]
evas: little more typo fix.

SVN revision: 77721

11 years agoFrom: KoziarekBeata <b.koziarek@samsung.com>
KoziarekBeata [Wed, 10 Oct 2012 08:06:27 +0000 (08:06 +0000)]
From: KoziarekBeata <b.koziarek@samsung.com>
Subject: [E-devel] [Edje][Patch] Patch with NULL checks for some
functions in edje_entry file

This patch contains NULL checks  for some functions in edje_entry file.

Lack of these NULL checks after calling these function causes
segmentation faults.

SVN revision: 77719

11 years agoevas: fix c&p error.
Cedric BAIL [Wed, 10 Oct 2012 07:58:54 +0000 (07:58 +0000)]
evas: fix c&p error.

SVN revision: 77716

11 years agoevas: don't use strcmp for just one character, when we already have line size informa...
Cedric BAIL [Wed, 10 Oct 2012 07:23:45 +0000 (07:23 +0000)]
evas: don't use strcmp for just one character, when we already have line size information.

SVN revision: 77703

11 years agoevas: remove as many call as easily possible to eo_data_get.
Cedric BAIL [Wed, 10 Oct 2012 07:23:00 +0000 (07:23 +0000)]
evas: remove as many call as easily possible to eo_data_get.

SVN revision: 77702

11 years agook ok.. METRIC!
Carsten Haitzler [Wed, 10 Oct 2012 07:00:07 +0000 (07:00 +0000)]
ok ok.. METRIC!

SVN revision: 77695

11 years agoEcore_X (xcb): Make sure we have a valid connection before checking
Christopher Michael [Wed, 10 Oct 2012 06:47:54 +0000 (06:47 +0000)]
Ecore_X (xcb): Make sure we have a valid connection before checking
source state.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77694

11 years agofix font rounding in evas to round and not floor - fixes some rare
Carsten Haitzler [Wed, 10 Oct 2012 06:07:38 +0000 (06:07 +0000)]
fix font rounding in evas to round and not floor - fixes some rare
font sizing issues.

SVN revision: 77688

11 years agoremove software_16_x11 - danielz! u added it back. it ewas gone from upstream!
Carsten Haitzler [Wed, 10 Oct 2012 06:03:42 +0000 (06:03 +0000)]
remove software_16_x11 - danielz! u added it back. it ewas gone from upstream!

SVN revision: 77687

11 years agoFix to support Eo on all the engines.
Daniel Zaoui [Wed, 10 Oct 2012 02:13:28 +0000 (02:13 +0000)]
Fix to support Eo on all the engines.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 77686

11 years agoTo fix directfb engine compilation.
Daniel Zaoui [Wed, 10 Oct 2012 01:23:27 +0000 (01:23 +0000)]
To fix directfb engine compilation.

Thanks to Jeremy Zurcher for this patch.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 77685

11 years agoadd efreet_user_dir to test variables.
Gustavo Sverzut Barbieri [Tue, 9 Oct 2012 20:16:29 +0000 (20:16 +0000)]
add efreet_user_dir to test variables.

SVN revision: 77683

11 years agotry to fallback on missing XDG_RUNTIME_DIR
Gustavo Sverzut Barbieri [Tue, 9 Oct 2012 20:12:02 +0000 (20:12 +0000)]
try to fallback on missing XDG_RUNTIME_DIR

SVN revision: 77682

11 years agoephysics: re-activate bodies when gravity is set
Bruno Dilly [Tue, 9 Oct 2012 20:00:36 +0000 (20:00 +0000)]
ephysics: re-activate bodies when gravity is set

So it can be applied on all the bodies.

SVN revision: 77680

11 years agoephysics: fix sandbox gravity and rate spinners
Bruno Dilly [Tue, 9 Oct 2012 20:00:27 +0000 (20:00 +0000)]
ephysics: fix sandbox gravity and rate spinners

They were using wrong units, default values and
not reasonable min / max.

SVN revision: 77679

11 years agoephysics: fix default rate on docs
Bruno Dilly [Tue, 9 Oct 2012 20:00:15 +0000 (20:00 +0000)]
ephysics: fix default rate on docs

SVN revision: 77678

11 years agoEPhysics: soft body members stacking
Leandro Dorileo [Tue, 9 Oct 2012 20:00:03 +0000 (20:00 +0000)]
EPhysics: soft body members stacking

Using evas stacking for soft body slices members.

Patch by: Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 77677

11 years agoEPhysics: body evas object unset return the base
Leandro Dorileo [Tue, 9 Oct 2012 19:59:53 +0000 (19:59 +0000)]
EPhysics: body evas object unset return the base
 object

In the unset operation return the base object, not the smart one.

Patch by: Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 77676

11 years agoephysics: fix a reference on doc
Ricardo de Almeida Gonzaga [Tue, 9 Oct 2012 19:59:43 +0000 (19:59 +0000)]
ephysics: fix a reference on doc

Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 77675

11 years agoephysics: update README
Bruno Dilly [Tue, 9 Oct 2012 19:59:34 +0000 (19:59 +0000)]
ephysics: update README

SVN revision: 77674

11 years agoephysics: use macro for balls groups on sandbox theme
Bruno Dilly [Tue, 9 Oct 2012 19:59:25 +0000 (19:59 +0000)]
ephysics: use macro for balls groups on sandbox theme

SVN revision: 77673

11 years agoephysics: remove duplicated image
Bruno Dilly [Tue, 9 Oct 2012 19:59:16 +0000 (19:59 +0000)]
ephysics: remove duplicated image

SVN revision: 77672

11 years agoephysics: fix ball theme group
Bruno Dilly [Tue, 9 Oct 2012 19:59:08 +0000 (19:59 +0000)]
ephysics: fix ball theme group

SVN revision: 77671

11 years agoImprove xdg-user-dirs documentation.
Gustavo Sverzut Barbieri [Tue, 9 Oct 2012 18:43:33 +0000 (18:43 +0000)]
Improve xdg-user-dirs documentation.

EVERYBODY writing software, particularly applications, read this
documentation and the links below so you can make your software
compliant:

 * http://0pointer.de/blog/projects/tmp.html where to store files and
   sockets to be secure and portable.
 * http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html

SVN revision: 77669

11 years agoSupport user directories $XDG_PICTURES_DIR, $XDG_VIDEOS_DIR,
Gustavo Sverzut Barbieri [Tue, 9 Oct 2012 18:17:33 +0000 (18:17 +0000)]
Support user directories $XDG_PICTURES_DIR, $XDG_VIDEOS_DIR,
$XDG_DOWNLOAD_DIR, $XDG_TEMPLATES_DIR, $XDG_PUBLICSHARE_DIR,
$XDG_DOCUMENTS_DIR and $XDG_MUSIC_DIR.

SVN revision: 77668

11 years agocleanup macros.
Gustavo Sverzut Barbieri [Tue, 9 Oct 2012 17:55:34 +0000 (17:55 +0000)]
cleanup macros.

eina_stringshare_replace() does a nice job.

EINA_LIST_FREE() always exit with empty (NULL) list.

SVN revision: 77667

11 years agoAdd $XDG_RUNTIME_DIR support.
Gustavo Sverzut Barbieri [Tue, 9 Oct 2012 17:52:21 +0000 (17:52 +0000)]
Add $XDG_RUNTIME_DIR support.

SVN revision: 77666

11 years agoedbus: Remove edbus_real_method
José Roberto de Souza [Tue, 9 Oct 2012 15:23:25 +0000 (15:23 +0000)]
edbus: Remove edbus_real_method

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 77656

11 years agoedbus: Fix example of double container
José Roberto de Souza [Tue, 9 Oct 2012 15:23:13 +0000 (15:23 +0000)]
edbus: Fix example of double container

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 77655

11 years agoeobj .gitignore: Added .gitignore.
Daniel Juyung Seo [Tue, 9 Oct 2012 14:28:47 +0000 (14:28 +0000)]
eobj .gitignore: Added .gitignore.

SVN revision: 77646

11 years agoevas: Fix casts
Mike McCormack [Tue, 9 Oct 2012 11:59:44 +0000 (11:59 +0000)]
evas: Fix casts

Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 77641

11 years agoefl: patch from eobj
Sebastian Dransfeld [Tue, 9 Oct 2012 11:34:16 +0000 (11:34 +0000)]
efl: patch from eobj

port r77631
fix eo on 64bit.. bad valist fun

SVN revision: 77637

11 years agoelf: Ignore build output in git
Mike McCormack [Tue, 9 Oct 2012 11:24:14 +0000 (11:24 +0000)]
elf: Ignore build output in git

Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 77636

11 years agoFix typo (a period != a comma) ;)
Christopher Michael [Tue, 9 Oct 2012 09:51:21 +0000 (09:51 +0000)]
Fix typo (a period != a comma) ;)

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77633

11 years agoedbus: check if DBUS_TYPE_UNIX_FD exists
Sebastian Dransfeld [Tue, 9 Oct 2012 08:47:59 +0000 (08:47 +0000)]
edbus: check if DBUS_TYPE_UNIX_FD exists

SVN revision: 77629

11 years agoedje: remove unused variable
Sebastian Dransfeld [Tue, 9 Oct 2012 08:28:07 +0000 (08:28 +0000)]
edje: remove unused variable

SVN revision: 77623

11 years agoecore_con_socks: split version check from cast
Sebastian Dransfeld [Tue, 9 Oct 2012 08:27:55 +0000 (08:27 +0000)]
ecore_con_socks: split version check from cast

SVN revision: 77622

11 years agoecore_con: make buf correct type
Sebastian Dransfeld [Tue, 9 Oct 2012 08:27:38 +0000 (08:27 +0000)]
ecore_con: make buf correct type

Should be the same as the return type from eina_binbuf_string_get

SVN revision: 77621

11 years agoevas: Use char for memory pointer arithmetic
Sebastian Dransfeld [Tue, 9 Oct 2012 07:51:08 +0000 (07:51 +0000)]
evas: Use char for memory pointer arithmetic

SVN revision: 77618

11 years agoevas: do less request to eo.
Cedric BAIL [Tue, 9 Oct 2012 07:49:07 +0000 (07:49 +0000)]
evas: do less request to eo.

SVN revision: 77617

11 years agoWrong to declare "ret" as Eina_Bool and than cast it to an int.
Christopher Michael [Tue, 9 Oct 2012 07:35:08 +0000 (07:35 +0000)]
Wrong to declare "ret" as Eina_Bool and than cast it to an int.
pointer.inside is unsigned char.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77615

11 years agoSecond fix for Wayland Egl. Sorry devilhorns for the inconvenience.
Daniel Zaoui [Tue, 9 Oct 2012 07:05:37 +0000 (07:05 +0000)]
Second fix for Wayland Egl. Sorry devilhorns for the inconvenience.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 77612

11 years agoFix for Wayland. Thank for devilhorns.
Daniel Zaoui [Tue, 9 Oct 2012 06:49:57 +0000 (06:49 +0000)]
Fix for Wayland. Thank for devilhorns.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 77611

11 years agoEvas_Object_Box compilation. Thanks to devilhorns and onefang
Daniel Zaoui [Tue, 9 Oct 2012 06:34:49 +0000 (06:34 +0000)]
Evas_Object_Box compilation. Thanks to devilhorns and onefang

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 77610

11 years agoEvas image: Fix compilation for David Seikel.
Tom Hacohen [Tue, 9 Oct 2012 06:02:05 +0000 (06:02 +0000)]
Evas image: Fix compilation for David Seikel.

Weird that it works here. I guess the type of va_list is different for you.

Anyhow, you are right, that's an issue, thanks.

SVN revision: 77609

11 years agoEFL-Eo: Added -DNDEBUG by default.
Tom Hacohen [Tue, 9 Oct 2012 03:02:22 +0000 (03:02 +0000)]
EFL-Eo: Added -DNDEBUG by default.

SVN revision: 77608

11 years agofix build bork becase of eo.
Carsten Haitzler [Tue, 9 Oct 2012 03:01:28 +0000 (03:01 +0000)]
fix build bork becase of eo.

SVN revision: 77607

11 years agoevas: fix JackDaniel's bork.
Cedric BAIL [Tue, 9 Oct 2012 02:51:19 +0000 (02:51 +0000)]
evas: fix JackDaniel's bork.

SVN revision: 77606

11 years agoEo: Added -DNDEBUG by default.
Tom Hacohen [Tue, 9 Oct 2012 02:11:36 +0000 (02:11 +0000)]
Eo: Added -DNDEBUG by default.

SVN revision: 77605

11 years agoeo: changes made for the support of the Eo concept
Daniel Zaoui [Tue, 9 Oct 2012 01:58:41 +0000 (01:58 +0000)]
eo: changes made for the support of the Eo concept

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 77604

11 years agoephysics: fix sandbox shutdown
Bruno Dilly [Mon, 8 Oct 2012 22:47:28 +0000 (22:47 +0000)]
ephysics: fix sandbox shutdown

SVN revision: 77598

11 years agoephysics: fix sandbox material callback
Bruno Dilly [Mon, 8 Oct 2012 22:47:19 +0000 (22:47 +0000)]
ephysics: fix sandbox material callback

SVN revision: 77597

11 years agoephysics: print sandbox error msgs correctly
Bruno Dilly [Mon, 8 Oct 2012 22:47:11 +0000 (22:47 +0000)]
ephysics: print sandbox error msgs correctly

SVN revision: 77596

11 years agoephysics: cosmetic clean up on sandbox code
Bruno Dilly [Mon, 8 Oct 2012 22:46:58 +0000 (22:46 +0000)]
ephysics: cosmetic clean up on sandbox code

Respect 80 cols, remove extra blank lines and blank spaces.

SVN revision: 77595

11 years agoephysics: fix make distcheck
Bruno Dilly [Mon, 8 Oct 2012 22:46:50 +0000 (22:46 +0000)]
ephysics: fix make distcheck

SVN revision: 77594

11 years agoephysics: separate test and sandbox themes
Bruno Dilly [Mon, 8 Oct 2012 22:46:29 +0000 (22:46 +0000)]
ephysics: separate test and sandbox themes

SVN revision: 77593

11 years agoephysics: initial commit to sandbox
Ricardo de Almeida Gonzaga [Mon, 8 Oct 2012 22:46:19 +0000 (22:46 +0000)]
ephysics: initial commit to sandbox

Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 77592

11 years agoEPhysics: dragging body test
Leandro Dorileo [Mon, 8 Oct 2012 18:01:06 +0000 (18:01 +0000)]
EPhysics: dragging body test

New test where the user can drag a body around the world by grabbing
and dragging.

Patch by: Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 77585

11 years agoephysics: re-activate body when velocity is set
Bruno Dilly [Mon, 8 Oct 2012 18:00:55 +0000 (18:00 +0000)]
ephysics: re-activate body when velocity is set

SVN revision: 77584

11 years agoWayland_SHM: Add listener to frame callback
Eduardo Lima (Etrunko) [Mon, 8 Oct 2012 14:22:17 +0000 (14:22 +0000)]
Wayland_SHM: Add listener to frame callback

This is the method necessary to synchronize Wayland and Evas rendering, similar
to vblank sync that is used in X11. This solves the Wayland SHM render issues
(tearing effect) without the need to add double buffering to the engine.

In a near future, the SHM implementation will feature double (or triple)
buffering and this syncrhonization mechanism will be changed to be optional.

Patch based on the work started by Robert Bradford on ticket #1280
http://trac.enlightenment.org/e/ticket/1280

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 77580

11 years agoEcore_Evas: Share code between SHM and EGL
Eduardo Lima (Etrunko) [Mon, 8 Oct 2012 14:09:53 +0000 (14:09 +0000)]
Ecore_Evas: Share code between SHM and EGL
 implementations

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 77579

11 years agoevas svg loader: update to latest esvg API
Vincent Torri [Sun, 7 Oct 2012 21:10:37 +0000 (21:10 +0000)]
evas  svg loader: update to latest esvg API

SVN revision: 77561

11 years agoecore_wayland: Remove unneeded header
Sebastian Dransfeld [Sat, 6 Oct 2012 17:10:58 +0000 (17:10 +0000)]
ecore_wayland: Remove unneeded header

Already included by ecore_wl_private.h

SVN revision: 77548

11 years agoecore_wayland: Make modifiers correctly at once
Sebastian Dransfeld [Sat, 6 Oct 2012 15:58:27 +0000 (15:58 +0000)]
ecore_wayland: Make modifiers correctly at once

SVN revision: 77546

11 years agomerge: __UNUSED__ --> EINA_UNUSED and some fixes in eo.
Vincent Torri [Fri, 5 Oct 2012 20:09:47 +0000 (20:09 +0000)]
merge: __UNUSED__ --> EINA_UNUSED and some fixes in eo.

SVN revision: 77542

11 years agoephysics: add valgrind suppression file
Bruno Dilly [Fri, 5 Oct 2012 15:41:10 +0000 (15:41 +0000)]
ephysics: add valgrind suppression file

stop complaining about fontconfig and libz stuff

SVN revision: 77541

11 years agoecore_wayland: Use correct modifier flags
Sebastian Dransfeld [Fri, 5 Oct 2012 13:46:35 +0000 (13:46 +0000)]
ecore_wayland: Use correct modifier flags

Events should use ECORE_EVENT_MODIFER_* flags...

SVN revision: 77534

11 years agoecore: let's try another approach thanks to Guillaume Friloux.
Cedric BAIL [Fri, 5 Oct 2012 13:07:14 +0000 (13:07 +0000)]
ecore: let's try another approach thanks to Guillaume Friloux.

SVN revision: 77533

11 years agoecore: properly reschedule call to curl.
Cedric BAIL [Fri, 5 Oct 2012 10:17:18 +0000 (10:17 +0000)]
ecore: properly reschedule call to curl.

SVN revision: 77524

11 years agoAdded Debug feature for Evas GL's GL APIs. It can be set with
Sung Park [Fri, 5 Oct 2012 10:03:37 +0000 (10:03 +0000)]
Added Debug feature for Evas GL's GL APIs. It can be set with
EVAS_GL_API_DEBUG=1 and when it is set, all the GL calls will check
if make_current has been properly called.  Also, it'll check if all
the GL calls are called within the Pixel Getter function for Direct
Rendering option.

SVN revision: 77522

11 years agoAdd missing __UNUSED__
Christopher Michael [Fri, 5 Oct 2012 09:10:52 +0000 (09:10 +0000)]
Add missing __UNUSED__

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77519

11 years agoFix function declaration for native_window_destroy in EVGL_Interface
Christopher Michael [Fri, 5 Oct 2012 09:09:37 +0000 (09:09 +0000)]
Fix function declaration for native_window_destroy in EVGL_Interface
structure (returns an int, not a pointer to int).

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77518

11 years agoRemoved unnecessary typedef of GLchar. It was reported by rusty with
Sung Park [Fri, 5 Oct 2012 07:00:28 +0000 (07:00 +0000)]
Removed unnecessary typedef of GLchar. It was reported by rusty with
issues on OpenBSD/NetBSD Not sure why it was left there, but fixed now.

SVN revision: 77507

11 years agoevas Evas.h: Added more documentation for users. Spotted by Seoghyun Kang.
Daniel Juyung Seo [Fri, 5 Oct 2012 06:35:12 +0000 (06:35 +0000)]
evas Evas.h: Added more documentation for users. Spotted by Seoghyun Kang.

SVN revision: 77499

11 years agobackport r77494 and r77495.
Daniel Juyung Seo [Fri, 5 Oct 2012 06:35:06 +0000 (06:35 +0000)]
backport r77494 and r77495.

SVN revision: 77498

11 years agoecore-x: expose ecore_x_selection_converter_text
Sebastian Dransfeld [Thu, 4 Oct 2012 23:18:18 +0000 (23:18 +0000)]
ecore-x: expose ecore_x_selection_converter_text

Needed to convert COMPOUND_TEXT

SVN revision: 77477

11 years agoephysics: update TODO
Bruno Dilly [Thu, 4 Oct 2012 22:40:58 +0000 (22:40 +0000)]
ephysics: update TODO

remove some done tasks

SVN revision: 77472

11 years agoephysics: don't send a msg per sub step
Bruno Dilly [Thu, 4 Oct 2012 22:40:52 +0000 (22:40 +0000)]
ephysics: don't send a msg per sub step

Only send one msg at the end of the simulation step.

SVN revision: 77471

11 years agoephysics: add heavy test to check threads work
Bruno Dilly [Thu, 4 Oct 2012 22:40:46 +0000 (22:40 +0000)]
ephysics: add heavy test to check threads work

Simulate 600 small balls.

Ok, it's not so huge, but I've tested to add a sleep on step simulation
on bullet. Things looks to be working just fine.

SVN revision: 77470

11 years agoephysics: fix typos on docs
Bruno Dilly [Thu, 4 Oct 2012 22:40:35 +0000 (22:40 +0000)]
ephysics: fix typos on docs

SVN revision: 77469

11 years agoEPhysics: soft body test
Leandro Dorileo [Thu, 4 Oct 2012 22:40:29 +0000 (22:40 +0000)]
EPhysics: soft body test

Soft Body Test, add smart soft bodies in the list for exclusion.

Patch by: Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 77468

11 years agoEPhysics: add cloth support
Leandro Dorileo [Thu, 4 Oct 2012 22:40:16 +0000 (22:40 +0000)]
EPhysics: add cloth support

This patch introduces the cloth support. Auxiliary API's for setting
full anchors, cloth nodes anchors and so on is also introduced. Few
other issues concerning soft body and cloth transform, has been worked
to fit the cloth support needs.

Patch by: Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 77467

11 years agoEPhysics: multi point deformation
Leandro Dorileo [Thu, 4 Oct 2012 22:40:07 +0000 (22:40 +0000)]
EPhysics: multi point deformation

This patch introduces support for multi point deformation mapping,
it's wrapped with an evas smart object to handle multiple slices.

Patch by: Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 77466

11 years agoephysics: use new ELM_POLICY_EXIT
Bruno Dilly [Thu, 4 Oct 2012 22:39:59 +0000 (22:39 +0000)]
ephysics: use new ELM_POLICY_EXIT

To make sure windows will be properly deleted at shutdown.

SVN revision: 77465