Carsten Haitzler [Sat, 8 Dec 2012 15:19:00 +0000 (15:19 +0000)]
lets not add all sorts of null object access fun!
SVN revision: 80523
Gustavo Sverzut Barbieri [Sat, 8 Dec 2012 14:43:19 +0000 (14:43 +0000)]
efl: do not compile cocoa stuff as it's broken.
I'm waiting feedback from the ML whenever someone will fix or we'll
remove that.
SVN revision: 80522
Carsten Haitzler [Sat, 8 Dec 2012 14:07:24 +0000 (14:07 +0000)]
lets have fcntl.h in eh?
SVN revision: 80521
Cedric BAIL [Sat, 8 Dec 2012 09:21:10 +0000 (09:21 +0000)]
edje: use eo more.
SVN revision: 80519
Jihoon Kim [Sat, 8 Dec 2012 07:07:57 +0000 (07:07 +0000)]
scim_immodule: implement slot_beep
SVN revision: 80513
Carsten Haitzler [Sat, 8 Dec 2012 03:42:13 +0000 (03:42 +0000)]
lets not break everything that depends on efl shall we when messing
around with its build? :(
SVN revision: 80507
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 23:37:01 +0000 (23:37 +0000)]
efl: more minor simplifications and cleanups.
it's impressive, the more you clean, the more you find stuff that
could be simpler or just not exist.
SVN revision: 80506
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 23:16:43 +0000 (23:16 +0000)]
efl: almost final ecore/evas/ecore-evas options integration.
Many changes in this commit, but overall it should work. If not let me
know.
* ECORE_CHECK_X_EXTENSION() will now fail if Xlib extension is not found.
* remove usage of ECORE_EVAS_CHECK_MODULE(), using the simplified
ECORE_EVAS_MODULE()
* EVAS_CHECK_ENGINE() will not declare an option anymore.
* fixed --with-x11 and --with-opengl regarding defaults.
* fixed typo in EVAS_STATIC_BUILD_SOFTWARE_X11 -> XLIB conditional
* simplified Xi2 and Xgestures support under --enable-gesture. Let me
know if these should be checked separately.
* remove every other X extension option, they are all forced by
now. If no major showstopper appears with this we may remove all
the #ifdef in the code!
If there is something broken, let me know.
Next on the list for the weekend is to finish the option checks for
SDL, Wayland-EGL, Cocoa and similar.
SVN revision: 80505
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 22:51:40 +0000 (22:51 +0000)]
efl/evas: fix m4 typos that prevented xcb from getting proper libs/cflags
SVN revision: 80504
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 22:50:47 +0000 (22:50 +0000)]
efl/evas: make egl stuff compile with xcb
SVN revision: 80503
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 22:50:06 +0000 (22:50 +0000)]
efl: generate keysym table for xcb
SVN revision: 80502
Bruno Dilly [Fri, 7 Dec 2012 21:19:31 +0000 (21:19 +0000)]
edje: implement more description physics attributes
* Damping
* Sleeping Threshold
SVN revision: 80501
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 20:23:45 +0000 (20:23 +0000)]
efl: share more of x11/xlib/xcb in ecore, ecore-evas and evas.
SVN revision: 80499
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 20:08:28 +0000 (20:08 +0000)]
efl: always be strict on dependency checking.
SVN revision: 80498
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 19:35:33 +0000 (19:35 +0000)]
efl: fix typos in help strings
SVN revision: 80495
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 19:31:02 +0000 (19:31 +0000)]
efl: remove ecore_x_backend to use with_x11
SVN revision: 80494
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 19:26:13 +0000 (19:26 +0000)]
efl: simplify wayland cases (still need doing egl)
SVN revision: 80493
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 19:16:03 +0000 (19:16 +0000)]
efl: fix sdl check and simplify jpeg saver check for windows
SVN revision: 80492
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 19:11:22 +0000 (19:11 +0000)]
efl: check for sdl if it's required.
SVN revision: 80489
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 19:07:42 +0000 (19:07 +0000)]
efl: simplifications for fb and sdl
SVN revision: 80488
Bruno Dilly [Fri, 7 Dec 2012 18:44:24 +0000 (18:44 +0000)]
edje: support to get_state_val of map and perspective
stuff
Don't know why, it was supporting only set_state_val these parameters.
Also, fix a LIGNT->LIGHT typo
SVN revision: 80485
Bruno Dilly [Fri, 7 Dec 2012 18:44:17 +0000 (18:44 +0000)]
edje: make it possible to change body attributes via
script
Support physics attributes on set_state_val and get_state_val
So custom_states can be created
SVN revision: 80484
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 18:26:26 +0000 (18:26 +0000)]
efl: pixman should be off by default.
SVN revision: 80483
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 18:24:49 +0000 (18:24 +0000)]
efl: baby steps to get sharing of options between evas and ecore-evas.
SVN revision: 80482
Alex Wu [Fri, 7 Dec 2012 17:38:21 +0000 (17:38 +0000)]
ecore-wayland: Fix monitoring ECORE_FD_WRITE defaultly on
wayland display fd lead to 100% cpu usage
In ecore_wl_init(), adding wayland display fd with ECORE_FD_WRITE
flag make CPU usage 100%. The proper way to monitor the ECORE_FD_WRITE
is when the wl_display_flush() return value < 0 and errno == EAGAIN.
And if wl_display_flush() return, we remove ECORE_FD_WRITE flag from
the display fd.
Patch by: Alex Wu <zhiwen.wu@linux.intel.com>
SVN revision: 80476
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 17:18:17 +0000 (17:18 +0000)]
efl: begin (still partial!) to make an uniform choice of engines ecore/evas
still lots to do, but some improvements:
- ecore_evas does not inherit pkg-config from modules since modules are SO
- renamed internal ecore evas define from SOFTWARE_BUFFER to BUFFER,
to make consistent.
SVN revision: 80473
Bruno Dilly [Fri, 7 Dec 2012 16:42:42 +0000 (16:42 +0000)]
edje: warn if loading a edj with physics
If a edj using physics is loaded for edje compiled with
physics disabled, it should warn the user.
SVN revision: 80472
Bruno Dilly [Fri, 7 Dec 2012 16:42:32 +0000 (16:42 +0000)]
edje: constify Edje_Font on edje_pick
warning--
SVN revision: 80471
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 15:14:33 +0000 (15:14 +0000)]
efl: introduce --with-x11, --with-opengl and --enable-wayland
* --with-x11 takes one of:
* xlib: use standard Xlib (used if not windows or ps3)
* xcb: use new xcb library
* none: do not build x11 (used if windows or ps3)
* --with-opengl takes one of:
* full: complete OpenGL support (used if not windows or ps3, ???)
* es: reduced version (OpenGL-ES)
* none: do not build OpenGL (used if windows or ps3, ???)
* --enable-wayland: disabled by default
These are not used as they should yet, will take more work in the
engines to make it happen.
SVN revision: 80467
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 14:42:20 +0000 (14:42 +0000)]
efl: remove --enable-simple-x11 for now.
may come back to it if openembedded or related complains.
SVN revision: 80466
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 14:23:32 +0000 (14:23 +0000)]
efl: software generic is always static.
remove the option and logic, but still leave the framework in there if
some day a rare case of engine that does not rely on software generic
shows.
SVN revision: 80464
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 14:17:09 +0000 (14:17 +0000)]
efl: valgrind is also in evas
SVN revision: 80463
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 14:10:55 +0000 (14:10 +0000)]
efl: simplify valgrind handling
SVN revision: 80460
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 14:04:54 +0000 (14:04 +0000)]
efl: simplify platform extra libs.
SVN revision: 80459
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 13:51:46 +0000 (13:51 +0000)]
efl: simplified platform handling.
platform_pc defines requirements for every platform, each can be
addressed individually by platform_pc_evil, platform_pc_escape or
platform_pc_exotic.
SVN revision: 80454
Sebastian Dransfeld [Fri, 7 Dec 2012 13:25:14 +0000 (13:25 +0000)]
efreet: trigger build event if no daemon
Since e waits for this event, trigger it if no daemon so e works without
it.
SVN revision: 80447
Sebastian Dransfeld [Fri, 7 Dec 2012 13:14:35 +0000 (13:14 +0000)]
efl: fix internal usage of pkg-config
Still was some checks in ecore to find efl stuff with pkg-config. Use
directly values from evas checks.
SVN revision: 80446
Cedric BAIL [Fri, 7 Dec 2012 11:01:41 +0000 (11:01 +0000)]
efl: don't leak fd on exec.
SVN revision: 80434
Sung Park [Fri, 7 Dec 2012 10:02:26 +0000 (10:02 +0000)]
Fixed polygon rendering bug in GL backend when there are cutouts.
It was clipping everything to (0,0,0,0) so it was all clipped out.
SVN revision: 80427
Cedric BAIL [Fri, 7 Dec 2012 09:04:48 +0000 (09:04 +0000)]
efl: don't forget the makedist rule.
SVN revision: 80420
Sung Park [Fri, 7 Dec 2012 08:28:42 +0000 (08:28 +0000)]
Added EVAS_GL_LINE_NO_OFFSET_HACK evn var control to handle
line coordinate fiddling in gl line drawing code. This fiddling
caused issues on some GPU drivers on ARM target.
SVN revision: 80417
Cedric BAIL [Fri, 7 Dec 2012 02:32:11 +0000 (02:32 +0000)]
efl: fix build with debug profile.
SVN revision: 80406
Cedric BAIL [Fri, 7 Dec 2012 02:04:44 +0000 (02:04 +0000)]
edje: unbork amalgamation.
SVN revision: 80405
Carsten Haitzler [Thu, 6 Dec 2012 23:36:40 +0000 (23:36 +0000)]
harfbuzz is too rare to make it a --disable - so no.
SVN revision: 80403
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 23:19:35 +0000 (23:19 +0000)]
efl: m4 is a macro-expansion language, use that.
instead of replicating common patterns all around, let's use the
common patterns as m4 macros.
EFL_DEPEND_PKG() will use pkg-config and add the dependency.
EFL_OPTIONAL_DEPEND_PKG() will use the former, but also defines
have_XYZ and does the if statement for you.
SVN revision: 80402
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 22:22:38 +0000 (22:22 +0000)]
oops, missing file.
SVN revision: 80401
Bruno Dilly [Thu, 6 Dec 2012 22:11:10 +0000 (22:11 +0000)]
edje: modify some embryo forces func names for
consistency
Since embryo functions names are verb_subject, not subject_verb.
So forces_clear -> clear_forces ...
SVN revision: 80398
Bruno Dilly [Thu, 6 Dec 2012 22:10:59 +0000 (22:10 +0000)]
edje: support velocity family actions and scripts
SVN revision: 80397
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 22:09:47 +0000 (22:09 +0000)]
efl: add EFL_PKG_CHECK_STRICT() and use it.
PKG_CHECK_EXISTS() does not abort upon failure, our rule. So add this
and avoid replicating code like crazy.
SVN revision: 80396
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 21:41:28 +0000 (21:41 +0000)]
efl: remove strict checking option, always by default.
SVN revision: 80395
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 21:26:16 +0000 (21:26 +0000)]
efl: simplified system features strings (inotify, ipv6, atfile...)
Instead of distributing system/platform features all around, many are
shared among modules, summarize these things into one single line
using +/- notation.
SVN revision: 80394
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 21:15:30 +0000 (21:15 +0000)]
efl: share HAVE_ATFILE_SOURCE between eina_file, ecore_file...
SVN revision: 80391
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 20:43:18 +0000 (20:43 +0000)]
efl: simplify cserve2 checks.
the headers were already checked, just use the values.
SVN revision: 80390
Flavio Vinicius Alvares Ceolin [Thu, 6 Dec 2012 20:39:20 +0000 (20:39 +0000)]
ecore_evas: Removing warning about unused function
Now the engines are modules, the checking for the engine is not done
in the compile time anymore, so we're removing these checks.
SVN revision: 80389
Bruno Dilly [Thu, 6 Dec 2012 20:29:50 +0000 (20:29 +0000)]
edje: refactor usage of ephysics functions
Most of the actions will be applied to a body using 3 components
(x, y, z). Refactor code around it to avoid duplication, since
basically what changes is the ephysics function to be called.
Also, it will make next actions implementations less error prone.
SVN revision: 80388
Bruno Dilly [Thu, 6 Dec 2012 20:29:44 +0000 (20:29 +0000)]
edje: cleanup actions swith on edje_cc_handler
SVN revision: 80387
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 20:06:43 +0000 (20:06 +0000)]
efl/ecore_file: no more have_poll
SVN revision: 80386
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 20:06:05 +0000 (20:06 +0000)]
efl/ecore: epoll.h is always detected.
SVN revision: 80385
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 19:48:34 +0000 (19:48 +0000)]
efl/ecore: remove check glib-always x g_main_loop as it does not make sense.
if we use g_main_loop we're always integrated with glib main loop, not
conflicting/exclusive.
SVN revision: 80384
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 19:44:11 +0000 (19:44 +0000)]
efl/evas: simplify dither mask handling.
* a single option --with-evas-dither-mask=TYPE (big, small, line or none).
* make a wise decision to fallback to small dither mask for
conversions that do not support "no-dither" or "line". Before if
you did not specify it would fallback to big (128x128).
SVN revision: 80383
Bruno Dilly [Thu, 6 Dec 2012 19:37:07 +0000 (19:37 +0000)]
edje: clean header: remove random blank lines and indent
Remove blocks of blank lines and fix perspective part indenting
SVN revision: 80382
Bruno Dilly [Thu, 6 Dec 2012 19:20:07 +0000 (19:20 +0000)]
edje: support forces using programs / script
Implement actions:
* PHYSICS_FORCE
* PHYSICS_TORQUE
* PHYSICS_FORCES_CLEAR
and embryo script functions:
* physics_force
* physics_torque
* physics_forces_clear
* physics_forces_get
* physics_torques_get
SVN revision: 80381
Bruno Dilly [Thu, 6 Dec 2012 19:19:53 +0000 (19:19 +0000)]
edje: remove impulse member of edje program
Most of the programs related to physics will use 3 vector
components (double). Let's share them.
SVN revision: 80380
Bruno Dilly [Thu, 6 Dec 2012 16:59:07 +0000 (16:59 +0000)]
edje: use switch instead of N if-else with same commands
SVN revision: 80373
Bruno Dilly [Thu, 6 Dec 2012 16:58:58 +0000 (16:58 +0000)]
edje: support torque impulse (action and embryo script)
SVN revision: 80372
Leandro Dorileo [Thu, 6 Dec 2012 16:22:20 +0000 (16:22 +0000)]
efl: proper use of AC_DEFINE_IF for HAVE_NOTIFY_WIN32 definition
--This line, and those below, will be ignored--
SVN revision: 80371
Carsten Haitzler [Thu, 6 Dec 2012 16:08:07 +0000 (16:08 +0000)]
without this i end up with a configure that does:
configure: updating cache config.cache
configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in'
make: *** No targets specified and no makefile found. Stop.
autoheader is unhappy:
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoheader: warning: missing template: HAVE_NOTIFY_WIN32
autoheader: Use AC_DEFINE([HAVE_NOTIFY_WIN32], [], [Description])
autoreconf: /usr/bin/autoheader failed with exit status: 1
SVN revision: 80368
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 14:16:41 +0000 (14:16 +0000)]
efl: note libc 2.4 is required to provide sys/inotify.h
SVN revision: 80365
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 14:06:45 +0000 (14:06 +0000)]
efl: remove sdl-primitive, not used anymore.
nobody was using ENGINE_SDL_PRIMITIVE in code, and as cedric said it
shouldn't be used anymore.
SVN revision: 80363
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 13:58:32 +0000 (13:58 +0000)]
efl: remove want_poll.
SVN revision: 80362
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 13:38:34 +0000 (13:38 +0000)]
efl/ecore_file: refactor to be more like eio in providing backends.
instead of the previous mess, just define the functions with common
names and call the backend that was compiled in, similar to what eio
does.
also do not be silent on errors, use eina_safety_checks to issue warnings.
SVN revision: 80360
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 13:02:59 +0000 (13:02 +0000)]
efl: common inotify checks, simplified.
Another try to make inotify checks more common.
This time uses AC_CHECK_HEADERS() as for others, that already define
HAVE_SYS_INOTIFY_H, then uses that.
I still kept AM_CONDITIONAL([HAVE_INOTIFY]) because I plan to convert
ecore_file to the same, smarter, method that is used in eio (compiling
the file depending on the backend.
SVN revision: 80358
Eduardo de Barros Lima [Thu, 6 Dec 2012 13:01:21 +0000 (13:01 +0000)]
Reverting 80354: "Avoid calling test so many times. Use -a/-o instead."
SVN revision: 80357
Eduardo Lima (Etrunko) [Thu, 6 Dec 2012 12:26:52 +0000 (12:26 +0000)]
Avoid calling test so many times. Use -a/-o instead.
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 80354
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 12:18:24 +0000 (12:18 +0000)]
efl: ecore thread safety (remove option, keep code, add instructions).
* remove the option, as it shouldn't really exist.
* keep code, as requested by Cedric, someone may fix it someday. And
the default is the DISABLED, as the enable was broken.
* Add instructions on how to solve the problem, if a brave folk is up
to it.
SVN revision: 80352
Daniel Willmann [Thu, 6 Dec 2012 10:56:13 +0000 (10:56 +0000)]
efl: Fix display of source files when making coverage
Probably due to the merge the base directory for the sources now needs
to be specified.
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 80338
Aharon Hillel [Thu, 6 Dec 2012 07:54:54 +0000 (07:54 +0000)]
Edje_pick Fix
Signed-off-by: Aharon Hillel <a.hillel@samsung.com>
SVN revision: 80305
Vincent Torri [Thu, 6 Dec 2012 07:23:50 +0000 (07:23 +0000)]
inotify: revert : i want to keep autotools **modularized**. Instead, use in Eio what has been detected in Ecore_File.
SVN revision: 80298
Cedric BAIL [Thu, 6 Dec 2012 03:02:47 +0000 (03:02 +0000)]
efl: revert r80290 as it bork the world.
SVN revision: 80296
Cedric BAIL [Thu, 6 Dec 2012 02:39:01 +0000 (02:39 +0000)]
efl: now that we have a global SSL/Crypto flags, don't advertise per lib result.
SVN revision: 80295
Cedric BAIL [Thu, 6 Dec 2012 01:58:15 +0000 (01:58 +0000)]
efl: update module path to reflect current state.
Patch by Jérémy Zurcher <jeremy@asynk.ch>.
SVN revision: 80294
Cedric BAIL [Thu, 6 Dec 2012 01:55:42 +0000 (01:55 +0000)]
efl: let Ecore_EVas_Extn link with Ecore_Ipc as needed.
I think some people earned a borker badge here :-)
SVN revision: 80293
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 00:57:29 +0000 (00:57 +0000)]
efl: simplify inotify by moving it to common.
also deprecate very ancient inotify usage by direct syscall.
SVN revision: 80292
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 00:35:14 +0000 (00:35 +0000)]
efl: local and abstract sockets are platform dependent, not an option.
SVN revision: 80291
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 00:30:46 +0000 (00:30 +0000)]
efl: thread safety by default.
it's better to test this case and make it the only one and make it
work, than have two options that may not work.
SVN revision: 80290
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 00:21:03 +0000 (00:21 +0000)]
efl: ipv6 is always enabled if detected in the platform.
SVN revision: 80289
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 00:11:14 +0000 (00:11 +0000)]
efl: both eet and ecore_con now share --with-crypto and defines.
* rename USE_GNUTLS and USE_OPENSSL to HAVE_GNUTLS and HAVE_OPENSSL
in ecore_con, to match other modules such as Eet.
* define requirements_pc_crypto, requirements_pc_deps_crypto and
requirements_libs_crypto so modules can use that.
* move to a common check section.
SVN revision: 80288
Gustavo Sverzut Barbieri [Wed, 5 Dec 2012 23:44:45 +0000 (23:44 +0000)]
efl/eet: bumped requirement for gnutls >= 2.11 thus remove legacy code.
SVN revision: 80287
Gustavo Sverzut Barbieri [Wed, 5 Dec 2012 23:33:14 +0000 (23:33 +0000)]
efl: bump gnutls requirement version to 2.11 (released 2010-07-22)
this (already ancient!) version provides all symbols we need, then
bump version and stop doing those weirdo checks.
SVN revision: 80286
Gustavo Sverzut Barbieri [Wed, 5 Dec 2012 23:19:41 +0000 (23:19 +0000)]
efl: do not AC_SUBST([CFLAGS]), it's already done.
SVN revision: 80285
Gustavo Sverzut Barbieri [Wed, 5 Dec 2012 23:18:59 +0000 (23:18 +0000)]
efl: turn cpu extensions detection into generic section, simplify a bit.
* remove EVAS_ prefix as it may be used by other libs some day.
* SSE3 is detected at runtime if x86.
* remove AC_SUBST([altivec_cflags]) as it was not being used anywhere.
* moved to top of file (maybe position is not optimal, let's wait
vtorri to review)
* simplified single-line summary that is as informative as before.
SVN revision: 80284
Carsten Haitzler [Wed, 5 Dec 2012 23:11:46 +0000 (23:11 +0000)]
if you are going to use symbols implicitly from a module provided by a
lib.. you have to EAPI them!
SVN revision: 80283
Flavio Vinicius Alvares Ceolin [Wed, 5 Dec 2012 21:15:42 +0000 (21:15 +0000)]
ecore_evas: Make the engines loadable modules
Implementing support for loadables modules. It makes the engines been
loaded when they are needed. It not breakes the api, so each engine
still has its own api.
The implementation basically is:
* Functions that creates Ecore_Evas, for example
ecore_evas_software_x11_new, request to load its module and then get
the module's function to create the Ecore_Evas.
* The other functions such as \(.*\)_window_get from the Ecore_Evas
its interface and then call the appropriate method.
* As there is no unified interface to communicate with the engines
(not break api problem), all interfaces were declared in
ecore_evas_private.h
* Now the data necessary for each module is not declared in the
Ecore_Evas_Engine structure, instead of this, the struct has a void
pointer that is used by the modules.
* In this first moment engines as software_x11 and gl_x11 were put
together in the same module, but obviously exporting all the things
necessary.
SVN revision: 80280
Bruno Dilly [Wed, 5 Dec 2012 21:09:18 +0000 (21:09 +0000)]
edje: support applying impulse via script
SVN revision: 80279
Bruno Dilly [Wed, 5 Dec 2012 19:30:08 +0000 (19:30 +0000)]
edje: support new action: PHYSICS_IMPULSE
It will apply a central impulse over a body's part.
SVN revision: 80278
Bruno Dilly [Wed, 5 Dec 2012 19:30:00 +0000 (19:30 +0000)]
edje: keep real part geometry updated
Using a callback for body and world update events for that.
It will make it possible to set parts to be relative
to parts that have a physics body.
SVN revision: 80277
Bruno Dilly [Wed, 5 Dec 2012 19:29:54 +0000 (19:29 +0000)]
edje: make it possible to not reset body position on
state changes
To make it possible, a flag was added: ignore_part_position.
Enabled by default, it will let part position be update
only by physics calculatios. If the body is intended to be
moved when state is changed, the flag must to be explicitely
disabled.
It is required otherwise all the states would inherit position
from "default" and reset body's position.
SVN revision: 80276
Bruno Dilly [Wed, 5 Dec 2012 19:29:33 +0000 (19:29 +0000)]
edje: parts with bodies aren't move at each recalc
Otherwise at each recalc they will be moved to initial position
again.
SVN revision: 80275
Bruno Dilly [Wed, 5 Dec 2012 19:27:53 +0000 (19:27 +0000)]
ephysics: add event WORLD_UPDATE
SVN revision: 80274
Vincent Torri [Wed, 5 Dec 2012 18:10:43 +0000 (18:10 +0000)]
add eio example and fix ecore_fb linking
SVN revision: 80273