devilhorns [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71732
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Tue, 5 Jun 2012 07:44:44 +0000 (07:44 +0000)]
some dns.c usage changes as suggested by its author
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71702
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jihoon [Mon, 4 Jun 2012 23:27:02 +0000 (23:27 +0000)]
fix @version in each EFL header doxygen
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71691
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 4 Jun 2012 21:10:17 +0000 (21:10 +0000)]
as I promised long, long ago, ecore now has its own asynchronous dns resolver! everyone cheer for not needing c-ares any longer!
dns.c is the work of William Ahern (http://25thandclement.com/~william/projects/dns.c.html) and has been in development for ~4 years.
it has zero documentation, no examples, and no comments: I'm pretty sure he's an EFL developer in disguise.
this new resolver is roughly 10-12% faster than c-ares, will never randomly break, requires no external libraries, and is much simpler on the efl side.
by default, dns.c resolution is enabled any time ipv6 support is detected and c-ares support is not requested;
it should work on all platforms (wink wink vtorri), but it has no way of disabling ipv6 (someone can go through dns.c/h and do that if they feel so inclined)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71690
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 4 Jun 2012 20:49:02 +0000 (20:49 +0000)]
trivial -Wshadow fix
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71689
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 4 Jun 2012 09:16:19 +0000 (09:16 +0000)]
unbreak my last commit
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71682
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 4 Jun 2012 09:03:04 +0000 (09:03 +0000)]
add ECORE_{CON,IPC}_NO_PROXY flag to disable proxying on specified connections
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71681
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 4 Jun 2012 08:40:21 +0000 (08:40 +0000)]
properly include headers when you use their types...
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71679
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
ngc891 [Mon, 4 Jun 2012 05:46:33 +0000 (05:46 +0000)]
ecore_x: XKeycodeToKeysym
ecore_x is calling XKeycodeToKeysym from xlib, but this function has issues. It
has been deprecated 6 months ago in X.org and it is suggested to use
XkbKeycodeToKeysym instead: https://bugs.freedesktop.org/show_bug.cgi?id=25732
This commit makes a wrapper function that makes use of XkbKeycodeToKeysym when
possible or fallback to XKeycodeToKeysym otherwise.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71677
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jihoon [Sun, 3 Jun 2012 12:50:11 +0000 (12:50 +0000)]
ecore_imf_evas: insert example link in Ecore_IMF_Evas_Group
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71661
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jihoon [Sun, 3 Jun 2012 12:49:21 +0000 (12:49 +0000)]
ecore_imf_example: fix formatting
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71660
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jihoon [Sun, 3 Jun 2012 12:39:48 +0000 (12:39 +0000)]
ecore_imf: insert example link in ecore_imf_context group
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71659
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jihoon [Sat, 2 Jun 2012 06:00:09 +0000 (06:00 +0000)]
ecore_imf_example.c: revise example code
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71640
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
ngc891 [Sat, 2 Jun 2012 05:39:51 +0000 (05:39 +0000)]
eet,ecore: configure script
Make the configure output clear about examples installation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71639
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 1 Jun 2012 13:53:18 +0000 (13:53 +0000)]
ecore/ecore_x - let just leave one atom list for maintainance
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71625
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jihoon [Fri, 1 Jun 2012 12:48:15 +0000 (12:48 +0000)]
fix indentation of ecore_imf_example.c
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71621
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jihoon [Fri, 1 Jun 2012 12:46:24 +0000 (12:46 +0000)]
add ecore_imf_example code. I will add Makefile.am in example directory later
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71620
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 31 May 2012 13:32:09 +0000 (13:32 +0000)]
i wonder if this patches over some odd signal processing hang i see in
edje_cc! :(
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71583
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jihoon [Thu, 31 May 2012 00:18:38 +0000 (00:18 +0000)]
ecore: fix doxygen warnings
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71569
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
leif [Wed, 30 May 2012 19:16:29 +0000 (19:16 +0000)]
ecore_x_randr: Add _ASK policy for new monitors.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71565
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 30 May 2012 12:14:34 +0000 (12:14 +0000)]
ecore: force pthread_join even when main loop isn't running.
pthread_create can fail if to much pthread are pending. As pthread_join
is only called when the main loop can flush the async call list, there was
a possibility for edje_cc to run out of thread due to that. We know
force the flush of the async call list and so call pthread_join when
pthread_create fail.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71555
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 30 May 2012 10:25:44 +0000 (10:25 +0000)]
ecore: fix count of objects in the Ecore_Thread trash.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71550
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 30 May 2012 10:08:41 +0000 (10:08 +0000)]
This is a small change, so I won't changelog it (or backport), but
make _shutdown() funcs across efl complain and be unhappy if you
shutdown to < 0 shutdowns and not pull init count below 0.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71548
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 30 May 2012 07:05:50 +0000 (07:05 +0000)]
From: Mariusz Grzegorczyk <mariusz.g@samsung.com>
Subject: [E-devel] Ecore: Save proper evas engine buffer depth when
_ecore_evas_resize is done
I have found bug in ecore evas buffer. It is created by default as RGB32,
and then it can be changed by ecore_evas_alpha_set function, but when resize
is done it is always created as ARGB32.
Patch in attachment checks in resize if alpha channel is set, and then set
appropriate buffer depth.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71537
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 30 May 2012 03:10:30 +0000 (03:10 +0000)]
ecore: cancel all pending thread at shutdown.
Hopefully this will fix bug #961.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71526
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 29 May 2012 02:42:13 +0000 (02:42 +0000)]
ecore - revert 71421 cause of posibility of abi break
thanks Vincent.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71485
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
stefan [Mon, 28 May 2012 13:08:38 +0000 (13:08 +0000)]
ecore: We can't really use index as variable as it is already in use.
A bit annoying I know. But ignoring all this shadowing global declaritions might bring us into
trouble.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71457
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 28 May 2012 12:25:04 +0000 (12:25 +0000)]
Ecore: Updated ChangeLog from Robert's patch.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71454
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 28 May 2012 12:24:30 +0000 (12:24 +0000)]
Ecore_Evas: Patch from Robert Bradford <robert.bradford@intel.com>:
The challenge here is that the native window representation is stored
in Ecore_Evas's prop.window. But currently there is no checking of
what driver the Ecore_Evas is for when calls are made to e.g.
ecore_evas_software_x11_window_get.
The attached change to Ecore makes the appropriate functions return 0
or NULL if the driver for the Ecore doesn't match as expected. This
can then be used to identify if an Ecore_Evas is e.g. from X11 or from
Wayland.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71453
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Mon, 28 May 2012 12:19:17 +0000 (12:19 +0000)]
Ecore_Evas (wayland_shm): Add support for ecore_evas_move_resize
engine function.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71452
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
stefan [Sat, 26 May 2012 22:01:58 +0000 (22:01 +0000)]
ecore/tests: Remove unused var and mark unused parameter
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71443
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
stefan [Sat, 26 May 2012 22:01:53 +0000 (22:01 +0000)]
ecore_imf_xim: Rename variable to avoid shadowing
index is already used in string.h, avoid it here.
src/modules/immodules/xim/ecore_imf_xim.c:116: warning: declaration of 'index' shadows a global declaration
/usr/include/string.h:487: warning: shadowed declaration is here
Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71442
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jihoon [Sat, 26 May 2012 00:10:56 +0000 (00:10 +0000)]
ecore XIM module: fixformatting
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71434
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 25 May 2012 10:15:27 +0000 (10:15 +0000)]
ecore/ecore_x - Changed ecore_x_error_get() return type to Ecore_X_Error_Code from int
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71421
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 25 May 2012 09:18:48 +0000 (09:18 +0000)]
fix mainloop begin/quit then begin again issue.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71419
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jihoon [Fri, 25 May 2012 07:54:46 +0000 (07:54 +0000)]
scim_immodule: fix some typos
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71417
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 24 May 2012 10:18:32 +0000 (10:18 +0000)]
Ecore_X(cb): Also fix send of new events here ... someone is slacking ;)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71410
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 24 May 2012 10:13:30 +0000 (10:13 +0000)]
ok ok - doesnt make a difference.. but only limit if MORE than 16xcpu
count
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71409
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 24 May 2012 09:51:17 +0000 (09:51 +0000)]
fix ecore-thread scheduler starvation issue.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71404
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 24 May 2012 08:57:58 +0000 (08:57 +0000)]
fix send of new events alreayd added. oops. should test shouldnt i.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71402
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 24 May 2012 07:49:30 +0000 (07:49 +0000)]
and no more segv's in ecore-con and ecore-ipc. see changelog.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71400
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Thu, 24 May 2012 06:39:43 +0000 (06:39 +0000)]
better fix for ecore-con client disconnecting maybe
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71393
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 24 May 2012 04:33:00 +0000 (04:33 +0000)]
fix dates in chlog - it's 24th!
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71380
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 24 May 2012 04:27:01 +0000 (04:27 +0000)]
From: Doyoun Kang <doyoun.kang@samsung.com>
Subject: Re: [E-devel] [Patch] Add Ecore_X_Error_Code enumeration
I added the Ecore_X_Error_Code enumeration which wraps X error codes.
I think this will be useful when the X error occurs.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71379
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 23 May 2012 20:46:52 +0000 (20:46 +0000)]
ecore_win32: fix doc
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71369
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 23 May 2012 10:21:53 +0000 (10:21 +0000)]
clean pc files to not have cflags in Cflags: of required libs - seems
to work these days with pkg-config.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71353
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 23 May 2012 09:07:47 +0000 (09:07 +0000)]
before i changelog and backport this... discomfitor - look at this!
how the hell did we get ecore_con to the state of NEVER
closing/freeing clients?
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71352
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Wed, 23 May 2012 08:01:15 +0000 (08:01 +0000)]
Ecore_Wayland: Fix global interface name, thanks Alex ;)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71350
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 22 May 2012 15:15:52 +0000 (15:15 +0000)]
Ecore_X(cb): And memset the appropriate structure too.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71328
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 22 May 2012 15:12:40 +0000 (15:12 +0000)]
Ecore_X(cb): Fix ecore_x to build again with xcb.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71327
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Tue, 22 May 2012 12:09:06 +0000 (12:09 +0000)]
Add ecore_x_mouse_in_send() and ecore_x_mouse_out_send()
Add ecore_x illume access control/action atoms+api's
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71320
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 22 May 2012 10:28:15 +0000 (10:28 +0000)]
ecore: don't track build files.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71313
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 22 May 2012 10:13:14 +0000 (10:13 +0000)]
ecore: reduce likely race condition on Ecore_Thread shutdown.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71311
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 22 May 2012 08:17:30 +0000 (08:17 +0000)]
Ecore_Wayland: Add patch from Alex Wu <zhiwen.wu@linux.intel.com> for
changing Ecore_Wayland input to match current Wayland git (wrt wl_set
changes).
Thanks Alex :)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71306
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 20 May 2012 13:05:07 +0000 (13:05 +0000)]
sorry - got to revert the gettext stuff.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71250
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sun, 20 May 2012 07:32:06 +0000 (07:32 +0000)]
do not hard code gettext version
Let's see if someone complains. If not, i'll commit that in e too
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71244
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 17 May 2012 13:56:37 +0000 (13:56 +0000)]
Ecore_Evas (wayland_shm): Quiet down output and set alpha & rotation
on initial ee setup.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71202
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Thu, 17 May 2012 13:55:14 +0000 (13:55 +0000)]
Ecore_Wayland: Quiet down output for robster ;)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71201
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Thu, 17 May 2012 08:40:13 +0000 (08:40 +0000)]
Ecore_evas: add tranparency support for the GDI engine
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71193
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Wed, 16 May 2012 17:23:51 +0000 (17:23 +0000)]
Adding an Ecore_exe example to documentation.
Author: Guilherme Iscaro <iscaro@profusion.mobi>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71174
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Wed, 16 May 2012 14:16:37 +0000 (14:16 +0000)]
FreeBSD 4.x was released more than a decade ago (the project itself only
supports FreeBSD >= 7 these days), so the check for __FreeBSD_version >=
420001 is not necessary anymore (plus it probably never worked, as that
macro is defined in sys/param.h, which is not included prior to the
check).
Patch by Raphael Kubo da Costa
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71172
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Wed, 16 May 2012 07:44:43 +0000 (07:44 +0000)]
Ecore_Evas (wayland_shm): Apply patch from Robert Bradford
<robert.bradford@intel.com> to refactor shm pool allocation function,
and adjust pool calculation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71145
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jihoon [Wed, 16 May 2012 01:03:17 +0000 (01:03 +0000)]
ecore: fix typoe in README
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71135
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 15 May 2012 14:30:57 +0000 (14:30 +0000)]
Ecore_Evas (wayland_shm): After some testing, it actually is better to
only damage the portions that change (for the case of rendering).
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71123
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 15 May 2012 12:01:46 +0000 (12:01 +0000)]
Ecore_Evas (wayland): Support for setting shell_surface title & class
in wayland compositors. Added alpha support for wayland_egl. Support
evas output rotation in wayland_egl. Don't move/resize windows in
wayland_egl unless sizes actually change. Included patch from Robert
Bradford <robert.bradford@intel.com> for vertical/horizontal mouse
wheel scrolling.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71108
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 15 May 2012 11:58:21 +0000 (11:58 +0000)]
Ecore_Wayland: Update ecore_wayland to work with recent wayland git:
This commit also includes patch(s) from Robert Bradford
<robert.bradford@intel.com> for Supporting vertical/horizontal
scrolling, and updates to wayland fixed point for input events.
Fix ecore_wl_input to use new libxkbcommon api.
Add new surface_enter/leave listener for ecore_wl_window.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@71107
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sun, 13 May 2012 01:06:01 +0000 (01:06 +0000)]
fix randr segv's waiting to happen. bad mem managment :(
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70951
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 11 May 2012 17:40:46 +0000 (17:40 +0000)]
Ecore: do not use += with shell variables (not portable)
Patch by Raphael Kubo da Costa
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70934
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Fri, 11 May 2012 14:08:12 +0000 (14:08 +0000)]
Changing the description of ecore_exe module
Author: Guilherme Iscaro <iscaro@profusion.mobi>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70933
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Fri, 11 May 2012 14:08:07 +0000 (14:08 +0000)]
Adding a warning to the file handler callback saying that the function
can't be used to monitor regular files, like text files
Author: Guilherme Iscaro <iscaro@profusion.mobi>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70932
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 11 May 2012 02:37:14 +0000 (02:37 +0000)]
ecore: fix SOCKS proxy doc. That should be in doxygen anyway. Wondering
how.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70924
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
jypark [Thu, 10 May 2012 09:04:44 +0000 (09:04 +0000)]
Send mouse move event before mouse down event in ecore_extn.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70906
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 10 May 2012 08:41:50 +0000 (08:41 +0000)]
ecore: trying to reduce rounding error in ecore.
As we move back and forth from double to fixed point, we do
have some rounding error. I am trying to limit them at much as
possible by reducing the number of computation in double.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70905
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 8 May 2012 03:50:22 +0000 (03:50 +0000)]
ecore: don't run out of fd when crazy apps cycle through ecore_init/ecore_shutdown.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70860
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Mon, 7 May 2012 09:47:27 +0000 (09:47 +0000)]
also remove changelog update
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70844
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 7 May 2012 02:06:57 +0000 (02:06 +0000)]
ecore: remove useless workaround.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70834
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [Sun, 6 May 2012 12:43:25 +0000 (12:43 +0000)]
fix ecore_animator_pos_map with ACCELERATE; see mail
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70800
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Sat, 5 May 2012 09:11:31 +0000 (09:11 +0000)]
Ecore: fix linking on Windows
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70788
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 4 May 2012 12:37:33 +0000 (12:37 +0000)]
ecore/enlil - [E-devel] [PATCHES] Some random warning fixes for our beloved buildbot as well as a DSO fix
Hello.
Just 3 small fixes to get our warning count down. The tempget one
should actually save us against wrong reads.
Also a small DSO fix reported and confirmed in IRC.
Please review and apply.
regards
Stefan Schmidt
Submitted-By-Off: Stefan Schmidt<stefan@datenfreihafen.org>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70759
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Wed, 2 May 2012 18:04:40 +0000 (18:04 +0000)]
Ecore_Wayland: Patch from Robert Bradford (rob@linux.intel.com) for
Complete support for keyboard events. Thank You :)
NB: This is a modified patch from what Rob originally sent. This fixes
formatting, uint32_t types, function name, and other such things ;)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70672
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Sat, 28 Apr 2012 01:37:07 +0000 (01:37 +0000)]
evas, ecore, elementary: Updated AUTHORS and synced author documentation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70529
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 27 Apr 2012 10:34:49 +0000 (10:34 +0000)]
From: Jérôme Pinot <ngc891@gmail.com>
Subject: [E-devel] [patch] missing doxygen files in release tarballs
This patch add to EXTRA_DIST essential files for doxygen
small build fix:
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70514
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Fri, 27 Apr 2012 06:17:08 +0000 (06:17 +0000)]
update po's
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70513
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 26 Apr 2012 08:07:22 +0000 (08:07 +0000)]
efl: add release point in ChangeLog files.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70494
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 26 Apr 2012 04:51:32 +0000 (04:51 +0000)]
restore .99 micro versions for trunk and add back svnrev vers too.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70492
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 26 Apr 2012 04:35:43 +0000 (04:35 +0000)]
and removed the -beta tag...
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70489
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 26 Apr 2012 04:13:17 +0000 (04:13 +0000)]
update po's
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70487
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 26 Apr 2012 03:42:41 +0000 (03:42 +0000)]
make notes about wayland stuff being experimental. we cant really back
it until wayland itself is stable. warnings. lets hope it all works
out fine in the end.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70486
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 25 Apr 2012 10:37:13 +0000 (10:37 +0000)]
comment from jeremy - dfb.h messes with eina macros :(
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70467
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Wed, 25 Apr 2012 09:16:43 +0000 (09:16 +0000)]
fix valgrind bitch about uniittied mem!
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70461
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 24 Apr 2012 17:01:59 +0000 (17:01 +0000)]
Ecore_Evas (wayland): Fixes for moving/resizing efl wayland clients.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70444
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
devilhorns [Tue, 24 Apr 2012 16:59:35 +0000 (16:59 +0000)]
Ecore_Wayland: Cleanup header inclusions. Fix issues with efl wayland
clients not moving or resizing properly with most recent git wayland.
Make use of wayland's new 'serial' stuff in place of timestamps (where
appropriate). Add code to handle new wayland 'ping' events.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70443
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sanjeev [Mon, 23 Apr 2012 23:31:38 +0000 (23:31 +0000)]
several fixes for the doxygen docs.
Author : Jérôme Pinot <ngc891@gmail.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70426
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Mon, 23 Apr 2012 20:09:58 +0000 (20:09 +0000)]
Cleanup Doxygen Warnings - ecore 5
Files modified:
ecore/src/lib/ecore_win32/Ecore_Win32.h
ecore/src/lib/ecore_wince/Ecore_WinCE.h
ecore/src/lib/ecore_x/Ecore_X.h
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70425
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Mon, 23 Apr 2012 20:09:55 +0000 (20:09 +0000)]
Cleanup Doxygen Warnings - ecore 4
Files modified:
ecore/src/lib/ecore_wayland/ecore_wl_window.c
ecore/src/lib/ecore_x/xcb/ecore_xcb.c
ecore/src/lib/ecore_x/xcb/ecore_xcb_randr.c
ecore/src/lib/ecore_x/xcb/ecore_xcb_window.c
ecore/src/lib/ecore_x/xcb/ecore_xcb_window_shadow.c
ecore/src/lib/ecore_x/xlib/ecore_x.c
ecore/src/lib/ecore_x/xlib/ecore_x_randr_12.c
ecore/src/lib/ecore_x/xlib/ecore_x_window.c
ecore/src/lib/ecore_x/xlib/ecore_x_window_prop.c
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70424
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Mon, 23 Apr 2012 20:09:51 +0000 (20:09 +0000)]
Cleanup Doxygen Warnings - ecore 3
Files modified:
ecore/src/lib/ecore_file/Ecore_File.h
ecore/src/lib/ecore_file/ecore_file_monitor.c
ecore/src/lib/ecore_imf/Ecore_IMF.h
ecore/src/lib/ecore_imf/ecore_imf_context.c
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70423
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Mon, 23 Apr 2012 20:09:48 +0000 (20:09 +0000)]
Cleanup Doxygen Warnings - ecore 2
Files modified:
ecore/src/lib/ecore_evas/Ecore_Evas.h
ecore/src/lib/ecore_evas/ecore_evas_fb.c
ecore/src/lib/ecore_evas/ecore_evas_sdl.c
ecore/src/lib/ecore_evas/ecore_evas_util.c
ecore/src/lib/ecore_evas/ecore_evas_x.c
ecore/src/lib/ecore_fb/ecore_fb_li.c
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70422
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Mon, 23 Apr 2012 20:09:44 +0000 (20:09 +0000)]
Cleanup Doxygen Warnings - ecore 1
Files modified:
ecore/doc/Doxyfile.in
ecore/src/lib/ecore/Ecore.h
ecore/src/lib/ecore/ecore.c
ecore/src/lib/ecore/ecore_getopt.c
ecore/src/lib/ecore/ecore_main.c
ecore/src/lib/ecore_con/Ecore_Con.h
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70421
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Sat, 21 Apr 2012 01:50:49 +0000 (01:50 +0000)]
update po's
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70372
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
caro [Fri, 20 Apr 2012 14:53:06 +0000 (14:53 +0000)]
Ecore_Evas (win32): add override_set() support
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@70366
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33