summaryrefslogtreecommitdiffstats
path: root/rfbplayer
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 1. Added PlayerOptions class for managing the player options.george822005-03-109-70/+365
* 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
* Fixed a bug with the blanking frame window while the rewind is performing.george822005-02-242-2/+8
* Unpress the stop button if goto pos processed or the slider moved.george822005-02-211-0/+2
* Added imageDataStartTime variable which used for setting time pos.george822005-02-212-3/+7
* Sets the colour depth mode to auto when open the new session.george822005-02-211-1/+3
* Added '\n' to program usage message.george822005-02-211-2/+2
* Fixed bug with jumping to the initTime position if -pos command-linegeorge822005-02-212-13/+8
* Create the working release configuration for player.george822005-02-201-1/+5
* Added new option for player:george822005-02-202-11/+46
* Improved RfbPlayer::setSpeed(). It updates controls whichgeorge822005-02-201-11/+14
* Goto time must be in the range 0 ... sessionTimeMs.george822005-02-201-2/+3
* Place the rfbplayer window to the center of the screen.george822005-02-191-4/+10
* Fixed bug with wrong sizing the main window to the frame size.george822005-02-191-1/+1
* When closing the session file, reset WS_MAXIMIZE the window stylegeorge822005-02-191-0/+5
* Reset time info when closing the session file.george822005-02-191-0/+2
* Disable the speed updown control in RfbPlayer::disableTBandMenuItems().george822005-02-191-0/+2
* Fixed bug with the time slider jumping to one pos back when playback speed is...george822005-02-191-8/+10
* Set the player title to "None" if nothing to play.george822005-02-131-0/+1
* Removed unnecessary functions.george822005-02-132-19/+0
* Implemented "Close File... Ctrl+Q" menu point.george822005-02-131-0/+3
* Added RfbPlayer::closeSessionFile().george822005-02-132-0/+47
* Added DEFAULT_PLAYER_WIDTH and DEFAULT_PLAYER_HEIGHT constant.george822005-02-131-1/+3
* Disable toolbar and menu items wich used for playback controlgeorge822005-02-121-0/+3
* Added RfbPlayer::enableTBandMenuItems().george822005-02-122-0/+22
* Added RfbPlayer::disableTBandMenuItems().george822005-02-122-0/+22
* Improved RfbPlayer implementation.george822005-02-092-5/+2
* Added RfbProto::getInStream().george822005-02-091-0/+1
* Fixed the problem with crashes the player when it starts withoutgeorge822005-02-092-13/+14
* Added Go to Pos dialog implementation.george822005-02-085-3/+60
* Added Go to Pos dialog in RfbPlayer. This dialog allows usersgeorge822005-02-082-2/+46
* Wrong name of constant :)george822005-02-083-3/+3
* Implemented "Command Line Switches" menu point.george822005-02-081-0/+4
* Removed console wich shows program info and command-line parameters.george822005-02-082-86/+40
* Implemented "Loop Ctrl+L" menu point.george822005-02-062-2/+8
* Implemented "Exit Alt+X" menu point.george822005-02-061-0/+4
* Set slider to 0 when stopped playback.george822005-02-061-0/+1