Commit Graph

34 Commits

Author SHA1 Message Date
Jeremy White
78e0d938cf Extend the native ArrayBuffer to add a slice() method if missing.
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.
2013-04-16 14:59:08 -05:00
Amos Benari
ec9ae0cbd6 added on succeess event 2013-03-19 09:00:38 -05:00
Amos Benari
828d975b2d added sendCtrlAltDel method. 2013-03-19 08:57:51 -05:00
Jeremy White
20fcfb5f57 Use release 2 2013-03-08 13:56:36 -06:00
Jeremy White
8fae3b0a99 Escape the % character. 2013-03-08 13:50:57 -06:00
Jeremy White
9dcfcca770 Switch to a freedesktop.org download location. 2013-02-25 13:08:00 -06:00
Jeremy White
3f64ddba3a No longer install apache.conf, just put it in the doc folder. 2013-02-20 11:09:37 -06:00
Jeremy White
b09d7170ea Revise the .spec file to use %{name}, and remove a few unneded statements 2013-02-20 11:06:43 -06:00
Jeremy White
762225ef99 Fix our SPEC file to indicate LGPLv3 license, not GPLv3 2013-02-20 10:57:34 -06:00
Jeremy White
6779ff19c9 Make our sample Apache configuration work on a RHEL server as well. 2013-02-20 10:57:28 -06:00
Jeremy White
cd4c4d1ffd Correct errors from rpmlint 2013-02-11 09:17:56 -06:00
Jeremy White
934eeead70 Update the TODO 2013-02-11 09:17:55 -06:00
Jeremy White
b2adb8a451 Add the ability to build an rpm. 2013-02-11 09:17:53 -06:00
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