profile/ivi/ecore.git
13 years agoEcore ChangeLog: Log for r59549 and r59559.
seoz [Tue, 24 May 2011 17:39:47 +0000 (17:39 +0000)]
Ecore ChangeLog: Log for r59549 and r59559.

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

13 years agoEcore: Moved ecore.dox.in to Ecore.h header.
seoz [Tue, 24 May 2011 11:31:32 +0000 (11:31 +0000)]
Ecore: Moved ecore.dox.in to Ecore.h header.

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

13 years agoEcore: Added myself to authors.
seoz [Tue, 24 May 2011 11:23:58 +0000 (11:23 +0000)]
Ecore: Added myself to authors.

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

13 years agoEcore: Ecore_X: Init 'property' to a default value (removes compiler
devilhorns [Mon, 23 May 2011 07:51:44 +0000 (07:51 +0000)]
Ecore: Ecore_X: Init 'property' to a default value (removes compiler
warning).

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

13 years agoEcore ecore_main.c: Refactoring _ecore_main_loop_iterate_internal().
seoz [Sat, 21 May 2011 05:24:27 +0000 (05:24 +0000)]
Ecore ecore_main.c: Refactoring _ecore_main_loop_iterate_internal().

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

13 years agoEcore ecore_main.c: Fixed ecore_main_loop(_ecore_main_loop_iterate_internal).
seoz [Fri, 20 May 2011 06:35:07 +0000 (06:35 +0000)]
Ecore ecore_main.c: Fixed ecore_main_loop(_ecore_main_loop_iterate_internal).

This fixes fd handler pending issue when ecore_idler callback adds ecore_job/event.

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

13 years agoecore: improve ecore_timer_dump.
cedric [Thu, 19 May 2011 15:38:30 +0000 (15:38 +0000)]
ecore: improve ecore_timer_dump.

Now E17 msgbus module will provide an usefull way to
list all the running timer and see if we are not waking up
to often. Use d-feet to see that information.

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

13 years agofix shape and shape input handling for dnd shadow tree.
raster [Wed, 18 May 2011 23:55:21 +0000 (23:55 +0000)]
fix shape and shape input handling for dnd shadow tree.

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

13 years agoecore: improve ecore_timer_dump.
cedric [Wed, 18 May 2011 09:12:07 +0000 (09:12 +0000)]
ecore: improve ecore_timer_dump.

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

13 years agoecore: add ecore_timer_dump.
cedric [Tue, 17 May 2011 17:32:32 +0000 (17:32 +0000)]
ecore: add ecore_timer_dump.

Note: Will add tomorrow code needed inside e17 to dump all created timer.

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

13 years agoEcore : ecore_thread: use Sleep() on Windows, instead of usleep()
caro [Tue, 17 May 2011 07:17:53 +0000 (07:17 +0000)]
Ecore : ecore_thread: use Sleep() on Windows, instead of usleep()

usleep() does not exists on Windows. Use Sleep() instead. But the
resolution timers are not good on Windows. the sleep will be around
50ms at best.

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

13 years agouse eina_fp fixed point sincos table to reduce calc overhead.
raster [Mon, 16 May 2011 10:51:02 +0000 (10:51 +0000)]
use eina_fp fixed point sincos table to reduce calc overhead.

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

13 years agoEcore: ecore_con : make ecore_ipc compile on Windows.
caro [Sat, 14 May 2011 18:30:43 +0000 (18:30 +0000)]
Ecore: ecore_con : make ecore_ipc compile on Windows.

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

13 years agoEcore: ecore_con : make ecore_con work on Windows
caro [Sat, 14 May 2011 17:52:30 +0000 (17:52 +0000)]
Ecore: ecore_con : make ecore_con work on Windows

The ecore_con module needed a port of the local connections
with named pipes. The other connections (TCP, UDP) are using
BSD sockets, which are also used on Windows.

No abstract sockets on Windows.

NB: Should I backport that commit to 1.0 ?

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

13 years agoecore: fix ifdef order.
cedric [Sat, 14 May 2011 12:53:00 +0000 (12:53 +0000)]
ecore: fix ifdef order.

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

13 years agoecore: sync GNUTLS threads support with Eina threads support.
cedric [Sat, 14 May 2011 09:22:15 +0000 (09:22 +0000)]
ecore: sync GNUTLS threads support with Eina threads support.

At least now, if you rebuild the efl in the right order, you
can't end with one library initializing GnuTLS without threads
support and another needing GnuTLS with threads support.

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

13 years agooooh evil start on trying to get real vsync interrupts from x!!!! :)
raster [Sat, 14 May 2011 04:11:13 +0000 (04:11 +0000)]
oooh evil start on trying to get real vsync interrupts from x!!!! :)

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

