GLib 2.19.6 released

2009-02-02 Thread Matthias Clasen
GLib 2.19.6 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.19/ http://download.gnome.org/sources/glib/2.19/ glib-2.19.6.tar.bz2 md5sum: d78ebdcb6a9bbd7cce1f396501037f9b glib-2.19.6.tar.gz md5sum: be37b6a73ca6ea2f1575730bbd49568d This is the sixth development release leading

GTK+ 2.15.3 released

2009-02-02 Thread Matthias Clasen
GTK+ 2.15.3 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.15/ http://download.gnome.org/sources/gtk+/2.15/ gtk+-2.15.3.tar.bz2 md5sum: e490d990f170e78555f84133f4aafdfe gtk+-2.15.3.tar.gz md5sum: 8f325caa2d1c01a66dc90b7b7688e2a1 This is another development release leading up

Re: GTK+ Theming API Hackfest

2009-02-02 Thread Alexander Larsson
On Mon, 2009-02-02 at 05:31 +0100, Vincent Untz wrote: Hi, For quite some time already, there have been discussions about how to improve the GTK+ theming API, and at last GUADEC, a few people started thinking of organizing a hackfest on this topic. And the good news is that this will now

Re: gobject-introspection boilerplate

2009-02-02 Thread Johan Dahlin
On Mon, Feb 2, 2009 at 1:57 PM, Behdad Esfahbod beh...@behdad.org wrote: Hi, I'm trying to make a pango devel release but I can't get the gobject-introspection stuff happy. Main reason is that it requires 0.6.2 but rawhide only has 0.6.1, but there's also a bunch of autotools-related

gobject-introspection boilerplate

2009-02-02 Thread Behdad Esfahbod
Hi, I'm trying to make a pango devel release but I can't get the gobject-introspection stuff happy. Main reason is that it requires 0.6.2 but rawhide only has 0.6.1, but there's also a bunch of autotools-related improvements that can be made. Since this stuff is copied in more than one module

GLib 2.19.6 released

2009-02-02 Thread Matthias Clasen
GLib 2.19.6 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.19/ http://download.gnome.org/sources/glib/2.19/ glib-2.19.6.tar.bz2 md5sum: d78ebdcb6a9bbd7cce1f396501037f9b glib-2.19.6.tar.gz md5sum: be37b6a73ca6ea2f1575730bbd49568d This is the sixth development release leading

Re: client-side-windows vs metacity

2009-02-02 Thread Alexander Larsson
On Sun, 2009-02-01 at 02:10 +, Iain * wrote: On Sat, Jan 31, 2009 at 7:46 AM, Alexander Larsson al...@redhat.com wrote: On Fri, 2009-01-30 at 14:47 -0500, Morten Welinder wrote: What about other window managers? It would be sad to see gtk+ tied directly to a given window manager.

GTK+ 2.15.3 released

2009-02-02 Thread Matthias Clasen
GTK+ 2.15.3 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.15/ http://download.gnome.org/sources/gtk+/2.15/ gtk+-2.15.3.tar.bz2 md5sum: e490d990f170e78555f84133f4aafdfe gtk+-2.15.3.tar.gz md5sum: 8f325caa2d1c01a66dc90b7b7688e2a1 This is another development release leading up

Re: Mixing immediate drawing with drawing via expose events

2009-02-02 Thread Dov Grobgeld
It's not clear to me what you want to achieve, but you want to separate between a preparation step, where you transfer your data into a suitable for for direct drawing, and the actual drawing, which takes place in expose event. Consider e.g. my vector drawing program giv handles several hundred

Re: How to watch file descriptor activity via GMainLoop?

2009-02-02 Thread Toralf Lund
Tristan Van Berkom wrote: Just use g_io_channel_add_watch(), which installs a GSource for you which holds an internal reference to the io channel [ ... ] Ah, yes, that will definitely be a lot simpler. I actually encountered IO channels in some open source code I read a while back, but

Re: passing object(widgets) references: preferred way [gtkbuilder, g_object(set/get)_data, or..]

2009-02-02 Thread Tristan Van Berkom
2009/2/2 Fabio Mariotti mariotti.fa...@gmail.com: Dears, I guess it is a beginner question. The problem is: Hi, I recommend that you use structures or even objects to store your pointers - a perfect simple example of this is the DevHelp sources, which are marvelously cleanly maintained and

Re: pixbuf rotation

2009-02-02 Thread Aron Rubin
Roei Azachi wrote: Hi, Is there a way to rotate a pixbuf not by a multiple of 90 degrees (using gdk_pixbuf_rotate_simple)? I would like to rotate it by 10 degrees... create a cairo image make a cairo context on that new image set the transform to be the rotation you want load your original

ImageButton

2009-02-02 Thread Steffen Toksvig
What is the best way to make an 'owner drawn' button that draws different images depending on the state of the button. The button would draw only the relevant image, possibly scaled if the button has a different size compared to the image and a label. But it should not draw any of the normal

Re: ImageButton

2009-02-02 Thread jcupitt
2009/2/2 Steffen Toksvig s.toks...@gmail.com: What is the best way to make an 'owner drawn' button that draws different images depending on the state of the button. The button would draw only the relevant image, possibly scaled if the button has a different size compared to the image and a

GLib 2.19.6 released

2009-02-02 Thread Matthias Clasen
GLib 2.19.6 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.19/ http://download.gnome.org/sources/glib/2.19/ glib-2.19.6.tar.bz2 md5sum: d78ebdcb6a9bbd7cce1f396501037f9b glib-2.19.6.tar.gz md5sum: be37b6a73ca6ea2f1575730bbd49568d This is the sixth development release leading

GTK color key support

2009-02-02 Thread Iulian
I'm using GTK-DFB on linux. Is there support for color key ( a way to make pixels of a certain color transparent) ? -- View this message in context: http://www.nabble.com/GTK-color-key-support-tp21789135p21789135.html Sent from the Gtk+ - General mailing list archive at Nabble.com.

Re: ImageButton

2009-02-02 Thread Tristan Van Berkom
On Mon, Feb 2, 2009 at 5:39 PM, jcup...@gmail.com wrote: 2009/2/2 Steffen Toksvig s.toks...@gmail.com: What is the best way to make an 'owner drawn' button that draws different images depending on the state of the button. The button would draw only the relevant image, possibly scaled if the

Re: Mixing immediate drawing with drawing via expose events

2009-02-02 Thread jcupitt
2009/1/31 Douwe Vos dmvos2...@yahoo.com: 1. all the immediate drawing is done as a result of a key- or mouse-event (so no extra thread). Isn't the event-dispatcher for the key- and mouse-event handled by the same thread as the expose-event dispatcher (or even they are the same

GTK+ 2.15.3 released

2009-02-02 Thread Matthias Clasen
GTK+ 2.15.3 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.15/ http://download.gnome.org/sources/gtk+/2.15/ gtk+-2.15.3.tar.bz2 md5sum: e490d990f170e78555f84133f4aafdfe gtk+-2.15.3.tar.gz md5sum: 8f325caa2d1c01a66dc90b7b7688e2a1 This is another development release leading up

Glib-log() and %-style format strings

2009-02-02 Thread Torsten Schoenfeld
Aloha, this always produces a segmentation fault on my machine: perl -MGlib -e'Glib-log(q/Test/, qw/warning/, q(%s %s));' The reason is that we pass the message string (%s %s in this case) unaltered down to g_log(): g_log (log_domain, SvGLogLevelFlags (log_level), message); g_log()

Re: Glib-log() and %-style format strings

2009-02-02 Thread muppet
Torsten Schoenfeld wrote: Aloha, this always produces a segmentation fault on my machine: perl -MGlib -e'Glib-log(q/Test/, qw/warning/, q(%s %s));' The reason is that we pass the message string (%s %s in this case) unaltered down to g_log(): g_log (log_domain, SvGLogLevelFlags

Re: Glib-log() and %-style format strings

2009-02-02 Thread Kevin Ryde
muppet sc...@asofyet.org writes: I don't think that g_log() provides any formatting features that perl doesn't already trump. I suppose automatically putting args through perl's sprintf could be cute, to make it look more like g_log(). Though if it's always meant to have been a fixed string