framework/uifw/ecore.git
12 years agoImplement ee's req value to other windowing system.
jypark [Mon, 31 Oct 2011 10:46:35 +0000 (10:46 +0000)]
Implement ee's req value to other windowing system.
currently only x windowing system implement this value.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64554 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agopatch from Martin Jansa <Martin.Jansa@gmail.com> to fix uclibc build.
discomfitor [Sat, 29 Oct 2011 07:03:20 +0000 (07:03 +0000)]
patch from Martin Jansa <Martin.Jansa@gmail.com> to fix uclibc build.
this is yet another round of spankies for kakoroto

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64505 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore/fb: Fix build of fb engine.
antognolli [Fri, 28 Oct 2011 17:58:20 +0000 (17:58 +0000)]
ecore/fb: Fix build of fb engine.
Patch sent by "trem".

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64501 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: Fix ChangeLog.
antognolli [Fri, 28 Oct 2011 17:39:13 +0000 (17:39 +0000)]
ecore: Fix ChangeLog.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64500 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore/fb: Remove useless strdup().
antognolli [Fri, 28 Oct 2011 17:18:38 +0000 (17:18 +0000)]
ecore/fb: Remove useless strdup().
It wasn't even being freed.

Patch for SiT.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64499 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoUpdate ChangeLog and AUTHORS.
antognolli [Fri, 28 Oct 2011 17:18:27 +0000 (17:18 +0000)]
Update ChangeLog and AUTHORS.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64498 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix indentation and remove unusable line
jypark [Fri, 28 Oct 2011 11:56:02 +0000 (11:56 +0000)]
fix indentation and remove unusable line

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64496 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoI update Changelog and add @since info
jypark [Fri, 28 Oct 2011 11:50:32 +0000 (11:50 +0000)]
I update Changelog and add @since info

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64495 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoAdd a new API(ecore_evas_request_geometry_get)
jypark [Fri, 28 Oct 2011 11:15:33 +0000 (11:15 +0000)]
Add a new API(ecore_evas_request_geometry_get)

The reson why I add this is for communicate with X in async mode.
For example, If applications call elm_win_rotation_with_resize_set API
when they start run and rotation mode is set.
ecore size doesn't changed yet, so it make elm window size to 1
becaues elm window's resize function use ecore_evas_geometry_get API.
so I add new api help upperside get info related with recently request geometry

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64492 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore/fb: Change fb engine input to use ecore_input_evas.
antognolli [Thu, 27 Oct 2011 19:29:08 +0000 (19:29 +0000)]
ecore/fb: Change fb engine input to use ecore_input_evas.
Nothing changes, only making the ecore fb engine to send keyboard and
mouse events using ecore_input_evas, instead of its own ecore events.

Patch for SiT.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64447 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore/ecore_fb: Disable mouse move event filtering.
antognolli [Thu, 27 Oct 2011 18:57:23 +0000 (18:57 +0000)]
ecore/ecore_fb: Disable mouse move event filtering.
There are two main reasons for disabling this now:
 - it's not working, some problem with an assertion of ecore_lock is
 making the program abort;
 - it's wrong, mouse move events can only be filtered out if they are
 received from an absolute axis device (touchscreen and so), not
 relative ones, like mouse or touchpads.
