MacOS Text Scaling

2017-04-28 Thread John Ralls
> On Apr 27, 2017, at 3:58 PM, Emmanuele Bassi wrote: > > On 27 April 2017 at 22:56, Brion Vibber wrote: >> GTK+3 added native support for user interface scaling to support HiDPI >> displays with consistently sized resources and widgets, with the limitation >> that the scaling factor is an inte

Re: gtk4: gtk_box_pack_start()/end() porting

2017-04-28 Thread Murray Cumming
On Fri, 2017-04-28 at 17:20 +0200, Timm Bäder wrote: > I've added notes about the fill and expand child properties to the > migration guide: > https://git.gnome.org/browse/gtk+/commit/?id=bb1deaafa42ccb03929d3cd5 > fdab685218bbac29 Thanks. I guess it's that last part about hexpand/vexpand affectin

Re: gtk4: gtk_box_pack_start()/end() porting

2017-04-28 Thread Timm Bäder
On 28.04, Murray Cumming wrote: > But, based on some experiments, it doesn't seem obvious to me exactly > how to replace these by setting halign, valign, hexpand or vexpand. > Could someone please add a mapping of the old fill/expand combinations > to the new halign/valign/hexpand/vexpand propertie

gtk4: gtk_box_pack_start()/end() porting

2017-04-28 Thread Murray Cumming
gtk4's gtk_box_pack_start() and gtk_box_pack_end() now no longer have the expand and fill parameters that are in GTK+3: https://developer.gnome.org/gtk3/stable/GtkBox.html#gtk-box-pack-start these are the commits that removed them: https://git.gnome.org/browse/gtk+/commit/?id=c92b7d4224b9cef1d08373