platform/upstream/efl.git
12 years agoedje: automatically emit ['edje,change,file', 'edje'] when the file change on disk.
Cedric BAIL [Wed, 9 May 2012 09:16:52 +0000 (09:16 +0000)]
edje: automatically emit ['edje,change,file', 'edje'] when the file change on disk.

For the moment only edje_player use it. This means that when used with
edje_watch, you don't need any more to type any kind of command line
when you are testing value in your theme. As a side effect, this means
that their is a real use case to make edje_cc faster !

SVN revision: 70890

12 years agoedje: oops this shouldn't get in at this point.
Cedric BAIL [Wed, 9 May 2012 07:53:29 +0000 (07:53 +0000)]
edje: oops this shouldn't get in at this point.

SVN revision: 70886

12 years agoeio: and don't forget to initialize.
Cedric BAIL [Wed, 9 May 2012 07:46:12 +0000 (07:46 +0000)]
eio: and don't forget to initialize.

SVN revision: 70885

12 years agoedje: check that the file on disk didn't change when we try to reopen it.
Cedric BAIL [Wed, 9 May 2012 07:30:59 +0000 (07:30 +0000)]
edje: check that the file on disk didn't change when we try to reopen it.

SVN revision: 70883

12 years agoedje: prevent segv when edje_object_signal_emit get nested and edje_object_signal_cal...
Cedric BAIL [Wed, 9 May 2012 07:09:59 +0000 (07:09 +0000)]
edje: prevent segv when edje_object_signal_emit get nested and edje_object_signal_callback_{add,del} are called.

SVN revision: 70880

12 years agoeio: actually detect when file changed since last monitoring request.
Cedric BAIL [Wed, 9 May 2012 06:54:09 +0000 (06:54 +0000)]
eio: actually detect when file changed since last monitoring request.

NOTE: Shouldn't I stat and rebuild the notify when the file is deleted
and recreated ? Advise welcome.

SVN revision: 70879

12 years agoevas Evas.h: Fixed formatting while reading the code.
Daniel Juyung Seo [Tue, 8 May 2012 23:05:49 +0000 (23:05 +0000)]
evas Evas.h: Fixed formatting while reading the code.

SVN revision: 70877

12 years agoEo: Added a new magic type to mark already deleted objects.
Tom Hacohen [Tue, 8 May 2012 14:22:57 +0000 (14:22 +0000)]
Eo: Added a new magic type to mark already deleted objects.

SVN revision: 70875

12 years agoEo: Keep artifical object ref a bit longer.
Tom Hacohen [Tue, 8 May 2012 14:22:53 +0000 (14:22 +0000)]
Eo: Keep artifical object ref a bit longer.

SVN revision: 70874

12 years agoEina: Fixed strict-aliasing warning.
Tom Hacohen [Tue, 8 May 2012 10:51:37 +0000 (10:51 +0000)]
Eina: Fixed strict-aliasing warning.

SVN revision: 70873

12 years agoedje: add edje_watch.
Cedric BAIL [Tue, 8 May 2012 10:35:57 +0000 (10:35 +0000)]
edje: add edje_watch.

edje_watch call edje_cc and monitor all the source file (edc, font
image, sound). If any of them change, it call edje_cc, update its
watching list and so on. edje_watch as the same command line as
edje_cc.
   Still a little bit rought, but it's the beginning of an interesting
experiment.

SVN revision: 70872

12 years agoeina: add eina_file_map_lines.
Cedric BAIL [Tue, 8 May 2012 10:31:12 +0000 (10:31 +0000)]
eina: add eina_file_map_lines.

This almost replace a loop of fopen/fgets/fclose, but it avoid
one memcpy.

SVN revision: 70871

12 years agoFixed a few minor bugs and cleaned up unnecessary code for evas_gl.
Sung Park [Tue, 8 May 2012 09:40:01 +0000 (09:40 +0000)]
Fixed a few minor bugs and cleaned up unnecessary code for evas_gl.

Mainly, glDeleteBuffers was being called instead of glDeleteRenderbuffers.
Also, there was an error when checking if surface is valid.

SVN revision: 70870

12 years agoEo: rename delete to del.
Tom Hacohen [Tue, 8 May 2012 06:56:59 +0000 (06:56 +0000)]
Eo: rename delete to del.

SVN revision: 70867

