GLib 2.11.0 released

2006-05-02 Thread Matthias Clasen
GLib 2.11.0 is now available for download at ftp://ftp.gtk.org/pub/gtk/v2.11/ http://ftp.gnome.org/pub/gnome/sources/glib/2.11/ glib-2.11.0.tar.bz2 md5sum: 5cbfb9d8279d7bf26d13b3ca52c9a570 glib-2.11.0.tar.gz md5sum: dde8c488e4be67490a021f3e450a59ea This is the first development

Re: expander.gtk.org

2006-05-02 Thread Carol Spears
On Tue, May 02, 2006 at 02:20:52PM -0700, Carol Spears wrote: > it looks like the name is going to be liststore.gtk.org due to the table > in the feed from bugzilla > sorry, i am new to these widgets. i meant treestore.gtk.org it should be online today, depending on how quickly i can grokk jd

Re: expander.gtk.org

2006-05-02 Thread Carol Spears
On Tue, May 02, 2006 at 11:08:46PM +0200, Tim Janik wrote: > > bugs.gtk.org may indeed be a bit confusing and could better be redirected > to bugzilla.gnome.org. > why couldn't you simply use parasites.gtk.org as well? ;) > it looks like the name is going to be liststore.gtk.org due to the table

Re: expander.gtk.org

2006-05-02 Thread Tim Janik
On Tue, 2 May 2006, Carol Spears wrote: it has its own internet address now: http://expander.gtk.org thanks to everyone who helped track down web log feed(s) and other things. i was thinking about "bugs.gtk.org" for a listing of active glib, pango, atk and gtk+ bugs, similar to http://parasit

Re: [Gtk+-2.0 on MacOSX - Imendio Project] How to launch an executable ?

