Commit Graph

19477 Commits

Author SHA1 Message Date
ChunEon Park 983627ecb7 evas/render - refactoring code.
SVN revision: 78248
2012-10-19 12:00:57 +00:00
Cedric BAIL 10f9d3a215 evas: move to Eina_Thread.
SVN revision: 78245
2012-10-19 10:56:34 +00:00
Cedric BAIL d84053ccfe ecore: oops fix a typo.
SVN revision: 78243
2012-10-19 10:45:25 +00:00
Cedric BAIL c1dee13b8e evas: use new Eina_Thread API.
SVN revision: 78232
2012-10-19 07:18:11 +00:00
Cedric BAIL c15b604477 eina: look around for setaffinity.
SVN revision: 78231
2012-10-19 07:15:11 +00:00
Cedric BAIL 6e6d623148 ecore: update to new API.
SVN revision: 78230
2012-10-19 07:13:21 +00:00
Cedric BAIL 6bde75188d eina: change API a little bit.
SVN revision: 78228
2012-10-19 07:12:30 +00:00
Cedric BAIL e882b94434 ecore: use Eina_Thread in Ecore_Thread.
SVN revision: 78227
2012-10-19 05:49:48 +00:00
Cedric BAIL 52cf5dce93 eina: add Eina_Thread API.
SVN revision: 78226
2012-10-19 05:48:16 +00:00
Bruno Dilly 211d38aac0 ephysics: move perspective stuff to camera component
Looks like it fits better the camera component than world.



SVN revision: 78206
2012-10-18 23:55:45 +00:00
Bruno Dilly 08643f3112 ephysics: add perspective support
SVN revision: 78205
2012-10-18 23:27:26 +00:00
Bruno Dilly 30a0f7c659 ephysics: change bouncing 3d example
Make it easier to test 3d rotations



SVN revision: 78204
2012-10-18 23:27:19 +00:00
Bruno Dilly 90e21f1637 ephysics: don't set density 0 when setting mass on
sandbox




SVN revision: 78203
2012-10-18 21:23:21 +00:00
Bruno Dilly 2db55269f6 ephysics: set velocity before applying impulse on
sandbox

Otherwise the velocity implied by impulse will be zeroed.



SVN revision: 78202
2012-10-18 21:23:16 +00:00
Bruno Dilly 64bc76ba49 ephysics: expose volume getter
useful to calculate density given a mass



SVN revision: 78201
2012-10-18 21:23:05 +00:00
José Roberto de Souza cc28164d70 edbus: Add a private function edbus_message_iter_sub_iter_get()
Function will be used in a future patch.

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



SVN revision: 78199
2012-10-18 20:11:10 +00:00
José Roberto de Souza 3efa417886 edbus: Avoid call _on_signal_handler_free over freed object or proxy
If a signal handler callback remove the last reference of his parent, his parent
will unref all your childrens including signal handler, but signal handler could
not be freed until your callback was finish so a event to delete it will be
created and when this event happen the signal handler parent was already freed
and we could not call _on_signal_handler_free().

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



SVN revision: 78198
2012-10-18 20:11:04 +00:00
Ricardo de Almeida Gonzaga e7b72f567a ephysics: sandbox apply actions on restart
Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>



SVN revision: 78195
2012-10-18 19:18:13 +00:00
Ricardo de Almeida Gonzaga d7757986c2 ephysics: adjust sandbox body type combo alignment
Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>



SVN revision: 78194
2012-10-18 19:18:08 +00:00
Leandro Dorileo 02903536b3 EPhysics: avoid restacking objects on different layers
If the two objects are not in the same layer avoid restacking it.


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



SVN revision: 78193
2012-10-18 19:18:00 +00:00
José Roberto de Souza c6bf21cbbe edbus: Use NULL instead of EDBUS_ARGS({"", ""})
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 78192
2012-10-18 17:00:28 +00:00
ChunEon Park 9537606427 evas/event - remove duplication
SVN revision: 78185
2012-10-18 12:13:04 +00:00
ChunEon Park bea89dd14f evas - use Eina_Bool
SVN revision: 78184
2012-10-18 11:52:21 +00:00
ChunEon Park d12e1015e6 evas/event - update move event when object freeze event is off.
SVN revision: 78182
2012-10-18 11:42:03 +00:00
ChunEon Park d9bdce172a evas/proxy - +source visible set APIs
Need to care some more cases. will be upstreamed additionally.



SVN revision: 78180
2012-10-18 11:30:04 +00:00
Sebastian Dransfeld 4468ee3a7f efreet: use eina_file_map
SVN revision: 78179
2012-10-18 11:19:28 +00:00
Sebastian Dransfeld e327361844 efreet: formatting
SVN revision: 78178
2012-10-18 11:19:14 +00:00
ChunEon Park 652125a269 evas - updated NEWS
SVN revision: 78177
2012-10-18 10:52:10 +00:00
Sebastian Dransfeld a473306c0e efreet: move update files
Move update files to separate subdir to reduce inotify triggers

SVN revision: 78176
2012-10-18 09:40:00 +00:00
Sebastian Dransfeld d1bf182ec8 efreet: move variable to right scope
SVN revision: 78175
2012-10-18 09:39:44 +00:00
Sebastian Dransfeld 4eb8b955a9 efreet: optimize stat
use eina_file_stat_ls instead of eina_file.*_ls + ecore_file_is_dir

SVN revision: 78173
2012-10-18 09:12:25 +00:00
Sebastian Dransfeld 39d7882866 efreet: simplify
Since we open the file, there is no need to check for file existance and
a fstat call is nicer than ecore_file_size

