GTK+ 2.24.8

2011-11-10 Thread Alexander Larsson
GTK+ 2.24.8 is now available for download at: http://download.gnome.org/sources/gtk+/2.24/ ftp://ftp.gnome.org/pub/GNOME/sources/gtk+/2.24/ ac2325a65312922a6722a7c02a389f3f4072d79e13131485cc7b7226e2537043 gtk+-2.24.8.tar.bz2 8a3b29f667933cf52eea2db7b066723edbc80443ca9c75b7cd7cbe8c8b90b93c

Gtk3 and resizing GtkTreeView columns

2011-11-10 Thread Michael Cronenworth
I ported an app from GTK2 to GTK3. Aside from lots of function renaming and layout adjusting due to the flipping of the expand flag... I have a problem with columns in GtkTreeView widgets. In GTK2, resizing a column with the mouse past the width of the visible tree wouldn't cause the whole

Re: A GTK+ hackfest opportunity

2011-11-10 Thread Matthias Clasen
Hi, we now have a wiki page for the hackfest: http://live.gnome.org/Hackfests/DeveloperConference2012 I've just started a participant list, which you should use to register your interest. From what I've heard from the local organizers, we'll have room for 10-12 people. Matthias

Re: A GTK+ hackfest opportunity

2011-11-10 Thread Matthias Clasen
On Thu, Nov 10, 2011 at 9:15 AM, Matthias Clasen matthias.cla...@gmail.com wrote: Hi, we now have a wiki page for the hackfest: http://live.gnome.org/Hackfests/DeveloperConference2012 ...and right after putting this url out publicly, I've moved the wiki page :-( You can find it now at

GTK+ 2.24.8

2011-11-10 Thread Alexander Larsson
GTK+ 2.24.8 is now available for download at: http://download.gnome.org/sources/gtk+/2.24/ ftp://ftp.gnome.org/pub/GNOME/sources/gtk+/2.24/ ac2325a65312922a6722a7c02a389f3f4072d79e13131485cc7b7226e2537043 gtk+-2.24.8.tar.bz2 8a3b29f667933cf52eea2db7b066723edbc80443ca9c75b7cd7cbe8c8b90b93c

Re: RFC: Model-View-Controller

2011-11-10 Thread Andrew Cowie
On Wed, 2011-11-09 at 19:12 +0100, Benjamin Otte wrote: The first thing I want to do is to create View objects. ... In Clutter terms this is what ClutterActor is. ... The second thing I want to is create Controller objects. ... The Clutter equivalent here is ClutterAction. How about just

Re: Is GTK+ 3.x 2x slower than GTK+ 2.x?

2011-11-10 Thread Javier Jardón
On 23 July 2011 21:30, Jakub Misak jmi...@centrum.cz wrote: Is GTK+ 3.x 2x slower than GTK+ 2.x? Hello, Hello Jakub, So I made a (very) simple and stupid benchmark that tests a couple of basic things in a loop, to see how the two GTK+ versions compare. If you're interested, you can

GTK+ 2.24.8

2011-11-10 Thread Alexander Larsson
GTK+ 2.24.8 is now available for download at: http://download.gnome.org/sources/gtk+/2.24/ ftp://ftp.gnome.org/pub/GNOME/sources/gtk+/2.24/ ac2325a65312922a6722a7c02a389f3f4072d79e13131485cc7b7226e2537043 gtk+-2.24.8.tar.bz2 8a3b29f667933cf52eea2db7b066723edbc80443ca9c75b7cd7cbe8c8b90b93c

Gtk+ 2.24.8 on win32 GtkTextView or GtkNoteBook BUG

2011-11-10 Thread jun louis
I Run gtk-demo.exe or other gtk program use Gtk+-2.24.8 compiled today, When I switch page(for example switch Info/Souce page in gtk-demo.exe), the GtkTextView disappear(maybe texts in GtkTextViewdisappear), but scrollbar or other widget work well. Any one known this problem?