Commit Graph

  • d5194658ca
    Merge 2ab94dbee4 into 3b7c47417e Samuel Mannehed 2018-08-13 15:00:52 +0000
  • 3b7c47417e Move dragThreshold definition to util/ Samuel Mannehed 2018-08-10 11:17:58 +0200
  • 2ab94dbee4 Remove machine control buttons from vnc_lite Samuel Mannehed 2018-08-09 14:35:18 +0200
  • b3ac94a978 Remove firebug comments Samuel Mannehed 2018-08-08 13:59:46 +0200
  • eebef339be Detail path to icon Makefile Samuel Mannehed 2018-08-08 13:51:02 +0200
  • 3e34d49e98
    Passive listeners, Touch devices Alex Bernal 2018-08-05 15:33:42 -0500
  • 876a691d2a wasm: use port 7080, use kanaka/rust-wasm image wasm Joel Martin 2018-07-31 11:02:37 -0500
  • ee3493c060 Add a record flag to launch.sh Solly Ross 2018-07-29 19:16:56 -0400
  • 2bbd15ccaf Remove setViewDrag function Samuel Mannehed 2018-07-30 10:46:41 +0200
  • 0b903af296 Remove unnecessary code Samuel Mannehed 2018-07-30 10:02:44 +0200
  • cccf3b008a Fix perf/playback tool Solly Ross 2018-07-29 19:14:56 -0400
  • ab1ace383e Handle fractional screen sizes Pierre Ossman 2018-07-26 14:15:59 +0200
  • 5372d169cc wasm: simplify down to just use MODE 3 (draw3). Joel Martin 2018-07-26 16:03:12 +0900
  • af54d4b95e wasm: use requestAnimationFrame and report FPS. Joel Martin 2018-07-26 15:16:54 +0900
  • 82b8ff1c6a wasm: tests/results for 3 modes. Joel Martin 2018-07-26 14:19:01 +0900
  • 862967e089 Merge branch 'master' of https://github.com/patrakov/noVNC Pierre Ossman 2018-07-25 20:40:51 +0200
  • 9efc362c82 wasm: draw/fill a canvas with solid color. Joel Martin 2018-07-25 16:48:48 +0900
  • 62ad00fedf wasm: hello world with rust, wasm-bindgen, webpack Joel Martin 2018-07-25 16:02:40 +0900
  • 599588fe5f Documented browser cache issue Alexander E. Patrakov 2018-07-18 10:09:13 +0800
  • f9b6d7665d Use newer macOS test machine for Travis Pierre Ossman 2018-07-16 13:46:48 +0200
  • 7bcdbbc65b Stop transpiling karma tests Pierre Ossman 2018-07-13 15:06:34 +0200
  • 6f7e831a0b
    Merge 8eedf9e7c6 into 885363a373 Juanjo Diaz 2018-07-13 23:43:55 +0000
  • 8eedf9e7c6 Disallow nested ternaries Juanjo Diaz 2018-07-14 01:39:55 +0200
  • 3ab566204d Disallow multi-assign Juanjo Diaz 2018-07-14 01:39:32 +0200
  • b527d65c14 Enforce line max length of 100 Juanjo Diaz 2018-07-14 01:27:29 +0200
  • 14e900c4ae Fix style according to airbnb guidelines (only auto-fixes) Juanjo Diaz 2018-07-14 01:22:14 +0200
  • 98e1f3cb8b Upgrade eslint to latest Juanjo Diaz 2018-07-14 01:03:50 +0200
  • 800abf1277 Fix proper triggering of module fallback Pierre Ossman 2018-07-13 15:02:04 +0200
  • 9eaea86234 Don't stub out ES module imports Pierre Ossman 2018-07-13 14:21:52 +0200
  • d131633471 Better currentScript fallback Pierre Ossman 2018-07-13 14:20:52 +0200
  • ae2e1ff7bd Move sinon to karma framework Pierre Ossman 2018-07-13 13:12:04 +0200
  • 885363a373 Use the classic `function foo() { ... }` for top level functions or functions that depend on the scope Juanjo Diaz 2018-07-09 22:48:22 +0200
  • 651c23ece3 Use fat arrow functions `const foo = () => { ... };` for callbacks and any other function that is passed around and it's not a top level function Juanjo Diaz 2018-07-09 22:47:29 +0200
  • 0e4808bf6f Use ES6 classes Always use the shorthand notation if the function is a method of an object or class `{ foo() { ... } }` or `class bar { foo() { ... } }` unless it's a callback in which case you a fat arrow function should be used `{ cb: () => { ... } }` Juanjo Diaz 2018-07-05 21:31:56 +0200
  • 67fefcf184 Merge branch 'cursor' of https://github.com/CendioOssman/noVNC Pierre Ossman 2018-07-11 13:39:37 +0200
  • 1a0b3a1877
    Merge 20d7a4d133 into 1073b60155 NaNuNoo 2018-07-08 12:40:39 +0000
  • 20d7a4d133 use established webRTC connection to initialise RBF object NaNuNoo 2018-07-07 21:43:18 +0800
  • baa4f23ee5 Provide fallback cursor method Pierre Ossman 2018-02-28 16:38:09 +0100
  • 1073b60155 Sort vkeys table Pierre Ossman 2018-07-04 15:53:41 +0200
  • 8acadd9e97 Merge branch 'fix/ie11-numpad5-compatibility' of https://github.com/vlastoun/noVNC Pierre Ossman 2018-07-04 15:53:30 +0200
  • 9700e3592b Fixes #1075 Henry Vindin 2018-07-01 15:32:46 +1000
  • a3fef40ca6
    Merge b541aea4cd into f90c2a6d4b lucasraby 2018-06-19 15:23:54 +0000
  • b541aea4cd noVNC coding style Lucas Raby 2018-06-19 16:47:30 +0200
  • 8b58970823 Add pinch to zoom event handler for mobile device, inspired by https://developer.mozilla.org/en-US/docs/Web/API/Touch_events/Multi-touch_interaction Lucas Raby 2018-06-19 15:54:55 +0200
  • 5edc213fd4
    Merge 01692ec3a5 into f90c2a6d4b zvs001 2018-06-17 17:19:44 +0000
  • f90c2a6d4b Avoid TypedArray.slice() because of IE11 Samuel Mannehed 2018-06-15 12:00:43 +0200
  • d9814c06bf Use string assignment operator instead of concat() Samuel Mannehed 2018-06-15 11:59:28 +0200
  • 4318c8cafd Use the correct slicing for rQshiftStr Samuel Mannehed 2018-06-15 11:56:56 +0200
  • 178b92d380 Add rQshiftStr unit test for large strings Samuel Mannehed 2018-06-15 11:53:51 +0200
  • db9daa98a5 Avoid big strings on the stack Samuel Mannehed 2018-06-14 16:52:36 +0200
  • 362bd5e3a2 Call rQshiftBytes to avoid code duplication Samuel Mannehed 2018-06-14 16:51:29 +0200
  • e87b645b56 Remove typedArrayToString Samuel Mannehed 2018-06-14 16:43:48 +0200
  • 5f625452b0 tired Doug Feigelson 2018-06-08 00:55:49 -0700
  • c892d74e0f style Doug Feigelson 2018-06-08 00:54:41 -0700
  • 4378eca2e8 style Doug Feigelson 2018-06-08 00:51:49 -0700
  • 313f94b915 add vncurl Doug Feigelson 2018-06-08 00:46:02 -0700
  • aaa2ecbd95 Merge branch 'issue_templates' of https://github.com/novnc/noVNC Pierre Ossman 2018-06-07 16:07:54 +0200
  • 11715f2092 Properly force clipping on touch Samuel Mannehed 2018-06-07 15:52:46 +0200
  • 8f47bd296c Work around Siemens touch panel authentication bug Pierre Ossman 2018-06-07 15:03:34 +0200
  • e6bad200e4 Add debug logging for Tight authentication Pierre Ossman 2018-06-07 14:57:17 +0200
  • 13364d70dd Merge branch 'travis-lint' of https://github.com/CendioOssman/noVNC Pierre Ossman 2018-06-07 14:53:02 +0200
  • 01692ec3a5 update regex to cover more cases Vladislav Zaynchkovsky 2018-06-07 15:12:48 +0300
  • 5f5fe8e2f1 use socket relative to page path Vladislav Zaynchkovsky 2018-06-05 14:55:49 +0300
  • 0342e4f489 Clipping should be enabled on touch Samuel Mannehed 2018-06-04 21:22:51 +0200
  • 127b63b79f Stop combining test platforms Pierre Ossman 2018-06-01 14:31:58 +0200
  • 81207ffebd Run eslint in travis Pierre Ossman 2018-06-01 14:19:14 +0200
  • fe70a1d51f
    Merge pull request #1013 from juanjoDiaz/es6_refactor_2 Samuel Mannehed 2018-05-25 10:22:36 +0200
  • 2b5f94fa6a Prefer const/let over var Juanjo Diaz 2018-05-24 00:27:09 +0300
  • cdb860ad84 Add transpilation for IE11 and skip linux tests Juanjo Diaz 2018-05-24 00:26:34 +0300
  • 8727f598c2 Add eslint and fix reported issues Juanjo Diaz 2018-05-24 00:25:44 +0300
  • 5dad77b9d5 Add issue templates Pierre Ossman (Work account) 2018-05-21 09:37:37 +0200
  • 5858f472e3 Fix: IE11 Numpad5 compatibility when numlock off Vlastimil Sadilek 2018-05-04 14:23:45 +0200
  • 905cac3877 Native VNC creds Eric Swanson 2018-05-15 16:23:10 -0700
  • 2e0ae54848
    Merge 113eb8fa07 into cfe1e44ed7 LouZhengwei 2018-05-08 18:49:07 +0000
  • cfe1e44ed7
    Merge pull request #1074 from samhed/largeclipboard Samuel Mannehed 2018-05-07 13:25:46 +0200
  • 2bb8b28d78 Handle sending large clipboards Samuel Mannehed 2018-05-04 16:21:27 +0200
  • f3e2fc58ec Fix: undefined err, undefined Exception Vlastimil Sadilek 2018-05-04 14:23:02 +0200
  • d2cf5ecdf3 Do not treat vnc_lite.html as a landing page. ryanlovett 2018-04-30 16:17:56 -0700
  • e2e07e147b Don't use landing page in websocket path. ryanlovett 2018-04-30 15:51:29 -0700
  • 59d5d6c071 Merge branch 'master' of github.com:novnc/novnc into patch-1 ryanlovett 2018-04-30 15:14:16 -0700
  • 43bbaa8d6e
    Merge pull request #1066 from colin-zhou/master Samuel Mannehed 2018-04-29 20:18:52 +0200
  • 9dc580db27 Update browser test list Pierre Ossman 2018-04-27 16:19:40 +0200
  • 2fea4889e9
    Merge d554f68973 into 24231f1ae3 petitlouis 2018-04-26 15:41:01 +0000
  • d554f68973 Correct the URL command line to open a specific VNC host and port Petitlaurent, JeanLouis 2018-04-26 17:39:47 +0200
  • f1ca5f6fdb
    Merge 50e5dc5f94 into 24231f1ae3 Zhou Chaolin 2018-04-24 08:44:34 +0000
  • 024aca48e5 Update the noVNC translation part Zhou Chaolin 2018-04-24 02:29:51 +0800
  • 4b59e4523b
    Prefix websocket path with server path Ryan Lovett 2018-04-19 12:41:36 -0700
  • a7e6aad09f
    Merge 783dab4878 into 24231f1ae3 Ryan Lovett 2018-04-19 00:12:00 +0000
  • 783dab4878
    Fall back to default path. Ryan Lovett 2018-04-18 17:10:13 -0700
  • 2ba5cdb454
    Prefix websocket path with server path Ryan Lovett 2018-04-18 17:07:44 -0700
  • 7583c86fb2
    Merge 1098cb106b into 24231f1ae3 Ryan Lovett 2018-04-18 06:14:40 +0000
  • 1098cb106b
    Optionally read path from cookie Ryan Lovett 2018-04-17 23:13:52 -0700
  • 50e5dc5f94 Update the noVNC translation part Zhou Chaolin 2018-04-16 01:10:58 +0800
  • 6ec924878b
    Merge f3b8732771 into 24231f1ae3 Jussi Saurio 2018-04-12 22:09:44 +0000
  • f3b8732771 add connectionState getter and dispatch event when state is connecting Jussi Saurio 2018-04-13 00:58:52 +0300
  • 24231f1ae3
    Merge pull request #1048 from ghostplant/master Samuel Mannehed 2018-04-09 09:26:52 +0200
  • dcee7c5e91 Add translation in zh_CN CUI Wei 2018-04-07 06:16:00 -0400
  • 3328675b44 Clarify which Chinese translation we have Pierre Ossman 2018-04-03 14:51:12 +0200
  • 7d60e97cc9 Only show error stack if it is not empty Pierre Ossman 2018-03-21 15:33:14 +0100
  • b475eed5fa Separate out cursor handling Pierre Ossman 2018-02-28 16:08:25 +0100