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

12 years agoC99 isn't good enough for us, we use C89
Mike Blumenkrantz [Thu, 7 Jun 2012 08:29:45 +0000 (08:29 +0000)]
C99 isn't good enough for us, we use C89

SVN revision: 71782

12 years agounused--
Mike Blumenkrantz [Thu, 7 Jun 2012 07:59:18 +0000 (07:59 +0000)]
unused--

SVN revision: 71781

12 years agoon the advice of the insightful creator of dns.c, account for when a UDP
Mike Blumenkrantz [Thu, 7 Jun 2012 07:22:53 +0000 (07:22 +0000)]
on the advice of the insightful creator of dns.c, account for when a UDP
answer is truncated and the resolver switches to TCP, causing the pollfd
descriptor will change. Any poll on this old descriptor will either
timeout or continually poll as ready

SVN revision: 71776

12 years agoEo: added back eo_del.
Tom Hacohen [Thu, 7 Jun 2012 07:17:45 +0000 (07:17 +0000)]
Eo: added back eo_del.

It's needed for proper object hierarchy handling.

SVN revision: 71775

12 years agoEo: don't reparent if it's the same parent.
Tom Hacohen [Thu, 7 Jun 2012 07:17:42 +0000 (07:17 +0000)]
Eo: don't reparent if it's the same parent.

SVN revision: 71774

12 years agoevas: delay O(n) update of the bounding box until we really need it.
Cedric BAIL [Thu, 7 Jun 2012 07:10:36 +0000 (07:10 +0000)]
evas: delay O(n) update of the bounding box until we really need it.

SVN revision: 71773

12 years agoemotion: fix stride for all YUV video.
Cedric BAIL [Thu, 7 Jun 2012 05:26:39 +0000 (05:26 +0000)]
emotion: fix stride for all YUV video.

SVN revision: 71772

12 years agoevas: fix YUV video prepare issue with pipe rendering.
Cedric BAIL [Thu, 7 Jun 2012 04:01:46 +0000 (04:01 +0000)]
evas: fix YUV video prepare issue with pipe rendering.

SVN revision: 71771

12 years agoedje_entry: display preedit string even though there is no attribute
Jihoon Kim [Wed, 6 Jun 2012 15:06:31 +0000 (15:06 +0000)]
edje_entry: display preedit string even though there is no attribute

SVN revision: 71761

12 years agoEcore_Wayland: Patch from Rob Bradford <rob@linux.intel.com> for
Christopher Michael [Wed, 6 Jun 2012 14:10:43 +0000 (14:10 +0000)]
Ecore_Wayland: Patch from Rob Bradford <rob@linux.intel.com> for
updating axis events to be fixed point numbers.

SVN revision: 71756

12 years agoEcore: Update ChangeLog for Rob's input_handling patch
Christopher Michael [Wed, 6 Jun 2012 13:21:19 +0000 (13:21 +0000)]
Ecore: Update ChangeLog for Rob's input_handling patch

SVN revision: 71751

12 years agoEcore_Wayland: Add patch from Rob Bradford <rob@linux.intel.com> to
Christopher Michael [Wed, 6 Jun 2012 13:20:02 +0000 (13:20 +0000)]
Ecore_Wayland: Add patch from Rob Bradford <rob@linux.intel.com> to
enhance keyboard input handling.

* Associate the keymap with the input device rather than the display
since you could could have different keymaps associated with different
devices.

* Increase the size of character arrays used for the string
representations of
the keyname, keysym and for the string representing the key.

* Re-enable the code that converts the keysym to a printable
definition - this
is required where the keysym is not the same as the printable definition

SVN revision: 71750

12 years agoEcore_Wayland: Use the input's pointer_enter_serial instead of
Christopher Michael [Wed, 6 Jun 2012 12:55:53 +0000 (12:55 +0000)]
Ecore_Wayland: Use the input's pointer_enter_serial instead of
timestamp for setting pointer image.

SVN revision: 71748

12 years agoEo: Fixed error message.
Tom Hacohen [Wed, 6 Jun 2012 11:41:56 +0000 (11:41 +0000)]
Eo: Fixed error message.

