Re: [E-devel] Someone broke hoversel

2013-03-03 Thread ChunEon Park
Also this was fixed on the last weekend. Sorry for your inconvenient. -Regards, Hermet- -Original Message- From: "ChunEon Park" To: "Enlightenment developer list"; Cc: Sent: 2013-02-28 (목) 13:09:44 Subject: Re: [E-devel]Someone broke hoversel :(

Re: [E-devel] elm_layout_theme_set() broken

2013-03-03 Thread ChunEon Park
Fixed on the last weekend. Really sorry for your incovienient. -Regards, Hermet- -Original Message- From: "ChunEon Park" To: "Enlightenment developer list"; Cc: Sent: 2013-03-02 (토) 21:43:08 Subject: Re: [E-devel]elm_layout_theme_set() broken

Re: [E-devel] Bug edje map

2013-03-03 Thread Paulo Cavalcanti
Hi Cedric, Cedric BAIL writes: > I pushed that patch with a small. I moved the content_change call into > the relayout function. So any relayout of the content of a text object > will trigger that surface drop, this should fix more bugs. Sounds right to me. Thanks. -- Paulo Cavalcanti, Intel

Re: [E-devel] Bug edje map

2013-03-03 Thread Cedric BAIL
On Fri, Mar 1, 2013 at 11:10 PM, Cedric BAIL wrote: > On Fri, Mar 1, 2013 at 7:12 AM, Paulo Cavalcanti wrote: >> Hi Cedric, >> >> Cedric BAIL writes: >> >>> I now understand your problem. I still have a few question. What >>> happen if you rotate an edje object with a GROUP part that has an >>>

Re: [E-devel] [PATCH] stable: evas and ecore build broken

2013-03-03 Thread Cedric BAIL
Hello, On Fri, Mar 1, 2013 at 6:21 AM, Leandro Dorileo wrote: > I have attached 2 patches fixing issues on stable efl build. I've tested > it on a fresh building environment. I couldn't find the commit breaking > stuffs. > > I'm not sure if my fix is the proper one, so please take a good look at

Re: [E-devel] Problems compiling ecore_coroutine.c

2013-03-03 Thread Cedric BAIL
On Fri, Mar 1, 2013 at 7:09 AM, Andreas Volz wrote: > Hello, > > static void > _ecore_coroutine_setjmp(Ecore_Coroutine *coro) > { >setjmp(coro->context); > >/* The idea of this trick come from libcoroutine */ >/* __jmpbuf[6] == stack pointer */ >/* __jmpbuf[7] == program counter */

Re: [E-devel] Problems compiling ecore_coroutine.c

2013-03-03 Thread Cedric BAIL
a On Fri, Mar 1, 2013 at 7:09 AM, Andreas Volz wrote: > Hello, > > static void > _ecore_coroutine_setjmp(Ecore_Coroutine *coro) > { >setjmp(coro->context); > >/* The idea of this trick come from libcoroutine */ >/* __jmpbuf[6] == stack pointer */ >/* __jmpbuf[7] == program counter