Re: gtk_widget_draw()

2010-08-19 Thread Benjamin Otte
On Thu, Aug 19, 2010 at 10:08 AM, Alexander Larsson wrote: > The problem with no-window widgets is not really for the no-window > widget, but rather that all parents must have special expose code that > chains to the no-window widgets. If we want to clean up the drawing code > this is kinda ugly.

GTK schedule adjustments

2010-08-19 Thread Matthias Clasen
I thought it would probably be a good idea to announce these separately, instead of hiding them in the team meeting minutes. So, after GTK+ 3 got moved back to December at GUADEC, we've decided that we will do a GTK+ 2.24 release in parallel. GTK+ 2.22 will be released together with GNOME 2.32 in

Re: GTK+ 2.21.6

2010-08-19 Thread Emmanuele Bassi
On Wed, 2010-08-18 at 16:15 -0400, Paul Davis wrote: > On Wed, Aug 18, 2010 at 2:01 PM, Jose Aliste wrote: > > > After looking at the git log, you interpret correctly, but I fail to > > see why do you perceive this as being bad. So, some GDK API is marked > > as deprecated, it seems fair to me t

Re: gtk_widget_draw()

2010-08-19 Thread Alexander Larsson
On Wed, 2010-08-18 at 11:13 -0500, Federico Mena Quintero wrote: > On Wed, 2010-08-18 at 09:37 +0200, Alexander Larsson wrote: > > [Border around windows so you can "glow" around a widget] > > There are all sorts of ways you can hack it into GtkButton or any > > specific widget, I'm sure. However,