aboutsummaryrefslogtreecommitdiffstats
path: root/rfbplayer
Commit message (Expand)AuthorAgeFilesLines
* Updated for building with the latest version of the Exception class whichConstantin Kaplinsky2005-09-285-18/+17
* Removed the ToolBar part from rfbplayer.cxx and rfbplayer.h files.george822005-09-045-249/+46
* Added PlayerToolBar class implementation.george822005-09-042-0/+325
* Change timeStatic, speedStatic, speedEdit control font to the defaultgeorge822005-04-171-11/+32
* Added ToolBar::getButtonsWidth(), ToolBar::getButtonsHeight().george822005-04-171-1/+1
* Removed CTRL_BAR_HEIGHT constant.george822005-04-171-8/+7
* Added ToolBar::getButtonsWidth(), ToolBar::getButtonsHeight().george822005-04-171-1/+1
* Added ToolBar::getButtonsWidth(), ToolBar::getButtonsHeight().george822005-04-172-2/+37
* Removed the "Full Screen" button from the toolbar.george822005-04-171-9/+6
* Options moved to Play -> Options... menu item.george822005-04-171-1/+3
* Removed checks "play/pause" and "stop" menu items.george822005-04-131-9/+5
* Added the command-line parameter "-loop".george822005-04-133-3/+15
* Added the SessionInfoDialog dialog, wich is used to show the sessiongeorge822005-04-137-4/+161
* Enable the big-endian flag when user press the "default" button on thegeorge822005-04-111-0/+1
* 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
* Fixed the bug with resetting the player options (pixelFormatIndex) to defaults.george822005-03-291-1/+1
* Implemented "Home page" the menu point.george822005-03-292-0/+3
* 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-293-25/+12
* Removed the unnecessary option "Auto store player settings"george822005-03-294-20/+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-282-28/+33
* Added InfoDialog dialog. It is used to display an information.george822005-03-284-1/+67
* Added Advapi32.lib for linking in the release configuration of player.george822005-03-281-2/+2
* Implemented the "-upf" command-line parameter. It allows to forces the usergeorge822005-03-283-3/+55
* Implemented the possibility to add the user defined pixel formats.george822005-03-285-13/+68
* PixelFormatList::operator[] must return the pointer togeorge822005-03-282-5/+5
* Added the EditPixelFormatDialog dialog. It allows change or add newgeorge822005-03-274-2/+161
* Added UserPixelFormatsDialog.george822005-03-265-4/+102
* Added new button "Edit User PF" to OptionsDialog.george822005-03-262-17/+19
* 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-214-18/+67
* Added about dialog to the player.george822005-03-213-5/+40
* 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