SVN revision: 78171
2012-10-18 09:12:04 +00:00
Sebastian Dransfeld 9fe5e81ccb efreet: formatting
SVN revision: 78170
2012-10-18 09:11:54 +00:00
Sebastian Dransfeld 17cd7fa313 efreet: remove file exists check
efreet_ini_new will check if file exists later on.

SVN revision: 78169
2012-10-18 09:11:43 +00:00
Sebastian Dransfeld 2f60b3930d ecore_file: Don't check for file existance
This isn't needed, as inotify_add_watch will check this.

SVN revision: 78168
2012-10-18 09:11:25 +00:00
Sebastian Dransfeld 2a3cb2d1c9 efreet: remove realpath
Use eina_file_path_sanitize where needed

SVN revision: 78161
2012-10-18 08:10:35 +00:00
Sebastian Dransfeld 8009998bcc efreet: remove realpath
No need to use realpath here, paths coming in here are already sane

SVN revision: 78160
2012-10-18 08:10:23 +00:00
Sebastian Dransfeld fc7b1d66a6 efreet: formatting
SVN revision: 78159
2012-10-18 08:09:54 +00:00
Christopher Michael 838da7d970 Ecore_Evas (Wayland): Add missing LOGFN to ecore_evas_wayland_common
code. Patch from Rafael Antognolli, Thanks :)

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

SVN revision: 78147
2012-10-18 05:43:07 +00:00
Cedric BAIL ca7ed55ed4 ecore: remove duplicate.
SVN revision: 78146
2012-10-18 03:40:38 +00:00
Sung Park 1f604e190e EvasGL: for direct rendering option, we have to force the gl code to be redrawn
every render loop because the framebuffer is updated every time. I think it's
fair enough to make this assumption here for this optimization.


SVN revision: 78145
2012-10-18 02:23:08 +00:00
Cedric BAIL 0340df883a ecore: fix pedantic warning.
Patch by Vikram Narayanan <vikram186@gmail.com>


SVN revision: 78144
2012-10-18 01:27:50 +00:00
Rob Bradford acbf60bbb2 Ecore_Wayland: Update to changed direction
Positive and negative have been switched so we no longer need to invert
ourselves.

Patch by: Rob Bradford <rob@linux.intel.com>



SVN revision: 78136
2012-10-17 21:50:31 +00:00
Bruno Dilly 5fb31dfbd9 ephysics: fix configure.ac regarding tests
Fix trac ticket #1615.

The first issue with configure is that `./configure --disable-build-tests`
doesn't disable tests.

And the second issue is that tests actually require elementary >= 1.7.99



SVN revision: 78135
2012-10-17 21:37:22 +00:00
Bruno Dilly bb1ef80447 ephysics: don't change body properties if custom
material is set

It shouldn't imply in specific properties



SVN revision: 78134
2012-10-17 21:37:10 +00:00
Ricardo de Almeida Gonzaga 7a2e5cbdce ephysics: adjust example docs based on Z axis enable.
Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>



SVN revision: 78133
2012-10-17 21:37:00 +00:00
Bruno Dilly 477e836db1 ephysics: sandbox rewrite
Too much duplicated / boilerplate code.
Things are much simpler now.
Also fix resizing constraint.



SVN revision: 78132
2012-10-17 21:36:41 +00:00
Daniel Juyung Seo b8297e6823 edje .gitignore: updated .gitignore.
SVN revision: 78110
2012-10-17 10:09:39 +00:00
Carsten Haitzler 0ddda858f5 just check for pthread in evas. eina does the rest now.
SVN revision: 78109
2012-10-17 09:20:57 +00:00
Carsten Haitzler 8b19e6eab1 disable some realpath(s) in efreet to rece syscall noise on init...
after some poking around and looking - terminology is taking about
800ms to start ... and we seem to use about 300ms or so of that time
statting files and tregistering them for file monitoring (the dirs
that are found there) and also handling a big batch of incoming file
monitor events for some reason even tho nothing changed.

