Re: Auto-resize scrolled window

2015-09-22 Thread Gergely Polonkai
Can you also show us your widget hierarchy like Lucas did? The problem you outline should not happen in a usual hierarchy. On 22 Sep 2015 22:11, "Subsentient" wrote: > GTK 2, using C calls. > > On 09/22/15 08:52, Gergely Polonkai wrote: > > Before anyone could actually

Re: Auto-resize scrolled window

2015-09-22 Thread Subsentient
GTK 2, using C calls. On 09/22/15 08:52, Gergely Polonkai wrote: Before anyone could actually answer: • what version of GTK are you using? • how do you build your window? Are you using plain C calls, or some UI builder like Glade? Best, Gergely On 22 Sep 2015 02:33, "Subsentient"

Re: Reinstate support for OS X versions older than 10.9

2015-09-22 Thread John Ralls
> On Sep 22, 2015, at 3:47 PM, Ryan Schmidt wrote: > > Hello, I'm the maintainer of glib2 in the MacPorts package management system. > > glib 2.46.0 was recently released, and attempting to configure it produces > this error: > > checking OSX version >= 10.9.0... no >

Reinstate support for OS X versions older than 10.9

2015-09-22 Thread Ryan Schmidt
Hello, I'm the maintainer of glib2 in the MacPorts package management system. glib 2.46.0 was recently released, and attempting to configure it produces this error: checking OSX version >= 10.9.0... no configure: error: OSX version is too old! glib 2.45.2 and earlier worked fine on older

Re: Dropping 'fringe' pixbuf loaders

2015-09-22 Thread Matthias Clasen
On Mon, Sep 21, 2015 at 7:20 PM, Bastien Nocera wrote: > > > I would argue that at least I have taken care of some of that work at > the end of 2014. I didn't get to see coverity scans or cppchecks, but > this isn't the most complicated code to fix up and review. > > Yes, that

Re: Reinstate support for OS X versions older than 10.9

2015-09-22 Thread Ryan Schmidt
On Sep 22, 2015, at 6:32 PM, John Ralls wrote: > I’m a bit conflicted about this. Yes, 10.9 is a bit new for a cutoff, but on > the other hand upgrades to 10.10 are free and run on any machine that can run > 10.7 Per the EveryMac URL I posted, in addition to older PowerPC Macs that cannot be

Re: Auto-resize scrolled window

2015-09-22 Thread Lucas Levrel
Le 21 septembre 2015, Subsentient a écrit : On 09/21/15 20:33, Subsentient wrote: > When I resize the window, I'm having difficulty finding a way to make a > scrolled window automatically resize with it. I can't use > gtk_widget_set_size_request(), because then I won't be able to shrink it

Re: Auto-resize scrolled window

2015-09-22 Thread Gergely Polonkai
Before anyone could actually answer: • what version of GTK are you using? • how do you build your window? Are you using plain C calls, or some UI builder like Glade? Best, Gergely On 22 Sep 2015 02:33, "Subsentient" wrote: > When I resize the window, I'm having