aboutsummaryrefslogtreecommitdiffstats
path: root/rfbplayer
Commit message (Collapse)AuthorAgeFilesLines
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-2526-4196/+0
| | | | | | Windows part should be complete. For the Unix part, more changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@592 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Merged the changes from branch/merge-with-vnc-4.1.1, revisions 564:565.Constantin Kaplinsky2006-05-202-6/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@567 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Updated rdr/msvcwarning.h from VNC 4.1.1, removed other msvcwarning.h files, ↵Constantin Kaplinsky2006-05-111-2/+2
| | | | | | updated .dsp files accordingly. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/merge-with-vnc-4.1.1@548 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed .cvsignore files useless for Subversion.Constantin Kaplinsky2006-04-131-6/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@517 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed old files ToolBar.cxx and ToolBar.h from the rfblayer project.george822006-04-052-311/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@510 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Generating browse information in the Debug configuration.Constantin Kaplinsky2006-01-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@471 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Updated for building with the latest version of the Exception class whichConstantin Kaplinsky2005-09-285-18/+17
| | | | | | | does not include two-argument constructor any more. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@338 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed the ToolBar part from rfbplayer.cxx and rfbplayer.h files.george822005-09-045-249/+46
| | | | | | | Now there are all toolbar's routines in the PlayerToolBar class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@308 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added PlayerToolBar class implementation.george822005-09-042-0/+325
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@307 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Change timeStatic, speedStatic, speedEdit control font to the defaultgeorge822005-04-171-11/+32
| | | | | | | windows main menu font. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@295 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added ToolBar::getButtonsWidth(), ToolBar::getButtonsHeight().george822005-04-171-1/+1
| | | | | | | | | Modifed ToolBar::autoSize(). If toolbar has CCS_NORESIZE style, then autoSize() resizes toolbar itself else it resizes by TB_AUTOSIZE message. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@294 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed CTRL_BAR_HEIGHT constant.george822005-04-171-8/+7
| | | | | | | Align toolbar buttons by toolbar height. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@293 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added ToolBar::getButtonsWidth(), ToolBar::getButtonsHeight().george822005-04-171-1/+1
| | | | | | | | | Modifed ToolBar::autoSize(). If toolbar has CCS_NORESIZE style, then autoSize() resizes toolbar itself else it resizes by TB_AUTOSIZE message. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@292 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added ToolBar::getButtonsWidth(), ToolBar::getButtonsHeight().george822005-04-172-2/+37
| | | | | | | | | Modifed ToolBar::autoSize(). If toolbar has CCS_NORESIZE style, then autoSize() resizes toolbar itself else it resizes by TB_AUTOSIZE message. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@291 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed the "Full Screen" button from the toolbar.george822005-04-171-9/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@290 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Options moved to Play -> Options... menu item.george822005-04-171-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@289 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed checks "play/pause" and "stop" menu items.george822005-04-131-9/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@288 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added the command-line parameter "-loop".george822005-04-133-3/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@287 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added the SessionInfoDialog dialog, wich is used to show the sessiongeorge822005-04-137-4/+161
| | | | | | | information. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@286 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Enable the big-endian flag when user press the "default" button on thegeorge822005-04-111-0/+1
| | | | | | | player options dialog. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@285 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Check the filename when reading the command-line parameters.george822005-04-111-1/+2
| | | | | | | (rfbplaer -xxx = wrong param) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@284 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added *.fbs to the file filter in the open file dialog.george822005-04-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@283 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed the bug with resetting the player options (pixelFormatIndex) to defaults.george822005-03-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@280 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented "Home page" the menu point.george822005-03-292-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@279 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed the bug with wrong detection the session pixel format whengeorge822005-03-291-0/+2
| | | | | | | application run with command line parameters. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@278 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed the unworked items from the main menu.george822005-03-293-25/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@277 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed the unnecessary option "Auto store player settings"george822005-03-294-20/+10
| | | | | | | from OptionsDialog dialog. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@276 3789f03b-4d11-0410-bbf8-ca57d06f2519
* The usage information window must be a modal dialog.george822005-03-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@275 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Show the program usage and the command-line parametersgeorge822005-03-282-28/+33
| | | | | | | in the information dialog. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@274 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added InfoDialog dialog. It is used to display an information.george822005-03-284-1/+67
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@273 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added Advapi32.lib for linking in the release configuration of player.george822005-03-281-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@272 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented the "-upf" command-line parameter. It allows to forces the usergeorge822005-03-283-3/+55
| | | | | | | defined pixel format for the session. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@271 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented the possibility to add the user defined pixel formats.george822005-03-285-13/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@270 3789f03b-4d11-0410-bbf8-ca57d06f2519
* PixelFormatList::operator[] must return the pointer togeorge822005-03-282-5/+5
| | | | | | | PixelFormatListElement structure. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@269 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added the EditPixelFormatDialog dialog. It allows change or add newgeorge822005-03-274-2/+161
| | | | | | | the user definded pixel format. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@268 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added UserPixelFormatsDialog.george822005-03-265-4/+102
| | | | | | | | It allows user to define the user pixel formats. Now "Edit User PF" button on Options Dialog is working. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@267 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added new button "Edit User PF" to OptionsDialog.george822005-03-262-17/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@266 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Check bit-per-pixel when the pixel format assign from the command line.george822005-03-221-1/+1
| | | | | | | It must <= 32 bits. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@265 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Implemented support all pixel formats when player run with command linegeorge822005-03-214-18/+67
| | | | | | | | | parameter "-pf". Usage: -pf r<r_bits>g<g_bits>b<b_bits>[le|be] git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@264 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added about dialog to the player.george822005-03-213-5/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@263 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added big-endian-flag option to the ChoosePixelFormatDialog dialog.george822005-03-204-13/+24
| | | | | | | Finished big-endian-flag support in the player. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@262 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added bigEndian flag support to Options dialog.george822005-03-203-29/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@261 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added new property bigEndianFlag to PlayerOptions class.george822005-03-202-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@260 3789f03b-4d11-0410-bbf8-ca57d06f2519
* DEFAULT_PF_INDEX must equal -1.george822005-03-202-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@259 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Now in RfbPlayer::serverInit() pixel format chooses from supportedPF list.george822005-03-201-21/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@258 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added new property autoDetectPF to PlayerOptions class.george822005-03-202-8/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@257 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Now OptionsDialog allow the user to choose the pixel formatgeorge822005-03-201-8/+17
| | | | | | | | from supported pixel formats list wich consist of default pixel formats and user defined pixel formats. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@256 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Now ChoosePixelFormatDialog allow the user to choose the pixel formatgeorge822005-03-201-11/+12
| | | | | | | | from supported pixel formats list wich consist of default pixel formats and user defined pixel formats. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@255 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixed the bug with crashes the player when user clickedgeorge822005-03-191-4/+6
| | | | | | | on the frame window. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@254 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Set pixelFormat to the value wich read from the registry.george822005-03-191-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@253 3789f03b-4d11-0410-bbf8-ca57d06f2519