summaryrefslogtreecommitdiffstats
path: root/rfbplayer/rfbplayer.dsp
Commit message (Collapse)AuthorAgeFilesLines
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-207/+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
* 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
* 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
* Removed the ToolBar part from rfbplayer.cxx and rfbplayer.h files.george822005-09-041-8/+8
| | | | | | | 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 the SessionInfoDialog dialog, wich is used to show the sessiongeorge822005-04-131-0/+4
| | | | | | | information. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@286 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added InfoDialog dialog. It is used to display an information.george822005-03-281-0/+4
| | | | 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
* Added the EditPixelFormatDialog dialog. It allows change or add newgeorge822005-03-271-0/+4
| | | | | | | 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-261-0/+4
| | | | | | | | 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
* Removed the unnecessary file (utils.h).george822005-03-171-4/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@250 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added PixelFormatList class implementation.george822005-03-171-0/+8
| | | | | | | It is responsible for controlling the list of supported pixel formats. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@249 3789f03b-4d11-0410-bbf8-ca57d06f2519
* 1. Added PlayerOptions class for managing the player options.george822005-03-101-0/+12
| | | | | | | | | | 2. Added OptionsDialog. 3. Added ChoosePixelFormatDialog class. It is used for choosing the pixel format before the session playing. 4. Code improvements. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@238 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added ChoosePixelFormatDialog dialog implementation. It is usedgeorge822005-03-091-0/+4
| | | | | | | for choosing the session pixel format. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@235 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Create the working release configuration for player.george822005-02-201-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@202 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added Go to Pos dialog implementation.george822005-02-081-0/+4
| | | | | | | Implemented "Go To... Ctrl+G" menu point. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@158 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added rfbSessionReader class implementation.george822005-01-301-0/+4
| | | | | | | It's used for reading the rfb data. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@130 3789f03b-4d11-0410-bbf8-ca57d06f2519
* .dsp files must have crlf line breaks, or VC7 cannot open them.Peter Åstrand2005-01-131-159/+159
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@95 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added bitmap for the toolbar buttons.george822005-01-131-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@94 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added implementation of ToolBar control class.george822005-01-101-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@88 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Removed CommonControls.cxx, CommonControls.hgeorge822005-01-101-155/+147
| | | | | | | | It's need for renaming: CommonControls.cxx -> ToolBar.cxx CommonControls.h -> ToolBar.h git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@87 3789f03b-4d11-0410-bbf8-ca57d06f2519
* .dsp files must have crlf line breaks, or VC7 cannot open them.Peter Åstrand2004-12-281-155/+155
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@53 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added implementation of ToolBar control class.george822004-12-231-147/+155
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@52 3789f03b-4d11-0410-bbf8-ca57d06f2519
* .dsp files must have CRLF line breaksPeter Åstrand2004-12-071-147/+147
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@25 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added initial RFB Session Player implementation, by Egor Vegner.Constantin Kaplinsky2004-11-141-0/+147
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@6 3789f03b-4d11-0410-bbf8-ca57d06f2519