Commit Graph

  • 12831204cf Added new token variable in vnc.html and ui.js Miguel Xavier Penha Neto 2015-10-02 16:36:03 -0300
  • 3f3ef04515 Pass token into the path variable Miguel Xavier Penha Neto 2015-10-01 17:26:44 -0300
  • a0e7ab43dc Merge pull request #532 from kanaka/bug/pako-issue Solly 2015-09-23 11:29:43 -0400
  • c802d93189 Make sure Pako always has enough room Solly Ross 2015-09-22 16:19:52 -0400
  • 045d922406 Moved resizeTimout to the UI object, no reason to have it outside anymore.. samhed 2015-09-22 14:59:44 +0200
  • 40b35fa20d Merge pull request #524 from kanaka/bug/tight-buffer-overread Solly 2015-08-27 18:46:26 -0400
  • 89bdc8ce48 Fix buffer over-reads in handle_tight Solly Ross 2015-08-26 14:28:10 -0400
  • a369a80c24 Fix bug in non-true-color code Solly Ross 2015-08-24 19:34:30 -0400
  • bb180145c6 Tests: Fixed bug in displayed assertion Solly Ross 2015-08-24 19:30:44 -0400
  • 340290fa1d UI: Fix typo preventing reconnect after password Solly Ross 2015-08-24 16:41:00 -0400
  • abf2b09ea7 Merge pull request #488 from kanaka/feature/more-perf-improvements Solly 2015-08-14 11:56:57 -0400
  • a825582196 Only work with integers when panning to avoid getting a blurry image. Also disable image-smoothing to avoid bugs seen on Android which were also causing a blurry image while panning. samhed 2015-08-14 17:02:00 +0200
  • 856bbfef5d Merge 33ef217a2c into bc4414f5b1 xkjcf 2015-08-14 07:09:59 +0000
  • f47730ef16 Merge c830126b78 into bc4414f5b1 Rob Oakes 2015-08-06 21:53:40 +0000
  • f00193e08f Skip unnecessary render queue object creation Solly Ross 2015-06-02 15:32:14 -0400
  • b0b5fc55e1 Fix multi-line assertion messages in test runner Solly Ross 2015-05-28 15:09:31 -0400
  • 07f514d887 Allow the use of the PhantomJS remote debugger Solly Ross 2015-05-28 15:07:43 -0400
  • 9ff86fb718 Use Typed Arrays for the send queue Solly Ross 2015-05-28 15:28:30 -0400
  • d1800d0960 Avoid Creating Small Objects Frequently Solly Ross 2015-05-28 15:27:40 -0400
  • 38781d931e Use Typed Arrays for the Websock receive queue Solly Ross 2015-05-20 17:10:59 -0400
  • 6c883653a2 Remove unecessarily nested loop Solly Ross 2015-05-19 16:49:39 -0400
  • 6940936ffc WIP: Switch to Pako for zlib Solly Ross 2015-05-18 19:01:58 -0400
  • 0442e153a1 Fix RFB.js JSHint Errors Solly Ross 2015-08-04 15:50:20 -0400
  • efed2eeafd Fix up vnc_playback.html and playback.js Solly Ross 2015-05-15 14:27:23 -0400
  • bc4414f5b1 CI: Switch to Container-Based Travis Solly Ross 2015-08-06 14:37:01 -0400
  • 2a78f80d1a Merge 5122a8a4ce into 8f3c0f6b9b Drew DeVault 2015-07-30 15:37:13 +0000
  • 5122a8a4ce Check readyState against constant WebSocket.OPEN Drew DeVault 2015-07-30 11:37:00 -0400
  • bdda61fc73 Fix failing test Drew DeVault 2015-07-30 10:32:25 -0400
  • d9728940d2 Fix occasional error with sending while readyState !== 1 Drew DeVault 2015-07-30 10:13:35 -0400
  • 34aa5d7056 Allow passing queryparams to websocket Jo De Boeck 2013-09-25 14:16:40 +0200
  • c830126b78 Added an onInteraction callback which can be used to attach callbacks to machine input Rob Oakes 2015-07-13 03:19:11 -0600
  • 8f3c0f6b9b Merge pull request #499 from samhed/fullscreen Samuel 2015-07-01 13:16:53 +0200
  • a6357e8276 * Hide the fullscreen toggle button on Safari since alphanumerical keyboard input doesn't work in fullscreen. * Force clipping mode in Internet Explorer while in fullscreen since scrollbars doesn't work in fullscreen. samhed 2015-06-25 22:28:04 +0200
  • 6e296bfa8a Adapt display to be able to handle a changing clipping-setting while connected samhed 2015-06-25 14:58:57 +0200
  • 7d1dc09ad0 Fixes #498 - Add the ability to toggle fullscreen mode samhed 2015-06-18 10:45:59 +0200
  • b098afc234 Fix error from a previous commit, there is no data type called 'text'.. samhed 2015-06-25 22:34:44 +0200
  • 74f2ac968d Renamed popupStatusPanel to popupStatus and removed the global variable which kept track on if it was open or not (it automatically closes after 1.5 seconds anyway). samhed 2015-06-25 17:04:55 +0200
  • 30bfff81d9 Clarified enableDisableClip (now called enableDisableViewClip) and moved it to where the other clipping functions are. samhed 2015-06-25 15:29:23 +0200
  • 4f19e5c697 Allow the popupStatusPanel to show any text but close it on a 1.5 second timer. samhed 2015-06-25 15:22:53 +0200
  • 31ddaa1c7a Clarify code with regards to the viewport drag functionality * Fixes #502 so that the viewport drag functionality can't get stuck samhed 2015-06-24 16:20:03 +0200
  • 29a0e6a8a3 Always show the viewport drag button on touch devices to keep the GUI from "jumping around". Enable/disable the button instead of show/hide on these devices. samhed 2015-06-16 22:39:17 +0200
  • 539955ff27 Merge pull request #497 from MOZGIII/MOZGIII-patch-vnc-auto-fix Solly 2015-06-12 14:34:34 -0400
  • 2bcfd58667 Fixed incorrect UI usage and minor updateState params errors in vnc_auto.html MOZGIII 2015-06-12 20:41:41 +0300
  • c9aa06938b Merge 4e862da033 into 1138bdd4b7 Hirokazu Takahashi 2015-05-20 13:48:45 +0000
  • 9f02523a65 Merge 0049d1fac3 into 1138bdd4b7 Solly 2015-05-19 15:53:30 +0000
  • 0049d1fac3 WIP: Switch to Pako for zlib Solly Ross 2015-05-18 19:01:58 -0400
  • 1138bdd4b7 Reverting most of commit cb3e4de. The issue was not related to using keyboardinputReset.. the issue was infact a typo which was introduced in 3b8ec46. I must be too tired.. samhed 2015-05-19 13:34:50 +0200
  • cb3e4deb73 Stop using keyboardinputReset at the start of keyInput * This fixes backspace when using the on-screen keyboard on Android samhed 2015-05-19 12:42:33 +0200
  • ebe3129cb8 Fix up vnc_playback.html and playback.js Solly Ross 2015-05-15 14:27:23 -0400
  • 613f05eea0 Update LICENSE.txt Samuel 2015-05-05 13:13:17 +0200
  • 8af9b6910c Merge pull request #483 from fabian-z/master Samuel 2015-05-04 12:17:30 +0200
  • 48d26b2d47 Move #keyboardinput declarations to base.css/ui.js Fabian Zaremba 2015-05-03 19:28:05 +0200
  • 8ce27ddb4b Re-fixes #428 which was broken by commit 58ded70 * Disable local cursor when the browser doesn't support data uri samhed 2015-04-29 14:54:28 +0200
  • 33ef217a2c Update vnc_playback.html xkjcf 2015-04-20 20:45:28 +0800
  • f9ffb21b6b Merge pull request #415 from jimdigriz/fixes Solly 2015-04-07 14:29:46 -0400
  • 18904c1e69 Merge 98707ff412 into cd1ab146bb Tim Hardeck 2015-04-07 18:24:32 +0000
  • fd7c2b2244 Merge 237eea1b0c into cd1ab146bb Roy Dragseth 2015-03-30 00:27:12 +0000
  • cd1ab146bb Merge pull request #474 from kanaka/bug/throw-error-from-constructor Solly 2015-03-27 13:23:32 -0400
  • 245dc8669b Merge pull request #475 from kanaka/bug/follow-symlinks-for-here Solly 2015-03-27 11:54:39 -0400
  • d9fc1c7be4 Throw exceptions from RFB constructor Solly Ross 2015-03-24 16:02:53 -0400
  • 3663fcf62a Merge 58ded70d15 into 16b3ef77d1 Solly 2015-03-26 21:09:11 +0000
  • 58ded70d15 Create RFB object on connect Solly Ross 2015-03-24 15:05:38 -0400
  • 2ace90e6d5 Follow symbolic links in launch.sh Solly Ross 2015-03-26 16:57:17 -0400
  • 16b3ef77d1 Make getCanvasLimit more efficient by only calling getPosition once. samhed 2015-03-11 07:29:30 +0100
  • cefc9a9177 Merge pull request #464 from kanaka/bug/firefoxresize Solly 2015-03-10 17:13:21 -0400
  • fdedbafb1d * Don't check specific html elements from the display code (Fixes #446) * Renamed and reworked fbuClip to clippingDisplay * Added tests for clippingDisplay * Use the a noVNC_container which covers the entire page to get the full size (Fixes #463) * Added maxWidth and maxHeight to the canvas which can limit the viewport size * Only show either the canvas or the logo, hide one when the other is shown * Always center the canvas (previously it was only centered when not clipping) * Removed iOS specific "position-fixed" fixes and start calling setBarPosition on every resize * Removed the noVNC_screen_pad samhed 2015-03-09 14:30:56 +0100
  • 798340b98d * Change name of ext_desktop_size to the proper ExtendedDesktopSize * Added better error handling in ExtendedDesktopSize * Added helper function to share code with DesktopSize * Update test.rfb.js to only check for error handling if we were the ones requesting the resize samhed 2015-03-05 14:56:47 +0100
  • 3b8ec46fd2 Make the touch-keyboard code more robust through verifying that global variables are set before use. samhed 2015-03-05 09:54:56 +0100
  • 205d1a11ce Merge pull request #451 from kanaka/feature/scaling Samuel 2015-03-05 09:52:10 +0100
  • 72747869a7 Support local scaling Solly Ross 2015-02-17 22:41:34 -0500
  • 8b46c0deb0 Update UI to allow for different scaling modes Solly Ross 2015-02-17 18:53:38 -0500
  • 7e161007ab Launch Sauce Connect through Travis Solly Ross 2015-02-27 15:04:34 -0500
  • 18c34c4766 Merge pull request #461 from kanaka/bug/459-incorrect-position-with-scrollbars Solly 2015-02-27 14:11:46 -0500
  • 7e54fb93dd Make Util.getPosition be relative to page Solly Ross 2015-02-25 17:02:16 -0500
  • 20d3fb6665 Increase Karma-Sauce Connector Timeout Solly Ross 2015-02-27 13:21:43 -0500
  • 88224c3fa7 Update dependencies to the latest versions Solly Ross 2015-02-27 12:42:43 -0500
  • 4043d8bb12 Merge pull request #458 from kanaka/bug/disconnect Samuel 2015-02-26 12:41:46 +0100
  • e543525faa Fix disconnect/reconnect issues Solly Ross 2015-02-20 17:27:27 -0500
  • 1746c39b90 Merge cee7f36820 into 2ec29db752 bountysource-support 2015-02-23 19:10:59 +0000
  • 2ec29db752 Remove 'debian' directory Solly Ross 2015-02-20 17:31:37 -0500
  • 262651de2c Merge a2eaf950c5 into fe8a4dc9d8 David Wahlstrom 2015-02-18 19:38:10 +0000
  • a2eaf950c5 Remove non-existent files from debian install file David Wahlstrom 2015-02-18 11:35:48 -0800
  • fe8a4dc9d8 Remove last bits of websockify cruft Solly Ross 2015-02-17 23:14:30 -0500
  • 6692556f75 Restore removed rebind.c file David Wahlstrom 2015-02-17 15:44:46 -0800
  • 9db6a90677 Make sure websockify is cloned to the correct dir Solly Ross 2015-02-17 17:54:21 -0500
  • 5cd6de495f Actually remove the "websockify" file Solly Ross 2015-02-17 17:45:57 -0500
  • 985c433867 Merge pull request #448 from kanaka/websockify-as-submodule Solly 2015-02-17 17:35:57 -0500
  • 5108c4635c Merge pull request #432 from nbibler/getPositionUpdate Solly 2015-02-17 15:59:27 -0500
  • dedf9affbf Merge branch 'bug/fix-input-html' Solly Ross 2015-02-17 13:36:56 -0500
  • 1188993c0f Update tests/input.html to include keysym.js instead of keysymdef.js Jesper Dam (jalfd) 2015-01-31 12:49:29 +0100
  • 28a0e11a43 Merge 0777151cd2 into 4e534a804e josemine 2015-02-17 12:41:13 +0000
  • 2cf2e957f2 Merge caf2525c61 into 4e534a804e jalfd 2015-02-17 10:52:51 +0000
  • ffdffdda48 Merge 6468069e29 into 4e534a804e José A. Fernández 2015-02-17 10:16:50 +0000
  • 4e534a804e Update package.json to specify version 0.5.1 Solly Ross 2015-02-16 17:13:00 -0500
  • 6f5148648b Remove local copies of websockify Solly Ross 2015-02-16 17:03:17 -0500
  • 6468069e29 If launch.sh launched from a symbolic link, websockify fail to be released . Now he seeks also specified with the argument --web folder José A. Fernández 2015-02-14 00:48:24 +0100
  • f675e03ccc Merge pull request #444 from samhed/extdesktop Solly 2015-02-10 11:31:37 -0500
  • 4dec490aae Support automatic resize [Part 4/4]: unit tests samhed 2015-02-10 17:06:55 +0100
  • f8b399d7df Support automatic resize [Part 3/4]: ui.js samhed 2015-02-10 17:05:58 +0100
  • 8d1109a540 Merge 24439f5bf2 into 757653c007 Alexander Clouter 2015-02-09 15:28:46 +0000