Re: [E-devel] E SVN: jethomas IN trunk/ewl/src: bin/tests/dnd_snoop engines/x11 lib

2008-12-02 Thread Sebastian Dransfeld
Enlightenment SVN wrote: > Log: > Bug 496, now internal drag and drop works without any X calls. If anyone > knows what the format field in Ecore_X_Selection_Data is for, it'd be nice to > know. The format is 8, 16 or 32, indicates the block size of the data. So sizeof(data) == len * format

Re: [E-devel] Evas compile Error

2008-12-02 Thread The Rasterman
On Tue, 2 Dec 2008 17:21:33 -0300 "Diogo Dutra" <[EMAIL PROTECTED]> babbled: the cairo engine is useless. it's only 1/2 done and abandoned due to cairo being incredibly slow. > Hi Im compiling evas with cairo support, and I got the error, but > without cairo its compile fine... > > evas_engine.c

Re: [E-devel] edje interactive transition

2008-12-02 Thread The Rasterman
On Tue, 2 Dec 2008 21:02:54 +0100 "Hendrik Siedelmann" <[EMAIL PROTECTED]> babbled: > 2008/11/30 The Rasterman Carsten Haitzler <[EMAIL PROTECTED]>: > > On Sun, 30 Nov 2008 19:27:35 +0100 "Hendrik Siedelmann" > > <[EMAIL PROTECTED]> babbled: > > > >> Hi, > >> > >> while fooling around with element

[E-devel] Evas compile Error

2008-12-02 Thread Diogo Dutra
Hi Im compiling evas with cairo support, and I got the error, but without cairo its compile fine... evas_engine.c: In function 'eng_image_new_from_data': evas_engine.c:934: error: incompatible types in assignment evas_engine.c:935: error: wrong type argument to unary exclamation mark evas_engine.c

Re: [E-devel] edje interactive transition

2008-12-02 Thread Hendrik Siedelmann
2008/11/30 The Rasterman Carsten Haitzler <[EMAIL PROTECTED]>: > On Sun, 30 Nov 2008 19:27:35 +0100 "Hendrik Siedelmann" > <[EMAIL PROTECTED]> babbled: > >> Hi, >> >> while fooling around with elementary trying to write some widgets I >> found a pretty huge limitation in edje. >> I was writing a pa

Re: [E-devel] edje interactive transition

2008-12-02 Thread Andreas Volz
Am Sun, 30 Nov 2008 19:27:35 +0100 schrieb Hendrik Siedelmann: > Hi, > > while fooling around with elementary trying to write some widgets I > found a pretty huge limitation in edje. > I was writing a page flip widget to be used for example for slideshow, > document viewer but also for page switc

Re: [E-devel] WinCE Evas crash

2008-12-02 Thread Vincent Torri
On Tue, 2 Dec 2008, Klaus Rechert wrote: > Got everything working now :) ! I could identify two problems. One is the > late loading/binding of evas modules. As these modules aren't trusted WinCE > (at least on my device) wants the user to ACK the untrusted code. But the > warning isn't displa

Re: [E-devel] [RFC] Basic support for multibyte chars in Esmart_Text_Entry

2008-12-02 Thread Massimiliano Calamelli
2008/12/2 Massimiliano Calamelli <[EMAIL PROTECTED]>: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > HI, the attached patch add a basic level of support for multibyte chars > in esmart_text_entry: this feature can be close some tickets related to > entrance. > Please review, i'll wait for re

[E-devel] [RFC] Basic support for multibyte chars in Esmart_Text_Entry

2008-12-02 Thread Massimiliano Calamelli
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 HI, the attached patch add a basic level of support for multibyte chars in esmart_text_entry: this feature can be close some tickets related to entrance. Please review, i'll wait for replies before commiting. Ciao Massimiliano - -- Massimiliano Cala

Re: [E-devel] WinCE Evas crash

2008-12-02 Thread Klaus Rechert
Hi, >> I've tried to get your EFL example working on several WinCE devices. >> No success with the precompiled binaries. > > what are the problems ? Got everything working now :) ! I could identify two problems. One is the late loading/binding of evas modules. As these modules aren't trusted W