Patch for SiT.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64444 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoBetter docs for ecore_main_loop_iterate()
sachiel [Thu, 27 Oct 2011 13:19:11 +0000 (13:19 +0000)]
Better docs for ecore_main_loop_iterate()

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64433 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agothanks to jiyoun's work in finding why this happens - here's actually a
raster [Wed, 26 Oct 2011 05:29:38 +0000 (05:29 +0000)]
thanks to jiyoun's work in finding why this happens - here's actually a
simpler fix. :)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64405 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Remove some dead code. Fix formatting (how did this get
devilhorns [Sun, 23 Oct 2011 18:33:32 +0000 (18:33 +0000)]
Ecore_X(cb): Remove some dead code. Fix formatting (how did this get
sooo messed up ??).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64328 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore imf: Free the module list on shutdown.
tasn [Sun, 23 Oct 2011 12:01:36 +0000 (12:01 +0000)]
Ecore imf: Free the module list on shutdown.

Freeing the content (using eina_module_list_free) is not enough, we need
to also free the array itself.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64326 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoUpdated Czech translations in ecore, thanks belisarivs.
quaker [Sat, 22 Oct 2011 23:28:48 +0000 (23:28 +0000)]
Updated Czech translations in ecore, thanks belisarivs.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64306 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Make sure we have argv[i] before we try to strlen it.
devilhorns [Sat, 22 Oct 2011 18:06:44 +0000 (18:06 +0000)]
Ecore_X(cb): Make sure we have argv[i] before we try to strlen it.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64302 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore_evas_fb: use _ecore_evas_fb_render instead of the buffer one.
antognolli [Fri, 21 Oct 2011 16:07:29 +0000 (16:07 +0000)]
ecore_evas_fb: use _ecore_evas_fb_render instead of the buffer one.
This mistake was introduced long ago on a cleanup.
Patch for SiT.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64258 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecrustify on ecore-x.
raster [Fri, 21 Oct 2011 05:40:59 +0000 (05:40 +0000)]
ecrustify on ecore-x.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64239 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoran ecrustify on ecore. some manual fixing too.
raster [Fri, 21 Oct 2011 05:40:39 +0000 (05:40 +0000)]
ran ecrustify on ecore. some manual fixing too.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64238 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agolets have envrionment var control over semisync in ecore-evas
raster [Thu, 20 Oct 2011 06:39:03 +0000 (06:39 +0000)]
lets have envrionment var control over semisync in ecore-evas

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64191 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: do not enter po/ if --disable-nls is passed to configure
caro [Wed, 19 Oct 2011 17:21:33 +0000 (17:21 +0000)]
Ecore: do not enter po/ if --disable-nls is passed to configure

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64183 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agomatch changes in ews code
raster [Mon, 17 Oct 2011 07:00:38 +0000 (07:00 +0000)]
match changes in ews code

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64126 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agohandle buffer allocation failure - null buffer.
raster [Mon, 17 Oct 2011 06:59:08 +0000 (06:59 +0000)]
handle buffer allocation failure - null buffer.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64125 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: fix maintainer-clean rule
caro [Mon, 17 Oct 2011 06:56:04 +0000 (06:56 +0000)]
Ecore: fix maintainer-clean rule

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64124 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore/animator - never be reached there
hermet [Sun, 16 Oct 2011 04:47:42 +0000 (04:47 +0000)]
ecore/animator - never be reached there

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64101 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: IN6_IS_ADDR_V4MAPPED needs an in6_addr as input on OSX
kakaroto [Sat, 15 Oct 2011 09:30:58 +0000 (09:30 +0000)]
Ecore: IN6_IS_ADDR_V4MAPPED needs an in6_addr as input on OSX

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64090 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agocommit changes and notes for matrchnig multitouch xcb stuff
raster [Sat, 15 Oct 2011 03:34:01 +0000 (03:34 +0000)]
commit changes and notes for matrchnig multitouch xcb stuff

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64082 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofor gustavo -> ews matching changes.
raster [Sat, 15 Oct 2011 03:19:25 +0000 (03:19 +0000)]
for gustavo -> ews matching changes.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64081 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoand now make my modifications to multittouch this morning also work
raster [Fri, 14 Oct 2011 09:11:49 +0000 (09:11 +0000)]
and now make my modifications to multittouch this morning also work
again with mpx automatically. yay!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64071 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years ago1. make inline image ee buffer non-alpha by default. thats the default
raster [Fri, 14 Oct 2011 07:28:45 +0000 (07:28 +0000)]
1. make inline image ee buffer non-alpha by default. thats the default
for all eee's. this was wrong.
2. make sure it sets back data when finished - check data in and check
it out.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64069 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoput in hardcoded bitmask define if headers dont provide it.
raster [Fri, 14 Oct 2011 07:23:09 +0000 (07:23 +0000)]
put in hardcoded bitmask define if headers dont provide it.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64068 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agosupport slave pointer and try not to kill mpx support.
raster [Fri, 14 Oct 2011 02:32:34 +0000 (02:32 +0000)]
support slave pointer and try not to kill mpx support.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64056 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: define Video XAtoms.
cedric [Thu, 13 Oct 2011 07:41:55 +0000 (07:41 +0000)]
ecore: define Video XAtoms.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64041 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: Update changelog with 09/29 changes to ecore-con
kakaroto [Wed, 12 Oct 2011 19:41:30 +0000 (19:41 +0000)]
Ecore: Update changelog with 09/29 changes to ecore-con

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64025 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agosegv over there in xlib ecore_x... suddenly... in a test app.
raster [Wed, 12 Oct 2011 09:26:09 +0000 (09:26 +0000)]
segv over there in xlib ecore_x... suddenly... in a test app.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64012 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore exe: check for prctl header instead of OS
bdilly [Tue, 11 Oct 2011 18:19:37 +0000 (18:19 +0000)]
Ecore exe: check for prctl header instead of OS

Suggested by vtorri

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63987 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoadd env var to disable compositor syncing for testing
raster [Tue, 11 Oct 2011 06:18:13 +0000 (06:18 +0000)]
add env var to disable compositor syncing for testing

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63979 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore/ecore_con: Remove the other while multi
englebass [Mon, 10 Oct 2011 17:51:34 +0000 (17:51 +0000)]
ecore/ecore_con: Remove the other while multi

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63962 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agotry and fix post with null data?
raster [Mon, 10 Oct 2011 09:37:30 +0000 (09:37 +0000)]
try and fix post with null data?

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63956 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agothis should fix curl support from hacning for up to 0.7* 1/fps sec on
raster [Mon, 10 Oct 2011 09:36:56 +0000 (09:36 +0000)]
this should fix curl support from hacning for up to 0.7* 1/fps sec on
1 or more calls and even in idlers etc. only do it once then rely on
fd's to wake up and do it again.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63955 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Exe: ifdef prctl usage
bdilly [Sat, 8 Oct 2011 01:17:19 +0000 (01:17 +0000)]
Ecore_Exe: ifdef prctl usage

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63916 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore Exe: add flag to send SIGTERM when parent die
bdilly [Fri, 7 Oct 2011 23:37:42 +0000 (23:37 +0000)]
Ecore Exe: add flag to send SIGTERM when parent die

Add a new ecore exe flag, ECORE_EXE_TERM_WITH_PARENT,
that will operate on child process,
sending a SIGTERM when parent process dies.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63915 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: Update git ignore file
mike_m [Fri, 7 Oct 2011 05:56:25 +0000 (05:56 +0000)]
ecore: Update git ignore file

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63902 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Evas: Fix building of ecore_evas when ews is disabled.
devilhorns [Thu, 6 Oct 2011 20:54:46 +0000 (20:54 +0000)]
Ecore_Evas: Fix building of ecore_evas when ews is disabled.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63888 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoews: do not allow resize the window using a mouse.
barbieri [Thu, 6 Oct 2011 00:09:17 +0000 (00:09 +0000)]
ews: do not allow resize the window using a mouse.

EWS is meant to run in FB or other systems without actual windows, but
as we test on X11 let's forbid to change the resolution.

One is still able to do it using ecore_evas_ews_setup().

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63860 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore_evas_ews: focus-out may be called during deletion.
barbieri [Wed, 5 Oct 2011 23:41:39 +0000 (23:41 +0000)]
ecore_evas_ews: focus-out may be called during deletion.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63857 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore_evas_ews: apply modifiers to target evas.
barbieri [Wed, 5 Oct 2011 23:24:45 +0000 (23:24 +0000)]
ecore_evas_ews: apply modifiers to target evas.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63855 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore_evas_ews: fixed bug with rendering.
barbieri [Wed, 5 Oct 2011 22:52:41 +0000 (22:52 +0000)]
ecore_evas_ews: fixed bug with rendering.

Ouch, did not notice the engines were hardcode to buffer engine, let's
make it generic to the render function of the engine.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63853 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore_evas_ews: fix focus of inner canvas.
barbieri [Wed, 5 Oct 2011 22:51:37 +0000 (22:51 +0000)]
ecore_evas_ews: fix focus of inner canvas.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63852 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoWelcome EWS - Ecore+Evas Single Process Windowing System.
barbieri [Wed, 5 Oct 2011 22:11:00 +0000 (22:11 +0000)]
Welcome EWS - Ecore+Evas Single Process Windowing System.

EWS is a new Ecor_Evas engine that builds on top of other engines. It
will create a backing store Ecore_Evas and ecore_evas_ews_new()
windows are created in it as images, but transparent to the outside
users (similar to buffer's ecore_evas_object_image_new()).

It provides a basic windowing system, with a known background object
that can be changed to your pleasure, and issue Ecore_Events to notify
of new windows and changes like movement, etc. Then you can write a
simple window manager based on it. (See example, Elementary will
contain one as well).

Backing store is determined by your best engine (as in
ecore_evas_new()) or specified with ecore_evas_ews_engine_set() or
environment variable $ECORE_EVAS_EWS (format:
engine-name:x:y:w:h:options). The size can be set with
ecore_evas_ews_setup().

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63848 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Return correct screen from ecore_x_screen_get
devilhorns [Wed, 5 Oct 2011 00:52:02 +0000 (00:52 +0000)]
Ecore_X(cb): Return correct screen from ecore_x_screen_get

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63818 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Readd missing connection checks.
devilhorns [Tue, 4 Oct 2011 21:54:36 +0000 (21:54 +0000)]
Ecore_X(cb): Readd missing connection checks.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63813 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Fix randr code to work with randr 12 or 13.
devilhorns [Tue, 4 Oct 2011 21:47:49 +0000 (21:47 +0000)]
Ecore_X(cb): Fix randr code to work with randr 12 or 13.

NB: This fixes the slow startup times that some people have reported
when using certain drivers (intel, nouveau, etc).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63812 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore-con: Oups, fix ipv6 support in cares support after previous commit misstep
kakaroto [Sun, 2 Oct 2011 23:41:42 +0000 (23:41 +0000)]
Ecore-con: Oups, fix ipv6 support in cares support after previous commit misstep

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63755 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoWork with a static Xlib too
sachiel [Sat, 1 Oct 2011 18:04:57 +0000 (18:04 +0000)]
Work with a static Xlib too

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63742 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore-con: Use want_ecore_con_*_sockets instead of want_*_sockets in the configure...
kakaroto [Thu, 29 Sep 2011 21:05:39 +0000 (21:05 +0000)]
Ecore-con: Use want_ecore_con_*_sockets instead of want_*_sockets in the configure output

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63684 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore-con: Allow to disable local sockets support, and disable them on ps3
kakaroto [Thu, 29 Sep 2011 21:05:32 +0000 (21:05 +0000)]
Ecore-con: Allow to disable local sockets support, and disable them on ps3

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63683 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore-con: Use inet_ntop instead of getnameinfo.
kakaroto [Thu, 29 Sep 2011 21:05:20 +0000 (21:05 +0000)]
Ecore-con: Use inet_ntop instead of getnameinfo.
getnameinfo is a blocking call would would resolve a sockaddr into
its hostname, not into an IP address, so the ip_get should use the
inet_ntop call instead.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63682 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore-con: Add a client/server unit test
kakaroto [Thu, 29 Sep 2011 21:05:02 +0000 (21:05 +0000)]
Ecore-con: Add a client/server unit test

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63681 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore-con: Test for IPV6 availability
kakaroto [Thu, 29 Sep 2011 21:04:54 +0000 (21:04 +0000)]
Ecore-con: Test for IPV6 availability

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63680 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore-con: Do not use TCP_NODELAY if netinet/tcp.h is not found
kakaroto [Thu, 29 Sep 2011 21:04:45 +0000 (21:04 +0000)]
ecore-con: Do not use TCP_NODELAY if netinet/tcp.h is not found

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63679 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoupdate modifiers on mapping changes too.
raster [Thu, 29 Sep 2011 09:56:07 +0000 (09:56 +0000)]
update modifiers on mapping changes too.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63665 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore ecore_con_url.c: Applied ui interactoin bug fix patch from Kim
seoz [Wed, 28 Sep 2011 05:30:57 +0000 (05:30 +0000)]
ecore ecore_con_url.c: Applied ui interactoin bug fix patch from Kim
Yunhan <spbear@gmail.com>

On Wed, Sep 21, 2011 at 10:51 PM, Kim Yunhan <spbear@gmail.com> wrote:
> Hello!
>
> elm_map uses Ecore Con with CURL.
> I tested elm_map many times on my device.
> But sometimes UI interaction is held when data connection is poor.
> So I tried to debug and I found that this code lead to hold an Ecore
main
> loop.
>
> ----------------------------------------------
> In ecore_con_url.c
>
> while (curl_multi_perform(_curlm, &still_running) ==
> CURLM_CALL_MULTI_PERFORM) ;
> ----------------------------------------------
>
> curl_multi_perform() is CURL's asynchronous API.
> But above code hold an Ecore main loop.
> When it takes long time in libcurl, UI interaction is delayed.
>
> For example, If you have poor data connection.
> libcurl is trying to resolve DNS in this step.
> But it have to wait until timeout.
> At that time it looks like being locked.
>
> So I write a patch for fixing it.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63636 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: prevent one last spurious wakeup.
cedric [Tue, 27 Sep 2011 06:16:11 +0000 (06:16 +0000)]
ecore: prevent one last spurious wakeup.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63619 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agobump gettext version to 0.17. Patch by xlopez@igalia.com. Fix ticket #813
caro [Mon, 26 Sep 2011 21:50:50 +0000 (21:50 +0000)]
bump gettext version to 0.17. Patch by xlopez@igalia.com. Fix ticket #813

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63612 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Disable filtering of MotionNotify events. Could cause
devilhorns [Sat, 24 Sep 2011 09:21:17 +0000 (09:21 +0000)]
Ecore_X(cb): Disable filtering of MotionNotify events. Could cause
problems with prediction. Thanks mate ;)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63587 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: Fix configure.ac for recent xcb_cflags change.
devilhorns [Sat, 24 Sep 2011 07:23:41 +0000 (07:23 +0000)]
Ecore: Fix configure.ac for recent xcb_cflags change.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63585 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Xim: No need to link against xcb flags here.
devilhorns [Sat, 24 Sep 2011 07:23:17 +0000 (07:23 +0000)]
Ecore_Xim: No need to link against xcb flags here.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63584 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: Fix configure.ac to use different variable names for pkg-config
devilhorns [Sat, 24 Sep 2011 06:21:15 +0000 (06:21 +0000)]
Ecore: Fix configure.ac to use different variable names for pkg-config
libs.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63583 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Evas: Rename xcb cflags & libs variable to avoid pkg-config
devilhorns [Sat, 24 Sep 2011 06:20:47 +0000 (06:20 +0000)]
Ecore_Evas: Rename xcb cflags & libs variable to avoid pkg-config
confusion.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63582 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Rename xcb cflags & link libs to avoid any pkg-config
devilhorns [Sat, 24 Sep 2011 06:20:15 +0000 (06:20 +0000)]
Ecore_X(cb): Rename xcb cflags & link libs to avoid any pkg-config
confusion.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63581 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Fix ecore_x when using unstable (from git) xcb...they
devilhorns [Sat, 24 Sep 2011 05:33:29 +0000 (05:33 +0000)]
Ecore_X(cb): Fix ecore_x when using unstable (from git) xcb...they
removed the event error enums.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63579 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: lock all broadcast.
cedric [Fri, 23 Sep 2011 13:26:54 +0000 (13:26 +0000)]
ecore: lock all broadcast.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63567 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: prevent spurious wakeup and lock the right mutex.
cedric [Fri, 23 Sep 2011 10:47:33 +0000 (10:47 +0000)]
ecore: prevent spurious wakeup and lock the right mutex.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63565 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Evas: Don't need the WindowAttributes variable unless we are an
devilhorns [Thu, 22 Sep 2011 09:26:02 +0000 (09:26 +0000)]
Ecore_Evas: Don't need the WindowAttributes variable unless we are an
argb window.

(Sorry vtorri).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63534 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agowhitespaces--
caro [Thu, 22 Sep 2011 06:02:26 +0000 (06:02 +0000)]
whitespaces--

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63531 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Evas: Rework ecore_evas_x_render function so it does not
devilhorns [Thu, 22 Sep 2011 02:39:23 +0000 (02:39 +0000)]
Ecore_Evas: Rework ecore_evas_x_render function so it does not
allocate memory for list variables & rectangles unless we need to (ie:
If there are no evas_render_updates to do, then there is no need to
allocate extra list variables & rectangles).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63528 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Evas: When doing rotation_set_internal, no need to fetch the
devilhorns [Wed, 21 Sep 2011 21:01:15 +0000 (21:01 +0000)]
Ecore_Evas: When doing rotation_set_internal, no need to fetch the
ecore_x_window_size here as the returned values are not used anyway,
so avoid the extra function call.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63523 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_Evas: No need to call ecore_x_window_move/resize is the canvas
devilhorns [Wed, 21 Sep 2011 20:55:12 +0000 (20:55 +0000)]
Ecore_Evas: No need to call ecore_x_window_move/resize is the canvas
is already at the required size or position.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63522 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: Remove checks for xcb_dri extension in configure.ac as we are
devilhorns [Wed, 21 Sep 2011 11:42:24 +0000 (11:42 +0000)]
Ecore: Remove checks for xcb_dri extension in configure.ac as we are
not going to use it, but rather dlsym to the libdri/libGL libs (ala
xlib code).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63518 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Make vsync code behave like xlib version and link against
devilhorns [Wed, 21 Sep 2011 11:41:25 +0000 (11:41 +0000)]
Ecore_X(cb): Make vsync code behave like xlib version and link against
libdri/libGL/etc. Remove use of xcb_dri2 extension (for now).

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63517 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Make sync_magic_send more like the xlib version and use
devilhorns [Wed, 21 Sep 2011 11:39:08 +0000 (11:39 +0000)]
Ecore_X(cb): Make sync_magic_send more like the xlib version and use
xcb_send_event directly.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63516 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoxcb impl for generic events
raster [Wed, 21 Sep 2011 06:17:22 +0000 (06:17 +0000)]
xcb impl for generic events

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63508 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Remove debug printout. Add missing logfn.
devilhorns [Wed, 21 Sep 2011 05:13:03 +0000 (05:13 +0000)]
Ecore_X(cb): Remove debug printout. Add missing logfn.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63507 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: Oups, typo, check for PS3 with __lv2ppu__ and not __ppulv2__
kakaroto [Tue, 20 Sep 2011 22:06:33 +0000 (22:06 +0000)]
Ecore: Oups, typo, check for PS3 with __lv2ppu__ and not __ppulv2__

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63504 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Add macro to check for validity of the xcb_connection
devilhorns [Tue, 20 Sep 2011 09:12:02 +0000 (09:12 +0000)]
Ecore_X(cb): Add macro to check for validity of the xcb_connection
before trying to use it.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63494 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Add checks to make sure that extensions are loaded and
devilhorns [Tue, 20 Sep 2011 07:34:50 +0000 (07:34 +0000)]
Ecore_X(cb): Add checks to make sure that extensions are loaded and
available before making calls to them.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63492 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Trim down memory usage. Add checks for damage extension
devilhorns [Tue, 20 Sep 2011 07:17:55 +0000 (07:17 +0000)]
Ecore_X(cb): Trim down memory usage. Add checks for damage extension
before trying to use it. Enable getting xcursor core & anim from
xdefaults.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63491 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Check composite is available before trying to use it.
devilhorns [Tue, 20 Sep 2011 07:15:52 +0000 (07:15 +0000)]
Ecore_X(cb): Check composite is available before trying to use it.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63490 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Fix 'dpy' thingies ;)
devilhorns [Tue, 20 Sep 2011 07:14:11 +0000 (07:14 +0000)]
Ecore_X(cb): Fix 'dpy' thingies ;)

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63489 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Make sure screensaver extension is available before
devilhorns [Tue, 20 Sep 2011 07:11:36 +0000 (07:11 +0000)]
Ecore_X(cb): Make sure screensaver extension is available before
trying to call functions involving it.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63488 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agofix bug in generic event handling on xlib side of ecore_x
raster [Mon, 19 Sep 2011 10:11:53 +0000 (10:11 +0000)]
fix bug in generic event handling on xlib side of ecore_x

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63475 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: Do not call execvp if it's unavailable on the system
kakaroto [Sun, 18 Sep 2011 21:57:47 +0000 (21:57 +0000)]
Ecore: Do not call execvp if it's unavailable on the system

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63466 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: Do not declare the siginfo_t and signal functions for the PS3
kakaroto [Sun, 18 Sep 2011 21:57:38 +0000 (21:57 +0000)]
Ecore: Do not declare the siginfo_t and signal functions for the PS3

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63465 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore_X(cb): Work around (possible) xcb bug where
devilhorns [Fri, 16 Sep 2011 14:16:09 +0000 (14:16 +0000)]
Ecore_X(cb): Work around (possible) xcb bug where
ecore_x_screen_index_get was not returning the proper 0-based index.

NB: Fixes OpenGL with xcb.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63440 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: reduce race condition.
cedric [Fri, 16 Sep 2011 09:31:47 +0000 (09:31 +0000)]
ecore: reduce race condition.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63436 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore-Sdl: Must set the mouse event's multi struct to 0
kakaroto [Fri, 16 Sep 2011 07:08:53 +0000 (07:08 +0000)]
Ecore-Sdl: Must set the mouse event's multi struct to 0
Otherwise ecore-evas will think that the event is for multi touch
and will ignore the actual values of the structure and will only use
the uninitialized data from the multi struct

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63431 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoEcore: Include sys/select.h before using 'select' to conform to POSIX.1-2001
kakaroto [Fri, 16 Sep 2011 07:08:45 +0000 (07:08 +0000)]
Ecore: Include sys/select.h before using 'select' to conform to POSIX.1-2001

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63430 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

12 years agoecore: prevent race condition when using sync call after begin/end.
cedric [Thu, 15 Sep 2011 11:15:46 +0000 (11:15 +0000)]
ecore: prevent race condition when using sync call after begin/end.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@63407 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33