2006-05-02 Thread Malik NakaMura
Hi Richard, I just did : cvs -d :pserver:[EMAIL PROTECTED]:/cvs/gnome co gtk+ It appears that this CVS does not have the latest gtk+ version... How can I get the latest CVS version of GTK+ ? thanks in advance, Malik From: Richard Hult <[EMAIL PROTECTED]> To: Malik NakaMura <[EMAIL PROTECTE

Re: Recently Used Files Proposal

2006-05-02 Thread Emmanuele Bassi
Hi Alex, On Wed, 2006-04-26 at 09:54 +0200, Alexander Larsson wrote: > On Wed, 2006-04-26 at 09:29 +0200, Petr Tomasek wrote: > > In the menu you have usually only a few "recent files". If you look > > for something little older it would have sense to have special dialog. > > > > (I hate the fac

How to implement OpenVMS specific keymaps?

2006-05-02 Thread John E. Malmberg
When running the demo programs for GTK+ I notice that it is using the default Motif bindings. The most noticeable is that the DELETE key on the OpenVMS Keyboard is being interpreted as delete forward instead of delete backwards, and I have not yet found the key sequence to delete backwards.

Re: why is pango_font_description_set_* functions leaking

2006-05-02 Thread Owen Taylor
On Tue, 2006-05-02 at 06:03 -0700, nerdy wrote: > Hello all, > > I found that the functions pango_font_description_set_family and > pango_font_description_set_size are leaking memory. I am using pango > version 1.4.0. > > fontdesc = pango_font_description_new(); > pango_font_description_set_fami

expander.gtk.org

2006-05-02 Thread Carol Spears
it has its own internet address now: http://expander.gtk.org thanks to everyone who helped track down web log feed(s) and other things. i was thinking about "bugs.gtk.org" for a listing of active glib, pango, atk and gtk+ bugs, similar to http://parasites.gimp.org and i could have a not-yet GtkL

Re: why is pango_font_description_set_* functions leaking

2006-05-02 Thread Behdad Esfahbod
On Tue, 2 May 2006, nerdy wrote: > Hello all, > > I found that the functions pango_font_description_set_family > and pango_font_description_set_size are leaking memory. I am > using pango version 1.4.0. > > fontdesc = pango_font_description_new(); > pango_font_description_set_family(fontdesc,"cou

why is pango_font_description_set_* functions leaking

2006-05-02 Thread nerdy
Hello all,I found that the functions pango_font_description_set_family and pango_font_description_set_size are leaking memory. I am using pango version 1.4.0.fontdesc =  pango_font_description_new();pango_font_description_set_family(fontdesc,"courier");pango_font_description_set_size(fontdesc,size*

Re: modality, hinting to the WM, and GtkWindowGroup

2006-05-02 Thread Owen Taylor
In the end, the question here really isn't what we call different types of modality - the relevant questions are: what are the different situations that users should see? how do we represent those situations through the GTK+ API? if it isn't sufficient, what extensions are needed? By far the most

Re: [gedit-list] First pass hack of gedit and gtksourceview port to gtkprintoperation

2006-05-02 Thread Alexander Larsson
On Mon, 2006-05-01 at 17:27 +0200, Paolo Borelli wrote: > > > I can > > easily see "current selection" as a useful value for the range > > selector. And > > it should be easy to add. > > > Yes, but I would prefer to not see it added as a special case (like the > "current page" case). > > Doin

Re: [gedit-list] First pass hack of gedit and gtksourceview port to gtkprintoperation

2006-05-02 Thread Alexander Larsson
On Mon, 2006-05-01 at 12:48 +0200, Paolo Maggi wrote: > [Resending since it seems my previous mail was sent from the wrong address] > > Hi > > > I'm not sure what is the best way to avoid problems with pagination > > blocking the ui for a long time. Alex opened a bug about allowing > rendering >

Re: How to get a Drawing area image as a file (BMP).

2006-05-02 Thread muppet
This list is for discussion of the development of the gtk+ toolkit itself. Questions about using gtk+ should go to gtk-app-devel- [EMAIL PROTECTED] On May 2, 2006, at 3:34 AM, sadhees kumar wrote: pixbuf = gdk_pixbuf_get_from_drawable(NULL,GTK_DRAWABLE (da_setting_ff)->window, In gtk+ there

Re: [Gtk+-2.0 on MacOSX - Imendio Project] How to launch an executable ?

2006-05-02 Thread Richard Hult
Hi, Malik NakaMura skrev: > I succeeded in starting a gtk application from a terminal, but the text is > not well displayed wih gtk-demo : [...] Are you sure that's from the latest CVS version of GTK+? That looks like a bug that was fixed several months ago. Regards, Richard -- Imendio AB,

Re: [Gtk+-2.0 on MacOSX - Imendio Project] How to launch an executable ?

2006-05-02 Thread Malik NakaMura
I succeeded in starting a gtk application from a terminal, but the text is not well displayed wih gtk-demo : http://img220.imageshack.us/my.php?image=gtkdemo3ta.png My configuration : autoconf 2.59 automake 1.7.9 libtool 1.5.20 gettext 0.14.5 pkg-config 0.20 libpng 1.2.10 libtiff 3.8.2

How to get a Drawing area image as a file (BMP).

2006-05-02 Thread sadhees kumar
Hi Everybody,      Im desperately trying to get a drawing area widget as a bmp file but in vain. My code looks like this.     colormap = gtk_widget_get_colormap(da_setting_ff); gtk_widget_realize(da_setting_ff); pixbuf = gdk_pixbuf_get_from_drawable(NULL,GTK_DRAWABLE(da_setting_ff)->w

HOW TO USE A DIFFERENT LANGUAGE OTHER THAN ENGLISH

2006-05-02 Thread Tor Lillqvist
anuj pachauri writes: > I have a software(Baraha Direct) which maps the character on the > keyboard to the Hindi Character and writes it. By simply switching on > the sofware i am able to write in Hindi on WordPad, Microsoft Word, > web pages etc.;. > When i tried the same thing on my gtk+ GU