summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Output error events from provider in test runnerSolly Ross2014-06-031-1/+7
* Fixed typo in run_from_console.jsSolly Ross2014-06-031-1/+1
* Add support for injecting test helper filesSolly Ross2014-06-031-0/+11
* Support automatically opening test HTML in browserSolly Ross2014-06-031-1/+11
* Merge pull request #363 from kosmasgiannis/query_parseSamuel2014-05-061-1/+1
|\
| * Better parsing of query string variablesGiannis Kosmas2014-05-051-1/+1
|/
* Fix for scroll offset in Util.getPosition()Solly Ross2014-05-051-10/+64
* Sync with websockifysamhed2014-04-143-551/+768
* Credit for this fix goes to Jesper Dam (https://github.com/Medical-Insight/no...samhed2014-04-141-1/+4
* Updated the comment in vnc.html to reflect the changes made in last commit.samhed2014-04-071-3/+4
* Changing the type of the keyboardinput element to textarea, fixes issue 356.samhed2014-04-071-2/+2
* Fixes issue 344 - problem with backspace on Android.samhed2014-04-041-24/+66
* Attempt to change the behavior of the enter/go-key on touch devices, we want ...samhed2014-04-041-1/+6
* Change type of keyboardinput to password to make sure that you can write pare...samhed2014-04-041-1/+1
* Aim to disable text suggestions and the likesamhed2014-04-041-2/+2
* Make sure that the default value of the hidden input field is a space.samhed2014-03-282-2/+2
* Merge pull request #347 from dol/fix/better-ws-binarytype-detectionSolly2014-03-262-14/+14
|\
| * Improved websocket binary support detectionDominic Luechinger2014-03-112-14/+14
* | Added alt-values to the control-bar buttons.samhed2014-03-261-28/+23
* | Add a prototype from MDN for indexOf to be used in browsers where it is not s...samhed2014-03-261-0/+28
* | Removed unused code.samhed2014-03-261-3/+1
* | Fixed typo in README.samhed2014-03-171-1/+1
* | Added a wrapper for the UTF-8 decoding.samhed2014-03-142-1/+9
* | Decode from UTF-8 to allow unicode characters in the connection namesamhed2014-03-141-1/+1
* | Merge pull request #348 from Medical-Insight/fix-altgr-firefoxSamuel2014-03-121-6/+9
|\ \ | |/ |/|
| * Better browser OS detection.Jesper Dam2014-03-121-3/+3
| * Better key identifiersJesper Dam2014-03-121-3/+6
|/
* Merge pull request #338 from vatesfr/configurable-ws-protocolsSolly2014-02-191-1/+4
|\
| * WebSocket protocols are now configurable.Julien Fontanet2014-02-191-1/+4
|/
* Merge pull request #242 from Medical-Insight/use-wss-for-binary-detectSolly2014-02-171-1/+1
|\
| * Use wss when creating localhost connection to detect binary supportjalf2013-04-051-1/+1
* | Implement XVP UI in HTMLMalcolm Scott2014-02-175-2/+145
* | Implement XVP extension (shutdown/reboot/reset)Malcolm Scott2014-02-171-2/+45
* | Implement XVP authMalcolm Scott2014-02-171-2/+21
* | Merge pull request #327 from devicenull/masterSolly2014-02-101-1/+92
|\ \
| * | Add support for TightVNC auth typeBrian Rak2014-01-301-1/+92
* | | Merge pull request #336 from samhed/removeConnectionTimeoutSamuel2014-02-074-24/+0
|\ \ \
| * | | Removes the connection timeouts to enable slower clients, connections or serv...samhed2014-02-064-24/+0
|/ / /
* | | Merge pull request #329 from Medical-Insight/fix-shift-charsSolly2014-01-132-1/+9
|\ \ \ | |/ / |/| |
| * | Fix issue #326: correct handling of shift keyJesper Dam2014-01-062-1/+9
|/ /
* | Support 'requires' Line in Test RunnerSolly Ross2013-12-171-2/+25
* | Support Running All TestsSolly Ross2013-12-171-2/+6
* | Support Skipped Tests and Fix JSHint IssuesSolly Ross2013-12-173-47/+85
* | Keyboard Handling [8/8]: Introduce substituteCodepoint() to replace code poin...jalf2013-12-052-2/+34
* | Keyboard Handling [7/8]: Replace keysym table with optimized versionjalf2013-12-051-2/+2
* | Keyboard Handling [6/8]: Update everything to include the new keyboard handli...jalf2013-12-056-6/+12
* | Keyboard Handling [5/8]: Update rfb.js to connect mouse events to keyboard ha...jalf2013-12-051-1/+2
* | Keyboard Handling [4/8]: Update input.html to work with new keyboard handlingjalf2013-12-052-1632/+66
* | Keyboard Handling [3/8]: Add unit tests for new keyboard handlingjalf2013-12-054-0/+1108
* | Keyboard Handling [2/8]: Core implementation of new keyboard handlingjalf2013-12-051-0/+511