SVN revision: 71747

12 years agoEo: Added a phantom ref if we manual free.
Tom Hacohen [Wed, 6 Jun 2012 11:41:53 +0000 (11:41 +0000)]
Eo: Added a phantom ref if we manual free.

This lets us use eo_do and the such on deleted to be manually freed objects.

SVN revision: 71746

12 years agoEo: Check adding/deleting callbacks from within callbacks doesn't crash.
Tom Hacohen [Wed, 6 Jun 2012 11:41:51 +0000 (11:41 +0000)]
Eo: Check adding/deleting callbacks from within callbacks doesn't crash.

SVN revision: 71745

12 years agoEo: Added eo_parent_set.
Tom Hacohen [Wed, 6 Jun 2012 11:41:47 +0000 (11:41 +0000)]
Eo: Added eo_parent_set.

SVN revision: 71744

12 years agodon't return value in void functions
Mike Blumenkrantz [Wed, 6 Jun 2012 10:52:45 +0000 (10:52 +0000)]
don't return value in void functions

SVN revision: 71742

12 years agorevert ecore-con refcounting stuff, fix the problem in ipc (hopefully)
Mike Blumenkrantz [Wed, 6 Jun 2012 09:49:24 +0000 (09:49 +0000)]
revert ecore-con refcounting stuff, fix the problem in ipc (hopefully)
wfm

SVN revision: 71738

12 years agoEcore: Update ChangeLog and configure.ac for Rob's cursor patches.
Christopher Michael [Wed, 6 Jun 2012 08:19:45 +0000 (08:19 +0000)]
Ecore: Update ChangeLog and configure.ac for Rob's cursor patches.

SVN revision: 71735

12 years agoEcore_Wayland: Update to latest wayland git and add support for keymap
Rob Bradford [Wed, 6 Jun 2012 08:18:58 +0000 (08:18 +0000)]
Ecore_Wayland: Update to latest wayland git and add support for keymap
& modifier change(s). Also, add patches from Rob Bradford
<rob@linux.intel.com> for basic support for setting wayland cursor:

From c5d9094f4792bf7375c216682947de334002cdad Mon Sep 17 00:00:00 2001
From: Rob Bradford <rob@linux.intel.com>
Date: Tue, 29 May 2012 16:35:01 +0100
Subject: [PATCH] Ecore_Wayland: Add basic support for setting the cursor

* Add api to the ecore_wl_input_ namespace to allow setting the buffer
to use
for the pointer and for loading a named cursor from a cursor theme.
Under the
Wayland protocol the cursor is associated with the input device.

* Add helper functions to ecore_wl_window to set the cursor based on the
active pointer input device for the window.

* Load the cursor theme when the SHM interface is ready and provide an
API
call to provide a wl_cursor for a given name.

* Add API to restore to the default cursor and then use that when the
pointer
enters the surface to ensure compliance with the Wayland protocol.

Cheers :)

SVN revision: 71734

12 years agoEcore_Evas (wayland_shm): Reduce processing overhead by not feeding a
Christopher Michael [Wed, 6 Jun 2012 08:16:36 +0000 (08:16 +0000)]
Ecore_Evas (wayland_shm): Reduce processing overhead by not feeding a
mouse_move when we feed an in/out.

SVN revision: 71733

12 years agoEcore_X(cb): Add more trapping for build when randr is not
Christopher Michael [Wed, 6 Jun 2012 08:15:29 +0000 (08:15 +0000)]
Ecore_X(cb): Add more trapping for build when randr is not
found/enabled.

SVN revision: 71732

12 years agoEo: Moved more saftey checks to release mode only.
Tom Hacohen [Tue, 5 Jun 2012 12:05:08 +0000 (12:05 +0000)]
Eo: Moved more saftey checks to release mode only.

SVN revision: 71711

12 years agoEo: renamed the Magic for freed objects and better handle deleted objects.
Tom Hacohen [Tue, 5 Jun 2012 12:05:06 +0000 (12:05 +0000)]
Eo: renamed the Magic for freed objects and better handle deleted objects.

Now we differentiate between deleted but not freed vs deleted and freed
objects.

SVN revision: 71710