4196 次代码提交 (540bfc3278e396321124d4b18a798ac2bc18b6ca)
 

作者 SHA1 备注 提交日期
  george82 d4d69e6826 Implemented the full session time calculating. 19 年前
  george82 57f1352be5 Added RfbPlayer::calculateSessionTime(). 19 年前
  george82 e9fc68a0e2 Improved RfbPlayer class implementation, 19 年前
  george82 006f279601 Improved RfbPlayer class implementation, 19 年前
  george82 4f7d1d34c8 Fixed a bug with crashing the application when openSessionFile uses 19 年前
  george82 2b9d03dad5 Improved rfbSessionReader class implementation. 19 年前
  george82 17e92cb9ed Added RfbPlayer::openSessionFile(). 19 年前
  george82 23e0856c67 Added RfbPlayer::processMsg(). 19 年前
  george82 ce8dc3afb0 Added rfbSessionReader class to RfbPlayer class. 19 年前
  Peter Åstrand f86db93070 Added TODO item about the problem when byte order differs between the 19 年前
  george82 b491543bea Removed the threading part from RfbPlayer class. 19 年前
  george82 529ed575d7 void processMsg() -> virtual void processMsg(); 19 年前
  george82 6598b7459c Added rfbSessionReader class implementation. 19 年前
  george82 4ea27f67e1 Implemented the speed changing by edit control. 19 年前
  george82 9e6e6cc1ee Implemented speed changing by spin control. 19 年前
  Peter Åstrand 57dcc45507 Added new option, SendSysKeys, which controls if Alt-Tab, Alt-F4 and Alt-Space should be handled locally, or sent to the server 19 年前
  george82 5c13c669b2 Implemented the play, pause, stop button proccessing. 19 年前
  Peter Åstrand b588af4a39 Updated abouttext translation 19 年前
  Peter Åstrand ccccd8e9f3 Make sure translations works in an UTF8 environment. 19 年前
  Peter Åstrand 1c6ad92b4d libjpeg.a is actually in build directory 19 年前
  Peter Åstrand 1571d66842 Swedish translation for UNIX vncviewer GUI completed 19 年前
  Peter Åstrand 5135eead7b jpeg is now configured and built in a separate build directory. This fixes the problem with the CVS-controlled jconfig.h getting changed on every ./configure. 19 年前
  Peter Åstrand aa209654f5 Never switch to RAW when using AutoSelect. In most cases, RAW is slower, especially when using SSH tunnels. 19 年前
  george82 cfd81d199a Update the time position 4 times in 1 second (every 250 ms). 19 年前
  george82 3c8fbbf7fa Implemented update the time position in the toolbar. 19 年前
  Peter Åstrand 1cfc4187a1 Merged sv.po with updated .pot 19 年前
  Peter Åstrand ac5423ec02 Ignoring m4 directory. 19 年前
  Peter Åstrand a336cf32f8 Added .cvsignore 19 年前
  Peter Åstrand bb644f6ad5 Added .cvsignore 19 年前
  Peter Åstrand 42e4bf0c93 Defining top_builddir. 19 年前
  Peter Åstrand 785f7a7470 Get rid of the dependency on config.h. 19 年前
  Peter Åstrand 13065d9312 Calling xgettext with --no-location, since this makes the .po files 19 年前
  Peter Åstrand 40c64a07a9 Let's keep tightvnc.pot in CVS 19 年前
  Peter Åstrand f709d3d732 Added sv.po skel 19 年前
  Peter Åstrand 5a15f8cbc3 Added translation support for the UNIX implementation, via GNU gettext. 19 年前
  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 年前
  Peter Åstrand eed0650df7 The vncviewer password dialog should probably display the server name 19 年前
  george82 d070c694f2 Added the ToolBar to RfbPlayer. 19 年前
  Peter Åstrand e9dfcb0d81 The passwordfile must be opened binary. 19 年前
  george82 5b4c15d401 Added ToolBar::autoSize, ToolBar::getButtonRect(). 19 年前
  george82 d467a8db36 Changed toolbar bitmap. 19 年前
  Peter Åstrand 7cc6c94a95 We cannot include rfb/util.h here, since that causes an error when building under Windows 19 年前
  george82 1031310d6d Start playing if autoplay set to TRUE. 19 年前
  george82 67cbcd0701 Changed the threading part of rfbplayer. Now threading function included 19 年前
  Constantin Kaplinsky a31ab7cd77 Converted line endings to CRLF, after making all the .dsp/.dsw files 19 年前
  Peter Åstrand d642640bfb Added @ZLIB_INCLUDE@ and @JPEG_INCLUDE@. Without these, the system 19 年前
  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 年前
  Peter Åstrand f3c26fbdd3 .dsp files must have crlf line breaks, or VC7 cannot open them. 19 年前
  george82 d4f5753949 Added bitmap for the toolbar buttons. 19 年前
  wimba.com 275f6076fb Null check. 19 年前