Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-08 | Use release 2spice-html5-0.1.2 | Jeremy White | 1 | -2/+2 | |
2013-03-08 | Escape the % character. | Jeremy White | 1 | -1/+1 | |
2013-02-25 | Switch to a freedesktop.org download location. | Jeremy White | 1 | -2/+3 | |
2013-02-20 | No longer install apache.conf, just put it in the doc folder. | Jeremy White | 3 | -4/+2 | |
2013-02-20 | Revise the .spec file to use %{name}, and remove a few unneded statements | Jeremy White | 1 | -5/+6 | |
2013-02-20 | Fix our SPEC file to indicate LGPLv3 license, not GPLv3 | Jeremy White | 1 | -2/+6 | |
2013-02-20 | Make our sample Apache configuration work on a RHEL server as well. | Jeremy White | 1 | -3/+2 | |
2013-02-11 | Correct errors from rpmlintspice-html5-0.1.0 | Jeremy White | 2 | -4/+3 | |
2013-02-11 | Update the TODO | Jeremy White | 1 | -22/+2 | |
2013-02-11 | Add the ability to build an rpm. | Jeremy White | 3 | -0/+109 | |
2013-02-11 | Add a basic Apache configuration file. | Jeremy White | 1 | -0/+11 | |
2013-01-21 | Trim spaces at line ends to keep git happy. | Jeremy White | 1 | -17/+17 | |
2013-01-21 | Add spice_auto.html for automated console display | Daniel P. Berrange | 1 | -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-11 | support loading SPICE_IMAGE_TYPE_JPEG_ALPHA image types | Aric Stewart | 2 | -9/+108 | |
the alpha layering is not well tested Signed-off-by: Aric Stewart <aric@codeweavers.com> | |||||
2012-10-11 | support decompressing LZ_IMAGE_TYPE_XXXA images | Aric Stewart | 2 | -10/+18 | |
Signed-off-by: Aric Stewart <aric@codeweavers.com> | |||||
2012-09-26 | Discard input messages until input channel is ready | Aric Stewart | 1 | -8/+8 | |
Signed-off-by: Aric Stewart <aric@codeweavers.com> | |||||
2012-09-24 | Modify the template html to include a required file. | Jeremy White | 1 | -0/+1 | |
2012-09-24 | quic: implemenet QUIC_IMAGE_TYPE_RGBA decoding | Aric Stewart | 1 | -4/+264 | |
Signed-off-by: Aric Stewart <aric@codeweavers.com> | |||||
2012-09-24 | quic: generalize QuicEncoder.prototype.decode_run | Aric Stewart | 1 | -13/+13 | |
Signed-off-by: Aric Stewart <aric@codeweavers.com> | |||||
2012-09-24 | quic javascript code cleanups | Aric Stewart | 1 | -59/+42 | |
check with strict but do not enable it. Signed-off-by: Aric Stewart <aric@codeweavers.com> | |||||
2012-09-24 | QUIC_IMAGE_TYPE_RGB24 decodes the same as QUIC_IMAGE_TYPE_RGB32 | Aric Stewart | 1 | -6/+4 | |
Signed-off-by: Aric Stewart <aric@codeweavers.com> | |||||
2012-09-24 | remove function find_bucket_8bpc | Aric Stewart | 1 | -16/+11 | |
removing the function call overhead improves performance Signed-off-by: Aric Stewart <aric@codeweavers.com> | |||||
2012-09-24 | fold do_run into uncompress | Aric Stewart | 1 | -61/+73 | |
eliminates a function call and many object references for performance Signed-off-by: Aric Stewart <aric@codeweavers.com> | |||||
2012-09-24 | remove code duplications in uncompress | Aric Stewart | 1 | -109/+71 | |
Signed-off-by: Aric Stewart <aric@codeweavers.com> | |||||
2012-09-24 | correct some issues with prototype vs instance member objects | Aric Stewart | 1 | -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-13 | rewrite quic.js to be a native javascript implementation | Aric Stewart | 7 | -34454/+984 | |
There remain a few TODOs including implementing more than just rgb32 images Signed-off-by: Aric Stewart <aric@codeweavers.com> | |||||
2012-09-06 | implement handing of MJPEG display streams | Aric Stewart | 3 | -0/+160 | |
Signed-off-by: Aric Stewart <aric@codeweavers.com> | |||||
2012-08-17 | (resend)[spice-html5] prevent out of sync modifier keys | Aric Stewart | 1 | -0/+86 | |
Signed-off-by: Aric Stewart <aric@codeweavers.com> | |||||
2012-08-17 | work to improve keyboard keycode -> scancode processing | Aric Stewart | 2 | -122/+327 | |
Signed-off-by: Aric Stewart <aric@codeweavers.com> | |||||
2012-08-17 | (resend) [spice-html5] Add the scroll to the cursor offset | Aric Stewart | 1 | -2/+2 | |
Signed-off-by: Aric Stewart <aric@codeweavers.com> | |||||
2012-06-04 | initial | Jeremy White | 30 | -0/+41332 | |