Re: [E-devel] Hi there!

2009-08-07 Thread Christopher Michael
Found some time to test the shelf_resize patch finally :) No adverse effects apparent so I committed it to svn. Thanks, dh victor wrote: > I engaged to do some work for OpenGEU project, particularly > > Ticket #391. I found that _edje_part_recalc_single() incorrectly > calculates internal objec

Re: [E-devel] Edje programs question

2009-08-07 Thread Christopher Michael
Carlo Ascani wrote: > Hi all, > this is a simple edj theme section: > ... > part{ > name: "xxx"; > type:RECT; > mouse_events:1; > description{ > state: "default" 0.0; > color: 255 0 0 255; > } > description{ > state: "hover" 0.0; > color: 0 25

[E-devel] Edje programs question

2009-08-07 Thread Carlo Ascani
Hi all, this is a simple edj theme section: ... part{ name: "xxx"; type:RECT; mouse_events:1; description{ state: "default" 0.0; color: 255 0 0 255; } description{ state: "hover" 0.0; color: 0 255 0 255; } } ... program{ name: "yyy";

Re: [E-devel] evas_object_resize

2009-08-07 Thread Christopher Michael
Gustavo Sverzut Barbieri wrote: > On Fri, Aug 7, 2009 at 5:30 PM, Christopher > Michael wrote: >> Gustavo Sverzut Barbieri wrote: >>> On Fri, Aug 7, 2009 at 9:37 AM, Cedric BAIL wrote: On Fri, Aug 7, 2009 at 1:35 PM, Christopher Michael wrote: > While doing some digging as to why evas

Re: [E-devel] evas_object_resize

2009-08-07 Thread Gustavo Sverzut Barbieri
On Fri, Aug 7, 2009 at 5:30 PM, Christopher Michael wrote: > Gustavo Sverzut Barbieri wrote: >> >> On Fri, Aug 7, 2009 at 9:37 AM, Cedric BAIL wrote: >>> >>> On Fri, Aug 7, 2009 at 1:35 PM, Christopher >>> Michael wrote: While doing some digging as to why evas_object_resize was taking a l

Re: [E-devel] evas_object_resize

2009-08-07 Thread Christopher Michael
Gustavo Sverzut Barbieri wrote: > On Fri, Aug 7, 2009 at 9:37 AM, Cedric BAIL wrote: >> On Fri, Aug 7, 2009 at 1:35 PM, Christopher >> Michael wrote: >>> While doing some digging as to why evas_object_resize was taking a lot >>> longer than evas_object_move, I noticed that evas_object_move is NOT c

Re: [E-devel] evas_object_resize

2009-08-07 Thread Gustavo Sverzut Barbieri
On Fri, Aug 7, 2009 at 9:37 AM, Cedric BAIL wrote: > On Fri, Aug 7, 2009 at 1:35 PM, Christopher > Michael wrote: >> While doing some digging as to why evas_object_resize was taking a lot >> longer than evas_object_move, I noticed that evas_object_move is NOT calling >> evas_object_recalc_clippees

Re: [E-devel] evas_object_resize

2009-08-07 Thread Cedric BAIL
On Fri, Aug 7, 2009 at 1:35 PM, Christopher Michael wrote: > While doing some digging as to why evas_object_resize was taking a lot > longer than evas_object_move, I noticed that evas_object_move is NOT calling > evas_object_recalc_clippees unless the obj->layer->evas->events_frozen <= 0. > > I com

[E-devel] evas_object_resize

2009-08-07 Thread Christopher Michael
While doing some digging as to why evas_object_resize was taking a lot longer than evas_object_move, I noticed that evas_object_move is NOT calling evas_object_recalc_clippees unless the obj->layer->evas->events_frozen <= 0. I compared the code with what is in evas_object_resize and noticed th

Re: [E-devel] Hi there!

2009-08-07 Thread Christopher Michael
I have applied, tested, and uploaded the 'obvious typo' patch on this one already. I haven't tested the shelf patch yet if someone wants to check that out. Thanks for the patches :) dh victor wrote: > I engaged to do some work for OpenGEU project, particularly > > Ticket #391. I found that _ed

Re: [E-devel] Hi there!

2009-08-07 Thread Christopher Michael
Should have noted that I also fixed a bunch of formatting issues in the same file. dh Christopher Michael wrote: > I have applied, tested, and uploaded the 'obvious typo' patch on this > one already. I haven't tested the shelf patch yet if someone wants to > check that out. > > Thanks for the