summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wasm: use port 7080, use kanaka/rust-wasm imagewasmJoel Martin2018-07-313-7/+12
* wasm: simplify down to just use MODE 3 (draw3).Joel Martin2018-07-263-112/+8
* wasm: use requestAnimationFrame and report FPS.Joel Martin2018-07-264-60/+119
* wasm: tests/results for 3 modes.Joel Martin2018-07-267-41/+175
* wasm: draw/fill a canvas with solid color.Joel Martin2018-07-254-9/+72
* wasm: hello world with rust, wasm-bindgen, webpackJoel Martin2018-07-258-0/+85
* Fix wrong colours on local cursorPierre Ossman2017-02-201-2/+2
* Proper workaround for Chrome's scrollbar bugPierre Ossman2017-02-161-10/+16
* Update drag button at right timeSamuel Mannehed2017-02-161-2/+4
* Update clipping before changing scalingSamuel Mannehed2017-02-161-0/+3
* Don't change stored setting when "forcing"Samuel Mannehed2017-02-161-15/+10
* Fix status class for IESamuel Mannehed2017-02-161-3/+3
* Allow scroll bars on Safari and IESamuel Mannehed2017-02-161-24/+1
* Fix canvas size on IESamuel Mannehed2017-02-161-0/+2
* Properly encapsulate the scale in DisplaySamuel Mannehed2017-02-164-19/+15
* Set correct cursor style for setCapture()Samuel Mannehed2017-02-161-0/+14
* Remove return value from event handlersSamuel Mannehed2017-02-161-25/+7
* Stop using window.eventSamuel Mannehed2017-02-162-21/+14
* Remove Util.getEventPosition()Samuel Mannehed2017-02-162-38/+28
* Clean up some mouse workaroundsSamuel Mannehed2017-02-161-6/+13
* Improve setCapture polyfillSamuel Mannehed2017-02-161-1/+26
* Fix tests after changing auth negotiationPierre Ossman2017-02-132-7/+26
* Better selection of auth typePierre Ossman2017-02-131-16/+11
* Fix resize on ChromeSamuel Mannehed2017-02-101-1/+10
* Improve check for when to ignore mouse eventsPierre Ossman2017-02-091-5/+1
* Use setCapture() polyfill everywherePierre Ossman2017-02-094-101/+96
* More aggressive retaining of focusPierre Ossman2017-02-091-9/+15
* Expect console.debug(), not console.log(), in testPierre Ossman2017-02-071-2/+4
* Merge branch 'util-console' of https://github.com/tghw/noVNCPierre Ossman2017-02-071-4/+4
|\
| * Map Util.[Debug|Info|Warn|Error] to console.[debug|info|warn|error].Tyler G. Hicks-Wright2016-01-221-4/+4
* | Tweak spinner appearencePierre Ossman2017-02-071-8/+11
* | Remove binary protocol testsPierre Ossman2017-02-031-15/+0
* | Remove buffer limit testsPierre Ossman2017-02-031-18/+1
* | Don't delay WebSocket flushingPierre Ossman2017-02-031-79/+9
* | Allow submitting the password from the input fieldPierre Ossman2017-02-033-10/+17
* | Scroll correct elementPierre Ossman2017-02-032-15/+2
* | Avoid changing scale unless necessaryPierre Ossman2017-02-031-2/+8
* | Merge display scale changesPierre Ossman2017-02-031-20/+10
* | Move keyboard style in CSSPierre Ossman2017-02-031-12/+12
* | Center canvas (again)Pierre Ossman2017-02-031-20/+5
* | Merge pull request #762 from novnc/saveimmediatelySamuel Mannehed2017-01-302-105/+91
|\ \
| * | Allow resize setting to be changed while connectedsaveimmediatelySamuel Mannehed2017-01-271-1/+4
| * | Separate init functions from event handling setupSamuel Mannehed2017-01-271-23/+29
| * | Rename function for adding resize handlersSamuel Mannehed2017-01-271-5/+4
| * | Rename and move init function for fullscreenSamuel Mannehed2017-01-271-16/+17
| * | Save settings immediatelySamuel Mannehed2017-01-272-50/+32
| * | Remove unused toggleConnectPanel functionSamuel Mannehed2017-01-241-9/+0
| * | Add UI wrapper for Webutil.init_loggingSamuel Mannehed2017-01-241-2/+6
|/ /
* | Merge branch 'add-reconnect' of https://github.com/fd0/noVNCPierre Ossman2017-01-233-4/+73
|\ \
| * | Add reconnect optionAlexander Neumann2017-01-233-4/+73