Re: setlocale gtk

2009-09-01 Thread Tomas Soltys
I forgot to write that this behaviour apply only on Windows not on Linux. Cheers Tomas Soltys Hi all, Recently I have ran into a problem with locale settings. 1. I need my application to have disabled locale settings. This is mainly for the number representation. 2. If I call

GTK+ 2.17.10 released

2009-09-01 Thread Matthias Clasen
GTK+ 2.17.10 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.17/ http://download.gnome.org/sources/gtk+/2.17/ md5 sums: 9fe31cc177993fdec187e6f44fc3b60b gtk+-2.17.10.tar.bz2 b169d880f5b672219e23f8fb9cf764ab gtk+-2.17.10.tar.gz sha1 sums:

GDK_LINE_ON_OFF_DASH

2009-09-01 Thread Shivaprasad P
HI, gnome_canvas_line_get_type(), points, pcvas_points, fill_color, black, width_units, (double) 1.0f, line_style,GDK_LINE_ON_OFF_DASH, .. Can I know , why GDK_LINE_ON_OFF_DASH is not effective in gnome canvas, as I am getting solid line instead ?

Re: setlocale gtk

2009-09-01 Thread Allin Cottrell
On Tue, 1 Sep 2009, Tomas Soltys wrote: I forgot to write that this behaviour apply only on Windows not on Linux. [...] Recently I have ran into a problem with locale settings. 1. I need my application to have disabled locale settings. This is mainly for the number representation. If

Re: Extended input device breakage

2009-09-01 Thread Alexander Larsson
On Sun, 2009-08-30 at 18:29 -0400, Thomas Jaeger wrote: I'd appreciate it if someone could look into those issues, as they are critical for tablet users in the upcoming round of distributions. [1] http://bugzilla.gnome.org/show_bug.cgi?id=588649 I added csw to the whiteboard on this bug so

GTK+ 2.17.10 released

2009-09-01 Thread Matthias Clasen
GTK+ 2.17.10 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.17/ http://download.gnome.org/sources/gtk+/2.17/ md5 sums: 9fe31cc177993fdec187e6f44fc3b60b gtk+-2.17.10.tar.bz2 b169d880f5b672219e23f8fb9cf764ab gtk+-2.17.10.tar.gz sha1 sums:

[patch] batch scanlines when loading JPEG...

2009-09-01 Thread Daniel J Blueman
Hi guys, I've written and tested a small patch that increases efficiency (particularly in small-cache systems) of loading JPEG images: override the recommended lines with what we've already allocated; increase batch size from 4 to 8 lines. Please consider for inclusion and tweak as needed (eg

Re: [patch] batch scanlines when loading JPEG...

2009-09-01 Thread Daniel J Blueman
Hi Federico, On Sat, Aug 29, 2009 at 12:27 AM, Federico Mena Quinterofeder...@ximian.com wrote: On Fri, 2009-08-28 at 16:12 +0100, Daniel J Blueman wrote: I've written and tested a small patch that increases efficiency (particularly in small-cache systems) of loading JPEG images: override