Bruno Dilly
1337582286
ephysics: add test for light
...
SVN revision: 77805
11 years ago
Bruno Dilly
3655372571
ephysics: fix world structure coding style
...
SVN revision: 77804
11 years ago
Bruno Dilly
c970090254
ephysics: lights, camera, action!
...
Add light support.
It uses evas_map_util_3d_lighting() internally and is only applied
over selected bodies.
SVN revision: 77803
11 years ago
Sebastian Dransfeld
3dba7ec434
efreet: find icons with all extension
...
If there are icons in inherited themes which have not already found
extensions, add these as alternatives.
SVN revision: 77800
11 years ago
Sebastian Dransfeld
6da5a2edce
efreet: directory list can end in a ','
...
SVN revision: 77799
11 years ago
Sebastian Dransfeld
4a192bca07
efreet: close theme_ef on error
...
SVN revision: 77798
11 years ago
Sebastian Dransfeld
7f33df3da8
efreet: always allocate icon_version
...
SVN revision: 77797
11 years ago
Leandro Dorileo
17fa1d7756
EPhysics: add depth parameter to boundary api
...
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 77785
11 years ago
Bruno Dilly
21e6264deb
ephysics: fix z position on geometry set using cm
...
SVN revision: 77784
11 years ago
Bruno Dilly
f75457d4b9
ephysics: add new 3d shapes
...
Instead of creating it from 2d shapes.
Bad news is that for some cases basically points will need to
be kind of duplicated.
SVN revision: 77783
11 years ago
Bruno Dilly
59cc6c6f2f
ephysics: support forces (and torques) on 3 axes
...
SVN revision: 77782
11 years ago
Bruno Dilly
bdd5ba2115
ephysics: expose z-axis gravity
...
SVN revision: 77781
11 years ago
Bruno Dilly
a1897ddf57
ephysics: impulses support the 3 planes
...
SVN revision: 77780
11 years ago
Bruno Dilly
71583d30e3
ephysics: support angular and linear velocity on 3
...
axes
SVN revision: 77779
11 years ago
Bruno Dilly
f7c2009910
ephysics: collision detection inform z coordinate
...
SVN revision: 77778
11 years ago
Bruno Dilly
8b9c28f003
ephysics: support 3 axes on body geometry related
...
functions
geometry set / get, move, resize
SVN revision: 77777
11 years ago
Bruno Dilly
32f03f55a4
ephysics: body rotation getter / setter changed to
...
support 3 axes
SVN revision: 77776
11 years ago
Bruno Dilly
290a7d8821
ephysics: allow to enable angular movement on all the
...
planes
SVN revision: 77775
11 years ago
Bruno Dilly
4ef1a74d4c
ephysics: support enabling moves on z axis
...
SVN revision: 77774
11 years ago
Bruno Dilly
f8136287ad
ephysics: fix soft body test
...
The rigid ball was initialized inside the roof.
SVN revision: 77773
11 years ago
Carsten Haitzler
9ec7d338a2
oops - good catch seb!
...
SVN revision: 77762
11 years ago
Carsten Haitzler
688203a56b
small fixes from GArik_ .. tnx!
...
SVN revision: 77752
11 years ago
Michal Jagiello
3491137bdb
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 ago
Michal Pakula vel Rutka
0a8bed1b66
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 ago
WooHyun Jung
311ea71f36
edje/edje_entry : Add more tags(preedit_sub1~4) for supporting a
...
variety of preediting states.
SVN revision: 77731
11 years ago
Yakov Goldberg
dbda81582a
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 ago
Cedric BAIL
fa1dd2b86f
evas: little more typo fix.
...
SVN revision: 77721
11 years ago
KoziarekBeata
698265a251
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 ago
Cedric BAIL
74e42856be
evas: fix c&p error.
...
SVN revision: 77716
11 years ago
Cedric BAIL
94869b2f95
evas: don't use strcmp for just one character, when we already have line size information.
...
SVN revision: 77703
11 years ago
Cedric BAIL
e0af0dca6d
evas: remove as many call as easily possible to eo_data_get.
...
SVN revision: 77702
11 years ago
Carsten Haitzler
3dbe48e4fe
ok ok.. METRIC!
...
SVN revision: 77695
11 years ago
Christopher Michael
922030ca72
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 ago
Carsten Haitzler
aad2041e55
fix font rounding in evas to round and not floor - fixes some rare
...
font sizing issues.
SVN revision: 77688
11 years ago
Carsten Haitzler
f91826870d
remove software_16_x11 - danielz! u added it back. it ewas gone from upstream!
...
SVN revision: 77687
11 years ago
Daniel Zaoui
34fd7793b0
Fix to support Eo on all the engines.
...
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 77686
11 years ago
Daniel Zaoui
9937b9d336
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 ago
Gustavo Sverzut Barbieri
a13620d1e7
add efreet_user_dir to test variables.
...
SVN revision: 77683
11 years ago
Gustavo Sverzut Barbieri
7869bcc670
try to fallback on missing XDG_RUNTIME_DIR
...
SVN revision: 77682
11 years ago
Bruno Dilly
e5e90c233d
ephysics: re-activate bodies when gravity is set
...
So it can be applied on all the bodies.
SVN revision: 77680
11 years ago
Bruno Dilly
26262cb719
ephysics: fix sandbox gravity and rate spinners
...
They were using wrong units, default values and
not reasonable min / max.
SVN revision: 77679
11 years ago
Bruno Dilly
6f1b2ce82d
ephysics: fix default rate on docs
...
SVN revision: 77678
11 years ago
Leandro Dorileo
179efa1d66
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 ago
Leandro Dorileo
6f9e9a67f7
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 ago
Ricardo de Almeida Gonzaga
b36c0c9d62
ephysics: fix a reference on doc
...
Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>
SVN revision: 77675
11 years ago
Bruno Dilly
bb46db9051
ephysics: update README
...
SVN revision: 77674
11 years ago
Bruno Dilly
9a5f9bc6d5
ephysics: use macro for balls groups on sandbox theme
...
SVN revision: 77673
11 years ago
Bruno Dilly
02d551e3a9
ephysics: remove duplicated image
...
SVN revision: 77672
11 years ago
Bruno Dilly
2a7949dd53
ephysics: fix ball theme group
...
SVN revision: 77671
11 years ago
Gustavo Sverzut Barbieri
4786babcc8
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 ago