108 Commits (5a15f8cbc39c822c479f4b33600ce04e4ae99f8b)
 

Author SHA1 Message Date
  Peter Åstrand 5a15f8cbc3 Added translation support for the UNIX implementation, via GNU gettext. 19 years ago
  Peter Åstrand 2dbbd38f8f 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. 19 years ago
  Peter Åstrand eed0650df7 The vncviewer password dialog should probably display the server name 19 years ago
  george82 d070c694f2 Added the ToolBar to RfbPlayer. 19 years ago
  Peter Åstrand e9dfcb0d81 The passwordfile must be opened binary. 19 years ago
  george82 5b4c15d401 Added ToolBar::autoSize, ToolBar::getButtonRect(). 19 years ago
  george82 d467a8db36 Changed toolbar bitmap. 19 years ago
  Peter Åstrand 7cc6c94a95 We cannot include rfb/util.h here, since that causes an error when building under Windows 19 years ago
  george82 1031310d6d Start playing if autoplay set to TRUE. 19 years ago
  george82 67cbcd0701 Changed the threading part of rfbplayer. Now threading function included 19 years ago
  Constantin Kaplinsky a31ab7cd77 Converted line endings to CRLF, after making all the .dsp/.dsw files 19 years ago
  Peter Åstrand d642640bfb Added @ZLIB_INCLUDE@ and @JPEG_INCLUDE@. Without these, the system 19 years ago
  Peter Åstrand 0f49e22bdc 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 years ago
  Peter Åstrand f3c26fbdd3 .dsp files must have crlf line breaks, or VC7 cannot open them. 19 years ago
  george82 d4f5753949 Added bitmap for the toolbar buttons. 19 years ago
  george82 2818450b1f Added button operations to the ToolBar class. 19 years ago
  george82 c7039163ed Added button images operations to the ToolBar class: 19 years ago
  george82 199253ecd9 Removed CommonControls.cxx, CommonControls.h 19 years ago
  george82 d35da31bfa Added ToolBar:create() function. It creats a windows toolbar. 19 years ago
  george82 38baa3a391 Added new methods to ToolBar class: 19 years ago
  george82 ff170ab897 Added implementation of ToolBar control class. 19 years ago
  george82 c0921b16d2 Removed CommonControls.cxx, CommonControls.h 19 years ago
  Peter Åstrand 2488c265d1 Icons now changed. 19 years ago
  Peter Åstrand 7a07d0487a New .ico files, from 1.3 19 years ago
  Peter Åstrand 2ac6381add Tight encoding is actually faster than Hextile when bandwidth is less than roughly 16 Mbps. 19 years ago
  Peter Åstrand ba09e35131 New TODO: Should support X11 cursors. 19 years ago
  Peter Åstrand d6368ce2ee When using AutoSelect with old servers, always start in FullColor 19 years ago
  Peter Åstrand 073505919e Bugfix for Configuration system: When using alias parameters, the immutable flag in the real parameter instance should be set. 19 years ago
  Peter Åstrand 3e3c75ec56 -PasswordFile support for Windows viewer as well 19 years ago
  Peter Åstrand 55855d5a0a AutoSelect if default only if not using PreferredEncoding or FullColor. 19 years ago
  Peter Åstrand ff32dec05b The OptionsDialog bug is caused by a bug in KDE 3.2. See 19 years ago
  Peter Åstrand ba77f1c739 Added note about the UNIX optionswindow modality problem. 19 years ago
  Peter Åstrand 3afb7a3948 Note about the toolbar from http://lars.werner.no/vnc/. 19 years ago
  Peter Åstrand 8e8b5e8a9d Improved patch for bandwidth estimation: Avoid reading only 1 or 2 19 years ago
  Peter Åstrand f1f6b58e5d The line speed bug has now been fixed. 19 years ago
  Peter Åstrand 0fe2544156 Bugfix for problem with line speed estimate staying at zero for a long 19 years ago
  Peter Åstrand d06cf85526 Perhaps warn if pixel format change against buggy server. 19 years ago
  Peter Åstrand ef5bb76099 Need to update vncviewer.man. 19 years ago
  Peter Åstrand 8373a7f90a Updated section about autoselect wrt full-color mode. 19 years ago
  Peter Åstrand c81a652be3 Changed all user-visible strings from colour to color. 19 years ago
  Peter Åstrand 3b2cf07211 Two new things: version strings and icons. 19 years ago
  Peter Åstrand 9fb4e0e6b9 Tightified sources: 19 years ago
  Peter Åstrand c616a94b93 Selecting jpeg and zlib compression from the GUI and command line is 19 years ago
  Peter Åstrand 1420e27ac0 Moved color level buttons down, aligned with encoding buttons 19 years ago
  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