noVNC/include
Joel Martin 490d471c53 Remove support for non-HTML5 browsers.
Display API change:
    - getTile -> startTile (no longer returns a tile)
    - setSubTile -> subTile (drop img/tile first parameter)
    - putTile -> finishTile (no longer takes img/tile paramter)

The Display tile logic uses canvas image data directly and
caches/reuses a 16x16 imageData tile (for other sizes, the tile is
create for each call). This gives a 30% speedup on Chrome
13 (and no significant change for Firefox 3.6/4.0).

Other:

- Remove rgbxImageFill and cmapImageFill routines.

- Simplify constructor tests and just error if createImageData is not
  supported by canvas instead of .

- Remove webkit canvas bug workaround that effects Chrome 7. Chrome
  7 usage share is now less than 0.5 percent and the workaround is
  ugly. Drop the function wrapping in the constructor and the canvas
  flush() routine.

- Remove support for getImageData (Opera 11+ now required)

Update browser support list:

    - Chrome 8+ (really any except 7)
    - Firefox 3.6+
    - Safari 4+
    - Opera 11+
    - IE9+
    - iOS 4.2+
2011-09-26 11:28:24 -05:00
..
web-socket-js Version 0.1, debian packaging, license text. 2011-07-14 15:57:01 -05:00
base.css Only show move/drag button when clipping. Cleanup. 2011-09-23 00:04:01 -05:00
base64.js API changes/cleanup. 2011-05-11 15:55:44 -05:00
black.css Viewport clip/drag for mobile/touchscreen devices. 2011-09-22 10:36:23 -05:00
blue.css Viewport clip/drag for mobile/touchscreen devices. 2011-09-22 10:36:23 -05:00
des.js include/des.js: trim some fat. 2010-09-30 11:17:52 -05:00
display.js Remove support for non-HTML5 browsers. 2011-09-26 11:28:24 -05:00
input.js Modifed UI. Move HTML from ui.js to vnc.html. 2011-09-08 08:26:30 -05:00
logo.js Add logo, favicon. 2011-02-03 11:04:32 -06:00
playback.js Fix copyright year to 2011. 2011-04-05 14:44:47 -05:00
rfb.js Remove support for non-HTML5 browsers. 2011-09-26 11:28:24 -05:00
ui.js include/ui.js: remove console.log debug. 2011-09-26 11:16:16 -05:00
util.js Touch events and mouse button selectors. 2011-07-23 21:24:59 -05:00
vnc.js Disable static canvas logo. 2011-09-08 09:29:05 -05:00
websock.js Catch Mozilla prefixing of WebSocket. 2011-08-02 08:02:51 -05:00
webutil.js include/webutil.js: fix dirObj undefined attribute. 2011-04-05 14:46:22 -05:00