13 years agooptimization: don't need to get loop time so often in ecore main loop.
raster [Sat, 14 May 2011 03:26:28 +0000 (03:26 +0000)]
optimization: don't need to get loop time so often in ecore main loop.

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

13 years agoAdd a custom Ecore Aniamtor source and tick ability to be able
raster [Thu, 12 May 2011 09:11:36 +0000 (09:11 +0000)]
Add a custom Ecore Aniamtor source and tick ability to be able
to plug in external animator tick sources like vblank interrupts
and so on.

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

13 years agogrammar fix
lucas [Mon, 9 May 2011 11:53:45 +0000 (11:53 +0000)]
grammar fix

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

13 years agochlog++
raster [Tue, 3 May 2011 10:00:54 +0000 (10:00 +0000)]
chlog++

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

13 years agofix segv! wow. data was null.
raster [Tue, 3 May 2011 09:46:55 +0000 (09:46 +0000)]
fix segv! wow. data was null.

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

13 years agoEcore: ecore_con: Evil not needed in ecore_con_local.c
caro [Sun, 1 May 2011 17:45:58 +0000 (17:45 +0000)]
Ecore: ecore_con: Evil not needed in ecore_con_local.c

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

13 years agoecore: fix #elif usage
caro [Fri, 29 Apr 2011 19:10:51 +0000 (19:10 +0000)]
ecore: fix #elif usage

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

13 years agoshadow var--
caro [Fri, 29 Apr 2011 07:39:28 +0000 (07:39 +0000)]
shadow var--

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

13 years agoformatting
caro [Fri, 29 Apr 2011 07:34:12 +0000 (07:34 +0000)]
formatting

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

13 years agoEcore: ecore_con: add some checks and formatting
caro [Fri, 29 Apr 2011 07:22:53 +0000 (07:22 +0000)]
Ecore: ecore_con: add some checks and formatting

 * add checks for the fd handlers
 * reformat a bit _ecore_con_svr_tcp_handler()

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

