summaryrefslogtreecommitdiff
path: root/spice.html
AgeCommit message (Collapse)AuthorFilesLines
2015-01-16Add progress bar for file transferPavel Grunt1-0/+5
2015-01-15Use drag and drop for transfering files from client to guestPavel Grunt1-0/+15
2015-01-15Implement methods for transfering files from client to guestPavel Grunt1-0/+1
It is possible to transfer files from the client to the guest using File API [0] when a spice vd agent is connected. Methods for the transfer are based on spice-gtk implementation. [0] http://www.w3.org/TR/file-upload/
2014-09-06If an agent is attached, enable dynamic resizing of the guest screen.Jeremy White1-1/+11
2014-05-20Add support for audio streams using the Opus encoding.Jeremy White1-0/+2
Requires a browser with MediaSource extension support, and Opus support for the source buffers. In practice, that is Chrome and Firefox.
2013-05-30spice.html: remove default passwordAlon Levy1-1/+1
Signed-off-by: Alon Levy <alevy@redhat.com>
2013-04-19Provide two levels of workaround for IE 10 cursor support.Jeremy White1-0/+1
The first approach is to use a moving image to simulate the cursor. This does not work well, so a second approach, involving static cursors is provided. That requires a site administrator to precreate all the cursors that can be used by a particular application set. A warning message strongly suggests using a different browser as well.
2013-04-16Extend the native ArrayBuffer to add a slice() method if missing.Jeremy White1-0/+1
This allows IE10 to function. Note that we would normally subclass this type, but ArrayBuffer is implemented in native code, and so is difficult to subclass.
2012-09-24Modify the template html to include a required file.Jeremy White1-0/+1
2012-06-04initialJeremy White1-0/+134