GTK+ CVS access FAQ out of date

2007-04-09 Thread Francesco Montorsi
Hi, the only document I could find for checking out the CVS repo of GTK+ is this: http://www.gtk.org/faq/#AEN325 and it seems out of date since if I follow the istructions I get: [EMAIL PROTECTED]:~/work$ CVSROOT=':pserver:[EMAIL PROTECTED]:/cvs/gnome' [EMAIL PROTECTED]:~/work$ export

Re: GTK+ CVS access FAQ out of date

2007-04-09 Thread Tristan Van Berkom
On Mon, 2007-04-09 at 16:08 +0200, Francesco Montorsi wrote: Hi, the only document I could find for checking out the CVS repo of GTK+ is this: http://www.gtk.org/faq/#AEN325 and it seems out of date since if I follow the istructions I get: [EMAIL PROTECTED]:~/work$

Re: GTK+ CVS access FAQ out of date

2007-04-09 Thread Yeti
On Mon, Apr 09, 2007 at 04:08:53PM +0200, Francesco Montorsi wrote: the only document I could find for checking out the CVS repo of GTK+ is this: http://www.gtk.org/faq/#AEN325 and it seems out of date since if I follow the istructions I get: [EMAIL PROTECTED]:~/work$

Re: GTK+ CVS access FAQ out of date

2007-04-09 Thread Francesco Montorsi
Hi, Tristan Van Berkom ha scritto: IIRC it was discontinued recently (the cvs repo /was/ around for a few months following the migration though). http://live.gnome.org/SubversionFAQ thanks! it would be nice to update also the FAQ on the www.gtk.org website :) Francesco --

Re: Statically link with GTK

2007-04-09 Thread Reed Hedges
Yeah, it's kind of difficult. I tried and gave up. It was easier just to use the shared libraries (DLLs) and other files and install them along with my program. Reed Tor Lillqvist wrote: Fabrice Le Goff writes: Is there a way to statically link with the Gtk+2.x lib ? I use either

Re: GTK+ CVS access FAQ out of date

2007-04-09 Thread Reed Hedges
Francesco Montorsi wrote: Hi, Tristan Van Berkom ha scritto: IIRC it was discontinued recently (the cvs repo /was/ around for a few months following the migration though). http://live.gnome.org/SubversionFAQ thanks! it would be nice to update also the FAQ on the www. Yup. I put a bug

Re: ideas on improving the performance of gtk_tree_view

2007-04-09 Thread Federico Mena Quintero
El jue, 29-03-2007 a las 17:43 +0300, [EMAIL PROTECTED] escribió: Using arrays in GtkTreeDataSortHeader doesn't appear to be optimal, because their length is not constant. We would end up to alloc/dealloc/copy sequence when adding new items. From a quick look at the code, the only place