From 9450f132c6766cbeb04f546531ffbc5ecf549895 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 23 Jun 2012 14:15:41 -0500 Subject: [PATCH] remove docs/TODO: see issues marked as "feature". https://github.com/kanaka/noVNC/issues?labels=feature --- docs/TODO | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 docs/TODO diff --git a/docs/TODO b/docs/TODO deleted file mode 100644 index 941e9e50..00000000 --- a/docs/TODO +++ /dev/null @@ -1,19 +0,0 @@ -- Use requestAnimationFrame for frameBufferUpdate polling - -- Use WebSocket binary API when available. - -- Scaling support - ---- - -- IE 9 improvements. - - https://github.com/gimite/web-socket-js/issues#issue/41 - - try window.atob instead of decode for better performance - -- Keyboard menu/panel: - - Move CtrlAltDel button here - - direct text entry with Send/Paste button - - Ctrl Once/Lock, Alt Once/Lock, SysRq Once/Lock - - Highlight menu icon when keys are locked - -- zlib/tight support (even if slow)