Re: GTK+ 2.12.9 released

2008-03-31 Thread Allin Cottrell
On Mon, 31 Mar 2008, Guillaume Cottenceau wrote: > On Wed, Mar 12, 2008 at 3:20 PM, Matthias Clasen <[EMAIL PROTECTED]> wrote: > > GTK+ 2.12.9 is now available for download at: > > > > http://download.gnome.org/sources/gtk+/2.12/ > > I've noticed that on gtk.org, http://gtk.org/download-linux.h

GSoC proposal: gtk+ bindings for prolog

2008-03-31 Thread Ben Torfs
Hello, developers! As a fan of both the prolog programming language and the GTK+ toolkit (as a user), I was wondering why the GTK page makes no mention of any prolog bindings. For those of you that are unfamiliar: prolog is a declarative language (like haskell, but very different in the way it wor

http://bugzilla.gnome.org/show_bug.cgi?id=348080

2008-03-31 Thread Stefan Kost
hi, libexo has a nice implementation for binding properties together, so that one syncs the other or they both sync each other. The implementation is used in xfce for some years. I was about to copy that into my app, but then I wonder if that would be accepted in glib. I could prepare a patch

Re: gtkclipboard.c

2008-03-31 Thread Yu Feng
Thank you for the clearify! but I am still confused. On Mon, 2008-03-31 at 02:22 -0500, Yevgen Muntyan wrote: > Yu Feng wrote: > Note that there are no threads involved, main loops > are not threads (like, not threads at all). Yes. They shouldn't be threads at least for on some platforms, but wil

Re: glib cygwin build patch.

2008-03-31 Thread Tor Lillqvist
> Glib currently doesn't build on cygwin. I attached a patch that fixes it. Thanks, committed. --tml ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

glib cygwin build patch.

2008-03-31 Thread Lieven van der Heide
Glib currently doesn't build on cygwin. I attached a patch that fixes it. Greets, Lieven van der Heide. glib cygwin build fix.patch Description: Binary data ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinf

Re: GTK+ 2.12.9 released

2008-03-31 Thread Guillaume Cottenceau
On Wed, Mar 12, 2008 at 3:20 PM, Matthias Clasen <[EMAIL PROTECTED]> wrote: > GTK+ 2.12.9 is now available for download at: > > http://download.gnome.org/sources/gtk+/2.12/ I've noticed that on gtk.org, http://gtk.org/download-linux.html , the link for "Stable release / Gnu Linux and Unix" / "St

redraw priorities

2008-03-31 Thread Benjamin Otte
Hey, I've recently investigated problems Swfdec has when running cpu-intensive Flash files and could need some suggestions on how to best fix it. There should be other apps that have had the same problem after all. During a run of Swfdec (either stand-alone or as part of a browser), there's the fo

Re: gtkclipboard.c

2008-03-31 Thread Yevgen Muntyan
Yu Feng wrote: > Hi, everyone, > > I have a question about gtkclipboard.c, there might be a problem. > > Look at these functions > - > [snip] > --- > In order to make a blocked operation, the main thread(thread 0) spawns a > new thread(sayi