summaryrefslogtreecommitdiffstats
path: root/rfbplayer/rfbplayer.cxx
Commit message (Expand)AuthorAgeFilesLines
* Updated for building with the latest version of the Exception class whichConstantin Kaplinsky2005-09-281-5/+5
* Removed the ToolBar part from rfbplayer.cxx and rfbplayer.h files.george822005-09-041-222/+31
* Change timeStatic, speedStatic, speedEdit control font to the defaultgeorge822005-04-171-11/+32
* Removed CTRL_BAR_HEIGHT constant.george822005-04-171-8/+7
* Removed the "Full Screen" button from the toolbar.george822005-04-171-9/+6
* Removed checks "play/pause" and "stop" menu items.george822005-04-131-9/+5
* Added the command-line parameter "-loop".george822005-04-131-1/+14
* Added the SessionInfoDialog dialog, wich is used to show the sessiongeorge822005-04-131-1/+11
* Check the filename when reading the command-line parameters.george822005-04-111-1/+2
* Added *.fbs to the file filter in the open file dialog.george822005-04-111-1/+1
* Implemented "Home page" the menu point.george822005-03-291-0/+2
* Fixed the bug with wrong detection the session pixel format whengeorge822005-03-291-0/+2
* Removed the unworked items from the main menu.george822005-03-291-8/+10
* The usage information window must be a modal dialog.george822005-03-291-1/+1
* Show the program usage and the command-line parametersgeorge822005-03-281-28/+32
* Implemented the "-upf" command-line parameter. It allows to forces the usergeorge822005-03-281-0/+47
* Implemented the possibility to add the user defined pixel formats.george822005-03-281-3/+2
* Check bit-per-pixel when the pixel format assign from the command line.george822005-03-221-1/+1
* Implemented support all pixel formats when player run with command linegeorge822005-03-211-16/+63
* Added about dialog to the player.george822005-03-211-1/+15
* Added big-endian-flag option to the ChoosePixelFormatDialog dialog.george822005-03-201-3/+7
* DEFAULT_PF_INDEX must equal -1.george822005-03-201-1/+1
* Now in RfbPlayer::serverInit() pixel format chooses from supportedPF list.george822005-03-201-21/+18
* Fixed the bug with crashes the player when user clickedgeorge822005-03-191-4/+6
* PlayerOptions::pixelFormat changed to pixelFormatIndex.george822005-03-191-2/+7
* Removed the unnecessary file (utils.h).george822005-03-171-1/+0
* 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-111-3/+3
* 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
* 1. Added PlayerOptions class for managing the player options.george822005-03-101-55/+58
* Change command-line parameter "-depth" to "-pf".george822005-03-091-20/+25
* Added ChoosePixelFormatDialog dialog implementation. It is usedgeorge822005-03-091-0/+1
* Added the possibility to interrupt delay between the buffer updates.george822005-03-031-1/+4
* Blank session frame when the session stopped.george822005-03-031-3/+19
* Fixed a bug with the blanking frame window while the rewind is performing.george822005-02-241-2/+4
* 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-211-3/+6
* 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-211-12/+8
* Added new option for player:george822005-02-201-9/+43
* 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