Re: Live Thumbnail of Widgets

2017-06-02 Thread Gergely Polonkai
On Fri, Jun 2, 2017, 20:57 infirit wrote: > On 20/05/17 16:27, Gerald Nunn wrote: > > I'm looking for some advice on alternative solutions that would fit my > > needs. In an ideal solution, the thumbnails would be updated real time > > similar to the windows in gnome-shell

Re: Live Thumbnail of Widgets

2017-06-02 Thread infirit
On 20/05/17 16:27, Gerald Nunn wrote: > I'm looking for some advice on alternative solutions that would fit my > needs. In an ideal solution, the thumbnails would be updated real time > similar to the windows in gnome-shell when you go into overview mode. > However any solution that increases the

Re: Call not guarded properly

2017-06-02 Thread Matthias Clasen
Thanks for pointing thus out, I'll have a look On Jun 2, 2017 07:03, "John Emmas via gtk-devel-list" < gtk-devel-list@gnome.org> wrote: After updating glib from git master today I can no longer build with MSVC. The build now fails to link because gio makes a call to

Call not guarded properly

2017-06-02 Thread John Emmas via gtk-devel-list
After updating glib from git master today I can no longer build with MSVC. The build now fails to link because gio makes a call to 'g_openuri_portal_open_uri_finish()' (in function 'g_app_info_launch_default_for_uri_finish()') Looking around at similar calls, I reckon the function should

Re: CSS documentation and non-breakable hyphens

2017-06-02 Thread Stefan Sauer
On 05/31/2017 10:37 AM, Arnaud wrote: >> Wondering if there's a better way to do that. > Well, it seems that the most common answer for that problem is to use a > element with the 'white-space' property set to 'nowrap'. > > HTML:i-dont-want-to-be-broken > CSS:span.nobr { white-space: