summaryrefslogtreecommitdiff
path: root/core/display.js
Commit message (Expand)AuthorAgeFilesLines
* Change copyright headerdocs/fix-copyrightSolly Ross2018-09-271-2/+1
* Enforce object key spacingPierre Ossman2018-09-061-1/+1
* Enforce comma spacingPierre Ossman2018-09-061-1/+1
* Handle fractional screen sizesPierre Ossman2018-07-261-2/+5
* Use ES6 classesJuanjo Diaz2018-07-121-124/+127
* Merge branch 'cursor' of https://github.com/CendioOssman/noVNCPierre Ossman2018-07-111-52/+0
|\
| * Separate out cursor handlingPierre Ossman2018-03-151-53/+0
* | Prefer const/let over varJuanjo Diaz2018-05-241-65/+62
* | Add eslint and fix reported issuesJuanjo Diaz2018-05-241-1/+1
|/
* Remove jshint commentsJuanjo Diaz2018-01-311-3/+0
* Merge branch 'master' of https://github.com/josiah2009/noVNCPierre Ossman2017-12-141-0/+1
|\
| * Initalize cached 16x16 tile.Josiah White2017-11-301-0/+1
* | Move resize handling in to RFB objectPierre Ossman2017-12-061-5/+0
|/
* Remove "downscale only" modePierre Ossman2017-11-091-5/+1
* Improve naming for viewport propertiesPierre Ossman2017-11-091-6/+6
* Change clippingDisplay() to a propertyPierre Ossman2017-11-091-5/+5
* Use standard JavaScript propertiesPierre Ossman2017-11-091-43/+38
* Move cursor URI check to RFB objectPierre Ossman2017-11-091-14/+0
* Remove non-JavaScript render codePierre Ossman2017-11-091-44/+27
* Remove render_mode propertyPierre Ossman2017-11-091-6/+1
* Change some attributes to argumentsPierre Ossman2017-11-091-2/+3
* Remove colour map supportPierre Ossman2017-05-041-72/+16
* Remove browser engine detectionPierre Ossman2017-05-041-5/+1
* Merge branch 'png_cursor' of https://github.com/CendioOssman/noVNCPierre Ossman2017-05-041-92/+34
|\
| * Use PNG for mouse cursorsPierre Ossman2017-03-061-92/+34
* | Refactor ES6 module structure/split up UtilSolly Ross2017-03-211-711/+707
* | Uncomment ES6 module syntaxSolly Ross2017-02-261-5/+4
|/
* Fix wrong colours on local cursorPierre Ossman2017-02-201-2/+2
* Properly encapsulate the scale in DisplaySamuel Mannehed2017-02-161-4/+2
* Avoid changing scale unless necessaryPierre Ossman2017-02-031-2/+8
* Merge display scale changesPierre Ossman2017-02-031-20/+10
* Clean up viewport handlingPierre Ossman2016-12-091-19/+37
* Remove max dimension handlingPierre Ossman2016-12-091-41/+4
* Prevent access to sensitive display variablesPierre Ossman2016-12-091-13/+2
* Double buffering damage trackingPierre Ossman2016-12-091-11/+71
* Use double buffering for the displayPierre Ossman2016-12-091-177/+86
* Remove blitStringImage() in favour of imageRect()Pierre Ossman2016-12-091-11/+2
* Don't allow more than one pending updatePierre Ossman2016-10-241-2/+23
* Wait for proper image load eventPierre Ossman2016-10-241-6/+10
* Hide image handling in display objectPierre Ossman2016-10-241-15/+26
* Util shouldn't modify window objectSolly Ross2016-09-161-1/+1
* Enable noVNC to become BrowserifiableSolly Ross2016-09-161-0/+912