Re: Last supported version of GTK+ for Win9x/ME

2010-11-29 Thread Michael Torrie
On 11/29/2010 08:02 AM, carlo.bramix wrote: > Hello, what are the last and latest versions of GLib, ATK, Pango, > GTK+ that support Windows 98 and Windows ME? At download page at GTK+ > site there is written: "Long obsolete versions of GTK+ did run on > Win9x and NT 4, too." What about adding a lit

Re: Last supported version of GTK+ for Win9x/ME

2010-11-29 Thread Jernej Simončič
On Mon, 29 Nov 2010 16:02:20 +0100, carlo.bramix wrote: > what are the last and latest versions of GLib, ATK, Pango, GTK+ that support > Windows 98 and Windows ME? > At download page at GTK+ site there is written: "Long obsolete versions of > GTK+ did run on Win9x and NT 4, too." > What about ad

GTK+ 2.91.5 released

2010-11-29 Thread Matthias Clasen
GTK+ 2.91.5 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.91/ http://download.gnome.org/sources/gtk+/2.91/ 3893a158682e4954e31847c5f4aaa1b1f0ff259cff8d141f8ed8a58121e2cc21 gtk +-2.91.5.tar.bz2 d8e16d0d81b9addf954817210a63b7f82b45857d271a69ffac4b1492b65deb37 gtk +-2.91.5.tar.gz

Re: Mixing GLib and system file name encoding

2010-11-29 Thread Tadej Borovšak
Hello. > - convert the names from the list to GLib encoding (UTF-8) and combine >  it with the directory name of the list file and use g_fopen() to open >  the files You can use g_locale_to_utf8() to convert names in the list to UTF-8, which can then be fed along with base directory to g_build_fi

Re: gtk_init breaks fortran data operation

2010-11-29 Thread Alexander Varnin
I don't think the real solution is worth the effort. Setting locale is rather simple and safe method. 29.11.2010 16:41, David Nečas пишет: > On Mon, Nov 29, 2010 at 03:39:32PM +0300, Alexander Varnin wrote: >> I don't need gtk_disable_setlocale() because I want other locale >> parameters to be se

GLib 2.27.4 released

2010-11-29 Thread Matthias Clasen
GLib 2.27.4 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.27/ http://download.gnome.org/sources/glib/2.27/ 71367cbf45998f736d7998282bc62fdefe13544a2c8ca523d9e5e9cc212758e6 glib-2.27.4.tar.bz2 c3f9b0677d554f85dcc0de8cf6502bd4f0c51bc20d9b32f0a4528e5757e6f369 glib-2.27.4.tar.gz

Last supported version of GTK+ for Win9x/ME

2010-11-29 Thread carlo.bramix
Hello, what are the last and latest versions of GLib, ATK, Pango, GTK+ that support Windows 98 and Windows ME? At download page at GTK+ site there is written: "Long obsolete versions of GTK+ did run on Win9x and NT 4, too." What about adding a little more detailed informations, like "For those p

Mixing GLib and system file name encoding

2010-11-29 Thread David Nečas
Hello, I have a file that contains names of other files (in the same directory) and need to load these other files when the user selects the list file. Easy. Except that the file was created by a MS Windows program and the names are in system encoding (whatever it means, usually something like C

Re: gtk_init breaks fortran data operation

2010-11-29 Thread David Nečas
On Mon, Nov 29, 2010 at 03:39:32PM +0300, Alexander Varnin wrote: > I don't need gtk_disable_setlocale() because I want other locale > parameters to be set. Well, in that case the real solution is IMO to use a locale-independent number parsing function (similar to g_ascii_strtod()) which might no

Re: gtk_init breaks fortran data operation

2010-11-29 Thread Alexander Varnin
I don't need gtk_disable_setlocale() because I want other locale parameters to be set. I'll use C instead of en_US.utf8. Thanks for advice. 29.11.2010 10:55, David Nečas пишет: > On Sun, Nov 28, 2010 at 07:15:54PM +0300, Alexander Varnin wrote: >> Yes, you are right. Adding >>> setlocale(LC_NUMER