platform/upstream/efl.git
12 years ago+efreet_dirs_reset()
Mike Blumenkrantz [Thu, 14 Jun 2012 07:28:23 +0000 (07:28 +0000)]
+efreet_dirs_reset()

SVN revision: 72104

12 years agoedje: fix big oopsie.
Cedric BAIL [Thu, 14 Jun 2012 01:20:26 +0000 (01:20 +0000)]
edje: fix big oopsie.

NOTE: this should unbreak your use of E17 clock widget
and elm_list should still be fine.

SVN revision: 72097

12 years agoRevert "evas/event - Fixed incorrect events passing. Now child's repeat events does...
Tom Hacohen [Wed, 13 Jun 2012 17:37:19 +0000 (17:37 +0000)]
Revert "evas/event - Fixed incorrect events passing. Now child's repeat events does not affect to the parent's level."

This reverts commit 72080.

It broke everything. EFM stopped responding to mouse clicks, same with
clouseau. Seriously, completely broken.

SVN revision: 72093

12 years agocedric -> REVERT 2. LOTs of valgrind probelsm from this patch and
Carsten Haitzler [Wed, 13 Jun 2012 15:39:10 +0000 (15:39 +0000)]
cedric -> REVERT 2. LOTs of valgrind probelsm from this patch and
crashes too in real life. try with valgrind again some tiome. rp's
(parts) freed before callbacks called thus cb data is invalid by the
time its called.

SVN revision: 72090

12 years agocedric -> REVERT! breaks elm list!
Carsten Haitzler [Wed, 13 Jun 2012 15:00:16 +0000 (15:00 +0000)]
cedric -> REVERT! breaks elm list!

SVN revision: 72087

12 years agoEo: Implemented eo_isa(). It checks if an object implements a class.
Tom Hacohen [Wed, 13 Jun 2012 11:39:12 +0000 (11:39 +0000)]
Eo: Implemented eo_isa(). It checks if an object implements a class.

This works for class/interface/mixins but not for composite objects.

SVN revision: 72083

12 years agoEo: Save both mixins and interfaces, not just mixins.
Tom Hacohen [Wed, 13 Jun 2012 11:39:02 +0000 (11:39 +0000)]
Eo: Save both mixins and interfaces, not just mixins.

SVN revision: 72082

12 years agoEo: Implement handling of eo_do errors and use it.
Tom Hacohen [Wed, 13 Jun 2012 11:38:56 +0000 (11:38 +0000)]
Eo: Implement handling of eo_do errors and use it.

I'm now using it for constructor errors as well.

SVN revision: 72081

12 years agoevas/event - Fixed incorrect events passing. Now child's repeat events does not affec...
ChunEon Park [Wed, 13 Jun 2012 10:19:19 +0000 (10:19 +0000)]
evas/event - Fixed incorrect events passing. Now child's repeat events does not affect to the parent's level.

SVN revision: 72080

12 years agoedje: cleanup the right callback.
Cedric BAIL [Wed, 13 Jun 2012 08:51:02 +0000 (08:51 +0000)]
edje: cleanup the right callback.

SVN revision: 72074

12 years agofix crash when adding an image to an engineless canvas
Mike Blumenkrantz [Wed, 13 Jun 2012 08:20:28 +0000 (08:20 +0000)]
fix crash when adding an image to an engineless canvas

SVN revision: 72071

12 years agobring some sanity back to Evas.h formatting
Mike Blumenkrantz [Wed, 13 Jun 2012 08:12:36 +0000 (08:12 +0000)]
bring some sanity back to Evas.h formatting

SVN revision: 72069

12 years agoEvas smart: Fixed issue with eyelight.
Tom Hacohen [Wed, 13 Jun 2012 07:55:24 +0000 (07:55 +0000)]
Evas smart: Fixed issue with eyelight.

Thanks a lot to Daniel for reporting.

SVN revision: 72068

12 years agofix a somewhat alarming fd leak with the new resolver
Mike Blumenkrantz [Wed, 13 Jun 2012 06:52:02 +0000 (06:52 +0000)]
fix a somewhat alarming fd leak with the new resolver