this cuts down some time+noise, but we need to do a lot of work here. :(



SVN revision: 78108
2012-10-17 09:16:20 +00:00
Tom Hacohen 03e291eebb Evas textblock: Fixed issues when deleting some ranges.
An example broken range: "A<ps/><b>B</b>".
Many thanks to WooHyun for reporting this and providing most of the fix.

SVN revision: 78105
2012-10-17 06:58:38 +00:00
Carsten Haitzler b284a80e76 oops i turned on pipe rendering... didnt mean to!
SVN revision: 78104
2012-10-17 06:24:00 +00:00
Carsten Haitzler ae3f83a212 use eina barrier in evas.
SVN revision: 78101
2012-10-17 03:55:50 +00:00
Carsten Haitzler 42a59387a6 add eina barrier to efl tree.
SVN revision: 78100
2012-10-17 03:55:35 +00:00
Carsten Haitzler 80f71e4393 add eina barrier stuff.
SVN revision: 78099
2012-10-17 03:55:24 +00:00
Bruno Dilly b09c303d52 ephysics: use hoversel to select material on sandbox
SVN revision: 78096
2012-10-16 23:18:55 +00:00
Bruno Dilly e25a9d45e8 ephysics: don't try to unset dragging if it's not set
Otherwise weird behaviors could happens
<evil laughs>



SVN revision: 78095
2012-10-16 23:18:48 +00:00
Bruno Dilly fe2c242367 ephysics: revert "EPhysics: suppersions file"
Oops, accidentally commited.
I need to investigate these leaks.



SVN revision: 78094
2012-10-16 23:18:42 +00:00
Leandro Dorileo a376a5ceeb EPhysics: random fixes
This patch fixes:
+ the scale_get function(the soft body shape scale was not been set),
+ the soft body evas object deletion callback, it wasn't properly freeing
the slices evas objects;
+ puts the soft body base evas object back to canvas;


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



SVN revision: 78093
2012-10-16 23:18:35 +00:00
Leandro Dorileo 103c9ffaa0 EPhysics: test_flag cleanup
Get rid of the dragging -> grabbing naming mess.


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



SVN revision: 78092
2012-10-16 23:18:29 +00:00
Leandro Dorileo 56bdc31570 EPhysics: soft body dragging support
This patch introduces an API to freeze(dragging_set) an specific
soft body trimesh face untill it gets called to unfreeze(dragging_unset) it.


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



SVN revision: 78091
2012-10-16 23:18:21 +00:00
Leandro Dorileo f4fa980cce EPhysics: get rid of soft body smart object
Since we want to restack all the bodies evas objects against each other,
being it a soft body or not, we can't have the soft body slices member
of something else.


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



SVN revision: 78090
2012-10-16 23:12:59 +00:00
Leandro Dorileo 9bb6e8ce7c EPhysics: flag test - grabbing support
Patch by: Leandro Dorileo <dorileo@profusion.mobi>



SVN revision: 78089
2012-10-16 23:12:53 +00:00
Leandro Dorileo 4f73c6d46e EPhysics: triangle API
This patch introduces soft body's mesh triangle manipulation, for picking
the triangle of a body in X and Y and moving it as well.


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



SVN revision: 78088
2012-10-16 23:12:47 +00:00
Leandro Dorileo d06196ca8d EPhysics: suppersions file
Add leak suppressions for eet and eina mempool leaks.


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



SVN revision: 78087
2012-10-16 23:12:40 +00:00
Bruno Dilly eb4860c6e1 ephysics: let pages on top, not centered
suggested by marina



SVN revision: 78086
2012-10-16 23:12:34 +00:00
Bruno Dilly 647f74efd6 ephysics: start sandbox with some sections collapsed
SVN revision: 78085
2012-10-16 23:12:29 +00:00
Bruno Dilly 722506ddaa ephysics: use auto policy for scroller on sandbox
SVN revision: 78084
2012-10-16 23:12:23 +00:00
Bruno Dilly 3f8e18202b ephysics: remove sanbox title and align reset button
suggested by marina



SVN revision: 78083
2012-10-16 23:12:18 +00:00
Bruno Dilly f06f14c426 ephysics: make body type selection works
SVN revision: 78082
2012-10-16 23:12:13 +00:00
Bruno Dilly 1ddcacf1f5 ephysics: remove annoying debug info
Since it's very frequent to not have light set.



SVN revision: 78081
2012-10-16 23:12:08 +00:00
Ricardo de Almeida Gonzaga 1364bbc547 ephysics: changed sandbox spinners to sliders
Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>



SVN revision: 78080
2012-10-16 23:12:03 +00:00
Ricardo de Almeida Gonzaga 2cf55524a2 ephysics: sandbox widgets divided into smaller
categories



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



SVN revision: 78079
2012-10-16 23:11:58 +00:00
Ricardo de Almeida Gonzaga 42c6779423 ephysics: changed sandbox toggle to radio
Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>



SVN revision: 78078
2012-10-16 23:11:32 +00:00
Ricardo de Almeida Gonzaga c39bc45d85 ephysics: changed sandbox layout to toolbar and
naviframe



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



SVN revision: 78077
2012-10-16 23:11:27 +00:00
Ricardo de Almeida Gonzaga 23d89c2e5a ephysics: fix sandbox initial impulse and material
mass



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



SVN revision: 78076
2012-10-16 23:11:21 +00:00
Ricardo de Almeida Gonzaga 0ff841ed53 ephysics: fix sandbox callbacks
Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>



SVN revision: 78075
2012-10-16 23:11:16 +00:00
Ricardo de Almeida Gonzaga ba35b81215 ephysics: sandbox removed some useless widget
variables



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



SVN revision: 78074
2012-10-16 23:11:11 +00:00
Ricardo de Almeida Gonzaga eb9079aecf ephysics: fix sandbox spinner values
Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>



SVN revision: 78073
2012-10-16 23:11:05 +00:00
José Roberto de Souza a0cae1706e edbus: Fix type check of solo structs
When reading messages that contain structs the type that comes from the
wire (and obtained with dbus_message_iter_get_arg_type()) is 'r'.
However 'r' never appears in a signature and dbus_signature_iter_*
returns '('.

Ref: http://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-signatures

"STRUCT has a type code, ASCII character 'r', but this type code does not
appear in signatures. Instead, ASCII characters '(' and ')' are used to
mark the beginning and end of the struct. So for example, a struct
containing two integers would have this signature:"

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



SVN revision: 78072
2012-10-16 22:35:50 +00:00
José Roberto de Souza ca8f710577 edbus: Add dictionary iterator
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 78071
2012-10-16 22:35:44 +00:00
José Roberto de Souza ea64771a7a edbus: Add const EDBus_Message parameter of
edbus_message_iter_get

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



SVN revision: 78068
2012-10-16 15:07:17 +00:00
José Roberto de Souza ca539d0fd7 edbus: Rename functions to obey EFL codding style
Rename edbus_message_iter_append_basic to edbus_message_iter_basic_append.
Rename edbus_message_iter_get_basic to edbus_message_iter_basic_get

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



SVN revision: 78067
2012-10-16 15:07:11 +00:00
ChunEon Park e507e7746b evas/canvas - --white spaces
SVN revision: 78059
2012-10-16 12:41:48 +00:00
Christopher Michael 33f46cd5c4 Ecore: Update NEWS for ecore_wayland fixes.
Thanks Daniel ;)

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

