Bruno Dilly [Wed, 28 Nov 2012 21:47:58 +0000 (21:47 +0000)]
ephysics: don't try to set bad body geometry when adding
boundaries
If render geometry is not set yet, it will try to set a bad geometry
for the boundary boxes.
In this case, let these bodies with default size and only resize them
when render geometry is set.
SVN revision: 79791
Bruno Dilly [Wed, 28 Nov 2012 21:47:47 +0000 (21:47 +0000)]
ephysics: add improve dbg msgs
To help me debuging it while I'm working on Edje.
SVN revision: 79790
Bruno Dilly [Wed, 28 Nov 2012 21:47:30 +0000 (21:47 +0000)]
ephysics: don't allow a body to be scaled to 0 in any
axis
In this case it will be considered inactive and things
won't work as expected.
SVN revision: 79789
Vincent Torri [Wed, 28 Nov 2012 19:30:46 +0000 (19:30 +0000)]
Ecore: fix some variable names
SVN revision: 79787
Vincent Torri [Wed, 28 Nov 2012 19:24:07 +0000 (19:24 +0000)]
Ecore_SDL : remove shadow var
SVN revision: 79786
Paulo Alcantara [Wed, 28 Nov 2012 19:17:00 +0000 (19:17 +0000)]
evas/rectangle: Refactor common code for rectangle drawing
This patch refactors common code for rectangle draws - so that it can be
used by other engines and *threaded* X11.
Signed-off-by: Paulo Alcantara <pcacjr@profusion.mobi>
Patch by: Paulo Alcantara <pcacjr@profusion.mobi>
SVN revision: 79785
Bruno Dilly [Wed, 28 Nov 2012 12:55:53 +0000 (12:55 +0000)]
ephysics: random doc fixes
SVN revision: 79781
Bruno Dilly [Wed, 28 Nov 2012 12:54:23 +0000 (12:54 +0000)]
ephysics: TODO - add "auto" mode of slicing clothes suggested by Raster
SVN revision: 79780
Cedric BAIL [Wed, 28 Nov 2012 10:12:23 +0000 (10:12 +0000)]
evas: improve documentation.
Patch by Zbigniew Kosinski <z.kosinski@samsung.com>
SVN revision: 79774
Daniel Juyung Seo [Wed, 28 Nov 2012 08:04:44 +0000 (08:04 +0000)]
edje edc.vim: Added PASSWORD to edc.vim syntax file.
SVN revision: 79771
Cedric BAIL [Wed, 28 Nov 2012 08:01:19 +0000 (08:01 +0000)]
ecore: typo.
SVN revision: 79769
Vincent Torri [Wed, 28 Nov 2012 07:38:09 +0000 (07:38 +0000)]
Ecore_DirectFB: warning--
SVN revision: 79768
Vincent Torri [Wed, 28 Nov 2012 07:30:30 +0000 (07:30 +0000)]
Ecore_Ipc: remove useless includes
SVN revision: 79767
Cedric BAIL [Wed, 28 Nov 2012 07:27:45 +0000 (07:27 +0000)]
ecore: fix bugs reported and identified by Aharone and Daniel.
SVN revision: 79766
Massimo Maiurana [Tue, 27 Nov 2012 22:20:03 +0000 (22:20 +0000)]
updating esperanto translations
SVN revision: 79760
Rafael Antognolli [Tue, 27 Nov 2012 20:53:33 +0000 (20:53 +0000)]
ethumb: Fix license on ethumbd.c too.
It was intended to be LGPL-2.1 too. Bad copy & paste :-(
SVN revision: 79756
Paulo Alcantara [Tue, 27 Nov 2012 18:23:25 +0000 (18:23 +0000)]
evas/cserve2: Add scalecache support
Signed-off-by: Paulo Alcantara <pcacjr@profusion.mobi>
Patch by: Paulo Alcantara <pcacjr@profusion.mobi>
SVN revision: 79754
Rafael Antognolli [Tue, 27 Nov 2012 15:37:56 +0000 (15:37 +0000)]
Ethumb: Fix license reporting on executables's --version output.
SVN revision: 79748
Daniel Zaoui [Tue, 27 Nov 2012 14:36:12 +0000 (14:36 +0000)]
Increased MAX_MSG_SIZE for support of Clouseau - needed for next
Clouseau commit (screenshots)
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 79744
Cedric BAIL [Tue, 27 Nov 2012 06:39:46 +0000 (06:39 +0000)]
ecore: fix ecore_evas_sdl window size.
Patch by Alexey Yakovenko <wakeroid@gmail.com> fixing ticket #1790.
SVN revision: 79734
Rafael Antognolli [Mon, 26 Nov 2012 21:44:34 +0000 (21:44 +0000)]
Ecore_Evas: Initialize event structs before sending them.
Event structs used for IPC must be correctly initialized, since they are
not aligned. This fixes some warnings reported by valgrind.
SVN revision: 79726
Sebastian Dransfeld [Mon, 26 Nov 2012 16:07:55 +0000 (16:07 +0000)]
efreet: update language for daemon
SVN revision: 79721
Daniel Juyung Seo [Sun, 25 Nov 2012 17:04:15 +0000 (17:04 +0000)]
ecore Ecore_Evas.h: Removed non-existing APIs' descriptions.
SVN revision: 79656
Carsten Haitzler [Sun, 25 Nov 2012 10:38:12 +0000 (10:38 +0000)]
one mroe eo_data_Get protection.
SVN revision: 79650
Vincent Torri [Sun, 25 Nov 2012 09:55:32 +0000 (09:55 +0000)]
Ecore: __UNUSED__ --> EINA_UNUSED
SVN revision: 79649
Vincent Torri [Sun, 25 Nov 2012 09:50:53 +0000 (09:50 +0000)]
ecore: remove useless variables
SVN revision: 79648
Daniel Zaoui [Sun, 25 Nov 2012 09:00:21 +0000 (09:00 +0000)]
Added missing descriptions for Eo defines whose functions hadn't
descriptions at all. Needed in language bindings.
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 79646
ChunEon Park [Sat, 24 Nov 2012 17:25:43 +0000 (17:25 +0000)]
evas/gl - don't need to keep the texture altas height for the framebuffer.
they won't be utilized anything by atlas.
Cause of this, It wasted unnecessary texture memory. :(
SVN revision: 79637
Carsten Haitzler [Sat, 24 Nov 2012 16:08:45 +0000 (16:08 +0000)]
eobj changes - protect against null eo data gets.
SVN revision: 79635
ChunEon Park [Sat, 24 Nov 2012 14:54:31 +0000 (14:54 +0000)]
evas/gl - return quickly as possible.
SVN revision: 79634
Sebastian Dransfeld [Sat, 24 Nov 2012 10:55:45 +0000 (10:55 +0000)]
efreet: add missing file
SVN revision: 79632
Sebastian Dransfeld [Sat, 24 Nov 2012 06:43:00 +0000 (06:43 +0000)]
efreet: fix alloca
SVN revision: 79629
Youness Alaoui [Fri, 23 Nov 2012 23:15:48 +0000 (23:15 +0000)]
edje: Fix segfault when deleted part stays in the hash table
SVN revision: 79616
Vincent Torri [Fri, 23 Nov 2012 22:44:43 +0000 (22:44 +0000)]
Ecore: fix Solaris build
SVN revision: 79614
Vincent Torri [Fri, 23 Nov 2012 22:38:23 +0000 (22:38 +0000)]
Ecore: fix alloca declaration
SVN revision: 79613
Vincent Torri [Fri, 23 Nov 2012 22:09:43 +0000 (22:09 +0000)]
Eio: Fix alloca declaration and remove useless autotools Windows stuff
SVN revision: 79612
Vincent Torri [Fri, 23 Nov 2012 21:55:46 +0000 (21:55 +0000)]
ecore, eio : revert alloca commits (and other solaris math commits, i know)
SVN revision: 79610
Leandro Dorileo [Fri, 23 Nov 2012 21:52:25 +0000 (21:52 +0000)]
EPhysics: add a soft ellipsoid test
A test to rotate a soft ellipsoid to demonstrate the multi face implementation.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79609
Leandro Dorileo [Fri, 23 Nov 2012 21:52:18 +0000 (21:52 +0000)]
EPhysics: soft button test
A new test with a soft button deforming while clicking on it.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79608
Leandro Dorileo [Fri, 23 Nov 2012 21:52:08 +0000 (21:52 +0000)]
EPhysics: soft body operations on triangles list
This patch introduces API to get a list of triangles inside an
area and another to apply impulse - also - in a list of triangles.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79607
Leandro Dorileo [Fri, 23 Nov 2012 21:52:02 +0000 (21:52 +0000)]
EPhysics: fix soft body resize
When resizing a soft body move the anchored rigid body to the
center of it.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79606
Leandro Dorileo [Fri, 23 Nov 2012 21:51:53 +0000 (21:51 +0000)]
EPhysics: avoid slices double deletion
This patch avoids slices double deletion case ecore evas deletes the
slices evas objects before ephysics has actually shutdown and/or simulation
thread hasn't been canceled.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79605
Leandro Dorileo [Fri, 23 Nov 2012 21:51:44 +0000 (21:51 +0000)]
EPhysics: add api to get the slice index based on its
evas object
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79604
Leandro Dorileo [Fri, 23 Nov 2012 21:51:38 +0000 (21:51 +0000)]
EPhysics: add soft ellipsoid and multi face
implementation
This patch introduces the ellipsoid soft body and its multi face
implementation.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79603
Leandro Dorileo [Fri, 23 Nov 2012 21:51:32 +0000 (21:51 +0000)]
EPhysics: change double named group
Changed the double named group in list.edc to alias and fix the
abortion issue on tests.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79602
Leandro Dorileo [Fri, 23 Nov 2012 21:51:24 +0000 (21:51 +0000)]
EPhysics: flag test fixes
Add one more bending constraint and sets gravity to ephysics default
value.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79601
Leandro Dorileo [Fri, 23 Nov 2012 21:51:18 +0000 (21:51 +0000)]
EPhysics: test flag fix Evas_Mouse_Event_* usage
Now using the proper event attributes.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79600
Leandro Dorileo [Fri, 23 Nov 2012 21:51:03 +0000 (21:51 +0000)]
EPhysics: fix random memory leaks
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79599
Leandro Dorileo [Fri, 23 Nov 2012 21:50:02 +0000 (21:50 +0000)]
EPhysics: slice_init doesn't know about
body->evas_object anymore
So we can use the same functions to initialize the slices in case of
face slicing.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79598
Leandro Dorileo [Fri, 23 Nov 2012 21:49:57 +0000 (21:49 +0000)]
EPhysics: soft body slice per face
This changes how initial points of deformations are mapped, now we
must support multiple faces so different points of deformation for
each.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79597
Leandro Dorileo [Fri, 23 Nov 2012 21:49:51 +0000 (21:49 +0000)]
EPhysics: soft body slicing refactory
Prepare to use the same infra structure of slicing for soft body multi-face
deformation implementation.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79596
Leandro Dorileo [Fri, 23 Nov 2012 21:49:44 +0000 (21:49 +0000)]
EPhysics: reset soft body's slices layer
If a evas object has its layer reset so we must apply the change its
slices evas objects.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79595
Leandro Dorileo [Fri, 23 Nov 2012 21:43:49 +0000 (21:43 +0000)]
EPhysics: add soft body triangle impulse API
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79594
Leandro Dorileo [Fri, 23 Nov 2012 21:43:44 +0000 (21:43 +0000)]
EPhysics: flip page test
This patch adds a test to simulate page flipping.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79593
Leandro Dorileo [Fri, 23 Nov 2012 21:43:32 +0000 (21:43 +0000)]
EPhysics: add soft body bending constraints API
This patch introduces the API ephysics_body_soft_body_bending_constraints_add
used define how deformeable a soft body is supposed to be.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79592
Leandro Dorileo [Fri, 23 Nov 2012 21:43:25 +0000 (21:43 +0000)]
EPhysics: generate bending constraints just once
Unlikely the cluster generate bullet will not rebuild the bending
constraints every call, so we must prevent creating duplicated
constraints.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79591
Leandro Dorileo [Fri, 23 Nov 2012 21:43:19 +0000 (21:43 +0000)]
EPhysics: move just a single node of a triangle
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79590
Bruno Dilly [Fri, 23 Nov 2012 21:28:02 +0000 (21:28 +0000)]
edje: add example of messages handling (receiving /
sending)
All types!
SVN revision: 79589
Bruno Dilly [Fri, 23 Nov 2012 21:27:38 +0000 (21:27 +0000)]
edje examples: update edc examples list on makefile
It was outdated.
SVN revision: 79588
Bruno Dilly [Fri, 23 Nov 2012 21:27:28 +0000 (21:27 +0000)]
edje player: support message sending
SVN revision: 79587
Bruno Dilly [Fri, 23 Nov 2012 21:27:17 +0000 (21:27 +0000)]
edje player: fix typos / break big line of output
SVN revision: 79586
Sebastian Dransfeld [Fri, 23 Nov 2012 20:39:13 +0000 (20:39 +0000)]
ChangeLog
SVN revision: 79585
Sebastian Dransfeld [Fri, 23 Nov 2012 20:35:45 +0000 (20:35 +0000)]
ecore: also use for solaris
SVN revision: 79582
Sebastian Dransfeld [Fri, 23 Nov 2012 20:31:51 +0000 (20:31 +0000)]
ecore: ieeefp on solaris
SVN revision: 79579
Sebastian Dransfeld [Fri, 23 Nov 2012 20:25:52 +0000 (20:25 +0000)]
ecore: alloca
SVN revision: 79577
Sebastian Dransfeld [Fri, 23 Nov 2012 20:11:15 +0000 (20:11 +0000)]
eio: correctly define alloca
SVN revision: 79576
Sebastian Dransfeld [Fri, 23 Nov 2012 19:30:00 +0000 (19:30 +0000)]
efreet: ChangeLog
SVN revision: 79573
Eduardo de Barros Lima [Fri, 23 Nov 2012 18:44:00 +0000 (18:44 +0000)]
Ecore_Wayland: Fix leak of struct wl_registry
SVN revision: 79569
ChunEon Park [Fri, 23 Nov 2012 15:30:38 +0000 (15:30 +0000)]
evas - Re: [E-devel] [PATCH] [EVAS] evas_object_key_grab add check for same modifiers
Hi all,
I had prepare some fix for evas_object_key_grab function.
In my opinion when given modifiers are equal it should return FALSE.
Please verify attached file.
Regards,
Patrick
Signed-Off-By: Patryk Kaczmarek<patryk.k@samsung.com>
SVN revision: 79563
Sebastian Dransfeld [Thu, 22 Nov 2012 22:18:34 +0000 (22:18 +0000)]
efreet: elements aren't always double quoted
SVN revision: 79550
Sung Park [Thu, 22 Nov 2012 07:58:06 +0000 (07:58 +0000)]
Fixed a bug where if an image object rendered using Evas GL
direct rendering and then another image object using Native
Surface rendering, there was a potential for it to fall into
the same direct rendering path.
Also, fixed some minor Evas GL extension bugs that came from refactoring.
SVN revision: 79532
Carsten Haitzler [Thu, 22 Nov 2012 06:09:28 +0000 (06:09 +0000)]
hm ooops - my multi-frame update tracking breaks WHEN the swap modes
change from triple to double etc. buffered.
SVN revision: 79531
Daniel Juyung Seo [Thu, 22 Nov 2012 04:02:05 +0000 (04:02 +0000)]
edje edje_cc_handlers.c: Fixed wrong documentation.
SVN revision: 79530
Christopher Michael [Wed, 21 Nov 2012 10:02:40 +0000 (10:02 +0000)]
Patch from Alex Wu to fix egl engine for 1.4 spec.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 79506
Christopher Michael [Wed, 21 Nov 2012 10:02:18 +0000 (10:02 +0000)]
evas/wayland_egl: Don't create EGLSurface for internal gl resource if we already have one in re->win.
EGL 1.4 spec Section 3.5.1: If there is already an
EGLSurface associated with win (as a result of a previous
eglCreateWindowSurface call), then an EGL_BAD_ALLOC error is
generated.
So that this eglCreateWindowSurface() will fail if the egl driver is
a strict conformance to the spec.
SVN revision: 79505
Carsten Haitzler [Wed, 21 Nov 2012 09:12:42 +0000 (09:12 +0000)]
fix evil textprop leak in textblock! :)
SVN revision: 79503
Sung Park [Wed, 21 Nov 2012 05:11:17 +0000 (05:11 +0000)]
Oops... cleaned up some code/warnings. Should have been a part of
last commit.
SVN revision: 79494
Sung Park [Wed, 21 Nov 2012 04:59:52 +0000 (04:59 +0000)]
Fixed Evas GL direct rendering bug from refactoring. The conditions
weren't set properly where if a program uses evas_gl to do GL rendering
in direct rendering mode and then use a pixmap to do native
GL rendering in the same program, native pixmap rendering would
also fall into the direct rendering path and not render anything for
image object. It's been fixed.
SVN revision: 79493
Carsten Haitzler [Wed, 21 Nov 2012 04:47:01 +0000 (04:47 +0000)]
oops eet not evas!
SVN revision: 79492
Carsten Haitzler [Wed, 21 Nov 2012 04:19:42 +0000 (04:19 +0000)]
no eet link for cserve2 loader module!
SVN revision: 79490
Carsten Haitzler [Wed, 21 Nov 2012 02:48:49 +0000 (02:48 +0000)]
and now have a real implementation with drmey things... with some
debugging.
SVN revision: 79486
ChunEon Park [Tue, 20 Nov 2012 12:06:53 +0000 (12:06 +0000)]
evas - backport 79469
SVN revision: 79471
ChunEon Park [Tue, 20 Nov 2012 11:52:16 +0000 (11:52 +0000)]
evas - fix the memory leak - eina_rectangles allocated for clip_changes.
SVN revision: 79469
Sebastian Dransfeld [Tue, 20 Nov 2012 08:50:54 +0000 (08:50 +0000)]
efreet: Fix and clean up the way dbusservicedir is set in the build system
The current code was a mix of r78302 (when edbus2 support was made
optional) and r78867 (when edbus2 support was made a required
dependency).
This patch fixes a few bugs:
o The syntax of the AC_ARG_WITH call was wrong and `dbusservicedir' was
always set to "", which meant it was always installed into
${datadir}/dbus-1/services.
o The check for the value of $dbusservicedir was wrong at the end of
configure.ac, since passing "yes" to --with-dbus-services does not
make sense.
And simplifies some checks and calls now that edbus2 is mandatory.
Patch by Raphael Kubo da Costa
SVN revision: 79464
Carsten Haitzler [Tue, 20 Nov 2012 01:17:09 +0000 (01:17 +0000)]
fix blank screen bug added by our good mate... mike_m :)
SVN revision: 79459
Carsten Haitzler [Tue, 20 Nov 2012 01:13:26 +0000 (01:13 +0000)]
comment out unused vars - name the px/yN...
SVN revision: 79458
Carsten Haitzler [Mon, 19 Nov 2012 13:43:48 +0000 (13:43 +0000)]
this is the START of something.. disabled at runtime for now - the
swapper infra is intended to have the ability to map pixels of
backbuffers right in for total zero-copy updates.
SVN revision: 79452
Jérémy Zurcher [Mon, 19 Nov 2012 13:13:31 +0000 (13:13 +0000)]
[eina] path sanitizing now takes care of '/./' and
breaks loop on '/..$'
Patch by: Jérémy Zurcher <jeremy@asynk.ch>
SVN revision: 79449
Jérémy Zurcher [Mon, 19 Nov 2012 13:13:07 +0000 (13:13 +0000)]
[eina] cleans up and fixes 'make benchmark'
saddly eina_bench stills segv and as I can't find any install target for
it, and I'm not a kung-auto-foo warrior, I can't gdb it.
could someone provide a benchmark-install target or point me to the
direction I missed?
Patch by: Jérémy Zurcher <jeremy@asynk.ch>
SVN revision: 79448
Mike McCormack [Mon, 19 Nov 2012 13:10:14 +0000 (13:10 +0000)]
efl: Fix more shadow warnings
Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 79447
Mike McCormack [Mon, 19 Nov 2012 13:10:07 +0000 (13:10 +0000)]
evas: Fix shadow warnings
x1, x2 shadow something in the math library.
Would probably be better to turn off -Wshadow, but for some
reason people think this there's some value in it...
Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 79446
Mike McCormack [Mon, 19 Nov 2012 13:09:53 +0000 (13:09 +0000)]
efl: Fix set but unused warnings
Unfortunately setting unused variable to zero still produces
a warning about variables being set but not used (on gcc 4.6.3).
Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 79445
Vincent Torri [Mon, 19 Nov 2012 06:28:55 +0000 (06:28 +0000)]
Ecore: use ERR macro instead of fputs
SVN revision: 79439
Vincent Torri [Mon, 19 Nov 2012 06:26:48 +0000 (06:26 +0000)]
Ecore: include orders, minor formatting
SVN revision: 79438
Rui Seabra [Sun, 18 Nov 2012 11:27:12 +0000 (11:27 +0000)]
The previous commit was a slight fix on the efl spec for an error I made, its comment applies to this commit: adapt rpm specs to the new efl dependency instead of several independent dependencies.
SVN revision: 79419
Rui Seabra [Sun, 18 Nov 2012 11:24:33 +0000 (11:24 +0000)]
Adjust spec to require efl rather than many of the previously independent dependencies.
SVN revision: 79418
Rui Seabra [Sun, 18 Nov 2012 11:22:16 +0000 (11:22 +0000)]
rpm spec for new edbus
SVN revision: 79417
Rui Seabra [Sun, 18 Nov 2012 10:01:47 +0000 (10:01 +0000)]
Some transitional backwards compatibility.
SVN revision: 79416
Rui Seabra [Sun, 18 Nov 2012 09:57:05 +0000 (09:57 +0000)]
* Make sure install is done with only one make thread since vtorri says it breaks things
* Complete spec in order to include current files and directories
SVN revision: 79415
Vincent Torri [Sun, 18 Nov 2012 07:12:38 +0000 (07:12 +0000)]
merge: do not use recursive make for unit tests
SVN revision: 79413