SVN revision: 72063

12 years agoedje: remove warning.
Cedric BAIL [Wed, 13 Jun 2012 06:50:48 +0000 (06:50 +0000)]
edje: remove warning.

SVN revision: 72062

12 years agoedje: correctly unswallow things on object destruction.
Cedric BAIL [Wed, 13 Jun 2012 06:48:41 +0000 (06:48 +0000)]
edje: correctly unswallow things on object destruction.

SVN revision: 72061

12 years agoevas/event - trivial changes
ChunEon Park [Wed, 13 Jun 2012 06:08:01 +0000 (06:08 +0000)]
evas/event - trivial changes

SVN revision: 72060

12 years agoedje: rename VIRTUAL into SPACER and also fix Edje_Edit and inspector.
Cedric BAIL [Wed, 13 Jun 2012 03:21:31 +0000 (03:21 +0000)]
edje: rename VIRTUAL into SPACER and also fix Edje_Edit and inspector.

SVN revision: 72058

12 years agoedje: properly clean up callbacks when destroying edje object.
Cedric BAIL [Wed, 13 Jun 2012 03:10:18 +0000 (03:10 +0000)]
edje: properly clean up callbacks when destroying edje object.

SVN revision: 72057

12 years agoand in my continuing foxes for bitmap font loading... correctly chose
Carsten Haitzler [Wed, 13 Jun 2012 00:54:27 +0000 (00:54 +0000)]
and in my continuing foxes for bitmap font loading... correctly chose
the closest of N sizes.

SVN revision: 72055

12 years agobitch--
Carsten Haitzler [Tue, 12 Jun 2012 16:29:11 +0000 (16:29 +0000)]
bitch--

SVN revision: 72043

12 years agoactually getting smart data should safely retunr NULL if not a smart
Carsten Haitzler [Tue, 12 Jun 2012 16:26:47 +0000 (16:26 +0000)]
actually getting smart data should safely retunr NULL if not a smart
object type without bitching. this is a quick "is it a alid smart
object" check.

SVN revision: 72041

12 years agoEvas: Unbreak evas. Apparently it doesn't compile in some cases.
Tom Hacohen [Tue, 12 Jun 2012 15:25:27 +0000 (15:25 +0000)]
Evas: Unbreak evas. Apparently it doesn't compile in some cases.

Thanks to mekius for reporting.

SVN revision: 72036

12 years agoEvas smart: Verify it's a smart object before returning the data.
Tom Hacohen [Tue, 12 Jun 2012 14:24:07 +0000 (14:24 +0000)]
Evas smart: Verify it's a smart object before returning the data.

SVN revision: 72034

12 years agoEvas font: Support no bidi no shaping mode in font rendering.
Tom Hacohen [Tue, 12 Jun 2012 14:14:52 +0000 (14:14 +0000)]
Evas font: Support no bidi no shaping mode in font rendering.