12 years agoEo: Flatten func array, so function fetching will always be fast.
Tom Hacohen [Tue, 8 May 2012 06:56:57 +0000 (06:56 +0000)]
Eo: Flatten func array, so function fetching will always be fast.

SVN revision: 70866

12 years agoEo: Fix parameter checking of eo_do_super.
Tom Hacohen [Tue, 8 May 2012 06:56:55 +0000 (06:56 +0000)]
Eo: Fix parameter checking of eo_do_super.

SVN revision: 70865

12 years agoEo: Make eo_parent_get accept const.
Tom Hacohen [Tue, 8 May 2012 06:56:50 +0000 (06:56 +0000)]
Eo: Make eo_parent_get accept const.

SVN revision: 70864

12 years agoecore: don't run out of fd when crazy apps cycle through ecore_init/ecore_shutdown.
Cedric BAIL [Tue, 8 May 2012 03:50:22 +0000 (03:50 +0000)]
ecore: don't run out of fd when crazy apps cycle through ecore_init/ecore_shutdown.

SVN revision: 70860

12 years agoAnd make map work with cserve2
Iván Briano [Mon, 7 May 2012 19:58:34 +0000 (19:58 +0000)]
And make map work with cserve2

SVN revision: 70858

12 years agocserve2 warnings begone
Iván Briano [Mon, 7 May 2012 17:22:06 +0000 (17:22 +0000)]
cserve2 warnings begone

SVN revision: 70845

12 years agoalso remove changelog update
Mike Blumenkrantz [Mon, 7 May 2012 09:47:27 +0000 (09:47 +0000)]
also remove changelog update

SVN revision: 70844

12 years agoevas: track the number of childs.
Cedric BAIL [Mon, 7 May 2012 02:11:35 +0000 (02:11 +0000)]
evas: track the number of childs.

SVN revision: 70835

12 years agoecore: remove useless workaround.
Cedric BAIL [Mon, 7 May 2012 02:06:57 +0000 (02:06 +0000)]
ecore: remove useless workaround.

SVN revision: 70834

12 years agoeina: fix a rounding issue in eina_f32p32_{cos,sin} when getting close to 1.0.
Cedric BAIL [Mon, 7 May 2012 01:46:37 +0000 (01:46 +0000)]
eina: fix a rounding issue in eina_f32p32_{cos,sin} when getting close to 1.0.

Bug only showed up if above 0.999 .

SVN revision: 70831

12 years agoEo: Test getting data from class with no data.
Tom Hacohen [Sun, 6 May 2012 14:18:44 +0000 (14:18 +0000)]
Eo: Test getting data from class with no data.

SVN revision: 70816

12 years agofix ecore_animator_pos_map with ACCELERATE; see mail
Mike Blumenkrantz [Sun, 6 May 2012 12:43:25 +0000 (12:43 +0000)]
fix ecore_animator_pos_map with ACCELERATE; see mail

SVN revision: 70800

12 years agoEo: Only implement _eo_class_mro_has when in testing mode.
Tom Hacohen [Sun, 6 May 2012 12:03:29 +0000 (12:03 +0000)]
Eo: Only implement _eo_class_mro_has when in testing mode.

SVN revision: 70799

12 years agoEo: Added an internal _eo_ref/unref implementation.
Tom Hacohen [Sun, 6 May 2012 12:03:26 +0000 (12:03 +0000)]
Eo: Added an internal _eo_ref/unref implementation.

We don't need to do all the regular checks when called from our code.

SVN revision: 70798

12 years agoEo: Improved the data structure used for func fetching.
Tom Hacohen [Sun, 6 May 2012 12:03:23 +0000 (12:03 +0000)]
Eo: Improved the data structure used for func fetching.

Made it 2 levels instead of 1 and made it a lot smaller.

SVN revision: 70797

12 years agoEo: Added an internal _eo_data_get implementation.
Tom Hacohen [Sun, 6 May 2012 12:03:21 +0000 (12:03 +0000)]
Eo: Added an internal _eo_data_get implementation.

We don't need to do all the regular checks when called from our code.

SVN revision: 70796

12 years agoEo: Fixed so versioning.
Tom Hacohen [Sun, 6 May 2012 12:03:18 +0000 (12:03 +0000)]
Eo: Fixed so versioning.

SVN revision: 70795

