You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libtdevnc/libvncclient
dscho 26b79b89db ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki)
Highlite:
 * use qualityLevel/zlib_buffer. No new variable is needed.
 * Change coding style to recursive fashion.
 * Change meaning of qualityLevel== 9 for easy calc zywrle_level:
     old:zywrle_level== 1
     new:disable ZYWRLE(same as ZRLE)
   so, we should not use this value for compatible reason.
 * Color mode handling isn't complete.
   I provided and checked 16 bit colors(RGB555,RGB565) and
   some color mode of 32 bit colors for little endian mode.
   we must make and check 24 bit colors and big endian mode.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
17 years ago
..
.cvsignore This monster commit contains support for TightVNC's file transfer protocol. 20 years ago
Makefile.am Build shared libraries per default 18 years ago
corre.c API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_" 22 years ago
cursor.c libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient 18 years ago
hextile.c signed vs unsigned warnings eliminated (gcc 4.0.1) 19 years ago
listen.c hide strict ansi stuff if not explicitely turned on; actually use the socklen_t test from configure.ac 20 years ago
lzoconf.h fix some build issues WRT ultravnc code. 19 years ago
minilzo.c fix some build issues WRT ultravnc code. 19 years ago
minilzo.h fix some build issues WRT ultravnc code. 19 years ago
rfbproto.c ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki) 17 years ago
rre.c API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_" 22 years ago
sockets.c assorted fixes for MinGW32 19 years ago
tight.c signed vs unsigned warnings eliminated (gcc 4.0.1) 19 years ago
ultra.c The great UltraVNC Compatibility Commit 19 years ago
vncviewer.c argv > 0 doesn't make sense for a pointer; assuming argv != NULL. 18 years ago
zlib.c signed vs unsigned warnings eliminated (gcc 4.0.1) 19 years ago
zrle.c ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki) 17 years ago