13 years agoFrom: Jihoon Kim <jihoon48.kim@samsung.com>
raster [Fri, 29 Apr 2011 05:16:51 +0000 (05:16 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] Add ecore_imf_context_autocapital_type_{set, get},

To support the autocapitalization feature, I'd like to add
ecore_imf_context_autocapital_type_{set,get} API.
I will implement the autocapital feature in immodule, so the immodule
should know the autocapitalization type.
This API is for letting immodule know the autocapitalization type.

In addition, ecore_imf_context_prediction_allow_set API is used to set
whether the IM context should allow to use the text prediction.

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

13 years agoChangeLog entry for the monotonic clock implementation for Mac OS X
caro [Thu, 28 Apr 2011 20:57:30 +0000 (20:57 +0000)]
ChangeLog entry for the monotonic clock implementation for Mac OS X

patch by Eduardo Felipe Castegnaro

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

13 years agoEcore: ecore_time : Add a fast high-resolution monotonic clock
caro [Thu, 28 Apr 2011 19:38:41 +0000 (19:38 +0000)]
Ecore: ecore_time : Add a fast high-resolution monotonic clock

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

13 years agoremove shadow variables
caro [Wed, 27 Apr 2011 05:45:28 +0000 (05:45 +0000)]
remove shadow variables

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

13 years agoEcore: ecore_con: fix warning on Windows
caro [Mon, 25 Apr 2011 13:10:57 +0000 (13:10 +0000)]
Ecore: ecore_con: fix warning on Windows

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

13 years agoformatting
caro [Mon, 25 Apr 2011 09:14:59 +0000 (09:14 +0000)]
formatting

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

13 years agoadd backlight api to NEWS
raster [Mon, 25 Apr 2011 09:02:20 +0000 (09:02 +0000)]
add backlight api to NEWS

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

13 years agoecore: fix name.
cedric [Mon, 25 Apr 2011 07:14:54 +0000 (07:14 +0000)]
ecore: fix name.

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

13 years agoEcore: NEWS file filled.
caro [Mon, 25 Apr 2011 07:06:12 +0000 (07:06 +0000)]
Ecore: NEWS file filled.

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

13 years agoecore: update ChangeLog name to new name.
cedric [Mon, 25 Apr 2011 06:10:15 +0000 (06:10 +0000)]
ecore: update ChangeLog name to new name.

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

13 years agouse correct data
caro [Sun, 24 Apr 2011 16:31:05 +0000 (16:31 +0000)]
use correct data

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

13 years agoas suggested - nme it timeline
raster [Sun, 24 Apr 2011 14:25:43 +0000 (14:25 +0000)]
as suggested - nme it timeline

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

13 years agolazy mike
caro [Thu, 21 Apr 2011 06:52:40 +0000 (06:52 +0000)]
lazy mike

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

13 years agoEcore: Removed trailing whitespaces.
seoz [Wed, 20 Apr 2011 14:15:33 +0000 (14:15 +0000)]
Ecore: Removed trailing whitespaces.

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

13 years agoadd animator runtime stuff to run animator for fixed timelength and an
raster [Wed, 20 Apr 2011 06:51:39 +0000 (06:51 +0000)]
add animator runtime stuff to run animator for fixed timelength and an
interpolation mapping func.

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

13 years agocommit forgotten chglog commit.
raster [Wed, 20 Apr 2011 00:40:14 +0000 (00:40 +0000)]
commit forgotten chglog commit.

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

13 years ago+ecore_exe_data_set
discomfitor [Tue, 19 Apr 2011 21:38:24 +0000 (21:38 +0000)]
+ecore_exe_data_set

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

13 years agofix - shapeinput not shapebounding. copy & paste error
raster [Tue, 19 Apr 2011 01:55:33 +0000 (01:55 +0000)]
fix - shapeinput not shapebounding. copy & paste error

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

13 years agoecore_x: remove redondant declaration
billiob [Sun, 17 Apr 2011 16:48:22 +0000 (16:48 +0000)]
ecore_x: remove redondant declaration

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

13 years agoecore: fix build without Ecore_Evas_X.
cedric [Fri, 15 Apr 2011 13:33:44 +0000 (13:33 +0000)]
ecore: fix build without Ecore_Evas_X.

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

13 years agoBUG!! fix buffer canvas modifier set setting! gah!
raster [Fri, 15 Apr 2011 11:01:15 +0000 (11:01 +0000)]
BUG!! fix buffer canvas modifier set setting! gah!

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

13 years agoefl: don't track cache file.
cedric [Thu, 14 Apr 2011 20:30:17 +0000 (20:30 +0000)]
efl: don't track cache file.

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

13 years agoautogen: add forgotten autopoint.
cedric [Thu, 14 Apr 2011 19:26:15 +0000 (19:26 +0000)]
autogen: add forgotten autopoint.

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

13 years agoautogen: unobrk things.
cedric [Thu, 14 Apr 2011 14:51:36 +0000 (14:51 +0000)]
autogen: unobrk things.

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

13 years agoautogen: improve detection of parameter change.
cedric [Thu, 14 Apr 2011 14:03:46 +0000 (14:03 +0000)]
autogen: improve detection of parameter change.

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

13 years agoand oops.. fix my fox to coord xlations. working now.
raster [Wed, 13 Apr 2011 12:12:41 +0000 (12:12 +0000)]
and oops.. fix my fox to coord xlations. working now.

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

13 years agoprintf--
raster [Wed, 13 Apr 2011 12:06:17 +0000 (12:06 +0000)]
printf--

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

13 years agofix buglet in inlined image buffer canvas -> coords repeated when
raster [Wed, 13 Apr 2011 12:05:31 +0000 (12:05 +0000)]
fix buglet in inlined image buffer canvas -> coords repeated when
dragged outside the bounds.

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

13 years agoFrom: Doyun Kang <doyoun.kang@samsung.com>
raster [Wed, 13 Apr 2011 09:06:05 +0000 (09:06 +0000)]
From: Doyun Kang <doyoun.kang@samsung.com>

Add support for shape input setting and modification (with
fixes/modifications and extensions added tomake it more complete).

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

13 years agoEcore: use isfinite() if available
caro [Mon, 11 Apr 2011 19:58:56 +0000 (19:58 +0000)]
Ecore: use isfinite() if available

Use isfinite() if available, otherwise use finite() on
compilers != vc++, otherwise use _finite()

and a bit of formatting too (i know, it's bad)

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

13 years agochangelog update
jeffdameth [Mon, 11 Apr 2011 12:51:43 +0000 (12:51 +0000)]
changelog update

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

13 years agoecore: fix removal of windows from ignore_list with ecore_x_window_ignore_set
jeffdameth [Mon, 11 Apr 2011 12:10:59 +0000 (12:10 +0000)]
ecore: fix removal of windows from ignore_list with ecore_x_window_ignore_set

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

13 years agoEcore ecore_imf: Fixed formatting and removed trailing whitespaces.
seoz [Mon, 11 Apr 2011 11:31:55 +0000 (11:31 +0000)]
Ecore ecore_imf: Fixed formatting and removed trailing whitespaces.
Patch by Jihoon Kim <jihoon48.kim@samsung.com>

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

13 years agoFrom: Leif Middelschulte <leif.middelschulte@gmail.com>
raster [Sat, 9 Apr 2011 03:21:49 +0000 (03:21 +0000)]
From: Leif Middelschulte <leif.middelschulte@gmail.com>
Subject: [E-devel] [PATCH] ecore_x_randr_current_output_get ~>
ecore_x_randr_window_outputs_get

find attached a set of patches that do the following:

State before patches:
ecore_x_randr_current_output_get was unimplemented.

State after patches:
Patch1: ecore_x_randr_window_outputs_get implements functionality of
ecore_x_randr_current_output_get
Patch2: ecore_x_randr_current_output_get is deprecated and redirects
calls to ecore_x_randr_window_outputs_get

(also i fixed the function to handle realloc errors and not fail, as
well as properly do rectangle intersects based on ROOT relative coords
which is what you wanted to start with as this would have only worked
right on immediate children of root)

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

13 years agoEcore_X: Randr: Fixup formatting.
devilhorns [Wed, 6 Apr 2011 23:49:14 +0000 (23:49 +0000)]
Ecore_X: Randr: Fixup formatting.

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

13 years agoEcore_X: XLib: Add missing 'void' in dpms functions.
devilhorns [Tue, 5 Apr 2011 17:35:18 +0000 (17:35 +0000)]
Ecore_X: XLib: Add missing 'void' in dpms functions.

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

13 years agoecore: fix ecore_evas removal of Evas Quartz backend.
cedric [Tue, 5 Apr 2011 14:04:10 +0000 (14:04 +0000)]
ecore: fix ecore_evas removal of Evas Quartz backend.

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

13 years agoecore: remove user of deprecated Evas Quartz backend.
cedric [Tue, 5 Apr 2011 12:08:53 +0000 (12:08 +0000)]
ecore: remove user of deprecated Evas Quartz backend.

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

13 years agoFrom: Leif Middelschulte <leif.middelschulte@gmail.com>
raster [Tue, 5 Apr 2011 08:31:42 +0000 (08:31 +0000)]
From: Leif Middelschulte <leif.middelschulte@gmail.com>
Subject: [E-devel] [PATCH] EDID decoding functionality

find attached a patch for EDID data extraction. My display's
manufacturer didn't comply with the standard too much, so I can't test
it entirely. But it should work.

... with modifications to make it actually compile and api be cleaner,
code more robust etc.

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

13 years agoEcore_X: XLib: Add missing EAPI in front of
devilhorns [Mon, 4 Apr 2011 22:54:42 +0000 (22:54 +0000)]
Ecore_X: XLib: Add missing EAPI in front of
ecore_x_dnd_source_action_set function.

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

13 years agoEcore: Ecore_X: Xlib: Fix memory leak.
devilhorns [Mon, 4 Apr 2011 17:06:40 +0000 (17:06 +0000)]
Ecore: Ecore_X: Xlib: Fix memory leak.

When handling xdnd_enter event(s), if we do not support the dnd target
version, then we issue a warning and return from the handling
function. If we are going to return (and not issue the ecore_x_event),
then free the allocated memory of the ecore_x_event_xdnd_enter
structure that we previously allocated.

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

13 years agoecore: put recommandation about asynchronous dns resolution and curl.
cedric [Mon, 4 Apr 2011 12:33:41 +0000 (12:33 +0000)]
ecore: put recommandation about asynchronous dns resolution and curl.

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

13 years agoEcore_X: Xlib - Set correct doxy group for function.
devilhorns [Sun, 3 Apr 2011 16:06:37 +0000 (16:06 +0000)]
Ecore_X: Xlib - Set correct doxy group for function.

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

13 years agoecore: redundant declaration with Ecore_X_Atoms.h
billiob [Sun, 3 Apr 2011 09:50:51 +0000 (09:50 +0000)]
ecore: redundant declaration with Ecore_X_Atoms.h

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

13 years agoecore: Add pipelining support for HTTP 1.1.
cedric [Fri, 1 Apr 2011 16:37:55 +0000 (16:37 +0000)]
ecore: Add pipelining support for HTTP 1.1.

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

13 years agoahem! who put unused there? who? screen *IS* used!
raster [Thu, 31 Mar 2011 10:36:20 +0000 (10:36 +0000)]
ahem! who put unused there? who? screen *IS* used!

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

13 years agoadd new version of efl sync proto between comp and client.
raster [Thu, 31 Mar 2011 08:13:14 +0000 (08:13 +0000)]
add new version of efl sync proto between comp and client.

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

13 years agoecore-evas: feature++ : support netm sync protocol for clients
raster [Wed, 30 Mar 2011 10:10:04 +0000 (10:10 +0000)]
ecore-evas: feature++ : support netm sync protocol for clients

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

13 years agoecore: add ecore_con_url_ssl_ca_set.
cedric [Wed, 30 Mar 2011 09:15:24 +0000 (09:15 +0000)]
ecore: add ecore_con_url_ssl_ca_set.

patch by PnB <Poor.NewBie@gmail.com>

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

13 years agoEcore ecore_file.c: NULL check before using strcmp().
seoz [Tue, 29 Mar 2011 02:28:41 +0000 (02:28 +0000)]
Ecore ecore_file.c: NULL check before using strcmp().

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

13 years agorename libtool version names to fit libtool doc
caro [Sun, 27 Mar 2011 18:10:20 +0000 (18:10 +0000)]
rename libtool version names to fit libtool doc

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

13 years agoupdated build fix for windows from vtorri
discomfitor [Wed, 23 Mar 2011 22:48:09 +0000 (22:48 +0000)]
updated build fix for windows from vtorri

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

13 years agounbreak this header by adding inttypes.h...
discomfitor [Wed, 23 Mar 2011 21:36:36 +0000 (21:36 +0000)]
unbreak this header by adding inttypes.h...

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

13 years agoecore: fix ecore_con_url_ftp_upload to upload all the file.
cedric [Wed, 23 Mar 2011 17:28:21 +0000 (17:28 +0000)]
ecore: fix ecore_con_url_ftp_upload to upload all the file.

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

13 years agofix associate stuff with interecepts so events come in with
raster [Wed, 23 Mar 2011 13:31:05 +0000 (13:31 +0000)]
fix associate stuff with interecepts so events come in with
override-redirect windows.

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

13 years agocorrect compile section in dox
discomfitor [Wed, 23 Mar 2011 08:27:55 +0000 (08:27 +0000)]
correct compile section in dox

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

13 years agoEcore_X:Xlib - No need for a return at the end of a function.
devilhorns [Mon, 21 Mar 2011 17:53:34 +0000 (17:53 +0000)]
Ecore_X:Xlib - No need for a return at the end of a function.

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

13 years agoEcore/Xlib: Remove unused variable.
devilhorns [Mon, 21 Mar 2011 14:43:21 +0000 (14:43 +0000)]
Ecore/Xlib: Remove unused variable.

NB: _ecore_x_mouse_up_count appears to not be used. It was used in one
code block only and appears to serve no real purpose. Both variable
and code block are now commented out without any ill effects.

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

13 years agofix stupid 64bit compile warning from stupid gnutls api bug
discomfitor [Sat, 19 Mar 2011 20:27:16 +0000 (20:27 +0000)]
fix stupid 64bit compile warning from stupid gnutls api bug

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

13 years agofix stupid openssl crash
discomfitor [Sat, 19 Mar 2011 05:02:37 +0000 (05:02 +0000)]
fix stupid openssl crash

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

13 years agoAdd build hint for c-ares support.
mej [Sat, 19 Mar 2011 00:47:15 +0000 (00:47 +0000)]
Add build hint for c-ares support.

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

13 years agorevert version change 999 -> 99. also e17 didnt even need it as it
raster [Fri, 18 Mar 2011 07:35:19 +0000 (07:35 +0000)]
revert version change 999 -> 99. also e17 didnt even need it as it
produced no versioned .so files.

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

13 years agoSet v_mic to 99 (less than 256) to please OS X
englebass [Thu, 17 Mar 2011 13:12:50 +0000 (13:12 +0000)]
Set v_mic to 99 (less than 256) to please OS X

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

13 years agoecore: add ecore_thread_reschedule.
cedric [Wed, 16 Mar 2011 13:16:14 +0000 (13:16 +0000)]
ecore: add ecore_thread_reschedule.

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

13 years agoEcore:
caro [Sun, 13 Mar 2011 10:46:25 +0000 (10:46 +0000)]
Ecore:
Windows : change API (I allow myself that right for the win32 port :) )

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

13 years agoformatting
caro [Sun, 13 Mar 2011 10:42:22 +0000 (10:42 +0000)]
formatting

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

13 years agoFrom: Jihoon Kim <jihoon48.kim@samsung.com>
raster [Thu, 10 Mar 2011 09:15:36 +0000 (09:15 +0000)]
From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] patch for describing ecore_imf APIs more
detail

