Dear All,
Hi~
Here is the patch added on the elementary. :-]
Sincerely,
Shinwoo Kim.
2011/6/22 Hyoyoung Chang
> As I know strcasestr is not standard function.
> It's a glibc extension.
>
> CONFORMING TO
> The strstr() function conforms to C89 and C99. The strcasestr()
> func‐
> t
On Tue, 28 Jun 2011 10:21:56 +0900
Carsten Haitzler (The Rasterman) wrote:
> i updated the release wiki page to:
>
> http://trac.enlightenment.org/e/wiki/Release
>
> 1. be more readable so we can see what is being done and what needs to still
> be done:
> 2. have all the things i've finished of
i updated the release wiki page to:
http://trac.enlightenment.org/e/wiki/Release
1. be more readable so we can see what is being done and what needs to still be
done:
2. have all the things i've finished off marked appropriately - they were
before, but now done things are split off at the bottom.
as I have a dual core pentium the cpu gadget displays two lines of text, each
of them containing the cpu load in percentage.
the problem is that when the upper line increases its width, usually because
the number is more than one or two digit (depending on the size of the gadget
and/or the font), t
in svn. Thanks :}
Let's run together for the best moment!
-Regards, Hermet-
-Original Message-
From: "cnook"
To: "ChunEon Park"
Cc: "EFL"
Sent: 11-06-27(월) 18:26:33
Hi Mr. Hermet,
I got your point, and have attached new patch based on your review comments.
Sincerely,
Shinwoo Kim.
2011년 6월 27일 오후 4:37, ChunEon Park 님의 말:
> hi cnook, good patch.
>
>
>
> But it looks it does not need to deleted event callbacks in pre_hook except
> ecore event handler.
>
>
>
Dear developers.
I found a bug about evas event handling.
In some situation, evas blocks some events by checking _evas_event_counter.
So I made a patch that is checking event type also event counter.
Reproduce steps:
1. make a window
2. show window before adding a elementary/genlist widget
--- c