12 years agoEo: Fixed the tests when building in "release mode".
Tom Hacohen [Sun, 6 May 2012 12:03:16 +0000 (12:03 +0000)]
Eo: Fixed the tests when building in "release mode".

Our release mode safety checks are less strict, so we have to disable some
of the test cases when testing there.

SVN revision: 70794

12 years agoEo: Overhauled the mro-walking mechanism.
Tom Hacohen [Sun, 6 May 2012 12:03:13 +0000 (12:03 +0000)]
Eo: Overhauled the mro-walking mechanism.

A lot faster now.

SVN revision: 70793

12 years agoEo: Fixed some issues.
Tom Hacohen [Sun, 6 May 2012 12:03:11 +0000 (12:03 +0000)]
Eo: Fixed some issues.

SVN revision: 70792

12 years agoEo: Improved error reporting in data_get.
Tom Hacohen [Sun, 6 May 2012 12:03:07 +0000 (12:03 +0000)]
Eo: Improved error reporting in data_get.

SVN revision: 70791

12 years agoEio: update README
Vincent Torri [Sat, 5 May 2012 10:07:39 +0000 (10:07 +0000)]
Eio: update README

SVN revision: 70789

12 years agoEcore: fix linking on Windows
Vincent Torri [Sat, 5 May 2012 09:11:31 +0000 (09:11 +0000)]
Ecore: fix linking on Windows

SVN revision: 70788

12 years agoEina examples: fix some warnings
Vincent Torri [Sat, 5 May 2012 04:06:08 +0000 (04:06 +0000)]
Eina examples: fix some warnings

SVN revision: 70787

12 years agoEina examples: add missing files in distributed tarball, formatting
Vincent Torri [Sat, 5 May 2012 03:32:16 +0000 (03:32 +0000)]
Eina examples: add missing files in distributed tarball, formatting

SVN revision: 70786

12 years agoSmall improvement to evas_object_rectangle_add docs.
Jonas M. Gastal [Fri, 4 May 2012 19:25:33 +0000 (19:25 +0000)]
Small improvement to evas_object_rectangle_add docs.

SVN revision: 70763

12 years agoFixing typo.
Jonas M. Gastal [Fri, 4 May 2012 19:25:30 +0000 (19:25 +0000)]
Fixing typo.

SVN revision: 70762

12 years agoCheck cserve2 can be built while the multiplatform support is not there yet.
Iván Briano [Fri, 4 May 2012 17:57:01 +0000 (17:57 +0000)]
Check cserve2 can be built while the multiplatform support is not there yet.

Patch by Raphael Kubo da Costa

SVN revision: 70760

12 years agoecore/enlil - [E-devel] [PATCHES] Some random warning fixes for our beloved buildbot...
ChunEon Park [Fri, 4 May 2012 12:37:33 +0000 (12:37 +0000)]
ecore/enlil - [E-devel] [PATCHES] Some random warning fixes for our beloved buildbot as well as a DSO fix

Hello.

Just 3 small fixes to get our warning count down. The tempget one
should actually save us against wrong reads.

Also a small DSO fix reported and confirmed in IRC.

Please review and apply.

regards
Stefan Schmidt

Submitted-By-Off: Stefan Schmidt<stefan@datenfreihafen.org>

SVN revision: 70759

12 years agoEvas textblock: Warnings - go away and please don't stay.
Tom Hacohen [Fri, 4 May 2012 10:10:29 +0000 (10:10 +0000)]
Evas textblock: Warnings - go away and please don't stay.

SVN revision: 70757

12 years agoWhy this doesn't break for me? Now I have to use the bot for testing.
Iván Briano [Thu, 3 May 2012 21:17:55 +0000 (21:17 +0000)]
Why this doesn't break for me? Now I have to use the bot for testing.

SVN revision: 70700

12 years agoevas/cserve2: fix typo that kept cserve2 disabled
Iván Briano [Thu, 3 May 2012 21:01:31 +0000 (21:01 +0000)]
evas/cserve2: fix typo that kept cserve2 disabled

now seriously...

Introducing Cache Serve 2.

This cache server will initially load images for clients connected to
it. It starts slave processes to load these images, and share the loaded
images through shm with the clients. All the connection done between
clients and the server goes through sockets.

The cserve2 build option is turned on by default, while the old cserve
was disabled, but in order to make clients use it, the environment
variable EVAS_CSERVE2 must be set, and a server must be running.