SVN revision: 78058
2012-10-16 12:40:46 +00:00
Christopher Michael b24575b3e9 Ecore: Update ChangeLog for ecore_wayland changes.
Thanks Daniel ;)

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

SVN revision: 78057
2012-10-16 12:40:42 +00:00
Christopher Michael aae18b4dd9 Ecore_Wayland: More fixes for recent wayland changes.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 78056
2012-10-16 11:57:25 +00:00
Christopher Michael d8301202a0 Ecore_Wayland: Don't need to use display_dispatch_pending here, and
fix the data_handler callback so we receive events from the weston
compositor.

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

SVN revision: 78055
2012-10-16 11:57:22 +00:00
Christopher Michael b90b94709a Ecore_Wayland: Change Input to use wl_registry functions and not
wl_display_bind.

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

SVN revision: 78054
2012-10-16 11:57:19 +00:00
Christopher Michael 426b5518b6 Ecore_Evas (wayland): Don't return if we failed to get the frame smart
data. We can still set the shell surface title.

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

SVN revision: 78053
2012-10-16 11:57:16 +00:00
Christopher Michael ac7e3bfe64 Ecore_Wayland: Fix binding of output.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 78052
2012-10-16 11:57:13 +00:00
Christopher Michael e1c5667826 Ecore_Wayland: Be sure to call wl_surface_commit after we damage a
surface.

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

SVN revision: 78051
2012-10-16 11:57:10 +00:00
Christopher Michael cc85b42a0d Ecore_Wayland: Update ecore_wayland to work with most recent Wayland
from their git repo. This changes the way events are dispatched, and
adds the new wl_registry listeners in place of
wl_display_add_global_listener. Also fixes calls to non-existant
wl_display_iterate. Fixes binding the various Wayland interfaces
(compositor, shell, etc). Fixes binding of output and input.

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

SVN revision: 78050
2012-10-16 11:57:06 +00:00
Christopher Michael 8f1abe4a2c Ecore_Wayland: Add wl_registry to the Ecore_Wayland_Display structure.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 78049
2012-10-16 11:57:03 +00:00
Christopher Michael a8f58dc90d Ecore_Evas (Wayland): Do not set the Smart_Data Frame rectangle as the
"frame object". The resulting smart object is set to the frame object.
Add the Smart_Data Frame Text to be part of the Smart Object.

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

SVN revision: 78048
2012-10-16 11:56:57 +00:00
ChunEon Park 38a8c94d19 evas/gl_x11 - --warning
SVN revision: 78047
2012-10-16 11:45:35 +00:00
Massimo Maiurana 0f616576b3 updating galician translations
SVN revision: 78046
2012-10-16 11:11:09 +00:00
Cedric BAIL 50451f9817 edje: fix visibility issue.
SVN revision: 78044
2012-10-16 09:43:26 +00:00
Carsten Haitzler f393447417 ok - try this for altivec cflags
SVN revision: 78043
2012-10-16 09:21:20 +00:00
Carsten Haitzler 85349ce559 remove async events defined - now required... and remove useless
mmx/sse checks in yuv convert.



SVN revision: 78042
2012-10-16 09:14:21 +00:00
Carsten Haitzler 800279c23b pthread stuff is no longer optional at all in evas - smae with preload
and async events, but pthread_attr_setaffinity_np is optionally
detected and used if there. it's an opti8mization anyway.



SVN revision: 78041
2012-10-16 08:57:18 +00:00
ChunEon Park 4c8e4957e7 [E-devel] [patch][edje] redefinition of typedef 'Edje_Pick_Data'
dear all, hello

the attached patch is for removing redefinition of typedef
'Edje_Pick_Data'. that's it. :-)

cordially,
shinwoo kim.

Signed-Off-By:Kim Shinwoo <kimcinoo.efl@gmail.com>



SVN revision: 78040
2012-10-16 08:49:03 +00:00
Cedric BAIL ff3b6058d8 edje: add edje_pick.
Patch by Aharon Hillel <a.hillel@samsung.com>.

The purpose of edje_pick is to let people build their own theme
by picking interesting group from other theme.

There is still many fixme left in the code, so consider this alpha.
Expect Aharon to send patch to remove them very soon.


SVN revision: 78038
2012-10-16 07:33:54 +00:00
Carsten Haitzler 8e64fae6b8 remove yet more #defined config options and ifdefs from evas.
SVN revision: 78037
2012-10-16 06:36:20 +00:00
ChunEon Park d153602716 evas - --empty line
SVN revision: 78036
2012-10-16 05:32:57 +00:00
ChunEon Park 77287d050d evas - you are living in the future.
SVN revision: 78035
2012-10-16 05:32:05 +00:00
ChunEon Park 77e2edbedd evas/line - fix the line vertical drawing on gl backened.
SVN revision: 78034
2012-10-16 05:31:28 +00:00
Carsten Haitzler 68fcefc97b font loader for eet now not an option in code even - no ifdefs.
SVN revision: 78032
2012-10-16 04:04:27 +00:00
Carsten Haitzler 8c088a95dd remove ifdefs for BUILD_C as we always have c fallbacks now - no
choice, and MMX and SSE are built together under BUILD_MMX - SSE3
still separate.



