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
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
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
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
> 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 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
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
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
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