Commit Graph

21 Commits

Author SHA1 Message Date
Jeremy White
e827ade56d Add a basic Apache configuration file. 2013-02-11 09:17:51 -06:00
Jeremy White
b001230697 Trim spaces at line ends to keep git happy. 2013-01-21 14:11:36 -06:00
Daniel P. Berrange
2c1a6b628e Add spice_auto.html for automated console display
Add a spice_auto.html which removes the form inputs and obtains
connection details from query parameters. The optional 'token'
parameter is an opaque string passed to the websockets server
to allow it to auto-determine the correct console. Otherwise
the host/port/password/etc can be provided explicitly.

This is sufficient to integrate SPICE HTML5 with OpenStack

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2013-01-21 14:10:48 -06:00
Aric Stewart
0334423258 support loading SPICE_IMAGE_TYPE_JPEG_ALPHA image types
the alpha layering is not well tested

Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-10-11 17:37:10 -05:00
Aric Stewart
468869812f support decompressing LZ_IMAGE_TYPE_XXXA images
Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-10-11 17:32:55 -05:00
Aric Stewart
2e5ef9b93d Discard input messages until input channel is ready
Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-26 10:22:42 -05:00
Jeremy White
591269e398 Modify the template html to include a required file. 2012-09-24 16:31:50 -05:00
Aric Stewart
3e91256b81 quic: implemenet QUIC_IMAGE_TYPE_RGBA decoding
Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-24 11:03:13 -05:00
Aric Stewart
8054befaec quic: generalize QuicEncoder.prototype.decode_run
Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-24 11:03:11 -05:00
Aric Stewart
bf15d16221 quic javascript code cleanups
check with strict but do not enable it.

Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-24 11:03:08 -05:00
Aric Stewart
a1ef6e3c14 QUIC_IMAGE_TYPE_RGB24 decodes the same as QUIC_IMAGE_TYPE_RGB32
Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-24 11:03:05 -05:00
Aric Stewart
cd9f5b52ef remove function find_bucket_8bpc
removing the function call overhead improves performance

Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-24 11:03:02 -05:00
Aric Stewart
8306bbab2c fold do_run into uncompress
eliminates a function call and many object references for performance

Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-24 11:02:59 -05:00
Aric Stewart
1c33ccff66 remove code duplications in uncompress
Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-24 11:02:56 -05:00
Aric Stewart
ad66ff9d6a correct some issues with prototype vs instance member objects
Resending Patch set for Jeremy White.

Sorry my total for patches is missing.

-aric

Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-24 11:02:52 -05:00
Aric Stewart
b4ab3ac5e9 rewrite quic.js to be a native javascript implementation
There remain a few TODOs including implementing more than just rgb32 images

Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-13 18:32:38 +03:00
Aric Stewart
7ebc4d019a implement handing of MJPEG display streams
Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-06 10:11:16 +03:00
Aric Stewart
a6aa594ef4 (resend)[spice-html5] prevent out of sync modifier keys
Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-08-17 13:54:56 +03:00
Aric Stewart
2caf06d1ed work to improve keyboard keycode -> scancode processing
Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-08-17 13:54:53 +03:00
Aric Stewart
38ebba8d8a (resend) [spice-html5] Add the scroll to the cursor offset
Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-08-17 13:54:50 +03:00
Jeremy White
f8f622157c initial 2012-06-04 17:22:01 +03:00