aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added big-endian-flag option to the ChoosePixelFormatDialog dialog.george822005-03-204-13/+24
* Added bigEndian flag support to Options dialog.george822005-03-203-29/+39
* Added new property bigEndianFlag to PlayerOptions class.george822005-03-202-0/+5
* DEFAULT_PF_INDEX must equal -1.george822005-03-202-2/+2
* Now in RfbPlayer::serverInit() pixel format chooses from supportedPF list.george822005-03-201-21/+18
* Added new property autoDetectPF to PlayerOptions class.george822005-03-202-8/+9
* Now OptionsDialog allow the user to choose the pixel formatgeorge822005-03-201-8/+17
* Now ChoosePixelFormatDialog allow the user to choose the pixel formatgeorge822005-03-201-11/+12
* Fixed the bug with crashes the player when user clickedgeorge822005-03-191-4/+6
* Set pixelFormat to the value wich read from the registry.george822005-03-191-0/+1
* PlayerOptions::pixelFormat changed to pixelFormatIndex.george822005-03-195-10/+23
* Finished PixelFormatList class implementation.george822005-03-192-1/+85
* Removed the unnecessary file (utils.h).george822005-03-173-50/+0
* Added PixelFormatList class implementation.george822005-03-173-0/+168
* Added PlayerOptions::setPF(). This function calculates all PixelFormatgeorge822005-03-162-0/+82
* Changed the possibility to play/pause the rfb sessiongeorge822005-03-161-2/+2
* Added the possibility to play/pause the rfb sessiongeorge822005-03-161-0/+5
* Added the possibility to change the time position in the time trackbargeorge822005-03-151-0/+2
* Fixed the bug with wrong window resizing when user maximezesgeorge822005-03-151-0/+4
* ChoosePixelFormatDialog, OptionsDialog and GotoPosDialog must havegeorge822005-03-114-9/+9
* Terminate the session playback if the exception was cathed while thegeorge822005-03-101-1/+8
* Close the session playback if the user presses the cancel buttongeorge822005-03-101-0/+9
* Added the sessionTerminateThread class implementation, which allowgeorge822005-03-101-0/+17
* Do not translate mouse buttons according to the server map; treat VNC mouse b...Peter Åstrand2005-03-101-7/+2
* 1. Added PlayerOptions class for managing the player options.george822005-03-109-70/+365
* Implemented Composite hook. This solves the problem with menu text in OpenOff...Peter Åstrand2005-03-103-2/+52
* Change command-line parameter "-depth" to "-pf".george822005-03-092-21/+26
* Added ChoosePixelFormatDialog dialog implementation. It is usedgeorge822005-03-095-2/+93
* Added the possibility to interrupt delay between the buffer updates.george822005-03-035-3/+17
* Blank session frame when the session stopped.george822005-03-032-6/+24
* Updated translation of copyright messagePeter Åstrand2005-03-013-10/+10
* Added my copyright to the german abouttext translationPeter Åstrand2005-03-011-0/+1
* Added german translation for UNIX vncviewerPeter Åstrand2005-03-012-1/+191
* Fixed a bug with the blanking frame window while the rewind is performing.george822005-02-242-2/+8
* Reverted most of vfbScreenInfo to the original RealVNC implementation,Peter Åstrand2005-02-231-42/+43
* Build fix: Temporarily change "new" to "New" when including micmap.h.Peter Åstrand2005-02-231-0/+2
* Added support for the -fbdir and -shmem option.Peter Åstrand2005-02-232-0/+142
* Synched InitOutput with modern InitOutput.c.Peter Åstrand2005-02-221-49/+47
* Synched vfbScreenInit with modern InitOutput.c.Peter Åstrand2005-02-221-64/+75
* Added vfbCloseScreen. Reindented vfbScreenInfo.Peter Åstrand2005-02-221-18/+47
* Adapted vfbPointerFuncs to match modern InitOutput.c.Peter Åstrand2005-02-221-14/+20
* Synched vfbWriteXWDFileHeader, vfbCursorOffScreen and vfbCrossScreen with mod...Peter Åstrand2005-02-221-48/+58
* Synched vfbAllocateFramebufferMemory with modern InitOutput.c.Peter Åstrand2005-02-221-34/+51
* paddedWidthInBytes -> paddedBytesWidthPeter Åstrand2005-02-221-6/+6
* Corrected last patch; class must be c_class.Peter Åstrand2005-02-221-1/+1
* Synched vfbUninstallColormap and vfbStoreColors with modern InitOutput.c.Peter Åstrand2005-02-221-29/+40
* Synched GetTimeInMillis, vfbListInstalledColormaps and vfbInstallColormap wit...Peter Åstrand2005-02-221-61/+64
* Synched ddxInitGlobals and ddxProcessArgument with modern InitOutput.c.Peter Åstrand2005-02-221-191/+214
* Synched AbortDDX, OsVendorInit, OsVendorFatalError and ddxBeforeReset, as wel...Peter Åstrand2005-02-221-5/+55
* vfbBitsPerPixel and ddxGiveUp synched with modern InitOutput.c.Peter Åstrand2005-02-221-20/+56