summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-06fix keyboard mappings for international keyboard layoutsHEADmasterDavid Edler3-12/+166
2020-09-04addition of ctrl-alt-delete functionality on side navigation, with associated...Jonathan Race2-0/+4
2020-09-04Style updates to include layout structure, side navigation, hidden menu, cons...Jonathan Race3-102/+196
2020-07-02Added needed import of function arraybuffer_to_strOliver Gutierrez1-1/+1
2020-04-09Make an attempt to follow the rules on auto play videos.Jeremy White1-0/+5
2020-04-07Allow pointer events to go through our videos.Jeremy White1-1/+1
2020-04-07Make the audio and video uids different.Jeremy White1-1/+1
2020-04-07Review the webm video track header and remove the fixmes.Jeremy White1-8/+20
2020-01-13Bug fix: non square cursors were drawn improperly.Jeremy White1-1/+1
2019-12-31Check if streams array exists in handle_draw_jpeg_onloadJoel Purra1-1/+1
2019-08-23Merge branch 'fix-ctrl-alt-delete' into 'master'Jeremy White1-1/+1
2019-08-20Add the sc object to sendCtrlAltDel because it is otherwise undefined and iss...Paul Hodges IV1-1/+1
2019-08-06Fix double string termination in HTML pagespice-html5-0.2.2Frediano Ziglio1-1/+1
2019-08-06Adjust the presentation of two byte scan codes.Jeremy White1-21/+17
2019-08-06Update the documentation and organization of the scancodes.Jeremy White1-44/+57
2019-08-06Support the keypad minus key in Chrome.Jeremy White1-1/+1
2019-08-06Use a named constant from atKeynames.js for the PrintScreen/SysRq key.Jeremy White2-2/+2
2019-02-15More reliable mouse position reportingspice-html5-0.2.1Cédric Bosdonnat1-10/+8
2019-02-14Hide the message console by default.spice-html5-0.2.0Jeremy White2-1/+3
2019-02-14Fix the console toggle in the new ES6 environment.Jeremy White1-3/+6
2019-02-14Generate package.json from the Makefile.Jeremy White3-10/+23
2019-02-14resize_helper: round sizes downCédric Bosdonnat1-4/+4
2019-02-14resize_helper, no message box caseCédric Bosdonnat1-9/+12
2019-02-14Document onsuccess callbackCédric Bosdonnat1-0/+2
2019-02-14Prompt password in spice_auto.htmlCédric Bosdonnat1-4/+10
2019-02-14Fix disconnect() codeCédric Bosdonnat2-2/+6
2019-02-14Move sources into their own folderCédric Bosdonnat40-3/+3
2019-02-14Prepare publishing on npmjsCédric Bosdonnat1-0/+21
2019-02-14Expose all needed pieces in main.jsCédric Bosdonnat3-22/+25
2019-02-14Remove duplicated enumsCédric Bosdonnat1-7/+0
2019-02-14Introduce ES6 modulesCédric Bosdonnat39-1016/+58950
2019-02-14Convert sha1.js line endings to Unix.Jeremy White1-346/+346
2019-02-14CSS: don't force the background color or inputsCédric Bosdonnat1-1/+0
2018-07-19display: Only use display channel with id 0Christophe Fergeau1-3/+4
2018-07-18display: Dump bitmap metadata in log_draw()Christophe Fergeau1-0/+6
2017-06-22Add checkbox to toggle debug consoleTomáš Bohdálek2-2/+32
2017-06-02Always show debug consoleTomáš Bohdálek1-4/+4
2017-03-07Handle non topdown bitmapsPavel Grunt1-7/+13
2017-03-07Handling non-topdown lz_rgbVincent Desprez2-3/+16
2017-03-07When offered multiple heads, generate a warning, rather than failing in subtl...Jeremy White1-1/+6
2017-01-20Only drop an mjpeg frame if we are not currently processing one.Jeremy White1-2/+12
2017-01-20Disable the onload function when clearing the image source.Jeremy White1-0/+1
2017-01-20Detect video underrun and advance the current time.Jeremy White1-0/+8
2017-01-20Add more stream information in high debug situations at an updateend event.Jeremy White1-0/+4
2017-01-20Catch and note updateend messages after video destruction.Jeremy White1-0/+6
2017-01-10Condense the playback queue before adding to the Media Buffer.Jeremy White1-1/+23
2016-12-15Include the codec type in the stream creation message.Jeremy White1-1/+1
2016-12-15Move the queue length debug up to stream level 2.Jeremy White1-1/+1
2016-12-15Display stream creation and destruction at debug level 1.Jeremy White1-2/+2
2016-12-15Show the timeupdate events at stream debug level 2, not level 1.Jeremy White1-1/+2