Clients will try to find the socket on a specified location using the
environment variable EVAS_CSERVE2_SOCKET. If it's not defined, then the
XDG_RUNTIME_DIR path should be used, and finally HOME, TMPDIR and /tmp.

SVN revision: 70699

12 years agoevas: try to fix another breakage by preventing the size of the bounding box to be...
Cedric BAIL [Thu, 3 May 2012 10:58:12 +0000 (10:58 +0000)]
evas: try to fix another breakage by preventing the size of the bounding box to be smaller than the actual object geometry.

SVN revision: 70693

12 years agoevas: \o/ My mojo is back, unbork pipeline font rendering.
Cedric BAIL [Thu, 3 May 2012 07:31:04 +0000 (07:31 +0000)]
evas: \o/ My mojo is back, unbork pipeline font rendering.

SVN revision: 70687

12 years agoFor Evas_GL surface config, prefer to use GL_DEPTH24_STENCIL8
Sung Park [Thu, 3 May 2012 06:42:37 +0000 (06:42 +0000)]
For Evas_GL surface config, prefer to use GL_DEPTH24_STENCIL8
format internally when it's  available instead of using them
separately.

SVN revision: 70686

12 years agoevas: a little bit faste.
Cedric BAIL [Thu, 3 May 2012 04:40:09 +0000 (04:40 +0000)]
evas: a little bit faste.

SVN revision: 70684

12 years agoevas: let's try to determine the smallest possible size
Cedric BAIL [Thu, 3 May 2012 03:58:27 +0000 (03:58 +0000)]
evas: let's try to determine the smallest possible size
for the bounding box. This vastly improve the time spent
during event propagation when playing with elm_genlist.

SVN revision: 70683

12 years agoCleaned up some evas_gl code and added surface cap feature.
Sung Park [Thu, 3 May 2012 02:33:18 +0000 (02:33 +0000)]
Cleaned up some evas_gl code and added surface cap feature.
(Trying it again since this commit broke evas build yesterday.)

Previously, evas_gl_surface_create() didn't actually do
the render buffer attach to the the FBO. It was performed when
the make_current was called for the first time.  The issue
was that even though the surface was successfully created with
the given configuration, there was a possibility of make_current
failing with the error message "FBO not complete" because of
the surface configuration.

So, I've added a piece of code that checks the FBO
capabilities beforehand to set up a available surface configurations
so that it doesn't have to fail during make_current for unsupported
surface format.

Also, I've changed the surface config in a way that once the
user calls evas_gl_surface_create(), evas gl sets the config
parameter with configuration that evas_gl is actually using.

SVN revision: 70680

12 years agoEcore_Wayland: Patch from Robert Bradford (rob@linux.intel.com) for
Christopher Michael [Wed, 2 May 2012 18:04:40 +0000 (18:04 +0000)]
Ecore_Wayland: Patch from Robert Bradford (rob@linux.intel.com) for
Complete support for keyboard events. Thank You :)

NB: This is a modified patch from what Rob originally sent. This fixes
formatting, uint32_t types, function name, and other such things ;)

SVN revision: 70672

12 years agoEo: Added debug-mode check for eo_data_get.
Tom Hacohen [Wed, 2 May 2012 13:59:18 +0000 (13:59 +0000)]
Eo: Added debug-mode check for eo_data_get.

SVN revision: 70625

12 years agoRevert "Cleaned up some evas_gl code and added surface cap feature."
Tom Hacohen [Wed, 2 May 2012 11:07:29 +0000 (11:07 +0000)]
Revert "Cleaned up some evas_gl code and added surface cap feature."

This reverts commit 70617.

According to stefan_schmidt, reverting this fixes compilation errors.

SVN revision: 70624

12 years agoCleaned up some evas_gl code and added surface cap feature.
Sung Park [Wed, 2 May 2012 08:31:15 +0000 (08:31 +0000)]
Cleaned up some evas_gl code and added surface cap feature.

Previously, evas_gl_surface_create() didn't actually do
the render buffer attach to the the FBO. It was performed when
the make_current was called for the first time.  The issue
was that even though the surface was successfully created with
the given configuration, there was a possibility of make_current
failing with the error message "FBO not complete" because of
the surface configuration.

So, I've added a piece of code that checks the FBO
capabilities beforehand to set up a available surface configurations
so that it doesn't have to fail during make_current for unsupported
surface format.