For no bidi: just don't set the bidi stuff. I.e paragraph props and the
other stuff (including text_props_direction_set). If you disable BiDi you most
likely want to disable shaping as well.
For no shaping: Disable bidi (i.e don't set direction) and pass
EVAS_TEXT_PROPS_MODE_NONE to info create.

This will prove especially useful for textgrid, but not only.

SVN revision: 72032

12 years agoadd fallback for mounting when a disk has no uuid
Mike Blumenkrantz [Tue, 12 Jun 2012 10:12:51 +0000 (10:12 +0000)]
add fallback for mounting when a disk has no uuid

SVN revision: 72008

12 years agochangelog scanner socket change from yesterday
Mike Blumenkrantz [Tue, 12 Jun 2012 08:12:37 +0000 (08:12 +0000)]
changelog scanner socket change from yesterday

SVN revision: 71992

12 years agonever should have used this api - it never did squat diddly. bug in
Carsten Haitzler [Tue, 12 Jun 2012 08:01:12 +0000 (08:01 +0000)]
never should have used this api - it never did squat diddly. bug in
api set.

SVN revision: 71989

12 years agoeina: actually check the pid only if we fail with main loop check.
Cedric BAIL [Tue, 12 Jun 2012 07:58:11 +0000 (07:58 +0000)]
eina: actually check the pid only if we fail with main loop check.

NOTE: If we are out of luck this test can work after a fork, but most
of the time it will be correct and cost nothing, instead of costing
a syscall.

SVN revision: 71988

12 years agofix ecore-file inotify monitoring on soon-to-be deleted files
Mike Blumenkrantz [Tue, 12 Jun 2012 07:40:37 +0000 (07:40 +0000)]
fix ecore-file inotify monitoring on soon-to-be deleted files

SVN revision: 71985

12 years agoevas/map - removed empty evas_object_map_source_set/get APIs.
ChunEon Park [Tue, 12 Jun 2012 07:23:46 +0000 (07:23 +0000)]
evas/map - removed empty evas_object_map_source_set/get APIs.

They does nothing and discarded since the evas_object_image_source_set/get is providing.

SVN revision: 71984

12 years agoevas/line - Fixed simple line drawing on s/w backened. Unmatched loop scope caused...
ChunEon Park [Tue, 12 Jun 2012 02:52:51 +0000 (02:52 +0000)]
evas/line - Fixed simple line drawing on s/w backened. Unmatched loop scope caused the destination buffer pointer march in place.

SVN revision: 71977

12 years agoevas/line - fixed indentation
ChunEon Park [Tue, 12 Jun 2012 02:47:34 +0000 (02:47 +0000)]
evas/line - fixed indentation

SVN revision: 71976

12 years agoevas Evas.h: Fixed typo.
Daniel Juyung Seo [Tue, 12 Jun 2012 01:50:06 +0000 (01:50 +0000)]
evas Evas.h: Fixed typo.

SVN revision: 71971

12 years agoUpdate NEWS, ChangeLog about revision 71927
Jihoon Kim [Mon, 11 Jun 2012 23:49:48 +0000 (23:49 +0000)]
Update NEWS, ChangeLog about revision 71927

SVN revision: 71969

12 years agoibus-immodule: remove unused code
Jihoon Kim [Mon, 11 Jun 2012 23:33:53 +0000 (23:33 +0000)]
ibus-immodule: remove unused code

SVN revision: 71967

12 years agoibus-immodule: use ibus_init() instead of g_type_init()
Jihoon Kim [Mon, 11 Jun 2012 23:26:46 +0000 (23:26 +0000)]
ibus-immodule: use ibus_init() instead of g_type_init()

SVN revision: 71966

12 years agoEcore_Wayland: Patch from Rob Bradford to add missing NULL checks for
Christopher Michael [Mon, 11 Jun 2012 17:11:38 +0000 (17:11 +0000)]
Ecore_Wayland: Patch from Rob Bradford to add missing NULL checks for
ecore_wl_input.

SVN revision: 71957

12 years agoibus-immodule: cleanup code
Jihoon Kim [Mon, 11 Jun 2012 15:36:37 +0000 (15:36 +0000)]
ibus-immodule: cleanup code

SVN revision: 71956

12 years agochange perms on eeze scanner socket to be readable by all
Mike Blumenkrantz [Mon, 11 Jun 2012 14:22:01 +0000 (14:22 +0000)]
change perms on eeze scanner socket to be readable by all

SVN revision: 71951

12 years agoprint error message when local connect fails
Mike Blumenkrantz [Mon, 11 Jun 2012 14:15:12 +0000 (14:15 +0000)]
print error message when local connect fails

SVN revision: 71950

12 years agoevas/line - why do you flush here?
ChunEon Park [Mon, 11 Jun 2012 12:21:17 +0000 (12:21 +0000)]
evas/line - why do you flush here?

SVN revision: 71945

12 years agothe dicks at canonical like to break fdo .desktop file spec by adding invalid charact...
Mike Blumenkrantz [Mon, 11 Jun 2012 09:38:10 +0000 (09:38 +0000)]
the dicks at canonical like to break fdo .desktop file spec by adding invalid characters (underscores) to key names. we are not amused.

SVN revision: 71941

12 years agoenough with the efreet error message spam!!!
Mike Blumenkrantz [Mon, 11 Jun 2012 09:01:35 +0000 (09:01 +0000)]
enough with the efreet error message spam!!!

SVN revision: 71939

12 years agoEvas smart: Remove from the list, don't assume we have not other refcounts.
Tom Hacohen [Mon, 11 Jun 2012 08:35:07 +0000 (08:35 +0000)]
Evas smart: Remove from the list, don't assume we have not other refcounts.

Without it, it just assumes the object has no refcounts and deletes the
object by force. It's very bad if you use refcounts, because your refcounts
are gone.

SVN revision: 71936

12 years agoEo: Actually, no reason why to force inheritance from base class.
Tom Hacohen [Mon, 11 Jun 2012 07:41:11 +0000 (07:41 +0000)]
Eo: Actually, no reason why to force inheritance from base class.

You'll be using functionality if you don't but you still don't have to.
It's not perfect though, I still need to make it possible in other
places.

SVN revision: 71934

12 years agoeven more overclarification
Mike Blumenkrantz [Mon, 11 Jun 2012 07:38:12 +0000 (07:38 +0000)]
even more overclarification

SVN revision: 71933

12 years agosuper overclarify docs for eina_str_split_full
Mike Blumenkrantz [Mon, 11 Jun 2012 07:35:28 +0000 (07:35 +0000)]
super overclarify docs for eina_str_split_full

SVN revision: 71932

12 years agoEo: Force classes to inherit from EO_BASE_CLASS.
Tom Hacohen [Mon, 11 Jun 2012 07:35:02 +0000 (07:35 +0000)]
Eo: Force classes to inherit from EO_BASE_CLASS.

SVN revision: 71931

12 years agofix size of returned array in str_split, doc clarification incoming
Mike Blumenkrantz [Mon, 11 Jun 2012 07:29:46 +0000 (07:29 +0000)]
fix size of returned array in str_split, doc clarification incoming

SVN revision: 71930

12 years agoEo examples: evas_obj -> exevas_obj (example evas).
Tom Hacohen [Mon, 11 Jun 2012 06:34:46 +0000 (06:34 +0000)]
Eo examples: evas_obj -> exevas_obj (example evas).

Fix it not to clash anymore with the Evas work.

SVN revision: 71928

12 years ago[ecore-immodule] add ibus immodule. It support more than ibus-1.3.99 version.
Jihoon Kim [Mon, 11 Jun 2012 04:49:15 +0000 (04:49 +0000)]
[ecore-immodule] add ibus immodule. It support more than ibus-1.3.99 version.

SVN revision: 71927

12 years agoEo: Fix internal code using eo_composite functions.
Tom Hacohen [Sun, 10 Jun 2012 15:02:49 +0000 (15:02 +0000)]
Eo: Fix internal code using eo_composite functions.

SVN revision: 71908

12 years agoEo: eo_composite_object_* -> eo_composite_*.
Tom Hacohen [Sun, 10 Jun 2012 15:02:44 +0000 (15:02 +0000)]
Eo: eo_composite_object_* -> eo_composite_*.

SVN revision: 71907

12 years agoEo composite: Reordered parameters and improved docs.
Tom Hacohen [Sun, 10 Jun 2012 14:56:20 +0000 (14:56 +0000)]
Eo composite: Reordered parameters and improved docs.

SVN revision: 71906

12 years agoEo: Removed EINA_CONST.
Tom Hacohen [Sun, 10 Jun 2012 14:56:15 +0000 (14:56 +0000)]
Eo: Removed EINA_CONST.

SVN revision: 71905

12 years agoEo: Restructure source tree to be like the rest of the EFL.
Tom Hacohen [Sun, 10 Jun 2012 14:56:06 +0000 (14:56 +0000)]
Eo: Restructure source tree to be like the rest of the EFL.

SVN revision: 71904

12 years agoEo: Turn evas example back on.
Tom Hacohen [Sun, 10 Jun 2012 14:13:34 +0000 (14:13 +0000)]
Eo: Turn evas example back on.

SVN revision: 71903

12 years agoEo: Fixed error message.
Tom Hacohen [Sun, 10 Jun 2012 14:13:30 +0000 (14:13 +0000)]
Eo: Fixed error message.

SVN revision: 71902

12 years agoEo: move manual_free functions to the right doc group
Tom Hacohen [Sun, 10 Jun 2012 14:05:00 +0000 (14:05 +0000)]
Eo: move manual_free functions to the right doc group

SVN revision: 71901

12 years agoEo: error when calling constructor/destructor out of context.
Tom Hacohen [Sun, 10 Jun 2012 14:04:58 +0000 (14:04 +0000)]
Eo: error when calling constructor/destructor out of context.

SVN revision: 71900

12 years agoEo: Made constructor/destructor regular ops.
Tom Hacohen [Sun, 10 Jun 2012 14:04:53 +0000 (14:04 +0000)]
Eo: Made constructor/destructor regular ops.

This lets us remove some unneeded code and makes everything nicer.

SVN revision: 71899

12 years agoedje: fix leak introduced by VIRTUAL.
Cedric BAIL [Sun, 10 Jun 2012 12:15:02 +0000 (12:15 +0000)]
edje: fix leak introduced by VIRTUAL.

SVN revision: 71898

12 years agoEo: Removed "type" property from event/op descriptions.
Tom Hacohen [Sun, 10 Jun 2012 11:37:26 +0000 (11:37 +0000)]
Eo: Removed "type" property from event/op descriptions.

No use for it ATM, will be added if needed."

SVN revision: 71896

12 years agoEdje load: Although we don't use them that much, we have refcounts in evas.
Tom Hacohen [Sun, 10 Jun 2012 11:14:42 +0000 (11:14 +0000)]
Edje load: Although we don't use them that much, we have refcounts in evas.

Don't assume an evas_object_del has to delete the object.

SVN revision: 71895

12 years agoEvas magic checks: Print magic errors by default.
Tom Hacohen [Sun, 10 Jun 2012 08:43:49 +0000 (08:43 +0000)]
Evas magic checks: Print magic errors by default.

We still don't print on NULL because there are two many such errors in
evas, but at least we print on magic errors which are even worse.

SVN revision: 71894

12 years agoEo: Improved error reporting with failed constructors.
Tom Hacohen [Sun, 10 Jun 2012 07:53:46 +0000 (07:53 +0000)]
Eo: Improved error reporting with failed constructors.

SVN revision: 71891

12 years agoEo: Added a check if object is already deleted in eo_unref.
Tom Hacohen [Sun, 10 Jun 2012 07:53:43 +0000 (07:53 +0000)]
Eo: Added a check if object is already deleted in eo_unref.

If an object is manually freed it was possible to ref/unref it so it'll
try to call the destructor again.

SVN revision: 71890

12 years agoevas: make pipe rendering faster by forcing it to update region that fit in CPU cache.
Cedric BAIL [Sun, 10 Jun 2012 04:58:24 +0000 (04:58 +0000)]
evas: make pipe rendering faster by forcing it to update region that fit in CPU cache.

NOTE: for people using Evas pipe rendering infrastructure. I am interested in reporting
expedite test before and after this patch with the associated type of CPU (number, thread,
cache). Thanks.

SVN revision: 71887

12 years agofix bvitmap font handling. woot. can use pcf's and bitmap ttf's well n
Carsten Haitzler [Sun, 10 Jun 2012 03:23:57 +0000 (03:23 +0000)]
fix bvitmap font handling. woot. can use pcf's and bitmap ttf's well n
ow. :)

