noVNC/include
Joel Martin 34d8b844ae Move render queue processing to Display and use requestAnimationFrame
The imgQ code in RFB should be a generic rendering queue system in
Display.

The reason for the render queue in the first place is that images
loaded from raw data URI strings aren't immediately ready to display
so we have to wait for them to complete 'loading'. However, when data
URI images are mixed with other types of rendering actions then things
can get out of order. This is the reason for the rendering queue.

Currently this only keeps display actions for tight and tightPNG
related actions in order (because they use a mix of fills, raw pixel
data and data URI images).
2012-05-17 11:13:08 -05:00
..
web-socket-js Version 0.1, debian packaging, license text. 2011-07-14 15:57:01 -05:00
Orbitron700.ttf Add local copy of Orbitron font. 2011-09-27 16:53:09 -05:00
Orbitron700.woff Add local copy of Orbitron font. 2011-09-27 16:53:09 -05:00
base.css Add message panel when hosted at kanaka.github.com. 2012-02-15 14:12:27 -06:00
base64.js Better base64 illegal character output. 2012-02-20 15:48:39 -06:00
black.css Re-organize CSS. Remove broken IE filter statement. 2011-09-29 12:09:32 -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 Move render queue processing to Display and use requestAnimationFrame 2012-05-17 11:13:08 -05:00
input.js Comment out duplicates in unicodeTable. 2012-04-26 08:18:27 -05:00
jsunzip.js add some documentation; default to existing websocket transport 2012-03-09 11:02:18 -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 Move render queue processing to Display and use requestAnimationFrame 2012-05-17 11:13:08 -05:00
ui.js Use page host:port as default for WebSocket host/port. 2012-04-03 16:58:21 -05:00
util.js Move render queue processing to Display and use requestAnimationFrame 2012-05-17 11:13:08 -05:00
vnc.js Cleanup vnc.js includes. 2012-03-10 19:54:56 -06:00
websock.js Linting. 2012-01-12 12:38:55 -06:00
webutil.js Set $D on window directly. 2012-02-14 17:23:14 -06:00