platform/upstream/efl.git
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

12 years agoevas: lock less font rendering.
Cedric BAIL [Thu, 26 Apr 2012 08:18:51 +0000 (08:18 +0000)]
evas: lock less font rendering.

SVN revision: 70497

12 years agoeina: fix wording order.
Cedric BAIL [Thu, 26 Apr 2012 08:16:24 +0000 (08:16 +0000)]
eina: fix wording order.

SVN revision: 70496

12 years agoeina: add backtrace support to eina.
Cedric BAIL [Thu, 26 Apr 2012 08:10:38 +0000 (08:10 +0000)]
eina: add backtrace support to eina.

SVN revision: 70495

12 years agoefl: add release point in ChangeLog files.
Cedric BAIL [Thu, 26 Apr 2012 08:07:22 +0000 (08:07 +0000)]
efl: add release point in ChangeLog files.

SVN revision: 70494

12 years agorestore .99 micro versions for trunk and add back svnrev vers too.
Carsten Haitzler [Thu, 26 Apr 2012 04:51:32 +0000 (04:51 +0000)]
restore .99 micro versions for trunk and add back svnrev vers too.

SVN revision: 70492

12 years ago * NEWS:
Vincent Torri [Thu, 26 Apr 2012 04:40:45 +0000 (04:40 +0000)]
* NEWS:
* src/lib/evil_langinfo.c:
Fix nl_langinfo(RADIXCHAR).

SVN revision: 70490

12 years agoand removed the -beta tag...
Carsten Haitzler [Thu, 26 Apr 2012 04:35:43 +0000 (04:35 +0000)]
and removed the -beta tag...

SVN revision: 70489

12 years agoupdate po's
Carsten Haitzler [Thu, 26 Apr 2012 04:13:17 +0000 (04:13 +0000)]
update po's

SVN revision: 70487

12 years agomake notes about wayland stuff being experimental. we cant really back
Carsten Haitzler [Thu, 26 Apr 2012 03:42:41 +0000 (03:42 +0000)]
make notes about wayland stuff being experimental. we cant really back
it until wayland itself is stable. warnings. lets hope it all works
out fine in the end.

SVN revision: 70486

12 years agovalgrind complaint fix!zero out stack before use in embryo.
Carsten Haitzler [Wed, 25 Apr 2012 10:43:04 +0000 (10:43 +0000)]
valgrind complaint fix!zero out stack before use in embryo.

SVN revision: 70468