SVN revision: 71886

12 years agofix the str_split test to function the way our docs specify that it should
Mike Blumenkrantz [Fri, 8 Jun 2012 23:28:37 +0000 (23:28 +0000)]
fix the str_split test to function the way our docs specify that it should

SVN revision: 71872

12 years agojust spent waaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaay too long working on eina_str_s...
Mike Blumenkrantz [Fri, 8 Jun 2012 23:28:11 +0000 (23:28 +0000)]
just spent waaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaay too long working on eina_str_split/full. never again.
this function was severely broken since 1.0: it did not abide by the limit param, and it was almost comically slow. I have (hopefully) fixed both of these issues. I also fixed the bug where this function was less than 200 lines long.

I'll backport this once it gets tested/reviewed/reverted

SVN revision: 71871

12 years agoecore now requires c99
Mike Blumenkrantz [Fri, 8 Jun 2012 19:09:41 +0000 (19:09 +0000)]
ecore now requires c99

SVN revision: 71859

12 years agouse new compiler flag macro to disable tons of warnings
Mike Blumenkrantz [Fri, 8 Jun 2012 18:53:39 +0000 (18:53 +0000)]
use new compiler flag macro to disable tons of warnings
thx vtorri!

SVN revision: 71858

12 years agoEcore: add a new macro to check if compiler flags are available
Vincent Torri [Fri, 8 Jun 2012 18:48:09 +0000 (18:48 +0000)]
Ecore: add a new macro to check if compiler flags are available

