- 5a15f8c Added translation support for the UNIX implementation, via GNU gettext. by Peter Åstrand · 21 years ago
- 2dbbd38 Corrected buffer overrun problem with aboutText. Also, replaced all sprintf()s in the UNIX version with snprintf(). This follows the recommendation on http://www.gotw.ca/publications/mill19.htm. Also, snprintf() is, in practice, required when using gettext. Note: since VC6 doesn't have snprintf, only require snprintf in UNIX-only code. by Peter Åstrand · 21 years ago
- eed0650 The vncviewer password dialog should probably display the server name by Peter Åstrand · 21 years ago
- d070c69 Added the ToolBar to RfbPlayer. by george82 · 21 years ago
- e9dfcb0 The passwordfile must be opened binary. by Peter Åstrand · 21 years ago
- 5b4c15d Added ToolBar::autoSize, ToolBar::getButtonRect(). by george82 · 21 years ago
- d467a8d Changed toolbar bitmap. by george82 · 21 years ago
- 7cc6c94 We cannot include rfb/util.h here, since that causes an error when building under Windows by Peter Åstrand · 21 years ago
- 1031310 Start playing if autoplay set to TRUE. by george82 · 21 years ago
- 67cbcd0 Changed the threading part of rfbplayer. Now threading function included by george82 · 21 years ago
- a31ab7c Converted line endings to CRLF, after making all the .dsp/.dsw files binary. by Constantin Kaplinsky · 21 years ago
- d642640 Added @ZLIB_INCLUDE@ and @JPEG_INCLUDE@. Without these, the system by Peter Åstrand · 21 years ago
- 0f49e22 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. by Peter Åstrand · 21 years ago
- f3c26fb .dsp files must have crlf line breaks, or VC7 cannot open them. by Peter Åstrand · 21 years ago
- d4f5753 Added bitmap for the toolbar buttons. by george82 · 21 years ago
- 2818450 Added button operations to the ToolBar class. by george82 · 21 years ago
- c703916 Added button images operations to the ToolBar class: by george82 · 21 years ago
- 199253e Removed CommonControls.cxx, CommonControls.h by george82 · 21 years ago
- d35da31 Added ToolBar:create() function. It creats a windows toolbar. by george82 · 21 years ago
- 38baa3a Added new methods to ToolBar class: ToolBar(); ~ToolBar(); getHandle(); by george82 · 21 years ago
- ff170ab Added implementation of ToolBar control class. by george82 · 21 years ago
- c0921b1 Removed CommonControls.cxx, CommonControls.h by george82 · 21 years ago
- 2488c26 Icons now changed. by Peter Åstrand · 21 years ago
- 7a07d04 New .ico files, from 1.3 by Peter Åstrand · 21 years ago
- 2ac6381 Tight encoding is actually faster than Hextile when bandwidth is less than roughly 16 Mbps. by Peter Åstrand · 21 years ago
- ba09e35 New TODO: Should support X11 cursors. by Peter Åstrand · 21 years ago
- d6368ce When using AutoSelect with old servers, always start in FullColor by Peter Åstrand · 21 years ago
- 0735059 Bugfix for Configuration system: When using alias parameters, the immutable flag in the real parameter instance should be set. by Peter Åstrand · 21 years ago
- 3e3c75e -PasswordFile support for Windows viewer as well by Peter Åstrand · 21 years ago
- 55855d5 AutoSelect if default only if not using PreferredEncoding or FullColor. by Peter Åstrand · 21 years ago
- ff32dec The OptionsDialog bug is caused by a bug in KDE 3.2. See by Peter Åstrand · 21 years ago
- ba77f1c Added note about the UNIX optionswindow modality problem. by Peter Åstrand · 21 years ago
- 3afb7a3 Note about the toolbar from http://lars.werner.no/vnc/. by Peter Åstrand · 21 years ago
- 8e8b5e8 Improved patch for bandwidth estimation: Avoid reading only 1 or 2 by Peter Åstrand · 21 years ago
- f1f6b58 The line speed bug has now been fixed. by Peter Åstrand · 21 years ago
- 0fe2544 Bugfix for problem with line speed estimate staying at zero for a long time. by Peter Åstrand · 21 years ago
- d06cf85 Perhaps warn if pixel format change against buggy server. by Peter Åstrand · 21 years ago
- ef5bb76 Need to update vncviewer.man. by Peter Åstrand · 21 years ago
- 8373a7f Updated section about autoselect wrt full-color mode. by Peter Åstrand · 21 years ago
- c81a652 Changed all user-visible strings from colour to color. by Peter Åstrand · 21 years ago
- 3b2cf07 Two new things: version strings and icons. by Peter Åstrand · 21 years ago
- 9fb4e0e Tightified sources: by Peter Åstrand · 21 years ago
- c616a94 Selecting jpeg and zlib compression from the GUI and command line is by Peter Åstrand · 21 years ago
- 1420e27 Moved color level buttons down, aligned with encoding buttons by Peter Åstrand · 21 years ago
- f7bf573 After changing zlib compression or jpeg quality, trigger a new SetEncodings message. by Peter Åstrand · 21 years ago
- 326b013 After changing zlib compression or jpeg quality, trigger a new SetEncodings message. by Peter Åstrand · 21 years ago
- fdd6932 Added support for selecting zlib compression and jpeg quality in the UNIX client (both from GUI and command line) by Peter Åstrand · 21 years ago
- 2dd021b Lowest JPEG quality should be 1. by Peter Åstrand · 21 years ago
- 81396de Make compression and quality level input boxes inactive, if custom compression and jpeg is disabled. by Peter Åstrand · 21 years ago
- 7489c2f IDC_ALLOW_COMPRESSLEVEL -> IDC_CUSTOM_COMPRESSLEVEL by Peter Åstrand · 21 years ago
- 365427a Added options CompressLevel and CustomCompressLevel by Peter Åstrand · 21 years ago
- 0b87026 Added new parameter NoJPEG, hooked up with GUI by Peter Åstrand · 21 years ago
- 142e84d qualityLevel hooked up with GUI by Peter Åstrand · 21 years ago
- 1e6d898 Color level selection is disabled when using AutoSelect by Peter Åstrand · 21 years ago
- b2b4481 Reworked Windows GUI: added components for selecting jpeg and zlib compression levels by Peter Åstrand · 21 years ago
- 4692b15 .dsp files must have crlf line breaks, or VC7 cannot open them. by Peter Åstrand · 21 years ago
- 11bf49b Added implementation of ToolBar control class. by george82 · 21 years ago
- 6edc545 When using AutoSelect, enable automatic selection of color level, but by Peter Åstrand · 21 years ago
- 3b170ee Updated TODO. by Peter Åstrand · 21 years ago
- dd747d8 New AutoSelect policy: by Peter Åstrand · 21 years ago
- 1b4b568 ZlibInStream must be reset after use, or we will end up with by Peter Åstrand · 21 years ago
- aede8d7 Now possible to select tight encoding in UNIX vncviewer GUI by Peter Åstrand · 21 years ago
- a2cdd2b Now possible to select tight encoding in win32 vncviewer GUI by Peter Åstrand · 21 years ago
- 64aeddf Other BPPs than 16 seems pretty ok now. by Peter Åstrand · 21 years ago
- bb6bb12 Added building-vc7.txt by Peter Åstrand · 21 years ago
- 55ad645 Support for gradient filter with 24 bpp. by Peter Åstrand · 21 years ago
- 6b91166 Jpeg decompressor now supports 24/32 bpp. by Peter Åstrand · 21 years ago
- bf27e3a 24 bpp "cutZeros" support for copy filter. by Peter Åstrand · 21 years ago
- fd21d65 Fill compression type and palette reading now supports 24 bpp by Peter Åstrand · 21 years ago
- 6044477 colour -> color Always using new scope after for/if/else. by Peter Åstrand · 21 years ago
- 1154ebf Added RGB24_TO_PIXEL32 macro. by Peter Åstrand · 21 years ago
- 7214b82 Removed old RfbPlayer's controls. by george82 · 21 years ago
- 79c97f8 Gradient is now implemented. by Peter Åstrand · 21 years ago
- 0af24d4 Implemented client side gradient filter. Only tested with 16 bpp, though. by Peter Åstrand · 21 years ago
- 5bbd61b Added hot keys support to RfbPlayer by george82 · 21 years ago
- c2c691f Added the menu in RfbPlayer by george82 · 21 years ago
- 50dad53 It seems like only BPP 16 works currently. by Peter Åstrand · 21 years ago
- 71be6e3 Setting qualityLevel from options. by Peter Åstrand · 21 years ago
- b04748d Added our copyright notice. by Peter Åstrand · 21 years ago
- 87ea06e Added Tight decoder to rfb project. by Peter Åstrand · 21 years ago
- b4a2316 jpeglib.h should be included via extern "C". by Peter Åstrand · 21 years ago
- 348e77d messages.h and messages.rc should have CRLF line breaks by Peter Åstrand · 21 years ago
- e265c4c Include jpeg project. by Peter Åstrand · 21 years ago
- f30e127 .dsp files must have CRLF line breaks by Peter Åstrand · 21 years ago
- 3dbb596 Added TODO by Peter Åstrand · 21 years ago
- f09bc8b Added a file for filling in info about the RealVNC internals by Peter Åstrand · 21 years ago
- bf6127b jconfig.h was added by mistake. by Peter Åstrand · 21 years ago
- ed9d4ae Added command line option -QualityLevel by Peter Åstrand · 21 years ago
- a6bb770 JPEG decompression support by Peter Åstrand · 21 years ago
- c977b9c Linking with libjpeg by Peter Åstrand · 21 years ago
- afa924f Updated configure script by Peter Åstrand · 21 years ago
- fe00c4c Using C++ style comments. by Peter Åstrand · 21 years ago
- 5bbe348 Using constants defined in TightDecoder.h, instead of hardcoded values by Peter Åstrand · 21 years ago
- ef5dd31 Flushing zlib streams if we are told by the server to do so. by Peter Åstrand · 21 years ago
- 462753d Added basic almost-functional Tight support, from tightrealvnc project. Decoder only. by Peter Åstrand · 21 years ago
- f38c49f Ignoring config.log and config.status. by Peter Åstrand · 21 years ago
- 604bf25 Added readCompactLength and writeCompactLength by Peter Åstrand · 21 years ago
- d29243d Configuring and building jpeg library by Peter Åstrand · 21 years ago
- e713b14 New configure script, after bootstrapping by Peter Åstrand · 21 years ago
- beb8e20 Adapted configure.in and Makefile.in for vncviewer_unix and vncconfig_unix directories by Peter Åstrand · 21 years ago