RFC: loops

2005-12-17 Thread Daniel Marjamäki
Hello friends! I'm still trying to find a simple task that I can help you with. I could make a few loops faster by replacing code such as (gtkaccelgroup.c:305): for (i = 0; i < accel_group->n_accels; i++) if (find_func (&accel_group->priv_accels[i]->key, accel_group->pri

Re: GTK_FLOATING broken in 2.9?

2005-12-17 Thread Dave Benson
On Sat, Dec 17, 2005 at 07:00:59PM -0800, Dave Benson wrote: > anyways, *nothing* can fix: > object = g_object_new (MY_TYPE_OBJECT, NULL); > g_object_ref_sink (object); > my_object_ref_sink (object); > g_object_unref(object); > g_object_unref(object); > except upgrading the 'my_object' li

Re: GTK_FLOATING broken in 2.9?

2005-12-17 Thread Dave Benson
On Thu, Dec 15, 2005 at 05:07:34PM +0100, Tim Janik wrote: > On Thu, 15 Dec 2005, Dave Benson wrote: [long discussion cut] > >this thread never really addressed my concern, > >which was that this makes it so that container classes > >before 2.10 have one style, and >=2.10 have another. > >consideri

Re: GTK_FLOATING broken in 2.9?

2005-12-17 Thread Jonathan Blandford
On Thu, 2005-12-15 at 07:49 -0800, Dave Benson wrote: > On Thu, Dec 15, 2005 at 12:49:45PM +0100, Tim Janik wrote: > this thread never really addressed my concern, > which was that this makes it so that container classes > before 2.10 have one style, and >=2.10 have another. > considering that thi

Announce: Powerbox for Gtk, part of Plash 1.15

2005-12-17 Thread Mark Seaborn
I talked about this on this mailing list before. An implementation is now available: http://plash.beasts.org/powerbox/ http://plash.beasts.org/releases/plash-1.15.tar.gz Powerbox for Gtk is a patch to Gtk which replaces its GtkFileChooserDialog with a powerbox, a kind of file chooser that is im

Re: ABI and API for g_object_ref_sink() (Re: GTK_FLOATING broken in 2.9?)

2005-12-17 Thread Yevgen Muntyan
Tim Janik wrote: On Fri, 16 Dec 2005, Murray Cumming wrote: Thanks. But this is not completely clear to me yet. Will applications built against gtk+ 2.6 work when gtk+ 2.10 is installed, without rebuilding the applications? yes. But old libgtkmm binary and applications that use it will c

Re: ABI and API for g_object_ref_sink() (Re: GTK_FLOATING broken in 2.9?)

2005-12-17 Thread Tim Janik
On Fri, 16 Dec 2005, Murray Cumming wrote: Thanks. But this is not completely clear to me yet. Will applications built against gtk+ 2.6 work when gtk+ 2.10 is installed, without rebuilding the applications? yes. Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com --- cia

Re: ABI and API for g_object_ref_sink() (Re: GTK_FLOATING broken in 2.9?)

2005-12-17 Thread Murray Cumming
Thanks. But this is not completely clear to me yet. Will applications built against gtk+ 2.6 work when gtk+ 2.10 is installed, without rebuilding the applications? Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com ___ gtk-devel-list m