Also, I've changed the surface config in a way that once the
user calls evas_gl_surface_create(), evas gl sets the config
parameter with configuration that evas_gl is actually using.

SVN revision: 70617

12 years agoevas/evas_key_grab - +warning for exceptional case.
ChunEon Park [Wed, 2 May 2012 06:58:08 +0000 (06:58 +0000)]
evas/evas_key_grab - +warning for exceptional case.

SVN revision: 70610

12 years agoedje: doing less is actually better.
Cedric BAIL [Wed, 2 May 2012 06:55:15 +0000 (06:55 +0000)]
edje: doing less is actually better.

SVN revision: 70608

12 years agoevas/evas_object_textblock - don't be crushed up.
ChunEon Park [Wed, 2 May 2012 06:09:45 +0000 (06:09 +0000)]
evas/evas_object_textblock - don't be crushed up.

SVN revision: 70603

12 years agoevas/evas_object_table - don't be aborted
ChunEon Park [Wed, 2 May 2012 05:56:06 +0000 (05:56 +0000)]
evas/evas_object_table - don't be aborted

SVN revision: 70602

12 years agoEvas/evas_object_table - removed white spaces and fixed indentations
ChunEon Park [Wed, 2 May 2012 05:55:15 +0000 (05:55 +0000)]
Evas/evas_object_table - removed white spaces and fixed indentations

SVN revision: 70601

12 years agoevas/doc - more information for exceptional cases.
ChunEon Park [Wed, 2 May 2012 05:38:51 +0000 (05:38 +0000)]
evas/doc - more information for exceptional cases.

SVN revision: 70600

12 years agoEvas/Doc - --missed commit.
ChunEon Park [Wed, 2 May 2012 05:32:53 +0000 (05:32 +0000)]
Evas/Doc - --missed commit.

SVN revision: 70599

12 years agoevas/doc - added warnings to not make users embarrass when they see segfaults.
ChunEon Park [Wed, 2 May 2012 05:30:33 +0000 (05:30 +0000)]
evas/doc - added warnings to not make users embarrass when they see segfaults.

SVN revision: 70598

12 years agoeina/eina_stringshare - + NULL Checking.
ChunEon Park [Wed, 2 May 2012 05:05:10 +0000 (05:05 +0000)]
eina/eina_stringshare - + NULL Checking.

SVN revision: 70596

12 years agoevas/box - Don't be aborted.
ChunEon Park [Wed, 2 May 2012 05:01:34 +0000 (05:01 +0000)]
evas/box - Don't be aborted.

SVN revision: 70595

12 years agoevas: so we did have a test to check if we could reuse the same map pointer,
Cedric BAIL [Wed, 2 May 2012 04:37:39 +0000 (04:37 +0000)]
evas: so we did have a test to check if we could reuse the same map pointer,
but instead we did a malloc, a double memcpy and a free. WTH ?

SVN revision: 70593

12 years agoevas/evas_object_box - --whitespaces
ChunEon Park [Wed, 2 May 2012 02:47:12 +0000 (02:47 +0000)]
evas/evas_object_box - --whitespaces

SVN revision: 70590

12 years agoevas/evas_event - do not be crashed.
ChunEon Park [Wed, 2 May 2012 02:40:03 +0000 (02:40 +0000)]
evas/evas_event - do not be crashed.

SVN revision: 70589

12 years agoevas: reduce complexity and update needed for smart object bounding box.
Cedric BAIL [Wed, 2 May 2012 02:17:33 +0000 (02:17 +0000)]
evas: reduce complexity and update needed for smart object bounding box.

SVN revision: 70588

12 years agoeeze - [E-devel] [patch] minor fix to eeze doc
ChunEon Park [Wed, 2 May 2012 01:09:48 +0000 (01:09 +0000)]
eeze - [E-devel] [patch] minor fix to eeze doc

This fix a single typo in eeze doxygen doc,

Submitted-By-Off Jerome Pinot<ngc891@gmail.com>

SVN revision: 70587

12 years agoEobj: Fixed wref bugs and improve it's tests.
Tom Hacohen [Tue, 1 May 2012 14:00:14 +0000 (14:00 +0000)]
Eobj: Fixed wref bugs and improve it's tests.

SVN revision: 70584

12 years agoEo: Rename SIG_* to EV_*.
Tom Hacohen [Tue, 1 May 2012 13:23:30 +0000 (13:23 +0000)]
Eo: Rename SIG_* to EV_*.

Patch by Yakov Goldberg.

SVN revision: 70581

12 years agoEo: Doc improvements.
Tom Hacohen [Tue, 1 May 2012 13:23:25 +0000 (13:23 +0000)]
Eo: Doc improvements.

SVN revision: 70580

12 years agoEo: Make wref a c array instead of using event callbacks.
Tom Hacohen [Tue, 1 May 2012 12:38:14 +0000 (12:38 +0000)]
Eo: Make wref a c array instead of using event callbacks.

SVN revision: 70578

12 years agoEo: Added eo_wref_del_safe.
Tom Hacohen [Tue, 1 May 2012 11:25:03 +0000 (11:25 +0000)]
Eo: Added eo_wref_del_safe.

SVN revision: 70573

12 years agoEo: Fixed a bug in wref del.
Tom Hacohen [Tue, 1 May 2012 11:25:00 +0000 (11:25 +0000)]
Eo: Fixed a bug in wref del.

SVN revision: 70572

12 years agoEo: Changed #EINA_TRUE/FALSE to @C EINA_*.
Tom Hacohen [Tue, 1 May 2012 10:42:55 +0000 (10:42 +0000)]
Eo: Changed #EINA_TRUE/FALSE to @C EINA_*.

Removes the doxygen warning, but pretty annoying.

SVN revision: 70571

12 years agoEvas textblock: Fixed a bug with right shadows.
Tom Hacohen [Tue, 1 May 2012 08:50:25 +0000 (08:50 +0000)]
Evas textblock: Fixed a bug with right shadows.

Added a missing break.

SVN revision: 70569

12 years agoEobj: Fix issue with the typecheck macro.
Tom Hacohen [Tue, 1 May 2012 08:07:04 +0000 (08:07 +0000)]
Eobj: Fix issue with the typecheck macro.

It should not use the passed variable more than once.

SVN revision: 70568

12 years agoEobj: Rename to Eo.
Tom Hacohen [Tue, 1 May 2012 07:40:14 +0000 (07:40 +0000)]
Eobj: Rename to Eo.

Blame cedric.

SVN revision: 70566

12 years agomissing fribidi cflags in all places that include evas_private.h ...
Carsten Haitzler [Tue, 1 May 2012 07:35:35 +0000 (07:35 +0000)]
missing fribidi cflags in all places that include evas_private.h ...
which includes fribidi headers from evas font bidi headers...

SVN revision: 70565

12 years agoevas: and for this nice international hollyday let me introduce a dynamic bounding...
Cedric BAIL [Tue, 1 May 2012 07:31:42 +0000 (07:31 +0000)]
evas: and for this nice international hollyday let me introduce a dynamic bounding box for smart object.

This make it possible to use the object tree to reduce the number of object, we need to explore to know
what is under a specific position. First used by propagation event code. That code is now 4 times faster, enjoy !
As a side cost evas_object_move goes from 925 to 980 valgrind cycle on my computer, so not something you
will notice.

NOTE: if you notice any breakage regarding event propagation, map, cats, minor or major, please report to
me ! I hope I didn't loose my mojo, with such a scary change, I have a big chance to get it back !

SVN revision: 70564

12 years ago[evas] When deleting map, resize/move informs will occur, that may want to access...
Gustavo Lima Chaves [Mon, 30 Apr 2012 20:47:54 +0000 (20:47 +0000)]
[evas] When deleting map, resize/move informs will occur, that may want to access smart data.

So, don't delete them before that, eh?

SVN revision: 70560

12 years agoEvas font: Fix a compiler warning.
Tom Hacohen [Mon, 30 Apr 2012 11:15:18 +0000 (11:15 +0000)]
Evas font: Fix a compiler warning.

SVN revision: 70555

12 years agoevas: remove unused parameter.
Cedric BAIL [Mon, 30 Apr 2012 09:42:42 +0000 (09:42 +0000)]
evas: remove unused parameter.

SVN revision: 70550

12 years agoeina,evas,edje,elementary: add missing files from tarballs.
Cedric BAIL [Mon, 30 Apr 2012 01:55:06 +0000 (01:55 +0000)]
eina,evas,edje,elementary: add missing files from tarballs.

