On Tue, 21 Jun 2011, suxia li wrote:
is there any way to get the data?
with the buffer engine of ecore_evas. Did you write a small test ?
Vincent
--- Original Message ---
Sender : Vincent Torri
Date : 六月 21, 2011 15:49 (GMT+09:00)
Title : Re: [E-devel] How to get the buffer of
oh, it use software_x11 engine, but i want to get the engine pixels(the buffer
data of the canvas), do you know how to?
--- Original Message ---
Sender : Vincent Torri
Date : 六月 21, 2011 16:01 (GMT+09:00)
Title : Re: Re: [E-devel] How to get the buffer of current evas
On Tue, 21 Ju
On Tue, 21 Jun 2011, suxia li wrote:
oh, it use software_x11 engine, but i want to get the engine pixels(the buffer
data of the canvas), do you know how to?
what do you want to do, exactly ?
Vincent
--- Original Message ---
Sender : Vincent Torri
Date : 六月 21, 2011 16:01 (GMT+
i want to get the current screen data, and set it to an evas object image.
--- Original Message ---
Sender : Vincent Torri
Date : 六月 21, 2011 16:50 (GMT+09:00)
Title : Re: Re: Re: [E-devel] How to get the buffer of current evas
On Tue, 21 Jun 2011, suxia li wrote:
> oh, it use sof
On Sun, Jun 19, 2011 at 12:50, Albin Tonnerre wrote:
> On Sun, 19 Jun 2011 12:38 +0200, Vincent Torri wrote :
>>
>> Hey
>>
>> another idea about trailing whitespaces : what about adding a rule in the
>> toplevel Makefile.am, named for example remove-ws, that call find with a
>> sed expression.
>>
2011/6/21 suxia li :
>
>
> Hi,
> Here i want to get the buffer of current evas, so i tried by the 2 API ,
> firstly get the ecore evas, then get the buffer pixels of current Ecore_Evas,
> but the second API return NULL. is there any one help me on this issue,
> thanks in advance.
>
> ecore_evas
On Tue, 21 Jun 2011 07:53:51 + (GMT) suxia li said:
basically, you can't. the data may not exist in any gettable form. it may be in
1bit monochrome, in greyscale, in rgb or rgba - it's totally abstracted and the
buffer may simply not exist. in fact this is the case with all engines except
for
On Tue, 21 Jun 2011, Thomas Gstädtner wrote:
On Sun, Jun 19, 2011 at 12:50, Albin Tonnerre wrote:
On Sun, 19 Jun 2011 12:38 +0200, Vincent Torri wrote :
Hey
another idea about trailing whitespaces : what about adding a rule in the
toplevel Makefile.am, named for example remove-ws, that ca
Hum ... I don't think this was the right fix
2011/6/20 Enlightenment SVN
> Log:
> Illume Keyboard: Fix incorrect white images.
>
>
>
> Author: devilhorns
> Date: 2011-06-20 14:31:51 -0700 (Mon, 20 Jun 2011)
> New Revision: 60536
> Trac: http://trac.enlightenment.org/e/chang
On Tue, Jun 21, 2011 at 00:01, Carsten Haitzler wrote:
> On Mon, 20 Jun 2011 19:37:50 +0200 Cedric BAIL said:
>
>> On Mon, Jun 20, 2011 at 6:26 PM, Eduardo Lima (Etrunko)
>> wrote:
>> > On Mon, Jun 20, 2011 at 1:23 PM, Eduardo Lima (Etrunko)
>> > wrote:
>> >> Hmm. I found a weird behavior with
On Tue, Jun 21, 2011 at 11:56, Vincent Torri wrote:
>
>
> On Tue, 21 Jun 2011, Thomas Gstädtner wrote:
>
>> On Sun, Jun 19, 2011 at 12:50, Albin Tonnerre
>> wrote:
>>>
>>> On Sun, 19 Jun 2011 12:38 +0200, Vincent Torri wrote :
Hey
another idea about trailing whitespaces : what
On Tue, 21 Jun 2011 13:43:13 +0200 Thomas Gstädtner
wrote:
> That is true, but the "Don't do that, nasty programmer. SPANK SPANK
> SPANK" mail tells you that the hook triggered and also it hurts the
> programmer who did produce the trailing whitespaces. People learn best
> when it hurts :P
Autom
Hello,
In doxygen of elementary API, I use EINA_TRUE or EINA_FALSE instead of 1 or
0.
Would you please apply this simple patch?
Index: elm_main.c
===
--- elm_main.c (리비전 60547)
+++ elm_main.c (작업 사본)
@@ -2377,7 +2377,7 @@ elm_edje_col
Hi,
In some elm_diskselector API and doxygen, there are simple typographical
errors.
This patch will fix it.
Index: elm_diskselector.c
===
--- elm_diskselector.c (리비전 60547)
+++ elm_diskselector.c (작업 사본)
@@ -6,7 +6,7 @@
* with the
How was it not the right fix ? The images themselves were white, being
displayed on white buttons.
dh
On 06/21/2011 06:18 AM, michael bouchaud wrote:
> Hum ... I don't think this was the right fix
>
> 2011/6/20 Enlightenment SVN
>
>> Log:
>> Illume Keyboard: Fix incorrect white images.
>>
>>
>>
Ohhh I see now. It was the 'clip on a rect' thing. Thanks for the fix :)
dh
On 06/21/2011 09:31 AM, Christopher Michael wrote:
> How was it not the right fix ? The images themselves were white, being
> displayed on white buttons.
>
> dh
>
> On 06/21/2011 06:18 AM, michael bouchaud wrote:
>> Hum .
On Tue, Jun 21, 2011 at 15:03, Enlightenment SVN
wrote:
> Log:
> hmm maybe its a signal queue ordering thing - clock state. try this.
That fixes the issue I had with the clock showing UTC hour before
getting refreshed.
Thank you.
--
Boris Faure
-
On Tue, 21 Jun 2011 15:28:01 +0200 Svante Signell
said:
> On Sat, 2011-06-18 at 08:42 +0900, Carsten Haitzler wrote:
> > On Fri, 17 Jun 2011 16:38:48 +0200 Svante Signell
> > said:
> ...
> > > A full backtrace, see http://paste.debian.net/120170/ shows that
> > > something goes wrong within the
On Tue, 21 Jun 2011 09:31:39 -0400 Christopher Michael
wrote:
> How was it not the right fix ? The images themselves were white,
> being displayed on white buttons.
Did they light up white when you click them, and say "Don't do that
again."?
Oh wait, that's the black buttons.
--
A big old sti
* Jihoon Kim [2011-06-21 22:13:38 +0900]:
Hi, Jihoon.
I'm already addressing these functions' documentation, so you'll get them
with the right types in a moment.
BR,
> Hello,
>
> In doxygen of elementary API, I use EINA_TRUE or EINA_FALSE instead of 1 or
> 0.
> Would you please apply this sim
On Tue, 21 Jun 2011 06:34:52 -0700
"Enlightenment SVN" wrote:
> Log:
> jeff - try this battery change
>
>
>
> Author: raster
> Date: 2011-06-21 06:34:52 -0700 (Tue, 21 Jun 2011)
> New Revision: 60549
> Trac: http://trac.enlightenment.org/e/changeset/60549
>
still get
On Tue, 21 Jun 2011 17:29:49 -0400 Mike Blumenkrantz said:
> On Tue, 21 Jun 2011 06:34:52 -0700
> "Enlightenment SVN" wrote:
>
> > Log:
> > jeff - try this battery change
> >
> >
> >
> > Author: raster
> > Date: 2011-06-21 06:34:52 -0700 (Tue, 21 Jun 2011)
> > New Revision:
On Tue, 21 Jun 2011 01:16:10 -0300 Lucas De Marchi
said:
try now.
> On Tue, Jun 21, 2011 at 1:14 AM, Lucas De Marchi
> wrote:
> > On Mon, Jun 20, 2011 at 7:01 PM, Carsten Haitzler
> > wrote:
> >>
> >> as i keep saying.. i can't reproduce it. it's workign fine here.
> >
> > Did you put it in 24
On Tue, 21 Jun 2011 15:39:58 +0200 Boris Faure said:
> On Tue, Jun 21, 2011 at 15:03, Enlightenment SVN
> wrote:
> > Log:
> > hmm maybe its a signal queue ordering thing - clock state. try this.
>
> That fixes the issue I had with the clock showing UTC hour before
> getting refreshed.
> Thank
Oops, test_diskselector uses API I modified in the previous patch e-mail.
I also fix test_diskselector.c and send the patch.
Please apply this patch for building elementary without build error.
-Original Message-
From: Jihoon Kim [mailto:imfin...@gmail.com]
Sent: Tuesday, June 21, 2011 1
On Wed, Jun 22, 2011 at 01:38, Carsten Haitzler wrote:
> On Tue, 21 Jun 2011 15:39:58 +0200 Boris Faure said:
>
>> On Tue, Jun 21, 2011 at 15:03, Enlightenment SVN
>> wrote:
>> > Log:
>> > hmm maybe its a signal queue ordering thing - clock state. try this.
>>
>> That fixes the issue I had with
On Tue, Jun 21, 2011 at 8:40 PM, Carsten Haitzler wrote:
> On Tue, 21 Jun 2011 01:16:10 -0300 Lucas De Marchi
> said:
>
> try now.
>
It's working now, thanks;
Lucas De Marchi
--
Simplify data backup and recovery for y
Dear Mr. Vincent,
Thanks for your response.
Actually I refer to the previous version mingw-langinfo-0.1.
Anyhow why don't you use the reference tar ball as other dependent
modules(that is, libcurl, libgcrypt, and so on)?
Sincerely,
Shinwoo Kim.
2011/6/20 Vincent Torri
>
> Hey
>
>
> On Fri, 17
Hi All,
There is no strcasestr() on MinGW Env.
So this patch comes.. Please review the attached one.
Sincerely,
Shinwoo Kim.
Index: src/lib/evil_string.c
===
--- src/lib/evil_string.c (revision 60564)
+++ src/lib/evil_string.c (worki
Are these buttons going to get fixed at some point? Just did an SVN
pull down this evening and still getting white images on white
buttons.
Fixing them myself before building for now - but would be nice to have
it fixed in the SVN.
~Jeff
On 6/21/11, David Seikel wrote:
> On Tue, 21 Jun 2011 09:
Thanks. Jihoon Kim
in svn
But kept the previous APis as DEPRECAETD.
Let's run together for the best moment!
-Regards, Hermet-
-Original Message-
From: "Jihoon Kim"
To: enlightenment-devel@lists.sourceforge.net
Cc
Hey
> There is no strcasestr() on MinGW Env.
> So this patch comes.. Please review the attached one.
where is strcasestr used ?
Vincent
--
Simplify data backup and recovery for your virtual environment with vRanger.
In
On Wed, 22 Jun 2011, cnook wrote:
> Dear Mr. Vincent,
>
> Thanks for your response.
> Actually I refer to the previous version mingw-langinfo-0.1.
> Anyhow why don't you use the reference tar ball as other dependent
> modules(that is, libcurl, libgcrypt, and so on)?
sorry, i don't understand th
33 matches
Mail list logo