aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/resource.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a resource file to vncviewer.exe so we can get an icon.Pierre Ossman2012-03-271-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4876 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-157/+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
* Added the scale controls to the vncviewer options dialog.george822006-05-241-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@587 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Merged resources of the vncviewer. The viewer is almost complete now, only ↵Constantin Kaplinsky2006-05-181-1/+0
| | | | | | the passwordFile option handling needs to be fixed. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/merge-with-vnc-4.1.1@558 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Win32 vncviewer merged with VNC 4.1.1 code. The merge is incomplete - the ↵Constantin Kaplinsky2006-05-161-11/+17
| | | | | | code compiles but does not always work properly yet. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/merge-with-vnc-4.1.1@552 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added dialog "Browse Folders".Dennis Syrovatsky2005-12-151-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@451 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added code for local and remote renaming files and folders.Dennis Syrovatsky2005-12-141-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@449 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added dialog for creating a new folder.Dennis Syrovatsky2005-12-141-2/+4
| | | | | | | | Added FTDialog::onLocalCreateFolder() and FTDialog::onRemoteCreateFolder() methods. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@446 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added dialog for canceling file transfer.Dennis Syrovatsky2005-12-141-1/+2
| | | | | | | Added new class FTDialog::CancelingDlg. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@444 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added check box "Show toolbar by default" in the vncviewer options dialog.george822005-11-281-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@422 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added possibility to show/hide the toolbar over the system menu.george822005-11-271-1/+2
| | | | | | | Added the system menu point "Show toolbar". git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@417 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Major changes in the FTDialog class.Dennis Syrovatsky2005-11-231-1/+2
| | | | | | | | Added routine for "file transfer" menu and for control of the buttons state on the file transfer dialog. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@415 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added RBUTTON menu to the file transfer dialog.Dennis Syrovatsky2005-11-231-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@414 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Code improvements.Dennis Syrovatsky2005-11-101-1/+2
| | | | | | | | Replaced ComboBox controls to EditBox controls in the File Transfers Dialog. Added FTDialog::setIcon(...) method. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@390 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added methods to FTProgress class for creating, destroyingDennis Syrovatsky2005-11-071-0/+4
| | | | | | | and intialization the progress bar controls. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@379 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added new identifiers into resource.h.george822005-11-021-5/+16
| | | | | | | Now vncviewer's system menu identifiers base on this new idetifiers. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@368 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Small resource clean up.Dennis Syrovatsky2005-10-261-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@362 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added icons for file transfers dialog.Dennis Syrovatsky2005-10-261-1/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@361 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added file transfer confirmation dialog.Dennis Syrovatsky2005-10-261-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@360 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added "Create a New Folder" dialog.Dennis Syrovatsky2005-10-261-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@359 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added toolbar.bmp to the vncviewer resources.george822005-10-231-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@356 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added File Transfers dialog.Dennis Syrovatsky2005-10-191-2/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@350 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Added new option, SendSysKeys, which controls if Alt-Tab, Alt-F4 and ↵Peter Åstrand2005-01-281-0/+1
| | | | | | Alt-Space should be handled locally, or sent to the server git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@127 3789f03b-4d11-0410-bbf8-ca57d06f2519
* IDC_ALLOW_COMPRESSLEVEL -> IDC_CUSTOM_COMPRESSLEVELPeter Åstrand2004-12-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@59 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Reworked Windows GUI: added components for selecting jpeg and zlib ↵Peter Åstrand2004-12-281-0/+4
| | | | | | compression levels git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@54 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Now possible to select tight encoding in win32 vncviewer GUIPeter Åstrand2004-12-191-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@46 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Initial revisionConstantin Kaplinsky2004-10-081-0/+80
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2 3789f03b-4d11-0410-bbf8-ca57d06f2519