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