summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables in the TIGHT server initrefactor/remove-refs-to-jsunzipSolly Ross2016-01-061-10/+9
* Remove remaining references to jsunzip.jsSolly Ross2016-01-064-682/+1
* Merge pull request #565 from kanaka/bug/dynamic-rq-resizeSolly Ross2016-01-052-17/+61
|\
| * On-Demand Dynamic Receive Queue Resizingbug/dynamic-rq-resizeSolly Ross2015-12-222-17/+57
| * Disable copyWithin Use in Websock.jsSolly Ross2015-12-221-2/+6
* | Merge pull request #555 from maditnerd/patch-1Joel Martin2015-11-231-1/+1
|\ \
| * | Small typo in launch.shSarrailh Rémi2015-11-231-1/+1
|/ /
* | Merge pull request #543 from DvdGiessen/fix/vnc_sendpassword_authSolly2015-10-161-0/+1
|\ \ | |/ |/|
| * Added return to correctly wait for password input before proceeding. Fixes #542Daniël van de Giessen2015-10-161-0/+1
|/
* Merge pull request #532 from kanaka/bug/pako-issueSolly2015-09-234-21/+39
|\
| * Make sure Pako always has enough roombug/pako-issueSolly Ross2015-09-234-21/+39
* | Moved resizeTimout to the UI object, no reason to have it outside anymore..samhed2015-09-221-7/+6
|/
* Merge pull request #524 from kanaka/bug/tight-buffer-overreadSolly2015-08-272-1/+5
|\
| * Fix buffer over-reads in handle_tightbug/tight-buffer-overreadSolly Ross2015-08-262-1/+5
|/
* Fix bug in non-true-color codeSolly Ross2015-08-242-4/+4
* Tests: Fixed bug in displayed assertionSolly Ross2015-08-241-4/+9
* UI: Fix typo preventing reconnect after passwordSolly Ross2015-08-241-1/+1
* Merge pull request #488 from kanaka/feature/more-perf-improvementsSolly2015-08-1426-1060/+3321
|\
| * Skip unnecessary render queue object creationfeature/more-perf-improvementsSolly Ross2015-08-062-74/+93
| * Fix multi-line assertion messages in test runnerSolly Ross2015-08-061-1/+19
| * Allow the use of the PhantomJS remote debuggerSolly Ross2015-08-062-2/+15
| * Use Typed Arrays for the send queueSolly Ross2015-08-066-219/+280
| * Avoid Creating Small Objects FrequentlySolly Ross2015-08-063-57/+181
| * Use Typed Arrays for the Websock receive queueSolly Ross2015-08-0615-712/+240
| * Remove unecessarily nested loopSolly Ross2015-08-061-9/+10
| * WIP: Switch to Pako for zlibSolly Ross2015-08-0612-14/+2495
| * Fix RFB.js JSHint ErrorsSolly Ross2015-08-061-3/+3
| * Fix up vnc_playback.html and playback.jsSolly Ross2015-08-062-10/+26
* | Only work with integers when panning to avoid getting a blurry image.samhed2015-08-141-3/+23
|/
* CI: Switch to Container-Based TravisSolly Ross2015-08-061-0/+4
* Merge pull request #499 from samhed/fullscreenSamuel2015-07-015-13/+93
|\
| * * Hide the fullscreen toggle button on Safari since alphanumericalsamhed2015-06-252-16/+38
| * Adapt display to be able to handle a changing clipping-setting while connectedsamhed2015-06-251-5/+6
| * Fixes #498 - Add the ability to toggle fullscreen modesamhed2015-06-253-0/+57
|/
* Fix error from a previous commit, there is no data type called 'text'..samhed2015-06-251-1/+1
* Renamed popupStatusPanel to popupStatus and removed the global variablesamhed2015-06-253-37/+16
* Clarified enableDisableClip (now called enableDisableViewClip) andsamhed2015-06-251-16/+17
* Allow the popupStatusPanel to show any text but close it on a 1.5 second timer.samhed2015-06-251-3/+17
* Clarify code with regards to the viewport drag functionalitysamhed2015-06-241-31/+52
* Always show the viewport drag button on touch devices to keep the GUI fromsamhed2015-06-162-2/+15
* Merge pull request #497 from MOZGIII/MOZGIII-patch-vnc-auto-fixSolly2015-06-121-3/+2
|\
| * Fixed incorrect UI usage and minor updateState params errors in vnc_auto.htmlMOZGIII2015-06-121-3/+2
|/
* Reverting most of commit cb3e4de. The issue was not related to using keyboard...samhed2015-05-191-0/+4
* Stop using keyboardinputReset at the start of keyInputsamhed2015-05-191-5/+1
* Update LICENSE.txtSamuel2015-05-051-1/+1
* Merge pull request #483 from fabian-z/masterSamuel2015-05-043-2/+3
|\
| * Move #keyboardinput declarations to base.css/ui.jsFabian Zaremba2015-05-043-2/+3
|/
* Re-fixes #428 which was broken by commit 58ded70samhed2015-04-292-1/+2
* Merge pull request #415 from jimdigriz/fixesSolly2015-04-071-1/+1
|\
| * slip in PATH for 'npm test' as not everyone has karmaAlexander Clouter2014-12-041-1/+1