Commit Graph

1819 Commits

Author SHA1 Message Date
Pawel Raczyk 9e952fbfe8 shorten easing 2019-10-03 15:39:59 +02:00
Pawel Raczyk 9a45df1cdb focus on clipboard textare after opening clipboard 2019-10-03 15:39:15 +02:00
Pawel Raczyk 63867650c3 fullscreen title 2019-10-02 15:27:49 +02:00
Pawel Raczyk 2012a4fdf2 tab in writeText(), create token in connect(), scaleviewport enable 2019-10-02 15:26:24 +02:00
Pawel Raczyk 9fd0050047 changing dot as a initial cursor 2019-05-16 16:29:14 +02:00
Pawel Raczyk 4f64efaabd enable fullscreen when vnc is in iframe 2019-05-14 11:00:05 +02:00
Pawel Raczyk bc416ecc92 Merge remote-tracking branch 'origin/master' 2019-04-25 15:45:20 +02:00
Pawel Raczyk 1df0d17063 dash fix 2019-04-25 15:45:16 +02:00
michkow 44e19a9924
dummy update 2019-04-25 12:08:06 +02:00
Pawel Raczyk b78e84172a close action / writeText function refactor 2019-04-19 15:20:42 +02:00
Pawel Raczyk c899e20555 close button style 2019-04-19 15:19:44 +02:00
Pawel Raczyk 8b6e9faf30 special key svgs 2019-04-10 10:35:56 +02:00
Pawel Raczyk f038023f07 hiding special key button on init 2019-04-10 10:35:37 +02:00
Pawel Raczyk fdfc5e36dd adding special keys, changing clipboard to write text function 2019-04-10 10:35:00 +02:00
Pawel Raczyk 9a9645829a setting token in light version 2019-04-10 10:32:15 +02:00
Pawel Raczyk c33a668f07 removing unnecessary tests 2019-04-10 10:27:08 +02:00
Pawel Raczyk 80d2b59ba1 setting token 2019-04-10 10:26:30 +02:00
Pawel Raczyk 154c0753de setting english language 2019-04-10 10:22:20 +02:00
Pawel Raczyk a79ba05b02 gitignore update 2019-04-10 10:19:00 +02:00
Pawel Raczyk 82c0873221 gitignore update 2019-04-10 10:17:16 +02:00
Samuel Mannehed a136b4b078 Allow autoscale() with zero height or width
Commit 6e7e6f9 stopped the function from running if width or height was
zero, this commit reverts that change. This commit also makes the
resulting canvas 0x0 if autoscale is called with zero. By adding this
special case we can avoid division by zero in the calculations.
2019-04-02 16:51:18 +02:00
Pierre Ossman 2aa3b5bc79 Get rid of self-closing tags
This is a remnant of XHTML and not used in standard HTML. Get rid
of them so that no-one mistakes our files for being XHTML compatible.
2019-04-02 14:22:34 +02:00
Pierre Ossman dcc41bde61 Fix up errors and warnings in vnc_playback.html
Remove the styling, as it isn't really needed, and fix some minor
things that the w3c validator complains about.
2019-03-26 15:21:31 +01:00
Pierre Ossman a98a223e13 Validate HTML and CSS in Travis 2019-03-26 15:19:11 +01:00
Samuel Mannehed f5d76dd5bb
Add translations as a feature 2019-03-21 13:57:16 +01:00
Samuel Mannehed effd53838c
Merge pull request #1218 from samhed/htmlformat
Some formatting fixes for HTML files
2019-03-14 14:44:10 +01:00
Samuel Mannehed 94e6f8c2fa Remove trailing whitespace 2019-03-14 14:17:04 +01:00
Samuel Mannehed 2500f65d01 Consistently end self closing tags with />
Even though this isn't strictly required by the standard its nice to be
consistent.
2019-03-14 14:16:40 +01:00
Samuel Mannehed 26a9c1c14d Remove invalid HTML attributes from textarea 2019-03-14 14:13:27 +01:00
Samuel Mannehed fe8d784bce img elements must have alt attributes 2019-03-14 14:13:27 +01:00
Samuel Mannehed 5a76000848 Fix invalid input type 'input' 2019-03-14 14:13:27 +01:00
Samuel Mannehed 892c3330cf Input type image is not allowed to have values 2019-03-14 14:13:27 +01:00
Samuel Mannehed 45c644a68d Remove unnecessary type attributes 2019-03-14 14:13:27 +01:00
Samuel Mannehed daff988e17 Remove X-UA-Compatible meta tag
It's only required if we wanted support IE8, IE9 or older. We require at
least IE11 at the moment.
2019-03-14 14:13:27 +01:00
Samuel Mannehed 80c52ba7cb Add default language 2019-03-14 14:13:27 +01:00
Samuel Mannehed 6e7e6f9c9e Add check for bad values for Display.autoscale() 2019-03-08 16:30:43 +01:00
Samuel Mannehed 9a823732a0
Merge pull request #1204 from juanjoDiaz/small_improvements
Small improvements
2019-03-04 09:32:11 +01:00
Juanjo Diaz 1c9b904d1a Remove callbacks from UI in favour of promises 2019-02-27 10:18:59 +02:00
Juanjo Diaz 41ddb35458 Replace unnecessary function supportsCursorURIs by a constant variable 2019-02-27 10:14:50 +02:00
Juanjo Diaz 44f4c5545f Move support check from display to browser 2019-02-27 10:13:50 +02:00
Dmitriy Shweew d917ccdaf7 Add Russian translation (#1211)
By Dmitriy Shweew (shweew)
2019-02-27 01:24:22 +01:00
Juanjo Diaz 0505214cd9 Convert DES into a class 2019-02-26 23:53:43 +02:00
Juanjo Diaz 9d2c9d1a75 Use default argument for base64 2019-02-26 23:52:47 +02:00
Juanjo Diaz 667f3cc20e Remove unnecessary context from eventtarget 2019-02-26 23:51:45 +02:00
Juanjo Diaz fe5974a740 Remove unnecessary constructor parameter from Cursor 2019-02-26 23:51:33 +02:00
Juanjo Diaz 9255e0fb47 Remove intermediate variable from mouse 2019-02-16 23:31:58 +02:00
Pierre Ossman b00a608af7 Remove error handling in clientCutText()
It is not necessary as Websock.flush() is guaranteed to succeed and
give us some space. It also remove the call to _fail(), which was
invalid at this place as clientCutText() is not a method on RFB.
2019-02-15 13:14:36 +01:00
Pierre Ossman 47c66517ae Throw correct Error object
We've already defined the name Error as a logging function, so we
need to be more explicit when we want to refer to the exception
class.
2019-02-15 13:01:28 +01:00
Pierre Ossman 9e03a98182 Merge branch 'slowdata' of https://github.com/CendioOssman/noVNC 2019-02-15 10:40:49 +01:00
Pierre Ossman 70e6795829 Send data one byte at a time in tests
This makes sure we don't have code assuming that everything is
neatly packaged in a single WebSocket message.
2019-02-15 10:26:27 +01:00