summaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo for ZenkakuHankaku keyPierre Ossman2020-12-101-1/+1
* Use toggle keysym for Eisu keyPierre Ossman2020-12-101-1/+1
* Merge branch 'noie' of https://github.com/CendioOssman/noVNCPierre Ossman2020-12-0710-264/+14
|\
| * Remove createEvent() fallbacksPierre Ossman2020-12-072-24/+0
| * Remove createImageData() fallbackPierre Ossman2020-12-073-30/+2
| * Remove many small, obsolete, old browser hacksPierre Ossman2020-12-078-103/+8
| * Remove keypress handlingPierre Ossman2020-10-152-85/+3
| * Drop support for legacy EdgePierre Ossman2020-10-153-19/+2
| * Drop support for Internet ExplorerPierre Ossman2020-10-153-11/+7
* | Update keycode mappings to latest versionPierre Ossman2020-11-161-3/+5
|/
* Remove Firefox Alt workaroundPierre Ossman2020-09-281-46/+0
* Handle empty rects in RAW decoder as wellPierre Ossman2020-09-071-0/+4
* Handle empty rects from the serverPierre Ossman2020-09-042-0/+13
* Merge branch 'rgbx' of https://github.com/CendioOssman/noVNCPierre Ossman2020-09-045-158/+97
|\
| * Switch to RGBx pixel formatPierre Ossman2020-06-086-40/+60
| * Standardise on a single blit functionPierre Ossman2020-06-083-91/+17
| * Fix bad BasicCompression check in Tight decoderPierre Ossman2020-06-081-1/+1
| * Move tile handling to Hextile decoderPierre Ossman2020-06-062-59/+52
* | Handle quick Cursor detach after mouse upPierre Ossman2020-06-251-0/+4
* | Alway focus on touchstartPierre Ossman2020-06-161-5/+0
* | Compensate for visual viewport when moving cursorPierre Ossman2020-06-161-2/+10
* | Fake cursor position when using touchSamuel Mannehed2020-06-122-43/+29
* | Move mouse event handling to RFB classPierre Ossman2020-06-122-137/+62
* | Increase wheel step thresholdPierre Ossman2020-06-121-3/+3
* | Move wheel event handling to RFB classPierre Ossman2020-06-122-70/+66
* | Remove very legacy mouse event handlingPierre Ossman2020-06-121-10/+1
* | Remove delayed wheel timerPierre Ossman2020-06-121-22/+0
* | Add touch gestures for mouse emulationPierre Ossman2020-06-124-58/+782
* | Avoid fractional pixel sizes from DisplayPierre Ossman2020-06-111-2/+3
|/
* Merge branch 'camelcase' of https://github.com/samhed/noVNCPierre Ossman2020-06-059-118/+127
|\
| * Add camelCase rule to eslintSamuel Mannehed2020-05-312-0/+10
| * Standardize on camelCase in Base64Samuel Mannehed2020-05-311-4/+4
| * Standardize on camelCase in DecodersSamuel Mannehed2020-05-312-16/+16
| * Standardize on camelCase in LoggingSamuel Mannehed2020-05-311-7/+7
| * Standardize on camelCase in WebsockSamuel Mannehed2020-05-312-24/+24
| * Standardize on camelCase in DisplaySamuel Mannehed2020-05-311-66/+66
| * Standardize on camelCase in RFBSamuel Mannehed2020-05-311-280/+280
| * Remove unused properties and variablesSamuel Mannehed2020-05-312-2/+0
* | Properly limit mouse moves to once every 17 mslimitmouseSamuel Mannehed2020-05-312-32/+51
* | Stop send mouse clicks while dragging in view onlySamuel Mannehed2020-05-311-0/+2
* | Standardize on camelCase for functions in RFBSamuel Mannehed2020-05-311-50/+50
* | Standardize on camelCase for variables in RFBSamuel Mannehed2020-05-311-229/+229
* | Remove unused mouse_arr variableSamuel Mannehed2020-05-081-1/+0
|/
* Add ability to set compression levelSamuel Mannehed2020-05-011-1/+22
* Shorten rows to max 80 chars in mouse.jsSamuel Mannehed2020-05-011-23/+29
* Fix wording in commentSamuel Mannehed2020-05-011-1/+1
* Limit mouse move events to one every 17 msUwe Klatt2020-05-011-1/+15
* rfb: VeNCrypt Plain SecurityType supportFilip Stedronsky2020-04-081-0/+94
* adds qualityLevel property to RFB class for updating JPEG quality level encod...Andrey Trebler2020-02-282-2/+31
* Fix crash with too large clipboard dataAlex Tanskanen2020-02-211-1/+5