GLib 2.29.4

2011-05-04 Thread Matthias Clasen
GLib 2.29.4 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.29/ http://download.gnome.org/sources/glib/2.29/ 23700752b4eadf753a5f41293fa9d05cc5be7b64bfbb3f54692a3a06e39e8624 glib-2.29.4.tar.gz 20e8e62b82f24107144661bb5e462980866ed78a9d8261db8d2b1638224aadcd glib-2.29.4.tar.bz2

Re: Please don't drop support for Curve

2011-05-04 Thread Danielle Madeley
Thanks to GObject-Introspection you could copy the code from GtkCurve into a small C library that is bundled with your program and generate gobject-introspection bindings for it to use with PyGObject. This would also allow you to grow GtkCurve into something that meets your needs. On Wed, 2011-0

glib cross compile

2011-05-04 Thread pushparaj muthu
Hi Iam trying to cross compile glib package for arm process by executing the following command. ./configure --prefix =/home/glib/install --host=linux-arm --build=i686 --cache-file=arm_cache.conf Iam getting error in configuration that configure: error: glib-compile-schemas not found. Pleas

Re: Please don't drop support for Curve

2011-05-04 Thread Gordon JC Pearce
On Wed, 2011-05-04 at 03:22 -0700, Charlie De wrote: > Recently, I learnt to create Python scripts, and with the help of Glade, > created > a GUI to ImageMagick routines, for my own "proprietary photo editor". The > Curve > widget was absolutely central to this endeavour. The only downside is

Re: Please don't drop support for Curve

2011-05-04 Thread Dov Grobgeld
I suggest that you learn how to create your own widget. A widget like GtkCurve is very easy to develop by subclassing one of the canvas widgets, e.g. GooCanvas. Or do it directly through Cairo on a GtkDrawingArea. This is described here: http://live.gnome.org/Vala/CustomWidgetSamples Regards, Dov

Re: Please don't drop support for Curve

2011-05-04 Thread David King
On 2011-05-04 03:22, Charlie De wrote: I've joined up with this list for one single reason: to ask the developers to re-consider and reverse their decision to deprecate and eventually remove the Curve widget from GTK+. GtkCurve was already removed in GTK+ 3. It was deprecated in GTK+ 2.20 but

Please don't drop support for Curve

2011-05-04 Thread Charlie De
Hello all, I've joined up with this list for one single reason: to ask the developers to re-consider and reverse their decision to deprecate and eventually remove the Curve widget from GTK+. Recently, I learnt to create Python scripts, and with the help of Glade, created a GUI to ImageMagick