Commit b8c6f3b1 authored by dscho's avatar dscho

some todo items

parent f6e8bc89
...@@ -2,26 +2,30 @@ immediate: ...@@ -2,26 +2,30 @@ immediate:
---------- ----------
fix bug in http (java) client with big endian server: byte swapping is broken 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 drawing!
- cursor setting!
- rfbMarkRectAsModified
update to newest TridiaVNC version. update to newest TridiaVNC version.
in the works:
-------------
adapt rdp2vnc (rdesktop) adapt rdp2vnc (rdesktop)
optionally dont draw rich cursors as xcursors
later: later:
------ ------
cursor "smears" sometimes when not using cursor encoding optionally dont draw rich cursors as xcursors
(seems to be gone now; haven't debugged properly, though)
udp
autoconf? at least Sun Solaris compilation 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 rfbConnect, ConnectToTcpAddr
CORBA CORBA
documentation documentation
cursor "smears" sometimes when not using cursor encoding
(seems to be gone now; haven't debugged properly, though)
done: done:
----- -----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment