Re: [E-devel] Esmart container clipping

2008-07-18 Thread Peter Wehrfritz
Sevcsik András schrieb: > I hope this version works with the current cvs. > > Yup, thanks. In cvs. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications w

Re: [E-devel] Esmart container clipping

2008-07-18 Thread Sevcsik András
I hope this version works with the current cvs. On Fri, Jul 18, 2008 at 5:02 PM, Sevcsik András <[EMAIL PROTECTED]> wrote: > > > On Fri, Jul 18, 2008 at 4:48 PM, Peter Wehrfritz <[EMAIL PROTECTED]> > wrote: > >> Sevcsik András schrieb: >> >>> Thanks for the help guys, here's my second version, th

Re: [E-devel] Esmart container clipping

2008-07-18 Thread Sevcsik András
On Fri, Jul 18, 2008 at 4:48 PM, Peter Wehrfritz <[EMAIL PROTECTED]> wrote: > Sevcsik András schrieb: > >> Thanks for the help guys, here's my second version, that deals with >> show/hide and applies clip_elements_set() to all elements. >> >> > @@ -444,9 +485,12 @@ > > 485 evas_object_repeat_event

Re: [E-devel] Esmart container clipping

2008-07-18 Thread Peter Wehrfritz
Sevcsik András schrieb: > Thanks for the help guys, here's my second version, that deals with > show/hide and applies clip_elements_set() to all elements. > @@ -444,9 +485,12 @@ 485 evas_object_repeat_events_set(el->grabber, 1); 486 evas_object_color_set(el->grabber, 0, 0, 0, 0); 487 evas_objec

Re: [E-devel] Esmart container clipping

2008-07-17 Thread Sevcsik András
Thanks for the help guys, here's my second version, that deals with show/hide and applies clip_elements_set() to all elements. On Wed, Jul 16, 2008 at 11:53 PM, Peter Wehrfritz <[EMAIL PROTECTED]> wrote: > Sevcsik András schrieb: > >> I attached a patch for esmart that adds >> esmart_container_c

Re: [E-devel] Esmart container clipping

2008-07-16 Thread Sevcsik András
On Wed, Jul 16, 2008 at 11:53 PM, Peter Wehrfritz <[EMAIL PROTECTED]> wrote: > Sevcsik András schrieb: > >> I attached a patch for esmart that adds >> esmart_container_clip_elements_set() >> and esmart_container_clip_elements_get(). It's my first patch, so if >> you've >> got any suggestion about

Re: [E-devel] Esmart container clipping

2008-07-16 Thread Peter Wehrfritz
Sevcsik András schrieb: > I attached a patch for esmart that adds esmart_container_clip_elements_set() > and esmart_container_clip_elements_get(). It's my first patch, so if you've > got any suggestion about anything, don't hesitate to tell :) > Somethings need to be changed. As Hisham has said,

Re: [E-devel] Esmart container clipping

2008-07-16 Thread Sevcsik András
On Wed, Jul 16, 2008 at 9:41 PM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: > Sevcsik András wrote: > > On Wed, Jul 16, 2008 at 9:20 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: >> >> >> >>> Sevcsik András wrote: >>> >>> > Hi list, > > What's the purpose of esmart_containe

Re: [E-devel] Esmart container clipping

2008-07-16 Thread Jose Gonzalez
Sevcsik András wrote: > On Wed, Jul 16, 2008 at 9:20 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: > > >>Sevcsik András wrote: >> >>> Hi list, What's the purpose of esmart_container.c:442 line? evas_object_clip_set(el->obj, cont->clipper); >>

Re: [E-devel] Esmart container clipping

2008-07-16 Thread Sevcsik András
On Wed, Jul 16, 2008 at 9:20 AM, Jose Gonzalez <[EMAIL PROTECTED]> wrote: > >Sevcsik András wrote: >> >> >>> Hi list, >>> >>> What's the purpose of esmart_container.c:442 line? >>> >>> evas_object_clip_set(el->obj, cont->clipper); >>> >>> >>> It clips the elements with the container, but I do

Re: [E-devel] Esmart container clipping

2008-07-16 Thread Jose Gonzalez
>Sevcsik András wrote: > >> Hi list, >> >> What's the purpose of esmart_container.c:442 line? >> >> evas_object_clip_set(el->obj, cont->clipper); >> >> >> It clips the elements with the container, but I don't see a reason to do >> so. My application needs elements to be able to drawn outs

Re: [E-devel] Esmart container clipping

2008-07-15 Thread Jose Gonzalez
Sevcsik András wrote: > Hi list, > > What's the purpose of esmart_container.c:442 line? > > evas_object_clip_set(el->obj, cont->clipper); > > > It clips the elements with the container, but I don't see a reason to do > so. My application needs elements to be able to drawn outside the container

Re: [E-devel] Esmart container clipping

2008-07-15 Thread Hisham Mardam Bey
On Tue, Jul 15, 2008 at 10:04 PM, Sevcsik András <[EMAIL PROTECTED]> wrote: > I attached a patch for esmart that adds esmart_container_clip_elements_set() > and esmart_container_clip_elements_get(). It's my first patch, so if you've > got any suggestion about anything, don't hesitate to tell :) No

Re: [E-devel] Esmart container clipping

2008-07-15 Thread Sevcsik András
I attached a patch for esmart that adds esmart_container_clip_elements_set() and esmart_container_clip_elements_get(). It's my first patch, so if you've got any suggestion about anything, don't hesitate to tell :) On Wed, Jul 16, 2008 at 12:18 AM, Sevcsik András <[EMAIL PROTECTED]> wrote: > Forgo

Re: [E-devel] Esmart container clipping

2008-07-15 Thread Peter Wehrfritz
Sevcsik András schrieb: > Hi list, > > What's the purpose of esmart_container.c:442 line? > > evas_object_clip_set(el->obj, cont->clipper); > > > It clips the elements with the container, but I don't see a reason to do > so. My application needs elements to be able to drawn outside the container >