SVN revision: 71857

12 years agowhoops, meant negative...hope nobody noticed this
Mike Blumenkrantz [Fri, 8 Jun 2012 14:45:21 +0000 (14:45 +0000)]
whoops, meant negative...hope nobody noticed this

SVN revision: 71856

12 years ago...and unbreak compile
Mike Blumenkrantz [Fri, 8 Jun 2012 14:05:54 +0000 (14:05 +0000)]
...and unbreak compile

SVN revision: 71853

12 years agoadd a check for stupids
Mike Blumenkrantz [Fri, 8 Jun 2012 13:48:05 +0000 (13:48 +0000)]
add a check for stupids

SVN revision: 71851

12 years agoAdding EINA_INLIST_CONTAINER_GET to the examples when freeing the list.
Jonas M. Gastal [Fri, 8 Jun 2012 13:22:09 +0000 (13:22 +0000)]
Adding EINA_INLIST_CONTAINER_GET to the examples when freeing the list.

Author:    Guilherme Iscaro <iscaro@profusion.mobi>

SVN revision: 71850

12 years agoAdding related pages link.
Jonas M. Gastal [Fri, 8 Jun 2012 13:21:08 +0000 (13:21 +0000)]
Adding related pages link.

Author:    Guilherme Iscaro <iscaro@profusion.mobi>

