summaryrefslogtreecommitdiff
path: root/tests/test.display.js
Commit message (Expand)AuthorAgeFilesLines
* Remove createImageData() fallbackPierre Ossman2020-12-071-12/+11
* Remove many small, obsolete, old browser hacksPierre Ossman2020-12-071-21/+0
* Switch to RGBx pixel formatPierre Ossman2020-06-081-14/+7
* Standardise on a single blit functionPierre Ossman2020-06-081-19/+0
* Move tile handling to Hextile decoderPierre Ossman2020-06-061-35/+0
* Standardize on camelCase in DisplaySamuel Mannehed2020-05-311-45/+45
* Remove unused properties and variablesSamuel Mannehed2020-05-311-4/+0
* Handle slow loading of imagesPierre Ossman2019-12-231-3/+24
* Set viewport size for autoscale testsPierre Ossman2019-08-231-0/+1
* Remove pointless Display.clear()Pierre Ossman2019-08-231-9/+0
* Remove unused Display.logo attributePierre Ossman2019-08-231-14/+1
* Enforce space after function namePierre Ossman2018-09-061-8/+8
* Enforce explicit semi-colonsPierre Ossman2018-09-061-1/+1
* Move sinon to karma frameworkPierre Ossman2018-07-131-2/+0
* Use fat arrow functions `const foo = () => { ... };` for callbacksJuanjo Diaz2018-07-121-2/+2
* Prefer const/let over varJuanjo Diaz2018-05-241-38/+35
* Remove jshint commentsJuanjo Diaz2018-01-311-1/+0
* Fix slice usage in display tests on IE11bug/ie11-tests-sliceSolly Ross2018-01-101-1/+2
* Add test for 16x16 tilesPierre Ossman2017-12-141-0/+25
* Move resize handling in to RFB objectPierre Ossman2017-12-061-9/+0
* Remove "downscale only" modePierre Ossman2017-11-091-14/+0
* Improve naming for viewport propertiesPierre Ossman2017-11-091-9/+9
* Change clippingDisplay() to a propertyPierre Ossman2017-11-091-4/+2
* Use standard JavaScript propertiesPierre Ossman2017-11-091-20/+24
* Move cursor URI check to RFB objectPierre Ossman2017-11-091-21/+0
* Remove non-JavaScript render codePierre Ossman2017-11-091-107/+102
* Change some attributes to argumentsPierre Ossman2017-11-091-11/+11
* Setup chai extensions centrallySamuel Mannehed2017-09-281-3/+0
* Upgrade and fix sinon.jsSamuel Mannehed2017-09-281-1/+1
* Add missing semicolonSamuel Mannehed2017-05-131-1/+1
* Remove colour map supportPierre Ossman2017-05-041-19/+0
* Update tests to work with new structureSolly Ross2017-03-211-13/+12
* Properly encapsulate the scale in DisplaySamuel Mannehed2017-02-161-4/+12
* Clean up viewport handlingPierre Ossman2016-12-091-15/+94
* Remove max dimension handlingPierre Ossman2016-12-091-29/+6
* Prevent access to sensitive display variablesPierre Ossman2016-12-091-2/+1
* Use double buffering for the displayPierre Ossman2016-12-091-45/+47
* Add test for Display.flush()Pierre Ossman2016-12-091-0/+8
* Remove blitStringImage() in favour of imageRect()Pierre Ossman2016-12-091-19/+24
* Wait for proper image load eventPierre Ossman2016-10-241-7/+4
* Hide image handling in display objectPierre Ossman2016-10-241-7/+7
* Util shouldn't modify window objectSolly Ross2016-09-161-3/+3
* Fix bug in non-true-color codeSolly Ross2015-08-241-3/+3
* Create RFB object on connectbug/auth-errors-not-displayedSolly Ross2015-03-261-11/+5
* * Don't check specific html elements from the display code (Fixes #446)samhed2015-03-091-0/+34
* Support local scalingSolly Ross2015-03-031-0/+78
* Support automatic resize [Part 1/4]: display.jssamhed2015-02-061-10/+12
* Fixed Cursor URI Support DetectionSolly Ross2014-09-191-0/+34
* Fixed assertion collision issuesSolly Ross2014-09-191-14/+1
* Cleanup: Display HelperSolly Ross2014-09-151-0/+332