]> git.proxmox.com Git - mirror_novnc.git/commit - include/ui.js
* Don't check specific html elements from the display code (Fixes #446)
authorsamhed <samuel@cendio.se>
Mon, 9 Mar 2015 13:30:56 +0000 (14:30 +0100)
committersamhed <samuel@cendio.se>
Mon, 9 Mar 2015 13:30:56 +0000 (14:30 +0100)
commitfdedbafb1de63c8c704db5396fbb15a4187d9c62
tree383ae9111821013499f137e645f4ae0cc8e993d8
parent798340b98d097afd7e7cd949d9256dcf2a74eef4
* Don't check specific html elements from the display code (Fixes #446)
* Renamed and reworked fbuClip to clippingDisplay
* Added tests for clippingDisplay
* Use the a noVNC_container which covers the entire page to get the full size
  (Fixes #463)
* Added maxWidth and maxHeight to the canvas which can limit the viewport size
* Only show either the canvas or the logo, hide one when the other is shown
* Always center the canvas (previously it was only centered when not clipping)
* Removed iOS specific "position-fixed" fixes and start calling setBarPosition
  on every resize
* Removed the noVNC_screen_pad
include/base.css
include/display.js
include/ui.js
tests/test.display.js
vnc.html