summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make vnc_playback.html functional once morerefactor/es6-module-loaderSolly Ross2017-03-075-239/+330
* Fix vnc_auto.htmlSolly Ross2017-03-071-88/+96
* Vendor in an IE11 polyfill for PromisesSolly Ross2017-03-077-21/+295
* Move error handler into separate fileSolly Ross2017-03-077-49/+157
* Only apply settings with an RFB objectSolly Ross2017-03-071-0/+2
* Fix view_only clipboard handlingSolly Ross2017-03-071-1/+3
* Move scripts in vnc.html headSolly Ross2017-03-071-6/+4
* Optimize ES6 Module Loader PolyfillSolly Ross2017-03-0711-8/+45683
* Use transition animation while loadingSolly Ross2017-03-073-1/+3
* Update tests to work with new structureSolly Ross2017-03-0717-780/+6656
* Refactor ES6 module structure/split up UtilSolly Ross2017-03-0721-5652/+5642
* Remove WebUtil.load_scriptsSolly Ross2017-03-073-72/+7
* Load translations over XHRSolly Ross2017-03-078-72/+74
* Remove WebUtil.dirObjSolly Ross2017-03-071-29/+0
* Allow transforming to any formatSolly Ross2017-03-074-105/+143
* Use ES6 modules natively via PolyfillSolly Ross2017-03-012-3/+4
* Vendor an ES6-modules-compatible PakoSolly Ross2017-03-0120-2475/+5484
* Uncomment ES6 module syntaxSolly Ross2017-02-2613-62/+43
* Fix typos in imports and i18nSolly Ross2017-02-262-2/+2
* Merge branch 'settingswhileconnected' of https://github.com/samhed/noVNCSamuel Mannehed2017-02-242-14/+47
|\
| * Allow local cursor to be changed while connectedSamuel Mannehed2017-02-192-2/+13
| * Allow auto reconnect to be changed while connectedSamuel Mannehed2017-02-191-2/+0
| * Allow view_only to be changed while connectedSamuel Mannehed2017-02-192-2/+22
| * Don't send or recieve clipboard in view_onlySamuel Mannehed2017-02-181-1/+3
| * Allow clipping to be changed while connectedSamuel Mannehed2017-02-181-1/+2
* | Merge branch 'disableLabels' of https://github.com/samhed/noVNCSamuel Mannehed2017-02-244-27/+78
|\ \
| * | Disable labels for settings as wellSamuel Mannehed2017-02-212-22/+72
| * | Set input type number for port & reconnect_delaySamuel Mannehed2017-02-212-4/+5
| * | Fix translateDOM for placeholdersSamuel Mannehed2017-02-171-1/+1
| |/
* | Remove 512x512 iconPierre Ossman2017-02-233-3/+1
* | Protect against race in setCapture() polyfillPierre Ossman2017-02-231-3/+10
* | 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