選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Constantin Kaplinsky 95ff53a0c7 Tight encoder's configuration tuning. 19年前
..
win32 Initial revision 20年前
.cvsignore Added .cvsignore entries for building under Win32. 20年前
Blacklist.cxx Initial revision 20年前
Blacklist.h Initial revision 20年前
CConnection.cxx Initial revision 20年前
CConnection.h Initial revision 20年前
CMsgHandler.cxx Initial revision 20年前
CMsgHandler.h Initial revision 20年前
CMsgReader.cxx Initial revision 20年前
CMsgReader.h Initial revision 20年前
CMsgReaderV3.cxx Added basic almost-functional Tight support, from tightrealvnc project. Decoder only. 19年前
CMsgReaderV3.h Initial revision 20年前
CMsgWriter.cxx Lowest JPEG quality should be 1. 19年前
CMsgWriter.h Initial revision 20年前
CMsgWriterV3.cxx Initial revision 20年前
CMsgWriterV3.h Initial revision 20年前
CSecurity.h Initial revision 20年前
CSecurityNone.h Initial revision 20年前
CSecurityVncAuth.cxx Initial revision 20年前
CSecurityVncAuth.h Initial revision 20年前
ColourCube.h Initial revision 20年前
ColourMap.h Initial revision 20年前
ComparingUpdateTracker.cxx min and max changed to vncmin and vncmax. This solves many problems: Some platforms predefines or redefines these symbols. Some platforms have header files which chokes if min or max are defined. 19年前
ComparingUpdateTracker.h Initial revision 20年前
Configuration.cxx Updated copyright year 19年前
Configuration.h Bugfix for Configuration system: When using alias parameters, the immutable flag in the real parameter instance should be set. 19年前
ConnParams.cxx Server-side support for the XCursor encoding 19年前
ConnParams.h Server-side support for the XCursor encoding 19年前
Cursor.cxx Initial revision 20年前
Cursor.h Initial revision 20年前
Decoder.cxx Added basic almost-functional Tight support, from tightrealvnc project. Decoder only. 19年前
Decoder.h Initial revision 20年前
Encoder.cxx Tight encoding support, except for rfb/SMsgWriterV3.cxx 19年前
Encoder.h Tight encoding support, except for rfb/SMsgWriterV3.cxx 19年前
Exception.h Merged the rdr library with VNC 4.1.1. 19年前
HTTPServer.cxx Tightified sources: 19年前
HTTPServer.h Initial revision 20年前
HextileDecoder.cxx Initial revision 20年前
HextileDecoder.h Initial revision 20年前
HextileEncoder.cxx Set the ImprovedHextile parameter to true by default, as new Hextile 19年前
HextileEncoder.h Initial revision 20年前
Hostname.h Initial revision 20年前
ImageGetter.h Initial revision 20年前
LogWriter.cxx Initial revision 20年前
LogWriter.h Initial revision 20年前
Logger.cxx Initial revision 20年前
Logger.h Initial revision 20年前
Logger_file.cxx Initial revision 20年前
Logger_file.h Initial revision 20年前
Logger_stdio.cxx Initial revision 20年前
Logger_stdio.h Initial revision 20年前
Makefile.in Using new TightPalette helper class instead of std::map, in Hextile 19年前
Pixel.h Initial revision 20年前
PixelBuffer.cxx Initial revision 20年前
PixelBuffer.h Initial revision 20年前
PixelFormat.cxx Changed all user-visible strings from colour to color. 19年前
PixelFormat.h Initial revision 20年前
RREDecoder.cxx Initial revision 20年前
RREDecoder.h Initial revision 20年前
RREEncoder.cxx Initial revision 20年前
RREEncoder.h Initial revision 20年前
RawDecoder.cxx Initial revision 20年前
RawDecoder.h Initial revision 20年前
RawEncoder.cxx Initial revision 20年前
RawEncoder.h Initial revision 20年前
Rect.h We cannot include rfb/util.h here, since that causes an error when building under Windows 19年前
Region.cxx Initial revision 20年前
Region.h Initial revision 20年前
SConnection.cxx Initial revision 20年前
SConnection.h Initial revision 20年前
SDesktop.h Initial revision 20年前
SMsgHandler.cxx Initial revision 20年前
SMsgHandler.h Initial revision 20年前
SMsgReader.cxx Initial revision 20年前
SMsgReader.h Initial revision 20年前
SMsgReaderV3.cxx Initial revision 20年前
SMsgReaderV3.h Initial revision 20年前
SMsgWriter.cxx Tight encoding support, except for rfb/SMsgWriterV3.cxx 19年前
SMsgWriter.h Server-side support for the XCursor encoding 19年前
SMsgWriterV3.cxx Fixed a bug with sending colors for zero-size cursors, in XCursor 19年前
SMsgWriterV3.h Server-side support for the XCursor encoding 19年前
SSecurity.h Initial revision 20年前
SSecurityFactoryStandard.cxx Initial revision 20年前
SSecurityFactoryStandard.h Initial revision 20年前
SSecurityNone.h Initial revision 20年前
SSecurityVncAuth.cxx Initial revision 20年前
SSecurityVncAuth.h Initial revision 20年前
ServerCore.cxx Added support for terminating inactive/active/disconnected sessions. This is a port of the SF patch 1025108. 19年前
ServerCore.h Added support for terminating inactive/active/disconnected sessions. This is a port of the SF patch 1025108. 19年前
Threading.h Initial revision 20年前
TightDecoder.cxx Updated copyright year 19年前
TightDecoder.h Using C++ style comments. 19年前
TightEncoder.cxx Tight encoder's configuration tuning. 19年前
TightEncoder.h Improved configuration of the Tight encoder. 19年前
TightPalette.cxx Removed unused argument of a function. 19年前
TightPalette.h Removed unused argument of a function. 19年前
TransImageGetter.cxx Changed all user-visible strings from colour to color. 19年前
TransImageGetter.h Initial revision 20年前
TrueColourMap.h Initial revision 20年前
UpdateTracker.cxx Initial revision 20年前
UpdateTracker.h Initial revision 20年前
UserPasswdGetter.h Initial revision 20年前
VNCSConnectionST.cxx Added support for terminating inactive/active/disconnected sessions. This is a port of the SF patch 1025108. 19年前
VNCSConnectionST.h Initial revision 20年前
VNCServer.h Initial revision 20年前
VNCServerST.cxx Removed stale comment. 19年前
VNCServerST.h Added support for terminating inactive/active/disconnected sessions. This is a port of the SF patch 1025108. 19年前
ZRLEDecoder.cxx Initial revision 20年前
ZRLEDecoder.h Initial revision 20年前
ZRLEEncoder.cxx Updated buffer size in ZRLE encoder, fix copied from VNC 4.1.1. 19年前
ZRLEEncoder.h Initial revision 20年前
d3des.c Initial revision 20年前
d3des.h Initial revision 20年前
encodings.cxx Added basic almost-functional Tight support, from tightrealvnc project. Decoder only. 19年前
encodings.h Fixed a bug with wrong encoding number for 19年前
hextileConstants.h Initial revision 20年前
hextileDecode.h min and max changed to vncmin and vncmax. This solves many problems: Some platforms predefines or redefines these symbols. Some platforms have header files which chokes if min or max are defined. 19年前
hextileEncode.h Code optimizations in the old version of the Hextile encoder. The 19年前
hextileEncodeBetter.h Removed unused argument of a function. 19年前
keysymdef.h Initial revision 20年前
msgTypes.h Initial revision 20年前
msvcwarning.h Initial revision 20年前
rfb.dsp Added new files to the project. 19年前
rreDecode.h Initial revision 20年前
rreEncode.h Initial revision 20年前
secTypes.cxx Tight encoding support, except for rfb/SMsgWriterV3.cxx 19年前
secTypes.h Initial revision 20年前
tightDecode.h Updated copyright year 19年前
tightEncode.h Tight encoder's configuration tuning. 19年前
transInitTempl.h Initial revision 20年前
transTempl.h Initial revision 20年前
util.cxx Initial revision 20年前
util.h min and max changed to vncmin and vncmax. This solves many problems: Some platforms predefines or redefines these symbols. Some platforms have header files which chokes if min or max are defined. 19年前
vncAuth.cxx Initial revision 20年前
vncAuth.h Initial revision 20年前
zrleDecode.h min and max changed to vncmin and vncmax. This solves many problems: Some platforms predefines or redefines these symbols. Some platforms have header files which chokes if min or max are defined. 19年前
zrleEncode.h min and max changed to vncmin and vncmax. This solves many problems: Some platforms predefines or redefines these symbols. Some platforms have header files which chokes if min or max are defined. 19年前