Re: glib(win32) without libffi

2012-07-30 Thread Hans Breuer
At 30.07.2012 04:55, Fan Chun-wei wrote: 於 2012/7/29 下午 09:57, Colin Walters 提到: On Sun, 2012-07-29 at 15:24 +0200, Hans Breuer wrote: I didn't say no; we're having a discussion. Realistically, so while I personally *do* care about Windows builds, I find cross-building with mingw a much saner

Re: [PATCH] Please update commerce web page

2012-07-30 Thread Martyn Russell
On 28/07/12 12:09, Roger Leigh wrote: EPIC Technology Fixed. Thanks for the patch. -- Regards, Martyn Founder and CEO of Lanedo GmbH. ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: glib(win32) without libffi

2012-07-30 Thread Colin Walters
On Mon, 2012-07-30 at 13:02 +0200, Hans Breuer wrote: See my other mail: I finally followed Colin's advice to try harder ;) Not by contacting the libffi mailing list, but by using a build environment I know better. Awesome! Glad you got it working. The libffi dependency allows us to avoid

Re: glib(win32) without libffi

2012-07-30 Thread Fan Chun-wei
I'm not sure if this was mentioned before but I'm pretty sure Mozilla builds libffi using MSVC, so if you need reference project files, might be worth looking there? Or, looking at git, they may somehow cause the autotools to run msvcc? There's a msvcc.sh file in js/src/ctypes/libffi/msvcc.sh.

Re: GTK+ meetup at Guadec

2012-07-30 Thread Philip Chimento
On Sat, Jul 28, 2012 at 3:30 PM, Matthias Clasen matthias.cla...@gmail.com wrote: - We need to document how one extends GTK+ itself (eg how to create a new widget class), to make it easier for new people to get involved (I'll try to get this started) I wrote a tutorial on extending

Examples of ComboBox using an explicit model?

2012-07-30 Thread James Tappin
I am currently trying to implement combobox cell renderers in the high-level gtk-fortran code. Unfortunately unlike normal comboboxes where there is the convenience type of GtkComboBoxText this is not available for cell renderers. I have hunted for examples of a working combobox that uses an