SVN revision: 71848

12 years agoby the magic of ecrustify and a lot of manual labor, this file's formatting has been...
Mike Blumenkrantz [Fri, 8 Jun 2012 12:33:53 +0000 (12:33 +0000)]
by the magic of ecrustify and a lot of manual labor, this file's formatting has been unfucked

SVN revision: 71847

12 years agomove and doxyfy docs for ecore_x_randr_screen_primary_output_current_size_get
Mike Blumenkrantz [Fri, 8 Jun 2012 12:06:37 +0000 (12:06 +0000)]
move and doxyfy docs for ecore_x_randr_screen_primary_output_current_size_get

SVN revision: 71846

12 years agoecore: typos, thanks kuri.
Cedric BAIL [Fri, 8 Jun 2012 07:47:25 +0000 (07:47 +0000)]
ecore: typos, thanks kuri.

SVN revision: 71835

12 years agoemotion: implement SPU switch for generic/vlc.
Cedric BAIL [Fri, 8 Jun 2012 05:10:29 +0000 (05:10 +0000)]
emotion: implement SPU switch for generic/vlc.

Patch by Hugo Camboulive <hugo.camboulive@zodiacaerospace.com>.

SVN revision: 71831

12 years agoemotion: Add support for "playback_started" callback to generic player.
Cedric BAIL [Fri, 8 Jun 2012 04:59:37 +0000 (04:59 +0000)]
emotion: Add support for "playback_started" callback to generic player.

