4121 Commits (d71135b02bd47037e5c210dbf678815a880065ed)
 

Author SHA1 Message Date
  george82 888b8fbbeb Check bit-per-pixel when the pixel format assign from the command line. 19 years ago
  george82 dfb557b9e6 Implemented support all pixel formats when player run with command line 19 years ago
  george82 357c9f52d7 Added about dialog to the player. 19 years ago
  george82 c7e9f790f2 Added big-endian-flag option to the ChoosePixelFormatDialog dialog. 19 years ago
  george82 c395007153 Added bigEndian flag support to Options dialog. 19 years ago
  george82 8c37e42103 Added new property bigEndianFlag to PlayerOptions class. 19 years ago
  george82 e827a0a2a0 DEFAULT_PF_INDEX must equal -1. 19 years ago
  george82 5a6df07da9 Now in RfbPlayer::serverInit() pixel format chooses from supportedPF list. 19 years ago
  george82 34be1fa75f Added new property autoDetectPF to PlayerOptions class. 19 years ago
  george82 9a7f991ccf Now OptionsDialog allow the user to choose the pixel format 19 years ago
  george82 acb5658462 Now ChoosePixelFormatDialog allow the user to choose the pixel format 19 years ago
  george82 bc999f4dd0 Fixed the bug with crashes the player when user clicked 19 years ago
  george82 bf212f5172 Set pixelFormat to the value wich read from the registry. 19 years ago
  george82 0981b34ce4 PlayerOptions::pixelFormat changed to pixelFormatIndex. 19 years ago
  george82 0c298e5c6a Finished PixelFormatList class implementation. 19 years ago
  george82 6676fda634 Removed the unnecessary file (utils.h). 19 years ago
  george82 951e725b62 Added PixelFormatList class implementation. 19 years ago
  george82 7b1ebaea14 Added PlayerOptions::setPF(). This function calculates all PixelFormat 19 years ago
  george82 aff63abe4a Changed the possibility to play/pause the rfb session 19 years ago
  george82 03c01da663 Added the possibility to play/pause the rfb session 19 years ago
  george82 bcc129bd3f Added the possibility to change the time position in the time trackbar 19 years ago
  george82 a758a7a467 Fixed the bug with wrong window resizing when user maximezes 19 years ago
  george82 d9957b7526 ChoosePixelFormatDialog, OptionsDialog and GotoPosDialog must have 19 years ago
  george82 0e980ccd07 Terminate the session playback if the exception was cathed while the 19 years ago
  george82 2c7634b4ba Close the session playback if the user presses the cancel button 19 years ago
  george82 f0e42de5fc Added the sessionTerminateThread class implementation, which allow 19 years ago
  Peter Åstrand 0aafa76cbe Do not translate mouse buttons according to the server map; treat VNC mouse buttons as logical buttons. This solves the problem with LeftHanded+LeftHanded=RightHanded, and is also much more in line with the keyboard handling: After all, keysyms are logical. 19 years ago
  george82 5e7af746d1 1. Added PlayerOptions class for managing the player options. 19 years ago
  Peter Åstrand f1794c33a4 Implemented Composite hook. This solves the problem with menu text in OpenOffice when using the RENDER extension. 19 years ago
  george82 5caee41f23 Change command-line parameter "-depth" to "-pf". 19 years ago
  george82 3d0c56e258 Added ChoosePixelFormatDialog dialog implementation. It is used 19 years ago
  george82 8edfb7ad00 Added the possibility to interrupt delay between the buffer updates. 19 years ago
  george82 0d2e19d6ef Blank session frame when the session stopped. 19 years ago
  Peter Åstrand 3444445ec4 Updated translation of copyright message 19 years ago
  Peter Åstrand 61ad4e1256 Added my copyright to the german abouttext translation 19 years ago
  Peter Åstrand 9a4403f8f7 Added german translation for UNIX vncviewer 19 years ago
  george82 1e846ffcd5 Fixed a bug with the blanking frame window while the rewind is performing. 19 years ago
  Peter Åstrand d6a2914fc2 Reverted most of vfbScreenInfo to the original RealVNC implementation, 19 years ago
  Peter Åstrand 200c31c645 Build fix: Temporarily change "new" to "New" when including micmap.h. 19 years ago
  Peter Åstrand 1402f8c08e Added support for the -fbdir and -shmem option. 19 years ago
  Peter Åstrand 321a992e8d Synched InitOutput with modern InitOutput.c. 19 years ago
  Peter Åstrand 1d742b4ca0 Synched vfbScreenInit with modern InitOutput.c. 19 years ago
  Peter Åstrand 6087091e45 Added vfbCloseScreen. Reindented vfbScreenInfo. 19 years ago
  Peter Åstrand 5eef5eea9a Adapted vfbPointerFuncs to match modern InitOutput.c. 19 years ago
  Peter Åstrand f9357f51ed Synched vfbWriteXWDFileHeader, vfbCursorOffScreen and vfbCrossScreen with modern InitOutput.c. 19 years ago
  Peter Åstrand 8de329f6e0 Synched vfbAllocateFramebufferMemory with modern InitOutput.c. 19 years ago
  Peter Åstrand 4efcfe07ba paddedWidthInBytes -> paddedBytesWidth 19 years ago
  Peter Åstrand be22857a07 Corrected last patch; class must be c_class. 19 years ago
  Peter Åstrand 853287dc7a Synched vfbUninstallColormap and vfbStoreColors with modern InitOutput.c. 19 years ago
  Peter Åstrand 9d803ef6e5 Synched GetTimeInMillis, vfbListInstalledColormaps and vfbInstallColormap with modern InitOutput.c. 19 years ago