summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2010-07-21 20:34:23 -0500
committerJoel Martin <github@martintribe.org>2010-07-21 20:34:23 -0500
commitda6dd8932e3d87e39ffc8afcb371a61ff1342e87 (patch)
treee074a44e30d5145f969457bdaecea381a5eb4b0e /docs
parentf55b6b418512b2579ba80e57899ffbad587976c9 (diff)
downloadwebsockify-da6dd8932e3d87e39ffc8afcb371a61ff1342e87.tar.gz
API changes. Client cursor and settings menu.
The following API changes may affect integrators: - Settings have been moved out of the RFB.connect() call. Each setting now has it's own setter function: setEncrypt, setBase64, setTrueColor, setCursor. - Encrypt and cursor settings now default to on. - CSS changes: - VNC_status_bar for input buttons switched to a element class. - VNC_buttons split into VNC_buttons_right and VNC_buttons_left - New id styles for VNC_settings_menu and VNC_setting Note: the encrypt, true_color and cursor, logging setting can all be set on load using query string variables (in addition to host, port and password). Client cursor (cursor pseudo-encoding) support has been polished and activated. The RFB settings are now presented as radio button list items in a drop-down "Settings" menu when using the default controls. Also, in the settings menu is the ability to select between alternate style-sheets. Cookie and stylesheet selection support added to util.js.
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 95b60cc..ec76ad6 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -14,6 +14,9 @@ Short Term:
http://excanvas.sourceforge.net/
http://code.google.com/p/fxcanvas/
+- Fix cursor URI detection in Arora:
+ - allows data URI, but doesn't actually work
+
Medium Term: