Re: GtkCanvas requirements?

2007-04-29 Thread Sven Herzberg
Carlos Garnacho wrote: Hello!, On Fri, 2007-04-20 at 17:11 +0200, Sven Herzberg wrote: Marco Pesenti Gritti wrote: There is something which bothers me though. Support for some units, points for example, would require floating points measures. And I suspect we don't want to do

need some jhbuild help

2007-04-29 Thread Dr. Michael J. Chudobiak
Hi all, I'm new at using jhbuild, and I had it working a few days ago, but something has gone wrong... I'm trying to build the gnome-2.18 and/or gnome-2.20 modulesets, but for both I keep getting this warning when I build: ./.libs/libgtk-x11-2.0.so: undefined reference to

Using pango without fontconfig

2007-04-29 Thread Abu Ismail
Hi, I'm trying to use pango to provide persian text shaping for an application. The application uses the freetype library but uses its own way of accessing font files instead of fontconfig. So I already have access to the string pathname to the ttf font file I want to use. I looked at the

Re: Graphical glitch

2007-04-29 Thread Ian Zimmerman
Mihai Me too. Debian Etch (dist-upgraded a few days ago). 1/ Has anyone reported this in the Debian bug tracker? 2/ Maybe the thread should move to the gtk list, since this doesn't seem to be specific to sawfish? -- This line is completely ham. ___

how to install the gtkmozembed development library

2007-04-29 Thread Dennis Francis
Can anyone please tell me how can I install gtkmozembed development library, so that I can use the browser widget in my code. Thanks -- Dennis ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Problems freeing memory in GHashTable Glib 2.12.11

2007-04-29 Thread Yeti
On Fri, Apr 27, 2007 at 05:55:32PM +0100, Pedro Rafael Alves Sim?es wrote: I'm having difficulties freeing memory from a GHashTable. First, I add 100 elements to the hashtable, the image01.jpg in attach shows the top output from the process after the additions. At this moment the process

Re: The Always on top issue

2007-04-29 Thread muppet
On Apr 12, 2007, at 2:52 PM, Ari Jolma wrote: my $dialog = Gtk2::MessageDialog-new($parent,'modal','info','close','foo'); $dialog-set_transient_for($parent); In my understanding, if you give a parent and the 'modal' flag to a Dialog, gtk+ will call set_transient_for() for you, so

[PATCH] Re: Gtk2::Gdk::Pixbuf::render_pixmap_and_mask leaks X memory ?

2007-04-29 Thread muppet
On Apr 21, 2007, at 7:37 PM, squentin wrote: It seems the render_pixmap_and_mask function from Gtk2::Gdk::Pixbuf is leaking. Repetitive call to it cause the X server memory usage to grow. Am I missing something ? No, you're not. That appears to be a resource leak because of a reference

Re: Invoking[Fork and exec] a new script from main GUI, freezes parent UI application....

2007-04-29 Thread muppet
On Apr 19, 2007, at 4:21 AM, Ashwin Ramachandran wrote: Hi All, I have an application, in which there is a menu item to display a log window. This log[textview] window shows all the log debugs collected so far from the application. All the log debugs are written to a file by the main