SVN revision: 78031
2012-10-16 04:00:18 +00:00
Carsten Haitzler 0e814d48e4 missed 1 yuv ifdef.
SVN revision: 78030
2012-10-16 03:17:40 +00:00
Carsten Haitzler 71adbc0c38 futher option reduction and ifdef removal.
SVN revision: 78029
2012-10-16 03:15:40 +00:00
Carsten Haitzler 6912aba9db remove 8bpp evas engine support from e3core-evas as its now gone from
evas.



SVN revision: 78027
2012-10-16 02:54:05 +00:00
Carsten Haitzler 7e3479e2f8 remove 8bpp engine too form evas.
SVN revision: 78026
2012-10-16 02:49:01 +00:00
Bruno Dilly bb90530f7b ephysics: add autodel functions for front and back of
the scene




SVN revision: 78016
2012-10-15 21:54:35 +00:00
Bruno Dilly c2b0c76b74 ephysics: add front and back boundaries
Use it on test "Bouncing 3D"



SVN revision: 78015
2012-10-15 21:54:29 +00:00
Bruno Dilly 9447db42d8 ephysics: fix boundaries position
SVN revision: 78014
2012-10-15 21:54:22 +00:00
Bruno Dilly f6e0e9a3f5 ephysics: revert add depth parameter to boundary api
reverts r77785, since it will be properly handled before adding
front and back boundaries



SVN revision: 78013
2012-10-15 21:54:14 +00:00
Ricardo de Almeida Gonzaga 25e3dd2a44 ephysics: show default value of sleeping threshold on
doc



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



SVN revision: 78012
2012-10-15 21:54:08 +00:00
Bruno Dilly bbdb0ecb7e ephysics: remove duplicated logo example page
SVN revision: 78011
2012-10-15 21:54:02 +00:00
Bruno Dilly 66b8ca8afc ephysics: implement rotation quartenion getter
So it's possible to create a custom body update callback using
it with evas_map_util_quat_rotate().



SVN revision: 78010
2012-10-15 21:53:56 +00:00
Bruno Dilly 05dab66b0b ephysics: render 3d rotation
SVN revision: 78009
2012-10-15 21:53:51 +00:00
Bruno Dilly 3532a4620f ephysics: add bouncing 3d test
SVN revision: 78008
2012-10-15 21:53:43 +00:00
Carsten Haitzler a2a51a28fa since mask is not being used by sw engine in alpha mode - dont make
one (even for input event mask).



SVN revision: 77999
2012-10-15 13:04:47 +00:00
Carsten Haitzler 890e35cb11 16bpp ecore-evas support gone now its gone in evas.
SVN revision: 77998
2012-10-15 13:02:39 +00:00
Mike McCormack 27ae7e7cdb ecore: Fix warning
ecore_poll.c: In function ‘_poller_constructor’:
ecore_poll.c:273:10: warning: ‘return’ with a value, in function returning void

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

SVN revision: 77997
2012-10-15 12:12:36 +00:00
Christopher Michael 9b564d2dc6 Evas: Fix EFL Client apps not rendering properly in Wayland.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77996
2012-10-15 10:53:46 +00:00
Sung Park ecfe3ecd69 EvasGL: check if the image obj is a native_set'ed
image object for evas_gl direct rendering. 


SVN revision: 77989
2012-10-15 08:40:53 +00:00
Carsten Haitzler e1ada6ad4d oops - yes - windows. ugh. indeed.
SVN revision: 77985
2012-10-15 08:00:31 +00:00
Carsten Haitzler 7de4d6b72a actually create idler if no idler exists.. not timer. i suspect a typo
here. :)



SVN revision: 77984
2012-10-15 07:38:56 +00:00
Carsten Haitzler 93721ebdab more formatting.
SVN revision: 77983
2012-10-15 07:19:31 +00:00
Carsten Haitzler f97fb16ac2 no need to set idler to null in init.
SVN revision: 77982
2012-10-15 07:19:01 +00:00
Carsten Haitzler cba81eea06 clean up some fmting
SVN revision: 77981
2012-10-15 07:18:10 +00:00
rustyBSD 5c81b6e412 From: rustyBSD <rustyBSD@gmx.fr>
Subject: [E-devel] [ecore] Recursive rm

I looked at the ecore_file_recursive_rm() function
(in ecore/src/lib/ecore_file/), and I wonder why this
is so ugly/complicated.

We are doing a readlink() and two stat(). Why not simply
do a lstat() ?

It takes less memory and it's simplier. Here is a patch.

(And readlink() is ssize_t)



SVN revision: 77979
2012-10-15 06:51:39 +00:00
Carsten Haitzler 2e5c26b2e5 make idler static and null... by default
SVN revision: 77973
2012-10-15 05:49:38 +00:00
Vikram Narayanan 80ece5f272 ecore ecore_directfb.c: Use correct structure. Patch by Vikram Narayanan <vikram186@gmail.com>
From: Vikram Narayanan <vikram186@gmail.com>
Date: Sun, 14 Oct 2012 22:57:05 +0530
Subject: [PATCH] ecore/ecore_directfb: Fix a pedantic bug

Though someone can argue it is correct, (as the two structures have the
same size and numbers) it gives a room for a little confusion. Fix this.

Signed-off-by: Vikram Narayanan <vikram186@gmail.com>

