Re: Glib: AM_GLIB_GNU_GETTEXT

2012-09-17 Thread Javier Jardón
On 17 September 2012 01:38, Lanoxx lan...@gmx.net wrote: Hi Javier, Hey, If you want to use intltool, you have 2 options: remove the gettext macros or keep them and add something like this to your autogen.sh: autopoint --force AUTOPOINT='intltoolize --automake --copy' autoreconf -ivs

Re: out of date langage bindings page for D binding

2012-09-17 Thread Martyn Russell
On 13/09/12 13:15, Mathieu Dupuy wrote: Hello. Hello, Time to bump language binding table ! :) Gtkd binding now bind gtk+ 3.0 (and previous version binded 2.24 too, btw) I've done this now. I will email about language bindings in a separate thread as I have some other updates. Please

Language Bindings for GTK+ 3.2 (on website)

2012-09-17 Thread Martyn Russell
Hello all, So, I was checking these are up to date after Mathieu Dupuy asked me to update the D language bindings. I have added a GTK+ 3.2 column now and continued the 3.0 binding progress for each case. PLEASE let me know if any status has changed here for your language bindings out

Re: Language Bindings for GTK+ 3.2 / 3.4 (on website)

2012-09-17 Thread Martyn Russell
On 17/09/12 12:07, Martyn Russell wrote: Hello all, So, I was checking these are up to date after Mathieu Dupuy asked me to update the D language bindings. I have added a GTK+ 3.2 column now and continued the 3.0 binding progress for each case. I have added 3.4 too - I meant to add. PLEASE

Re: Language Bindings for GTK+ 3.2 / 3.4 (on website)

2012-09-17 Thread Javier Jardón
On 17 September 2012 20:12, Martyn Russell mar...@lanedo.com wrote: On 17/09/12 12:07, Martyn Russell wrote: Hello all, So, I was checking these are up to date after Mathieu Dupuy asked me to update the D language bindings. I have added a GTK+ 3.2 column now and continued the 3.0 binding

Re: Language Bindings for GTK+ 3.2 / 3.4 (on website)

2012-09-17 Thread Matthias Clasen
On Mon, Sep 17, 2012 at 7:47 AM, Javier Jardón jjar...@gnome.org wrote: Id remove all the 2.x columns and only left 2.24. Its the only GTK+ 2.x supported version anyway That sounds right to me ___ gtk-devel-list mailing list

TextView height incorrect when inserted in already show()n parent

2012-09-17 Thread Andrew Potter
Hi, If you insert a TextView with some long line of text and word wrapping enabled, it seems that its initial height request remains the same as it would if hexpand were set to false. But, this only happens when inserting into a parent that has already had show() called on it. A test case is