This patch will supplement the documentation about
ecore_imf_context_preedit_start_event_add,
ecore_imf_context_preedit_end_event_add and
ecore_imf_context_delete_surrounding_event_add API.

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

13 years agoEcore ecore_con:
caro [Thu, 3 Mar 2011 21:05:28 +0000 (21:05 +0000)]
Ecore ecore_con:

 * include arpa/inet.h if it is detected
 * use correct types
 * small cleanup

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

13 years agoEcore ecore.dox.in: Modified @@ to @.
seoz [Thu, 3 Mar 2011 15:49:32 +0000 (15:49 +0000)]
Ecore ecore.dox.in: Modified @@ to @.
  It looks like @ gives a 'mailto:' links automatically.
  I applied it to ecore first.

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

13 years agoecore: add @since .
cedric [Tue, 1 Mar 2011 10:12:33 +0000 (10:12 +0000)]
ecore: add @since .

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

13 years agoecore: fix detection of complete file write in ecore_file inotify.
cedric [Tue, 1 Mar 2011 09:57:13 +0000 (09:57 +0000)]
ecore: fix detection of complete file write in ecore_file inotify.

Patch by Guillaume Friloux <uillaume.friloux@asp64.com>.

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

13 years agoecore: add ecore_con_url_ssl_verify_peer_set patch by Raoul Hecky.
cedric [Tue, 1 Mar 2011 09:51:51 +0000 (09:51 +0000)]
ecore: add ecore_con_url_ssl_verify_peer_set patch by Raoul Hecky.

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

13 years agoEcore ecore.dox.in: Fixed type and sych with AUTHORS.
seoz [Mon, 28 Feb 2011 09:07:39 +0000 (09:07 +0000)]
Ecore ecore.dox.in: Fixed type and sych with AUTHORS.

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