SVN revision: 77971
2012-10-15 04:53:18 +00:00
Rui Seabra 07ef6c8572 Add eo dependency
SVN revision: 77967
2012-10-14 16:39:20 +00:00
Rui Seabra 15c6256284 Initial rpm spec support.
SVN revision: 77966
2012-10-14 16:38:23 +00:00
Vincent Torri 2c4cd5909a Evas: asm detection with eina if sigaction or siglongjmp are not available. Only mmx, sse or sse3
SVN revision: 77958
2012-10-13 14:07:58 +00:00
ChunEon Park 82a183ffde evas/gl_context - --whitespaces;
SVN revision: 77953
2012-10-13 09:00:35 +00:00
ChunEon Park df079ad4da evas/gl_common - lines wouldn't use any textures.
SVN revision: 77952
2012-10-13 08:57:41 +00:00
Vincent Torri 96e820ca73 Evas: fix distcheck rule
Patch written last night by SleepWalker


SVN revision: 77942
2012-10-12 15:50:02 +00:00
Carsten Haitzler e6e4b67c36 remove edb references from evas now its gone from configure.ac
SVN revision: 77933
2012-10-12 06:40:32 +00:00
Carsten Haitzler 2da956caa0 first stage of simplifying evas configure/build options. much more
still to do.



SVN revision: 77932
2012-10-12 06:36:06 +00:00
Carsten Haitzler 3dbe715a79 fix line draw problem
SVN revision: 77928
2012-10-12 05:35:48 +00:00
Cedric BAIL df36a0cd3b evas: Fix texture size issues when the image has nv12 format
Patch from Sohyun Kim <anna1014.kim@samsung.com>.


SVN revision: 77854
2012-10-11 08:27:46 +00:00
Cedric BAIL 371b00dae2 emotion: call the right render function.
SVN revision: 77853
2012-10-11 08:25:34 +00:00
Cedric BAIL 2c3e27ca42 emotion: limit size and format based on the backend with fimc.
SVN revision: 77852
2012-10-11 08:24:31 +00:00
Sung Park c4071e30ed Evas_GL.h: Updating typedef defined in the latest gl2.h. It used to be
in gl2ext.h.


SVN revision: 77851
2012-10-11 08:18:24 +00:00
Jihoon Kim f0cf6abc31 ecore_imf_example: ecore_imf_context_reset should be called in mouse-up event
SVN revision: 77842
2012-10-11 01:42:59 +00:00
Jihoon Kim 35529c84c0 ecore: fix ecore_magic_fail error in ecore_imf_example.c
SVN revision: 77841
2012-10-11 01:39:52 +00:00
Cedric BAIL d4eb9e7fde ecore: fix typos reported in #1611
SVN revision: 77840
2012-10-11 01:29:56 +00:00
Massimo Maiurana cf5ba612bb updating portuguese and italian translations
SVN revision: 77833
2012-10-10 22:11:29 +00:00
Sebastian Dransfeld 6b442ed85d efreet: the usual
SVN revision: 77812
2012-10-10 21:00:14 +00:00
Sebastian Dransfeld 246150b72c efreet: get all files with new extension
Previous code would only allow one file with new extension from
inherited theme. Now we accept for all already known icon types.

SVN revision: 77810
2012-10-10 20:56:29 +00:00
Bruno Dilly 1337582286 ephysics: add test for light
SVN revision: 77805
2012-10-10 20:32:35 +00:00
Bruno Dilly 3655372571 ephysics: fix world structure coding style
SVN revision: 77804
2012-10-10 20:32:29 +00:00
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
2012-10-10 20:32:08 +00:00
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
2012-10-10 20:28:55 +00:00
Sebastian Dransfeld 6da5a2edce efreet: directory list can end in a ','
SVN revision: 77799
2012-10-10 20:28:51 +00:00
Sebastian Dransfeld 4a192bca07 efreet: close theme_ef on error
SVN revision: 77798
2012-10-10 20:28:47 +00:00
Sebastian Dransfeld 7f33df3da8 efreet: always allocate icon_version
SVN revision: 77797
2012-10-10 20:28:05 +00:00
Leandro Dorileo 17fa1d7756 EPhysics: add depth parameter to boundary api
Patch by: Leandro Dorileo <dorileo@profusion.mobi>



SVN revision: 77785
2012-10-10 19:18:15 +00:00
Bruno Dilly 21e6264deb ephysics: fix z position on geometry set using cm
SVN revision: 77784
2012-10-10 19:18:02 +00:00
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
2012-10-10 19:17:54 +00:00
Bruno Dilly 59cc6c6f2f ephysics: support forces (and torques) on 3 axes
SVN revision: 77782
2012-10-10 19:17:49 +00:00
Bruno Dilly bdd5ba2115 ephysics: expose z-axis gravity
SVN revision: 77781
2012-10-10 19:17:44 +00:00
Bruno Dilly a1897ddf57 ephysics: impulses support the 3 planes
SVN revision: 77780
2012-10-10 19:17:36 +00:00
Bruno Dilly 71583d30e3 ephysics: support angular and linear velocity on 3
axes




SVN revision: 77779
2012-10-10 19:17:29 +00:00
Bruno Dilly f7c2009910 ephysics: collision detection inform z coordinate
SVN revision: 77778
2012-10-10 19:17:13 +00:00
Bruno Dilly 8b9c28f003 ephysics: support 3 axes on body geometry related
functions

geometry set / get, move, resize



SVN revision: 77777
2012-10-10 19:17:01 +00:00
Bruno Dilly 32f03f55a4 ephysics: body rotation getter / setter changed to
support 3 axes




SVN revision: 77776
2012-10-10 19:16:55 +00:00
Bruno Dilly 290a7d8821 ephysics: allow to enable angular movement on all the
planes




