summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2010-07-20 14:34:44 -0500
committerJoel Martin <github@martintribe.org>2010-07-20 14:34:44 -0500
commit2c2b492c0c1431e185fc4ca2a10bb18cd56eac5a (patch)
tree16768ef82d4f18c0353fd9111f310381c691f4d7 /docs
parent1656b1b98dcdbe5aee60d53b7b0ece5f19664493 (diff)
downloadwebsockify-2c2b492c0c1431e185fc4ca2a10bb18cd56eac5a.tar.gz
Add Cursor pseudo-encoding support (disabled for now).
To change the appearance of the cursor, we use the CSS cursor style and set the url to a data URI scheme. The image data sent via the cursor pseudo-encoding has to be encoded to a CUR format file before being used in the data URI. During Canvas initialization we try and set a simple cursor to see if the browser has support. Opera is missing support for data URI scheme in cursor URLs. Disabled for now until we have a better way of specifying settings overall (too many settings for control bar now).
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO7
-rw-r--r--docs/links5
2 files changed, 8 insertions, 4 deletions
diff --git a/docs/TODO b/docs/TODO
index c2bda7f..95b60cc 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -1,5 +1,8 @@
Short Term:
+- Proper Javascript namespacing for Canvas and RFB (using function for
+ true local variables and functions).
+
- Timing delta between frames in proxy record log, for playback
support (for demo and test).
@@ -14,10 +17,6 @@ Short Term:
Medium Term:
-- Implement Cursor pseudo-encoding (CSS cursor)
- http://en.wikipedia.org/wiki/ICO_(file_format)
- https://developer.mozilla.org/en/Using_URL_values_for_the_cursor_property
-
- Viewport and/or scaling support.
- Status bar buttons:
diff --git a/docs/links b/docs/links
index 6e18015..64ea754 100644
--- a/docs/links
+++ b/docs/links
@@ -29,6 +29,11 @@ TLS Protocol:
Generate self-signed certificate:
http://docs.python.org/dev/library/ssl.html#certificates
+Cursor appearance/style (for Cursor pseudo-encoding):
+ http://en.wikipedia.org/wiki/ICO_(file_format)
+ http://www.daubnet.com/en/file-format-cur
+ https://developer.mozilla.org/en/Using_URL_values_for_the_cursor_property
+
Related projects: