Re: [E-devel] EFM: thoughts, current work et al.

2008-12-01 Thread Vincent Pomageot
> > no. "windows" reversed the convention. before windows existed in the mac > and > amiga etc. worlds shift was multi-select, control was range select. i am > following the original convention by default. efm can switch to do it the > "windows way". but nothng is exposed in the gui to do that - th

Re: [E-devel] ecore_ipc ref and ref_to use

2008-12-01 Thread Nick Hughart
On Mon, 01 Dec 2008 21:00:20 +0100 utopic <[EMAIL PROTECTED]> wrote: > En/na Gustavo Sverzut Barbieri ha escrit: > > On Sun, Nov 30, 2008 at 9:19 AM, utopic <[EMAIL PROTECTED]> wrote: > >>Hi all, > >> > >>I'm coding a program that uses ecore_ipc, and I used "ref" > >> and "ref_to"

Re: [E-devel] ecore_ipc ref and ref_to use

2008-12-01 Thread utopic
En/na Gustavo Sverzut Barbieri ha escrit: > On Sun, Nov 30, 2008 at 9:19 AM, utopic <[EMAIL PROTECTED]> wrote: >>Hi all, >> >>I'm coding a program that uses ecore_ipc, and I used "ref" and >> "ref_to" >> values to know wich function should process the recived message. I was >> able

Re: [E-devel] E SVN: turran IN trunk/PROTO/enesim: . examples src/include src/include/private src/lib src/lib/drawer

2008-12-01 Thread Vincent Torri
On Mon, 1 Dec 2008, Enlightenment SVN wrote: > Modified: trunk/PROTO/enesim/enesim.pc.in > === > --- trunk/PROTO/enesim/enesim.pc.in 2008-12-01 15:08:30 UTC (rev 37883) > +++ trunk/PROTO/enesim/enesim.pc.in 2008-12-01 15:34:34 U

Re: [E-devel] WinCE Evas crash

2008-12-01 Thread Vincent Torri
On Mon, 1 Dec 2008, Klaus Rechert wrote: > Hi, > > I've tried to get your EFL example working on several WinCE devices. No > success with the precompiled binaries. what are the problems ? > So I compiled the libs with debugging > symbols and stumbled upon few issues: > > 1. Evas needs ddraw.

[E-devel] [PATCH] Illume keyboard

2008-12-01 Thread pwerken-e
Hi all, Attached are two patches related to the illume keyboard: - When the ctrl and/or alt key are pressed they can't be deselected again by pressing them, illume.ctrlalt.diff fixes this. - it is possible to open both the layout and dict/matches ilists over each other. With illume.list

Re: [E-devel] WinCE Evas crash

2008-12-01 Thread Klaus Rechert
The trace below was made with wince_gapi. With wince_fb the trace looks different but it seems to crash on a similar issue. warning: ecore_wince : instance + class bon warning: *** ecore message : create 240 320 Error while mapping shared library sections: oleaut32.dll: No such file or directory

[E-devel] WinCE Evas crash

2008-12-01 Thread Klaus Rechert
Hi, I've tried to get your EFL example working on several WinCE devices. No success with the precompiled binaries. So I compiled the libs with debugging symbols and stumbled upon few issues: 1. Evas needs ddraw.h to compile evas_wince_ddraw_buffer.cpp. It is not catched by configure. 2. Evas

Re: [E-devel] ETK scrolled_view isn't draggable anymore

2008-12-01 Thread John Lee
I enclosed the patch in another mail. Please review. On Fri, Nov 28, 2008 at 06:14:34PM +0800, John Lee wrote: > Hi list, > > In the HEAD version of ETK, scrolled_view is not draggable anymore. > You can verify this by executing etk_test -> scrolled_view. However, > the mouse event can be caug

[E-devel] [PATCH] etk_scrolled_view.c: make scrolled_view + viewport draggable again

2008-12-01 Thread John Lee
... by adding 3 callbacks to viewport->event and connecting them back to the original callbacks. Signed-off-by: John Lee <[EMAIL PROTECTED]> --- etk/src/lib/etk_scrolled_view.c | 38 ++ 1 files changed, 38 insertions(+), 0 deletions(-) diff