Rafael Antognolli
8ac3152e89
Ethumb: Fix license reporting on executables's --version output.
...
SVN revision: 79748
11 years ago
Daniel Zaoui
5f875d92f0
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
11 years ago
Cedric BAIL
a94c9b785a
ecore: fix ecore_evas_sdl window size.
...
Patch by Alexey Yakovenko <wakeroid@gmail.com> fixing ticket #1790 .
SVN revision: 79734
11 years ago
Rafael Antognolli
79e00d2786
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
11 years ago
Sebastian Dransfeld
c823b3fe29
efreet: update language for daemon
...
SVN revision: 79721
11 years ago
Daniel Juyung Seo
de02fe4438
ecore Ecore_Evas.h: Removed non-existing APIs' descriptions.
...
SVN revision: 79656
11 years ago
Carsten Haitzler
f5c127ff34
one mroe eo_data_Get protection.
...
SVN revision: 79650
11 years ago
Vincent Torri
3a67711840
Ecore: __UNUSED__ --> EINA_UNUSED
...
SVN revision: 79649
11 years ago
Vincent Torri
1205ecd5da
ecore: remove useless variables
...
SVN revision: 79648
11 years ago
Daniel Zaoui
d7783e11d6
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
11 years ago
ChunEon Park
4e55742f4a
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
11 years ago
Carsten Haitzler
63cbf85067
eobj changes - protect against null eo data gets.
...
SVN revision: 79635
11 years ago
ChunEon Park
575ecb0ea2
evas/gl - return quickly as possible.
...
SVN revision: 79634
11 years ago
Sebastian Dransfeld
07ee75ee5b
efreet: add missing file
...
SVN revision: 79632
11 years ago
Sebastian Dransfeld
92b5baaea4
efreet: fix alloca
...
SVN revision: 79629
11 years ago
Youness Alaoui
dde5848ab1
edje: Fix segfault when deleted part stays in the hash table
...
SVN revision: 79616
11 years ago
Vincent Torri
7eed9b718a
Ecore: fix Solaris build
...
SVN revision: 79614
11 years ago
Vincent Torri
47a3d97885
Ecore: fix alloca declaration
...
SVN revision: 79613
11 years ago
Vincent Torri
a79a4408e4
Eio: Fix alloca declaration and remove useless autotools Windows stuff
...
SVN revision: 79612
11 years ago
Vincent Torri
a943f063bc
ecore, eio : revert alloca commits (and other solaris math commits, i know)
...
SVN revision: 79610
11 years ago
Leandro Dorileo
14a4767f24
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
11 years ago
Leandro Dorileo
ffecc4ac0f
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
11 years ago
Leandro Dorileo
1a1adc1a5f
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
11 years ago
Leandro Dorileo
889ba8d307
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
11 years ago
Leandro Dorileo
f4ce94ee18
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
11 years ago
Leandro Dorileo
ecd61b29af
EPhysics: add api to get the slice index based on its
...
evas object
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79604
11 years ago
Leandro Dorileo
0e3e700e52
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
11 years ago
Leandro Dorileo
f36db0c84d
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
11 years ago
Leandro Dorileo
1a82b27622
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
11 years ago
Leandro Dorileo
a231ae47dc
EPhysics: test flag fix Evas_Mouse_Event_* usage
...
Now using the proper event attributes.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79600
11 years ago
Leandro Dorileo
3e10c1bdb6
EPhysics: fix random memory leaks
...
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79599
11 years ago
Leandro Dorileo
0951154f9c
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
11 years ago
Leandro Dorileo
6f743c6978
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
11 years ago
Leandro Dorileo
f962999612
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
11 years ago
Leandro Dorileo
96388823a7
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
11 years ago
Leandro Dorileo
cf2d140f8c
EPhysics: add soft body triangle impulse API
...
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79594
11 years ago
Leandro Dorileo
5d49f5912a
EPhysics: flip page test
...
This patch adds a test to simulate page flipping.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79593
11 years ago
Leandro Dorileo
900580095c
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
11 years ago
Leandro Dorileo
fa05bab343
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
11 years ago
Leandro Dorileo
a7e90dc5a7
EPhysics: move just a single node of a triangle
...
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 79590
11 years ago
Bruno Dilly
af8b2ce2ce
edje: add example of messages handling (receiving /
...
sending)
All types!
SVN revision: 79589
11 years ago
Bruno Dilly
74bc2de752
edje examples: update edc examples list on makefile
...
It was outdated.
SVN revision: 79588
11 years ago
Bruno Dilly
a0bd3bc00f
edje player: support message sending
...
SVN revision: 79587
11 years ago
Bruno Dilly
7f9b327c16
edje player: fix typos / break big line of output
...
SVN revision: 79586
11 years ago
Sebastian Dransfeld
6b145c2c85
ChangeLog
...
SVN revision: 79585
11 years ago
Sebastian Dransfeld
36849d89b7
ecore: also use for solaris
...
SVN revision: 79582
11 years ago
Sebastian Dransfeld
a3ae72a9e7
ecore: ieeefp on solaris
...
SVN revision: 79579
11 years ago
Sebastian Dransfeld
c2b4b45023
ecore: alloca
...
SVN revision: 79577
11 years ago
Sebastian Dransfeld
b67bef4ed0
eio: correctly define alloca
...
SVN revision: 79576
11 years ago
Sebastian Dransfeld
9b7086b9e3
efreet: ChangeLog
...
SVN revision: 79573
11 years ago