GTK mailing list

2011-11-14 Thread Michael Cronenworth
It seems the amount of traffic on this list has dropped significantly over the past few years. Is there a better mailing list or web forum to collaborate with others about GTK application development? Thanks, Michael ___ gtk-app-devel-list mailing

Re: GTK3 and MS-Windows theme

2011-11-14 Thread Michael Cronenworth
Michael Cronenworth wrote: Does GTK3 contain the win32 work that was just released with 2.24.8? It looks like the answer is not yet as I see the win32 work is on the master branch. I'll wait for 3.4 (or if its ported to 3.2) before trying GTK3 again.

Re: GTK mailing list

2011-11-14 Thread Bernhard Schuster
2011/11/14 Michael Cronenworth m...@cchtml.com: It seems the amount of traffic on this list has dropped significantly over the past few years. Is there a better mailing list or web forum to collaborate with others about GTK application development? AFAIK no. The fact there is not much

Re: [g-a-devel] Coming to grips with the state of a11y in GNOME

2011-11-14 Thread Mario Lang
Matthias Clasen matthias.cla...@gmail.com writes: The screen reader, orca, clearly is our 'flagship' AT. In my recent experience with orca, it worked surprisingly well and spoke to me for hours. The impression I got was much better than I had expected. In earlier attempts (sometime during

Re: gtk-2-24-win32 branch update

2011-11-14 Thread Martin Renold
On Wed, Nov 02, 2011 at 04:59:17PM +0100, Alexander Larsson wrote: The gtk-2-24-win32 branch is now in a pretty good state. I fixed a lot of bugs from bugzilla and stuff from dieters testing (https://live.gnome.org/GTK%2B/Win32/test-gtk-2-24-win32). Thanks a lot! Especially for fixing tablet

Is this a memory leak?

2011-11-14 Thread Traktor Toni
Hi, I'm using librsvg-2. Just calling rsvg_init() rsvg_term() tells bytes possibly lost in valgrind at line g_type_init_with_debug_flags inside rsvg_init(). Also, why is it still calling g_type_init_with_debug_flags even though I'm not compiling with any -g flag? Thanks guys, this is

Re: Is this a memory leak?

2011-11-14 Thread Emmanuele Bassi
no, a one-off memory allocation is not a memory leak. there have been multiple threads regarding using Valgrind with Glib and Gtk+; I suggest you look at the Gnome wiki and the archives of this list. ciao, Emmanuele. sent from my phone, sorry for the formatting. On 14 Nov 2011 19:03, Traktor

Re: Is this a memory leak?

2011-11-14 Thread David Nečas
On Wed, Nov 09, 2011 at 02:38:44PM +0100, Traktor Toni wrote: Hi, I'm using librsvg-2. Just calling rsvg_init() rsvg_term() tells bytes possibly lost in valgrind at line g_type_init_with_debug_flags inside rsvg_init(). Do you use nip2.supp? Also, why is it still calling