summaryrefslogtreecommitdiffstats
path: root/rfbplayer/OptionsDialog.h
Commit message (Expand)AuthorAgeFilesLines
* Enable the big-endian flag when user press the "default" button on thegeorge822005-04-111-0/+1
* Fixed the bug with resetting the player options (pixelFormatIndex) to defaults.george822005-03-291-1/+1
* Removed the unnecessary option "Auto store player settings"george822005-03-291-3/+0
* Implemented the "-upf" command-line parameter. It allows to forces the usergeorge822005-03-281-0/+1
* Implemented the possibility to add the user defined pixel formats.george822005-03-281-3/+15
* Added UserPixelFormatsDialog.george822005-03-261-2/+5
* Implemented support all pixel formats when player run with command linegeorge822005-03-211-2/+2
* Added bigEndian flag support to Options dialog.george822005-03-201-11/+17
* Now OptionsDialog allow the user to choose the pixel formatgeorge822005-03-201-8/+17
* PlayerOptions::pixelFormat changed to pixelFormatIndex.george822005-03-191-2/+2
* ChoosePixelFormatDialog, OptionsDialog and GotoPosDialog must havegeorge822005-03-111-2/+2
* 1. Added PlayerOptions class for managing the player options.george822005-03-101-0/+83