TODO 829 Bytes
Newer Older
1 2 3 4
immediate:
----------

fix bug in http (java) client with big endian server: byte swapping is broken
dscho's avatar
dscho committed
5
cursor "smears" sometimes when not using cursor encoding
dscho's avatar
dscho committed
6
really support pthreads.
7 8 9 10

in the works:
-------------

dscho's avatar
dscho committed
11
adapt rdp2vnc (rdesktop)
12 13 14 15 16
optionally dont draw rich cursors as xcursors

later:
------

dscho's avatar
dscho committed
17
udp
18
autoconf? at least Sun Solaris compilation
dscho's avatar
dscho committed
19 20 21
rfbCloseClient, rfbConnect, ConnectToTcpAddr
CORBA
translate.c: warning about non 8-bit colourmaps
22
set colourmap
23
documentation
dscho's avatar
dscho committed
24

25
done:
26
-----
27 28 29 30 31

.cursors
.cutpaste
.httpd
.other encodings
32
.test drawing of cursors when not using xcursor or rich cursor encoding
dscho's avatar
dscho committed
33
fix bug with odd width (depends on client depth: width has to be multiple of server.bytesPerPixel/client.bytesPerPixel). only raw!! -> bug of vncviewer!
34
.use sraRegion from Wez instead of miregion, because it is much smaller
35