Patch by Jérôme Pinot <ngc891@gmail.com>

SVN revision: 70543

12 years agoeio,ethumb,emotion: Fix build out of tree.
Cedric BAIL [Mon, 30 Apr 2012 01:40:00 +0000 (01:40 +0000)]
eio,ethumb,emotion: Fix build out of tree.

Patch by Jérôme Pinot <ngc891@gmail.com>.

SVN revision: 70540

12 years agoeio, elementary, emotion, ethumb NEWS: Bump NEWS files for 1.0 newbies.
Daniel Juyung Seo [Mon, 30 Apr 2012 01:16:07 +0000 (01:16 +0000)]
eio, elementary, emotion, ethumb NEWS: Bump NEWS files for 1.0 newbies.

SVN revision: 70538

12 years agoEobj: Fix clang's (static analyser) warnings.
Tom Hacohen [Sun, 29 Apr 2012 15:52:37 +0000 (15:52 +0000)]
Eobj: Fix clang's (static analyser) warnings.

SVN revision: 70537

12 years agoEvas textblock: Fixed warning.
Tom Hacohen [Sun, 29 Apr 2012 09:09:25 +0000 (09:09 +0000)]
Evas textblock: Fixed warning.

SVN revision: 70536

12 years agoEvas textblock: Fixed two textblock issues (range_delete).
Tom Hacohen [Sun, 29 Apr 2012 09:09:14 +0000 (09:09 +0000)]
Evas textblock: Fixed two textblock issues (range_delete).

Found using raster's cat-debugging skills.
** No cats were harmed during debugging. **

SVN revision: 70535

12 years agoevas, ecore, elementary: Updated AUTHORS and synced author documentation.
Daniel Juyung Seo [Sat, 28 Apr 2012 01:37:07 +0000 (01:37 +0000)]
evas, ecore, elementary: Updated AUTHORS and synced author documentation.

SVN revision: 70529

12 years agoeio: Updated ChangeLog.
Daniel Juyung Seo [Sat, 28 Apr 2012 01:37:01 +0000 (01:37 +0000)]
eio: Updated ChangeLog.

SVN revision: 70528

12 years agoemotion, ethumb ChangeLog: Updated ChangeLog.
Daniel Juyung Seo [Fri, 27 Apr 2012 12:12:47 +0000 (12:12 +0000)]
emotion, ethumb ChangeLog: Updated ChangeLog.

SVN revision: 70521

12 years agoFrom: Jérôme Pinot <ngc891@gmail.com>
Jérôme Pinot [Fri, 27 Apr 2012 10:34:49 +0000 (10:34 +0000)]
From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] missing doxygen files in release tarballs

This patch add to EXTRA_DIST essential files for doxygen

small build fix:

SVN revision: 70514

12 years agoupdate po's
Carsten Haitzler [Fri, 27 Apr 2012 06:17:08 +0000 (06:17 +0000)]
update po's

SVN revision: 70513

12 years agoevas: remove EVAS_FRAME_QUEUING.
Cedric BAIL [Thu, 26 Apr 2012 09:53:03 +0000 (09:53 +0000)]
evas: remove EVAS_FRAME_QUEUING.

NOTE: This should be part of evas_render itself and not
delegated to the engine. So cleaning things to make it easier
during evas_render rewrite.

SVN revision: 70503

12 years agoevas: remove WORD_CACHE and METRIC_CACHE.
Cedric BAIL [Thu, 26 Apr 2012 09:04:08 +0000 (09:04 +0000)]
evas: remove WORD_CACHE and METRIC_CACHE.

Note: this two were broken. Current plan to bring
that feature back in, is to attach this information
to Evas_Text_Prop during the prepare stage. This
would improve both single and multiple core rendering
without increasing the number of lock and the complexity
of the code.

SVN revision: 70501

12 years agoevas: remove EVAS_SLI code path, it was to slow and unused for years.
Cedric BAIL [Thu, 26 Apr 2012 08:41:39 +0000 (08:41 +0000)]
evas: remove EVAS_SLI code path, it was to slow and unused for years.

NOTE: other things that may join it in the near futur EVAS_FRAME_QUEUE,
EVAS_METRIC_CACHE and maybe EVAS_WORD_CACHE also. This is all part of
cleaning up our rendering path so we can actually improve it more easily.

SVN revision: 70499