SVN revision: 77775
2012-10-10 19:16:48 +00:00
Bruno Dilly 4ef1a74d4c ephysics: support enabling moves on z axis
SVN revision: 77774
2012-10-10 19:16:43 +00:00
Bruno Dilly f8136287ad ephysics: fix soft body test
The rigid ball was initialized inside the roof.



SVN revision: 77773
2012-10-10 19:16:37 +00:00
Carsten Haitzler 9ec7d338a2 oops - good catch seb!
SVN revision: 77762
2012-10-10 13:06:27 +00:00
Carsten Haitzler 688203a56b small fixes from GArik_ .. tnx!
SVN revision: 77752
2012-10-10 11:09:03 +00:00
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
2012-10-10 09:31:25 +00:00
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
2012-10-10 09:17:21 +00:00
WooHyun Jung 311ea71f36 edje/edje_entry : Add more tags(preedit_sub1~4) for supporting a
variety of preediting states.


SVN revision: 77731
2012-10-10 09:15:16 +00:00
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
2012-10-10 08:19:58 +00:00
Cedric BAIL fa1dd2b86f evas: little more typo fix.
SVN revision: 77721
2012-10-10 08:18:09 +00:00
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
2012-10-10 08:06:27 +00:00
Cedric BAIL 74e42856be evas: fix c&p error.
SVN revision: 77716
2012-10-10 07:58:54 +00:00
Cedric BAIL 94869b2f95 evas: don't use strcmp for just one character, when we already have line size information.
SVN revision: 77703
2012-10-10 07:23:45 +00:00
Cedric BAIL e0af0dca6d evas: remove as many call as easily possible to eo_data_get.
SVN revision: 77702
2012-10-10 07:23:00 +00:00
Carsten Haitzler 3dbe48e4fe ok ok.. METRIC!
SVN revision: 77695
2012-10-10 07:00:07 +00:00
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
2012-10-10 06:47:54 +00:00
Carsten Haitzler aad2041e55 fix font rounding in evas to round and not floor - fixes some rare
font sizing issues.



SVN revision: 77688
2012-10-10 06:07:38 +00:00
Carsten Haitzler f91826870d remove software_16_x11 - danielz! u added it back. it ewas gone from upstream!
SVN revision: 77687
2012-10-10 06:03:42 +00:00
Daniel Zaoui 34fd7793b0 Fix to support Eo on all the engines.
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 77686
2012-10-10 02:13:28 +00:00
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
2012-10-10 01:23:27 +00:00
Gustavo Sverzut Barbieri a13620d1e7 add efreet_user_dir to test variables.
SVN revision: 77683
2012-10-09 20:16:29 +00:00
Gustavo Sverzut Barbieri 7869bcc670 try to fallback on missing XDG_RUNTIME_DIR
SVN revision: 77682
2012-10-09 20:12:02 +00:00
Bruno Dilly e5e90c233d ephysics: re-activate bodies when gravity is set
So it can be applied on all the bodies.



SVN revision: 77680
2012-10-09 20:00:36 +00:00
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
2012-10-09 20:00:27 +00:00
Bruno Dilly 6f1b2ce82d ephysics: fix default rate on docs
SVN revision: 77678
2012-10-09 20:00:15 +00:00
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
2012-10-09 20:00:03 +00:00
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
2012-10-09 19:59:53 +00:00
Ricardo de Almeida Gonzaga b36c0c9d62 ephysics: fix a reference on doc
Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>



SVN revision: 77675
2012-10-09 19:59:43 +00:00
Bruno Dilly bb46db9051 ephysics: update README
SVN revision: 77674
2012-10-09 19:59:34 +00:00
Bruno Dilly 9a5f9bc6d5 ephysics: use macro for balls groups on sandbox theme
SVN revision: 77673
2012-10-09 19:59:25 +00:00
Bruno Dilly 02d551e3a9 ephysics: remove duplicated image
SVN revision: 77672
2012-10-09 19:59:16 +00:00
Bruno Dilly 2a7949dd53 ephysics: fix ball theme group
SVN revision: 77671
2012-10-09 19:59:08 +00:00
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
2012-10-09 18:43:33 +00:00
Gustavo Sverzut Barbieri 753f334e73 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
2012-10-09 18:17:33 +00:00
Gustavo Sverzut Barbieri 6368cfbbc2 cleanup macros.
eina_stringshare_replace() does a nice job.

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



SVN revision: 77667
2012-10-09 17:55:34 +00:00
Gustavo Sverzut Barbieri 4cd60a96e1 Add $XDG_RUNTIME_DIR support.
SVN revision: 77666
2012-10-09 17:52:21 +00:00
José Roberto de Souza fe34dc2b72 edbus: Remove edbus_real_method
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 77656
2012-10-09 15:23:25 +00:00
José Roberto de Souza 90ee430ce5 edbus: Fix example of double container
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 77655
2012-10-09 15:23:13 +00:00
Daniel Juyung Seo 188ce7d9e1 eobj .gitignore: Added .gitignore.
SVN revision: 77646
2012-10-09 14:28:47 +00:00
Mike McCormack fbdbbab4ef evas: Fix casts
Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 77641
2012-10-09 11:59:44 +00:00
Mike McCormack 2d2b04a735 elf: Ignore build output in git
Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 77636
2012-10-09 11:24:14 +00:00
Christopher Michael 3c6e2fabf3 Fix typo (a period != a comma) ;)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77633
2012-10-09 09:51:21 +00:00
Sebastian Dransfeld 9f188af2d8 edbus: check if DBUS_TYPE_UNIX_FD exists
SVN revision: 77629
2012-10-09 08:47:59 +00:00
Sebastian Dransfeld 83e1c68da5 edje: remove unused variable
SVN revision: 77623
2012-10-09 08:28:07 +00:00
Sebastian Dransfeld f438ce3bcb ecore_con_socks: split version check from cast
SVN revision: 77622
2012-10-09 08:27:55 +00:00
Sebastian Dransfeld e5dc5ce162 ecore_con: make buf correct type
Should be the same as the return type from eina_binbuf_string_get

