index
:
spice/spice-html5
master
a html5 client for the spice protocol (mirrored from https://gitlab.freedesktop.org/spice/spice-html5)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-17
optimized wire.js inbound function, reduce combine times
HEAD
master
zengdongbao
1
-22
/
+33
2024-01-06
fix keyboard mappings for international keyboard layouts
David Edler
3
-12
/
+166
2020-09-04
addition of ctrl-alt-delete functionality on side navigation, with associated...
Jonathan Race
2
-0
/
+4
2020-09-04
Style updates to include layout structure, side navigation, hidden menu, cons...
Jonathan Race
3
-102
/
+196
2020-07-02
Added needed import of function arraybuffer_to_str
Oliver Gutierrez
1
-1
/
+1
2020-04-09
Make an attempt to follow the rules on auto play videos.
Jeremy White
1
-0
/
+5
2020-04-07
Allow pointer events to go through our videos.
Jeremy White
1
-1
/
+1
2020-04-07
Make the audio and video uids different.
Jeremy White
1
-1
/
+1
2020-04-07
Review the webm video track header and remove the fixmes.
Jeremy White
1
-8
/
+20
2020-01-13
Bug fix: non square cursors were drawn improperly.
Jeremy White
1
-1
/
+1
2019-12-31
Check if streams array exists in handle_draw_jpeg_onload
Joel Purra
1
-1
/
+1
2019-08-23
Merge branch 'fix-ctrl-alt-delete' into 'master'
Jeremy White
1
-1
/
+1
2019-08-20
Add the sc object to sendCtrlAltDel because it is otherwise undefined and iss...
Paul Hodges IV
1
-1
/
+1
2019-08-06
Fix double string termination in HTML page
spice-html5-0.2.2
Frediano Ziglio
1
-1
/
+1
2019-08-06
Adjust the presentation of two byte scan codes.
Jeremy White
1
-21
/
+17
2019-08-06
Update the documentation and organization of the scancodes.
Jeremy White
1
-44
/
+57
2019-08-06
Support the keypad minus key in Chrome.
Jeremy White
1
-1
/
+1
2019-08-06
Use a named constant from atKeynames.js for the PrintScreen/SysRq key.
Jeremy White
2
-2
/
+2
2019-02-15
More reliable mouse position reporting
spice-html5-0.2.1
Cédric Bosdonnat
1
-10
/
+8
2019-02-14
Hide the message console by default.
spice-html5-0.2.0
Jeremy White
2
-1
/
+3
2019-02-14
Fix the console toggle in the new ES6 environment.
Jeremy White
1
-3
/
+6
2019-02-14
Generate package.json from the Makefile.
Jeremy White
3
-10
/
+23
2019-02-14
resize_helper: round sizes down
Cédric Bosdonnat
1
-4
/
+4
2019-02-14
resize_helper, no message box case
Cédric Bosdonnat
1
-9
/
+12
2019-02-14
Document onsuccess callback
Cédric Bosdonnat
1
-0
/
+2
2019-02-14
Prompt password in spice_auto.html
Cédric Bosdonnat
1
-4
/
+10
2019-02-14
Fix disconnect() code
Cédric Bosdonnat
2
-2
/
+6
2019-02-14
Move sources into their own folder
Cédric Bosdonnat
40
-3
/
+3
2019-02-14
Prepare publishing on npmjs
Cédric Bosdonnat
1
-0
/
+21
2019-02-14
Expose all needed pieces in main.js
Cédric Bosdonnat
3
-22
/
+25
2019-02-14
Remove duplicated enums
Cédric Bosdonnat
1
-7
/
+0
2019-02-14
Introduce ES6 modules
Cédric Bosdonnat
39
-1016
/
+58950
2019-02-14
Convert sha1.js line endings to Unix.
Jeremy White
1
-346
/
+346
2019-02-14
CSS: don't force the background color or inputs
Cédric Bosdonnat
1
-1
/
+0
2018-07-19
display: Only use display channel with id 0
Christophe Fergeau
1
-3
/
+4
2018-07-18
display: Dump bitmap metadata in log_draw()
Christophe Fergeau
1
-0
/
+6
2017-06-22
Add checkbox to toggle debug console
Tomáš Bohdálek
2
-2
/
+32
2017-06-02
Always show debug console
Tomáš Bohdálek
1
-4
/
+4
2017-03-07
Handle non topdown bitmaps
Pavel Grunt
1
-7
/
+13
2017-03-07
Handling non-topdown lz_rgb
Vincent Desprez
2
-3
/
+16
2017-03-07
When offered multiple heads, generate a warning, rather than failing in subtl...
Jeremy White
1
-1
/
+6
2017-01-20
Only drop an mjpeg frame if we are not currently processing one.
Jeremy White
1
-2
/
+12
2017-01-20
Disable the onload function when clearing the image source.
Jeremy White
1
-0
/
+1
2017-01-20
Detect video underrun and advance the current time.
Jeremy White
1
-0
/
+8
2017-01-20
Add more stream information in high debug situations at an updateend event.
Jeremy White
1
-0
/
+4
2017-01-20
Catch and note updateend messages after video destruction.
Jeremy White
1
-0
/
+6
2017-01-10
Condense the playback queue before adding to the Media Buffer.
Jeremy White
1
-1
/
+23
2016-12-15
Include the codec type in the stream creation message.
Jeremy White
1
-1
/
+1
2016-12-15
Move the queue length debug up to stream level 2.
Jeremy White
1
-1
/
+1
2016-12-15
Display stream creation and destruction at debug level 1.
Jeremy White
1
-2
/
+2
[next]