Patch by Pierre Le Magourou <pierre.lemagourou@openwide.fr>

SVN revision: 71830

12 years agoevas: don't include clip object.
Cedric BAIL [Fri, 8 Jun 2012 03:45:40 +0000 (03:45 +0000)]
evas: don't include clip object.

SVN revision: 71829

12 years agoRemove the stupid hack, and remove the warning flag (best way to break on some compil...
Vincent Torri [Thu, 7 Jun 2012 15:39:27 +0000 (15:39 +0000)]
Remove the stupid hack, and remove the warning flag (best way to break on some compilers. If you want it, set your own env vars)

SVN revision: 71819

12 years agowhoops, forgot these
Mike Blumenkrantz [Thu, 7 Jun 2012 15:19:33 +0000 (15:19 +0000)]
whoops, forgot these

SVN revision: 71817

12 years agoadd XDG_DESKTOP_DIR based on http://freedesktop.org/wiki/Software/xdg-user-dirs
Mike Blumenkrantz [Thu, 7 Jun 2012 15:12:15 +0000 (15:12 +0000)]
add XDG_DESKTOP_DIR based on freedesktop.org/wiki/Software/xdg-user-dirs

seb if I put this in the wrong place let me know

SVN revision: 71816

12 years agoEo: Improved error messages. Show op as hex.
Tom Hacohen [Thu, 7 Jun 2012 11:32:21 +0000 (11:32 +0000)]
Eo: Improved error messages. Show op as hex.

SVN revision: 71803

12 years agoEo: further improved error reporting with bad func_set.
Tom Hacohen [Thu, 7 Jun 2012 11:32:17 +0000 (11:32 +0000)]
Eo: further improved error reporting with bad func_set.

SVN revision: 71802

12 years agoEo: Change the op func sentinel to be safer.
Tom Hacohen [Thu, 7 Jun 2012 11:14:38 +0000 (11:14 +0000)]
Eo: Change the op func sentinel to be safer.

SVN revision: 71800

12 years agoEo: Clean up previous commit a bit.
Tom Hacohen [Thu, 7 Jun 2012 11:14:35 +0000 (11:14 +0000)]
Eo: Clean up previous commit a bit.

SVN revision: 71799

12 years agoEo: Print an error if we try setting a function for an illegal op.
Tom Hacohen [Thu, 7 Jun 2012 11:03:22 +0000 (11:03 +0000)]
Eo: Print an error if we try setting a function for an illegal op.

SVN revision: 71797

12 years agoEo: Added some hierarchy reference checks.
Tom Hacohen [Thu, 7 Jun 2012 10:54:17 +0000 (10:54 +0000)]
Eo: Added some hierarchy reference checks.

Check that objects are freed when they should be freed.

SVN revision: 71795

12 years agoEo: Made composite objects more robust.
Tom Hacohen [Thu, 7 Jun 2012 10:54:15 +0000 (10:54 +0000)]
Eo: Made composite objects more robust.

Mark on the object itself if it's composited -> faster.
Remove from composite list if reparented.

SVN revision: 71794

12 years agoEo: Improved docs.
Tom Hacohen [Thu, 7 Jun 2012 10:54:12 +0000 (10:54 +0000)]
Eo: Improved docs.

SVN revision: 71793

12 years agoEo: Removed redundant reparent.
Tom Hacohen [Thu, 7 Jun 2012 10:54:08 +0000 (10:54 +0000)]
Eo: Removed redundant reparent.

SVN revision: 71792

12 years agoforce c99 mode when using dns.c
Mike Blumenkrantz [Thu, 7 Jun 2012 10:27:18 +0000 (10:27 +0000)]
force c99 mode when using dns.c

SVN revision: 71790

12 years agoevas: this function call are internal no need for expensive check.
Cedric BAIL [Thu, 7 Jun 2012 10:06:50 +0000 (10:06 +0000)]
evas: this function call are internal no need for expensive check.

SVN revision: 71789