aboutsummaryrefslogtreecommitdiffstats
path: root/rfbplayer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed unnecessary elements from the menu.george822005-02-062-3/+0
* Added the open session file dialog implementation.george822005-02-062-0/+24
* Fixed bug with wrong positiong of slider when it was draged by mouse.george822005-02-061-4/+4
* Improved RfbPlayer::updatePos().george822005-02-061-19/+1
* Implemented the time position changing by trackbar.george822005-02-062-14/+60
* FbsInputStrea::getTimeOffset must return the current seesion time.george822005-02-061-2/+2
* Implemented the full session time calculating.george822005-02-052-4/+12
* Added RfbPlayer::calculateSessionTime().george822005-02-052-0/+21
* Improved RfbPlayer class implementation,george822005-02-051-3/+0
* Improved RfbPlayer class implementation,george822005-02-052-32/+30
* Fixed a bug with crashing the application when openSessionFile usesgeorge822005-02-031-0/+1
* Improved rfbSessionReader class implementation.george822005-02-032-7/+3
* Added RfbPlayer::openSessionFile().george822005-01-312-0/+23
* Added RfbPlayer::processMsg().george822005-01-312-1/+37
* Added rfbSessionReader class to RfbPlayer class.george822005-01-313-3/+11