12 years agocomment from jeremy - dfb.h messes with eina macros :(
Carsten Haitzler [Wed, 25 Apr 2012 10:37:13 +0000 (10:37 +0000)]
comment from jeremy - dfb.h messes with eina macros :(

SVN revision: 70467

12 years agoeina: fix typo in doc
Michael BOUCHAUD [Wed, 25 Apr 2012 10:17:31 +0000 (10:17 +0000)]
eina: fix typo in doc

SVN revision: 70465

12 years agofix valgrind bitch about uniittied mem!
Carsten Haitzler [Wed, 25 Apr 2012 09:16:43 +0000 (09:16 +0000)]
fix valgrind bitch about uniittied mem!

SVN revision: 70461

12 years agopatch up another out-of-bound text problem in textblock.
Carsten Haitzler [Wed, 25 Apr 2012 08:34:06 +0000 (08:34 +0000)]
patch up another out-of-bound text problem in textblock.

SVN revision: 70459

12 years ago1 more valgrind bitch gone. i know pos shouldnt exceed string array
Carsten Haitzler [Wed, 25 Apr 2012 08:26:05 +0000 (08:26 +0000)]
1 more valgrind bitch gone. i know pos shouldnt exceed string array
bounds by logic but it crept through - this protects if it does.

SVN revision: 70458

12 years agofix valgrind complaint in textblock.
Carsten Haitzler [Wed, 25 Apr 2012 08:04:36 +0000 (08:04 +0000)]
fix valgrind complaint in textblock.

SVN revision: 70457

12 years agoquiet stderr on xpm load unless we are loading data this phase
Carsten Haitzler [Wed, 25 Apr 2012 04:07:12 +0000 (04:07 +0000)]
quiet stderr on xpm load unless we are loading data this phase

SVN revision: 70455

12 years agoEcore_Evas (wayland): Fixes for moving/resizing efl wayland clients.
Christopher Michael [Tue, 24 Apr 2012 17:01:59 +0000 (17:01 +0000)]
Ecore_Evas (wayland): Fixes for moving/resizing efl wayland clients.

SVN revision: 70444

12 years agoEcore_Wayland: Cleanup header inclusions. Fix issues with efl wayland
Christopher Michael [Tue, 24 Apr 2012 16:59:35 +0000 (16:59 +0000)]
Ecore_Wayland: Cleanup header inclusions. Fix issues with efl wayland
clients not moving or resizing properly with most recent git wayland.
Make use of wayland's new 'serial' stuff in place of timestamps (where
appropriate). Add code to handle new wayland 'ping' events.

SVN revision: 70443

12 years agoeina: remove useless check for NULL
Lucas De Marchi [Tue, 24 Apr 2012 14:21:22 +0000 (14:21 +0000)]
eina: remove useless check for NULL

choice is always set

SVN revision: 70441

12 years agoeina: fix copyright
Lucas De Marchi [Tue, 24 Apr 2012 14:19:02 +0000 (14:19 +0000)]
eina: fix copyright

The content of this file was changed and there's no code left from them.

SVN revision: 70440

12 years agoEobj: change the tests according to the new wref concept.
Tom Hacohen [Tue, 24 Apr 2012 12:27:22 +0000 (12:27 +0000)]
Eobj: change the tests according to the new wref concept.

We should not delete the wref if object is already freed. It's because
of the damn new wref API.

SVN revision: 70438

12 years agoEobj: Fixed a possible bug with object deletion.
Tom Hacohen [Tue, 24 Apr 2012 12:16:23 +0000 (12:16 +0000)]
Eobj: Fixed a possible bug with object deletion.

SVN revision: 70437

12 years agoEobj: Made weak ref a base class function.
Tom Hacohen [Tue, 24 Apr 2012 12:16:21 +0000 (12:16 +0000)]
Eobj: Made weak ref a base class function.

SVN revision: 70436

12 years agoEobj: eobj_event_callback_del/_full renames.
Tom Hacohen [Tue, 24 Apr 2012 12:16:17 +0000 (12:16 +0000)]
Eobj: eobj_event_callback_del/_full renames.

eobj_event_callback_del -> eobj_event_callback_del_lazy.
eobj_event_callback_del_full -> eobj_event_callback_del.

Thanks to cedric for the suggestion.

SVN revision: 70435

12 years agoEvas image: Add const to the obj parameter.
Tom Hacohen [Tue, 24 Apr 2012 11:01:53 +0000 (11:01 +0000)]
Evas image: Add const to the obj parameter.

Patch by Daniel Zaoui.

SVN revision: 70433

12 years agoEobj: Changed all the eobj_do macros to lowercase.
Tom Hacohen [Tue, 24 Apr 2012 08:56:49 +0000 (08:56 +0000)]
Eobj: Changed all the eobj_do macros to lowercase.

code clutter--.

SVN revision: 70432

12 years agoEobj: Added infrastructure for const functions and eobj_query.
Tom Hacohen [Tue, 24 Apr 2012 08:04:14 +0000 (08:04 +0000)]
Eobj: Added infrastructure for const functions and eobj_query.

SVN revision: 70431

12 years agoEobj: Fixed the order of parameters in the weak ref add func.
Tom Hacohen [Tue, 24 Apr 2012 08:04:09 +0000 (08:04 +0000)]
Eobj: Fixed the order of parameters in the weak ref add func.

SVN revision: 70430

12 years agoseveral fixes for the doxygen docs.
Sanjeev BA [Mon, 23 Apr 2012 23:31:38 +0000 (23:31 +0000)]
several fixes for the doxygen docs.

Author : Jérôme Pinot <ngc891@gmail.com>

SVN revision: 70426

12 years agoCleanup Doxygen Warnings - ecore 5
Jonas M. Gastal [Mon, 23 Apr 2012 20:09:58 +0000 (20:09 +0000)]
Cleanup Doxygen Warnings - ecore 5

Files modified:
ecore/src/lib/ecore_win32/Ecore_Win32.h
ecore/src/lib/ecore_wince/Ecore_WinCE.h
ecore/src/lib/ecore_x/Ecore_X.h

SVN revision: 70425

12 years agoCleanup Doxygen Warnings - ecore 4
Jonas M. Gastal [Mon, 23 Apr 2012 20:09:55 +0000 (20:09 +0000)]
Cleanup Doxygen Warnings - ecore 4

Files modified:
ecore/src/lib/ecore_wayland/ecore_wl_window.c
ecore/src/lib/ecore_x/xcb/ecore_xcb.c
ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c
ecore/src/lib/ecore_x/xcb/ecore_xcb_window.c
ecore/src/lib/ecore_x/xcb/ecore_xcb_window_shadow.c
ecore/src/lib/ecore_x/xlib/ecore_x.c
ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c
ecore/src/lib/ecore_x/xlib/ecore_x_window.c
ecore/src/lib/ecore_x/xlib/ecore_x_window_prop.c

SVN revision: 70424

12 years agoCleanup Doxygen Warnings - ecore 3
Jonas M. Gastal [Mon, 23 Apr 2012 20:09:51 +0000 (20:09 +0000)]
Cleanup Doxygen Warnings - ecore 3

Files modified:
ecore/src/lib/ecore_file/Ecore_File.h
ecore/src/lib/ecore_file/ecore_file_monitor.c
ecore/src/lib/ecore_imf/Ecore_IMF.h
ecore/src/lib/ecore_imf/ecore_imf_context.c

SVN revision: 70423