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
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
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";
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
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
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
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
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
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
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
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
11 matches
Mail list logo