4189 Commits (v1.8.0)
 

Author SHA1 Message Date
  Peter Åstrand f7bf573f04 After changing zlib compression or jpeg quality, trigger a new SetEncodings message. 19 years ago
  Peter Åstrand 326b013ba2 After changing zlib compression or jpeg quality, trigger a new SetEncodings message. 19 years ago
  Peter Åstrand fdd69322b1 Added support for selecting zlib compression and jpeg quality in the UNIX client (both from GUI and command line) 19 years ago
  Peter Åstrand 2dd021bb81 Lowest JPEG quality should be 1. 19 years ago
  Peter Åstrand 81396de089 Make compression and quality level input boxes inactive, if custom compression and jpeg is disabled. 19 years ago
  Peter Åstrand 7489c2f023 IDC_ALLOW_COMPRESSLEVEL -> IDC_CUSTOM_COMPRESSLEVEL 19 years ago
  Peter Åstrand 365427ae87 Added options CompressLevel and CustomCompressLevel 19 years ago
  Peter Åstrand 0b8702662a Added new parameter NoJPEG, hooked up with GUI 19 years ago
  Peter Åstrand 142e84dafd qualityLevel hooked up with GUI 19 years ago
  Peter Åstrand 1e6d898940 Color level selection is disabled when using AutoSelect 19 years ago
  Peter Åstrand b2b44812a3 Reworked Windows GUI: added components for selecting jpeg and zlib compression levels 19 years ago
  Peter Åstrand 4692b15466 .dsp files must have crlf line breaks, or VC7 cannot open them. 19 years ago
  george82 11bf49bebf Added implementation of ToolBar control class. 19 years ago
  Peter Åstrand 6edc545b4e When using AutoSelect, enable automatic selection of color level, but 19 years ago
  Peter Åstrand 3b170eea93 Updated TODO. 19 years ago
  Peter Åstrand dd747d86e7 New AutoSelect policy: 19 years ago
  Peter Åstrand 1b4b568981 ZlibInStream must be reset after use, or we will end up with 19 years ago
  Peter Åstrand aede8d72af Now possible to select tight encoding in UNIX vncviewer GUI 19 years ago
  Peter Åstrand a2cdd2b02b Now possible to select tight encoding in win32 vncviewer GUI 19 years ago
  Peter Åstrand 64aeddf7c6 Other BPPs than 16 seems pretty ok now. 19 years ago
  Peter Åstrand bb6bb121e0 Added building-vc7.txt 19 years ago
  Peter Åstrand 55ad64591c Support for gradient filter with 24 bpp. 19 years ago
  Peter Åstrand 6b911664d3 Jpeg decompressor now supports 24/32 bpp. 19 years ago
  Peter Åstrand bf27e3acca 24 bpp "cutZeros" support for copy filter. 19 years ago
  Peter Åstrand fd21d651ed Fill compression type and palette reading now supports 24 bpp 19 years ago
  Peter Åstrand 60444775fb colour -> color 19 years ago
  Peter Åstrand 1154ebf151 Added RGB24_TO_PIXEL32 macro. 19 years ago
  george82 7214b826c3 Removed old RfbPlayer's controls. 19 years ago
  Peter Åstrand 79c97f820b Gradient is now implemented. 19 years ago
  Peter Åstrand 0af24d4282 Implemented client side gradient filter. Only tested with 16 bpp, though. 19 years ago
  george82 5bbd61b0a2 Added hot keys support to RfbPlayer 19 years ago
  george82 c2c691ff03 Added the menu in RfbPlayer 19 years ago
  Peter Åstrand 50dad534b5 It seems like only BPP 16 works currently. 19 years ago
  Peter Åstrand 71be6e3591 Setting qualityLevel from options. 19 years ago
  Peter Åstrand b04748d18b Added our copyright notice. 19 years ago
  Peter Åstrand 87ea06ebb9 Added Tight decoder to rfb project. 19 years ago
  Peter Åstrand b4a2316372 jpeglib.h should be included via extern "C". 19 years ago
  Peter Åstrand 348e77d8d1 messages.h and messages.rc should have CRLF line breaks 19 years ago
  Peter Åstrand e265c4ccaf Include jpeg project. 19 years ago
  Peter Åstrand f30e1270b1 .dsp files must have CRLF line breaks 19 years ago
  Peter Åstrand 3dbb596356 Added TODO 19 years ago
  Peter Åstrand f09bc8b16a Added a file for filling in info about the RealVNC internals 19 years ago
  Peter Åstrand bf6127bfd4 jconfig.h was added by mistake. 19 years ago
  Peter Åstrand ed9d4ae46e Added command line option -QualityLevel 19 years ago
  Peter Åstrand a6bb770435 JPEG decompression support 19 years ago
  Peter Åstrand c977b9c72f Linking with libjpeg 19 years ago
  Peter Åstrand afa924f763 Updated configure script 19 years ago
  Peter Åstrand fe00c4cff7 Using C++ style comments. 19 years ago
  Peter Åstrand 5bbe348414 Using constants defined in TightDecoder.h, instead of hardcoded values 19 years ago
  Peter Åstrand ef5dd31c76 Flushing zlib streams if we are told by the server to do so. 19 years ago