summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-02-20Fix our SPEC file to indicate LGPLv3 license, not GPLv3Jeremy White1-2/+6
2013-02-20Make our sample Apache configuration work on a RHEL server as well.Jeremy White1-3/+2
2013-02-11Correct errors from rpmlintspice-html5-0.1.0Jeremy White2-4/+3
2013-02-11Update the TODOJeremy White1-22/+2
2013-02-11Add the ability to build an rpm.Jeremy White3-0/+109
2013-02-11Add a basic Apache configuration file.Jeremy White1-0/+11
2013-01-21Trim spaces at line ends to keep git happy.Jeremy White1-17/+17
2013-01-21Add spice_auto.html for automated console displayDaniel P. Berrange1-0/+153
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>
2012-10-11support loading SPICE_IMAGE_TYPE_JPEG_ALPHA image typesAric Stewart2-9/+108
the alpha layering is not well tested Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-10-11support decompressing LZ_IMAGE_TYPE_XXXA imagesAric Stewart2-10/+18
Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-26Discard input messages until input channel is readyAric Stewart1-8/+8
Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-24Modify the template html to include a required file.Jeremy White1-0/+1
2012-09-24quic: implemenet QUIC_IMAGE_TYPE_RGBA decodingAric Stewart1-4/+264
Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-24quic: generalize QuicEncoder.prototype.decode_runAric Stewart1-13/+13
Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-24quic javascript code cleanupsAric Stewart1-59/+42
check with strict but do not enable it. Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-24QUIC_IMAGE_TYPE_RGB24 decodes the same as QUIC_IMAGE_TYPE_RGB32Aric Stewart1-6/+4
Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-24remove function find_bucket_8bpcAric Stewart1-16/+11
removing the function call overhead improves performance Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-24fold do_run into uncompressAric Stewart1-61/+73
eliminates a function call and many object references for performance Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-24remove code duplications in uncompressAric Stewart1-109/+71
Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-24correct some issues with prototype vs instance member objectsAric Stewart1-13/+5
Resending Patch set for Jeremy White. Sorry my total for patches is missing. -aric Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-13rewrite quic.js to be a native javascript implementationAric Stewart7-34454/+984
There remain a few TODOs including implementing more than just rgb32 images Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-09-06implement handing of MJPEG display streamsAric Stewart3-0/+160
Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-08-17(resend)[spice-html5] prevent out of sync modifier keysAric Stewart1-0/+86
Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-08-17work to improve keyboard keycode -> scancode processingAric Stewart2-122/+327
Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-08-17(resend) [spice-html5] Add the scroll to the cursor offsetAric Stewart1-2/+2
Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-06-04initialJeremy White30-0/+41332