Commit Graph

  • ee3493c060 Add a record flag to launch.sh Solly Ross 2018-07-29 19:16:56 -04:00
  • 2bbd15ccaf Remove setViewDrag function Samuel Mannehed 2018-07-30 10:46:41 +02:00
  • 0b903af296 Remove unnecessary code Samuel Mannehed 2018-07-30 10:02:44 +02:00
  • cccf3b008a Fix perf/playback tool Solly Ross 2018-07-29 19:14:56 -04:00
  • ab1ace383e Handle fractional screen sizes Pierre Ossman 2018-07-26 14:15:59 +02:00
  • 862967e089 Merge branch 'master' of https://github.com/patrakov/noVNC Pierre Ossman 2018-07-25 20:40:51 +02:00
  • 599588fe5f Documented browser cache issue Alexander E. Patrakov 2018-07-18 10:09:13 +08:00
  • f9b6d7665d Use newer macOS test machine for Travis Pierre Ossman 2018-07-16 13:46:48 +02:00
  • 7bcdbbc65b Stop transpiling karma tests Pierre Ossman 2018-07-13 15:06:34 +02:00
  • 800abf1277 Fix proper triggering of module fallback Pierre Ossman 2018-07-13 15:02:04 +02:00
  • 9eaea86234 Don't stub out ES module imports Pierre Ossman 2018-07-13 14:21:52 +02:00
  • d131633471 Better currentScript fallback Pierre Ossman 2018-07-13 14:20:52 +02:00
  • ae2e1ff7bd Move sinon to karma framework Pierre Ossman 2018-07-13 13:12:04 +02:00
  • 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 +02:00
  • 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 +02:00
  • 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 +02:00
  • 67fefcf184 Merge branch 'cursor' of https://github.com/CendioOssman/noVNC Pierre Ossman 2018-07-11 13:39:37 +02:00
  • baa4f23ee5 Provide fallback cursor method Pierre Ossman 2018-02-28 16:38:09 +01:00
  • 1073b60155 Sort vkeys table Pierre Ossman 2018-07-04 15:53:41 +02:00
  • 8acadd9e97 Merge branch 'fix/ie11-numpad5-compatibility' of https://github.com/vlastoun/noVNC Pierre Ossman 2018-07-04 15:53:30 +02:00
  • 9700e3592b Fixes #1075 Henry Vindin 2018-07-01 15:32:46 +10:00
  • f90c2a6d4b Avoid TypedArray.slice() because of IE11 Samuel Mannehed 2018-06-15 12:00:43 +02:00
  • d9814c06bf Use string assignment operator instead of concat() Samuel Mannehed 2018-06-15 11:59:28 +02:00
  • 4318c8cafd Use the correct slicing for rQshiftStr Samuel Mannehed 2018-06-15 11:56:56 +02:00
  • 178b92d380 Add rQshiftStr unit test for large strings Samuel Mannehed 2018-06-15 11:53:51 +02:00
  • db9daa98a5 Avoid big strings on the stack Samuel Mannehed 2018-06-14 16:52:36 +02:00
  • 362bd5e3a2 Call rQshiftBytes to avoid code duplication Samuel Mannehed 2018-06-14 16:51:29 +02:00
  • e87b645b56 Remove typedArrayToString Samuel Mannehed 2018-06-14 16:43:48 +02:00
  • aaa2ecbd95 Merge branch 'issue_templates' of https://github.com/novnc/noVNC Pierre Ossman 2018-06-07 16:07:54 +02:00
  • 11715f2092 Properly force clipping on touch Samuel Mannehed 2018-06-07 15:52:46 +02:00
  • 8f47bd296c Work around Siemens touch panel authentication bug Pierre Ossman 2018-06-07 15:03:34 +02:00
  • e6bad200e4 Add debug logging for Tight authentication Pierre Ossman 2018-06-07 14:57:17 +02:00
  • 13364d70dd Merge branch 'travis-lint' of https://github.com/CendioOssman/noVNC Pierre Ossman 2018-06-07 14:53:02 +02:00
  • 0342e4f489 Clipping should be enabled on touch Samuel Mannehed 2018-06-04 21:22:51 +02:00
  • 127b63b79f Stop combining test platforms Pierre Ossman 2018-06-01 14:31:58 +02:00
  • 81207ffebd Run eslint in travis Pierre Ossman 2018-06-01 14:19:14 +02:00
  • fe70a1d51f
    Merge pull request #1013 from juanjoDiaz/es6_refactor_2 Samuel Mannehed 2018-05-25 10:22:36 +02:00
  • 2b5f94fa6a Prefer const/let over var Juanjo Diaz 2018-05-24 00:27:09 +03:00
  • cdb860ad84 Add transpilation for IE11 and skip linux tests Juanjo Diaz 2018-05-24 00:26:34 +03:00
  • 8727f598c2 Add eslint and fix reported issues Juanjo Diaz 2018-05-24 00:25:44 +03:00
  • 5dad77b9d5 Add issue templates Pierre Ossman (Work account) 2018-05-21 09:37:37 +02:00
  • 5858f472e3 Fix: IE11 Numpad5 compatibility when numlock off Vlastimil Sadilek 2018-05-04 14:23:45 +02:00
  • cfe1e44ed7
    Merge pull request #1074 from samhed/largeclipboard Samuel Mannehed 2018-05-07 13:25:46 +02:00
  • 2bb8b28d78 Handle sending large clipboards Samuel Mannehed 2018-05-04 16:21:27 +02:00
  • f3e2fc58ec Fix: undefined err, undefined Exception Vlastimil Sadilek 2018-05-04 14:23:02 +02:00
  • 43bbaa8d6e
    Merge pull request #1066 from colin-zhou/master Samuel Mannehed 2018-04-29 20:18:52 +02:00
  • 9dc580db27 Update browser test list Pierre Ossman 2018-04-27 16:19:40 +02:00
  • 024aca48e5 Update the noVNC translation part Zhou Chaolin 2018-04-24 02:29:51 +08:00
  • 24231f1ae3
    Merge pull request #1048 from ghostplant/master Samuel Mannehed 2018-04-09 09:26:52 +02:00
  • dcee7c5e91 Add translation in zh_CN CUI Wei 2018-04-07 06:16:00 -04:00
  • 3328675b44 Clarify which Chinese translation we have Pierre Ossman 2018-04-03 14:51:12 +02:00
  • 7d60e97cc9 Only show error stack if it is not empty Pierre Ossman 2018-03-21 15:33:14 +01:00
  • b475eed5fa Separate out cursor handling Pierre Ossman 2018-02-28 16:08:25 +01:00
  • 3f9ca4f5dc Move VERSION to top-level Samuel Mannehed 2018-03-15 14:33:09 +01:00
  • 25cbf00e13 Remove docs/release.txt Samuel Mannehed 2018-03-15 14:28:08 +01:00
  • a07d4abe1f Fix docs/VERSION Samuel Mannehed 2018-03-15 09:28:18 +01:00
  • 35dd3c2299 Merge branches 'ffalt' and 'altgr' of https://github.com/CendioOssman/noVNC Pierre Ossman 2018-03-13 16:03:01 +01:00
  • 3a7c0c67c1 Work around broken Alt keyup in Firefox Pierre Ossman 2018-03-09 16:51:23 +01:00
  • e9118e3bda Get localStorage tests running on more browsers Pierre Ossman 2018-03-09 12:15:21 +01:00
  • b22c9ef954 Better detection of AltGr on Windows Pierre Ossman 2018-03-09 12:14:23 +01:00
  • d6ae445773 Handle _keyDownList in _sendKeyEvent() Pierre Ossman 2018-03-09 12:13:21 +01:00
  • 06309160ee Only disable animation when element is displayed Samuel Mannehed 2018-03-08 16:52:53 +01:00
  • d7a575a2c8
    Merge pull request #989 from PeterDaveHelloKitchen/update-travis-ci Samuel Mannehed 2018-03-06 16:22:27 +01:00
  • e62b4ccb5e Merge branch 'userequire' of https://github.com/CendioOssman/noVNC Pierre Ossman 2018-02-28 13:34:28 +01:00
  • 4a65d50d0c Only use converted modules as legacy fallback for app Pierre Ossman 2017-12-11 16:35:40 +01:00
  • 8aad8f269c Merge branch 'settings' of https://github.com/andrwwbstr/noVNC Pierre Ossman 2018-02-28 12:57:48 +01:00
  • e1802cac7f Separate Tight PNG in stats output Pierre Ossman 2018-02-27 10:52:02 +01:00
  • 5bdcf5d31c Enforce Tight PNG restrictions Pierre Ossman 2018-02-27 10:50:13 +01:00
  • 2c813a33fe add encoding support for TightPNG Leslie Qi Wang 2018-02-23 10:36:15 -08:00
  • e91a095ad6 noVNC 1.0.0 Pierre Ossman 2018-02-22 14:10:10 +01:00
  • 8ad8f15cf6 Move writeSetting from updateSetting to initSetting Andrew Webster 2018-02-01 11:46:38 -05:00
  • e0750f9b2c Use localstorage only to initialize settings map Andrew Webster 2018-01-25 15:23:08 -05:00
  • 37b4d13db8 Add Spanish and Turkish JSON files Pierre Ossman 2018-02-07 09:33:13 +01:00
  • 7c332ad930 Don't crash on translation errors Pierre Ossman 2018-02-07 09:23:45 +01:00
  • e8b2ab65e5 noVNC 1.0.0 beta Pierre Ossman 2018-02-02 14:05:51 +01:00
  • 993a552b2d Remove as3crypto name from README.md Pierre Ossman 2018-02-02 14:04:12 +01:00
  • a4d51bd220
    Merge pull request #1009 from juanjoDiaz/move_browser_checks Solly Ross 2018-02-01 10:33:28 -05:00
  • 690d07baba Add Turkish translation Ömer ÇAKMAK 2018-01-05 19:07:00 +03:00
  • 096fcc4fa3
    Merge pull request #1007 from juanjoDiaz/remove_jshints_comments Solly Ross 2018-01-31 10:58:20 -05:00
  • 9e1bd410aa Remove jshint comments Juanjo Diaz 2018-01-30 08:07:57 -08:00
  • 90b5597cf0 Update translation template file Pierre Ossman 2018-01-31 16:29:52 +01:00
  • 7b73dbd4dd Add Spanish translation Juanjo Diaz 2018-01-30 19:09:46 -08:00
  • ca0644b252
    Merge pull request #1008 from juanjoDiaz/remove_unnecesary_base64_dependency Solly Ross 2018-01-30 13:41:28 -05:00
  • be8580558c
    Merge pull request #1011 from juanjoDiaz/remove_console_statements Solly Ross 2018-01-30 13:26:48 -05:00
  • a003535941 Remove console statements Juanjo Diaz 2018-01-30 08:53:38 -08:00
  • 24c99fbfd7 Remove unnecessary Log dependency in events.js Juanjo Diaz 2018-01-30 08:38:46 -08:00
  • 59ef29163e Move browser checks to browser.js Juanjo Diaz 2018-01-30 08:35:47 -08:00
  • 9dc0f4095b Remove unnecessary base64 dependency Juanjo Diaz 2018-01-30 08:19:39 -08:00
  • 609a3fac74 Better cleanup in vnc_playback.html Pierre Ossman 2018-01-26 11:07:58 +01:00
  • a92c33174e Update vnc_playback.html to follow current API Pierre Ossman 2018-01-26 11:07:14 +01:00
  • 2a4e84ac20 Remove old test pages Pierre Ossman 2018-01-25 16:14:02 +01:00
  • d1aeb43551 Drop UI.rfb reference on all disconnects Pierre Ossman 2018-01-25 15:32:22 +01:00
  • 42463da166 Temporarily disable SVG favicon Pierre Ossman 2018-01-25 15:19:12 +01:00
  • 86b9c473d1 Apply translations on input type submit Samuel Mannehed 2018-01-24 13:00:48 +01:00
  • 61f93180c8 Show/hide mouse button selector in updateViewOnly Samuel Mannehed 2018-01-12 01:38:22 +01:00
  • f3763a010c Update interface on view only toggle Samuel Mannehed 2018-01-12 01:12:22 +01:00
  • b3c0d570bb
    Merge pull request #996 from PeterDaveHelloKitchen/zh-tw-translation Samuel Mannehed 2018-01-11 23:51:39 +01:00
  • 3729976a28 Process input type submit for translations Samuel Mannehed 2018-01-11 01:10:59 +01:00
  • ce6d388c6e
    Merge pull request #991 from PeterDaveHelloKitchen/README.md-Table-of-Contents Solly Ross 2018-01-10 13:27:32 -05:00
  • ef8805cfa2
    Merge pull request #998 from novnc/bug/ie11-tests-slice Solly Ross 2018-01-10 12:48:16 -05:00