summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordscho <dscho>2001-10-02 16:47:20 +0000
committerdscho <dscho>2001-10-02 16:47:20 +0000
commitb8c6f3b18832a48279e4c60f40cf36407d3b768c (patch)
treeb895097c4d6fd98e5205f39b84f8fc2a48306eed
parentf6e8bc8927253e315665e68033ca2f7df09ba1bf (diff)
downloadlibtdevnc-b8c6f3b1.tar.gz
libtdevnc-b8c6f3b1.zip
some todo items
-rw-r--r--TODO22
1 files changed, 13 insertions, 9 deletions
diff --git a/TODO b/TODO
index 57fade5..3790874 100644
--- a/TODO
+++ b/TODO
@@ -2,26 +2,30 @@ immediate:
----------
fix bug in http (java) client with big endian server: byte swapping is broken
-really support pthreads.
+pthreads concept: How to iterate over rfbClientPtr's? So that it can be
+ either called from rfbProcessEvents (which locks the list mutex)
+ or from the main thread (where the background loop sometimes
+ locks the list mutex).
- cursor drawing!
+ - cursor setting!
+ - rfbMarkRectAsModified
update to newest TridiaVNC version.
-
-in the works:
--------------
-
adapt rdp2vnc (rdesktop)
-optionally dont draw rich cursors as xcursors
later:
------
-cursor "smears" sometimes when not using cursor encoding
- (seems to be gone now; haven't debugged properly, though)
-udp
+optionally dont draw rich cursors as xcursors
+
autoconf? at least Sun Solaris compilation
+perhaps the option (or just hint) not to mark very tiny regions as modified,
+ because that is inefficient for the encodings.
+udp
rfbConnect, ConnectToTcpAddr
CORBA
documentation
+cursor "smears" sometimes when not using cursor encoding
+ (seems to be gone now; haven't debugged properly, though)
done:
-----