Re: supporting all X (not only gtk+) applications in browser

2013-01-10 Thread Paul Davis
On Thu, Jan 10, 2013 at 1:55 AM, aix64  wrote:

> I can't clearly tell what specifically you're asking, whether the
> "network" or the client-server interaction for fetching the data.
>
> Please be more specific, AND:
> reply to the list (gtk-devel-list@gnome.org) not to me :-D since this way
> only "I" get your email.
> Send to list so that everyone can see it and grasp what I could be missing.
> ;-)
>
> On 01/09/13 23:34, Yuhao Zhu wrote:
>
>> Thanks!  I saw the following comments on that implementation:
>>
>> Each toplevel window is mapped to a canvas element, and the content in
>> the windows is updated by streaming commands over a
>> multipart/x-mixed-replace XMLHttpRequest that uses gzip Content-Encoding
>> to compress the data. Window data is pushed as region copies (for
>> scrolling) and image diffs. Images are sent as data: uris of
>> uncompressed png data.
>>
>
congratulations. you've just reinvented VNC along with TeamViewer and a
half dozen other "remote video display" systems.
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: GtkWidget::visible

2013-01-10 Thread Federico Mena Quintero
On Tue, 2013-01-08 at 16:04 +0100, Benjamin Otte wrote:
> - containers don't know what to do
> Should they skip invisible widgets when allocating? Or still reserve
> space for them?

Tag, you are it! :)

A couple years ago I totally failed in fixing this bug in GtkTable (I
just made things worse and never committed anything):

https://mail.gnome.org/archives/gtk-devel-list/2010-April/msg00062.html

I have no idea if GtkGrid has the same bug - but if you are fixing this
kind of thing, taking care of this would be greatly appreciated.

  Federico

___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list