Re: rendering-cleanup worries

2010-08-23 Thread Alexander Larsson
On Mon, 2010-08-23 at 10:07 +, Benjamin Otte wrote: > Alexander Larsson redhat.com> writes: > > It may seem correct and easier, and in most cases it will work. But > > things like that were added for a reason. In this case it is to make > > things like notification icon work, where there the p

Re: Website proposal for usability

2010-08-23 Thread Devin Samarin
On Sun, Aug 22, 2010 at 2:52 AM, Mike Massonnet wrote: > Hi, > > It looks too weird, like a built-in website into another. I don't > believe it is supposed to be something like that. Instead of using the > sort-of banner to link to other pages like news, put them inside a > grey div block just lik

Re: [GObjectIntrospection] Cleaning up GIRepository

2010-08-23 Thread Colin Walters
On Thu, Aug 19, 2010 at 7:59 PM, Giovanni Campagna wrote: > > I started looking for GObjectIntrospection API recently and I've seen > a lot of overlap with the original GObject/GType system. Yes. The answer to most of these questions is that if we could start over, GObject would require source s

Re: [Gobject Introspection] GIRepository.gir seems incorrect

2010-08-23 Thread Colin Walters
On Thu, Aug 19, 2010 at 3:35 AM, Mildred Ki'Lya wrote: > > So I suppose that's a bug in vala then. > > Until the problem is fixed, I created a copy of the gir file and removed > the offending function. Well, it's more that the respective type systems are not fully in sync - yet. But convergence

Re: rendering-cleanup worries

2010-08-23 Thread Martyn Russell
On 23/08/10 11:07, Benjamin Otte wrote: Alexander Larsson redhat.com> writes: I fear that we will not be able to do this with gtk3, because there are not enough apps to expose all the corner case issues we might hit before we release, and by then we're frozen and may be unable to fix some issu

Re: rendering-cleanup worries

2010-08-23 Thread Benjamin Otte
Alexander Larsson redhat.com> writes: > It may seem correct and easier, and in most cases it will work. But > things like that were added for a reason. In this case it is to make > things like notification icon work, where there the parent of the window > we paint in is a foreign window (the tray)