SVN revision: 77621
2012-10-09 08:27:38 +00:00
Sebastian Dransfeld ec837db229 evas: Use char for memory pointer arithmetic
SVN revision: 77618
2012-10-09 07:51:08 +00:00
Cedric BAIL 457b240434 evas: do less request to eo.
SVN revision: 77617
2012-10-09 07:49:07 +00:00
Christopher Michael 16e6b9fce5 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
2012-10-09 07:35:08 +00:00
Daniel Zaoui 2f4abd93bc Second fix for Wayland Egl. Sorry devilhorns for the inconvenience.
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 77612
2012-10-09 07:05:37 +00:00
Daniel Zaoui c4cb0584ed Fix for Wayland. Thank for devilhorns.
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 77611
2012-10-09 06:49:57 +00:00
Daniel Zaoui daf219ca21 Evas_Object_Box compilation. Thanks to devilhorns and onefang
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 77610
2012-10-09 06:34:49 +00:00
Tom Hacohen 589ae339d9 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
2012-10-09 06:02:05 +00:00
Carsten Haitzler 272c408713 fix build bork becase of eo.
SVN revision: 77607
2012-10-09 03:01:28 +00:00
Cedric BAIL 9d29878e9d evas: fix JackDaniel's bork.
SVN revision: 77606
2012-10-09 02:51:19 +00:00
Tom Hacohen 44a43bb8ce Eo: Added -DNDEBUG by default.
SVN revision: 77605
2012-10-09 02:11:36 +00:00
Daniel Zaoui a01418aff8 eo: changes made for the support of the Eo concept
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 77604
2012-10-09 01:58:41 +00:00
Bruno Dilly 9ac7594b3a ephysics: fix sandbox shutdown
SVN revision: 77598
2012-10-08 22:47:28 +00:00
Bruno Dilly 18433ec343 ephysics: fix sandbox material callback
SVN revision: 77597
2012-10-08 22:47:19 +00:00
Bruno Dilly 1d5fbc9850 ephysics: print sandbox error msgs correctly
SVN revision: 77596
2012-10-08 22:47:11 +00:00
Bruno Dilly 0955e6258c ephysics: cosmetic clean up on sandbox code
Respect 80 cols, remove extra blank lines and blank spaces.



SVN revision: 77595
2012-10-08 22:46:58 +00:00
Bruno Dilly f5f0427c9b ephysics: fix make distcheck
SVN revision: 77594
2012-10-08 22:46:50 +00:00
Bruno Dilly 5e2b7efe13 ephysics: separate test and sandbox themes
SVN revision: 77593
2012-10-08 22:46:29 +00:00
Ricardo de Almeida Gonzaga 8bd4f13b0d ephysics: initial commit to sandbox
Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>



SVN revision: 77592
2012-10-08 22:46:19 +00:00
Leandro Dorileo e084960cf3 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
2012-10-08 18:01:06 +00:00
Bruno Dilly 3db5bdd771 ephysics: re-activate body when velocity is set
SVN revision: 77584
2012-10-08 18:00:55 +00:00
Eduardo Lima (Etrunko) 8a014153d4 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
2012-10-08 14:22:17 +00:00
Eduardo Lima (Etrunko) 352926829e Ecore_Evas: Share code between SHM and EGL
implementations

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



SVN revision: 77579
2012-10-08 14:09:53 +00:00
Vincent Torri e505eb5584 evas svg loader: update to latest esvg API
SVN revision: 77561
2012-10-07 21:10:37 +00:00
Sebastian Dransfeld 89d1fdb265 ecore_wayland: Remove unneeded header
Already included by ecore_wl_private.h

SVN revision: 77548
2012-10-06 17:10:58 +00:00
Sebastian Dransfeld b111a5046e ecore_wayland: Make modifiers correctly at once
SVN revision: 77546
2012-10-06 15:58:27 +00:00
Bruno Dilly 227ef6982e ephysics: add valgrind suppression file
stop complaining about fontconfig and libz stuff



SVN revision: 77541
2012-10-05 15:41:10 +00:00
Sebastian Dransfeld a91fd04ead ecore_wayland: Use correct modifier flags
Events should use ECORE_EVENT_MODIFER_* flags...

SVN revision: 77534
2012-10-05 13:46:35 +00:00
Cedric BAIL 433803e3dc ecore: let's try another approach thanks to Guillaume Friloux.
SVN revision: 77533
2012-10-05 13:07:14 +00:00
Cedric BAIL d308248e4c ecore: properly reschedule call to curl.
SVN revision: 77524
2012-10-05 10:17:18 +00:00
Sung Park 52e4090f92 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
2012-10-05 10:03:37 +00:00
Christopher Michael eb9cbc76a0 Add missing __UNUSED__
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77519
2012-10-05 09:10:52 +00:00
Christopher Michael 08891484b5 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
2012-10-05 09:09:37 +00:00
Sung Park 6ce22db846 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
2012-10-05 07:00:28 +00:00