summaryrefslogtreecommitdiffstats
path: root/vncviewer
Commit message (Expand)AuthorAgeFilesLines
* Added install target for new vncviewer. Peter Åstrand2011-04-191-0/+2
* Workaround for when initial window size isn't what we requested.Pierre Ossman2011-04-151-0/+6
* Limit window size to framebuffer size, which is the behaviour we have in thePierre Ossman2011-04-151-1/+1
* Add a scroll widget so that we can allow resizing of the main window.Pierre Ossman2011-04-152-0/+48
* Need to adjust mouse coordinates now that we can move the widget around.Pierre Ossman2011-04-151-2/+2
* Make sure the viewport widget can be moved around (i.e. don't assume we'rePierre Ossman2011-04-151-4/+4
* Split out the graphics and input handling to a separate widget in preparationPierre Ossman2011-04-155-476/+624
* Release all pressed keys when we lose focus. This is how we've always done itPierre Ossman2011-04-141-0/+9
* Use a STL map to track keys so we don't have to care what range FLTK key codesPierre Ossman2011-04-142-7/+16
* Make sure AltGr gets sent over on X11.Pierre Ossman2011-04-141-0/+4
* Since Ctrl and Cmd tends to mess with the symbol generation, we need to do somePierre Ossman2011-04-143-2/+110
* Handle dead keys more properly (through some fixing in FLTK).Pierre Ossman2011-04-112-2/+24
* Off-by-one error. FL_F points to "F0", not F1.Pierre Ossman2011-03-101-2/+2
* Fix up numpad keys.Pierre Ossman2011-03-101-0/+20
* Reorganise the translation to keysyms to make the code simpler. At the samePierre Ossman2011-03-102-115/+94
* Remove extra (incorrect) entry for the euro symbol.Pierre Ossman2011-03-101-1/+0
* Initial stab at keyboard support. Lots of corner case to work out though...Pierre Ossman2011-03-095-0/+1052
* Unregister timeouts on object destruction so we don't get any crashes.Pierre Ossman2011-03-091-0/+6
* Forgot to fully implement the handler for the delayed pointer events.Pierre Ossman2011-03-091-0/+1
* Handle pointer events.Pierre Ossman2011-03-092-1/+72
* Initial commit of new FLTK based vncviewer. Most of the code comes from thePierre Ossman2011-03-0912-0/+1674
* Migrating to new directory structure adopted from the RealVNC's source tree. ...Constantin Kaplinsky2006-05-2547-9113/+0
* Added the scale controls to the vncviewer options dialoggeorge822006-05-241-6/+6
* Added the scale controls to the vncviewer options dialog.george822006-05-243-2/+18
* Small code improvements. Convert the coordinates fromgeorge822006-05-241-2/+4
* Added the desktop image scaling support to vncviewer.george822006-05-232-16/+25
* Small code improvements.Dennis Syrovatsky2006-05-222-8/+11
* Fixed a problem with toolbar that could show up in the full-screen mode.Constantin Kaplinsky2006-05-201-1/+1
* Adapt CConn::getUserPasswd, so that it can read from a file again.Peter Åstrand2006-05-191-11/+13
* Merged the changes from branch/merge-with-vnc-4.1.1, revisions 520:558.Constantin Kaplinsky2006-05-1831-3007/+3332
|\
| * Merged resources of the vncviewer. The viewer is almost complete now, only th...Constantin Kaplinsky2006-05-182-296/+263
| * Fixed a problem with not updating the system menu when it's opened by right-c...Constantin Kaplinsky2006-05-171-7/+12
| * Toolbar handling restored.Constantin Kaplinsky2006-05-173-10/+23
| * Minor fix to "invalidate" desktop child window instead of the parent window.Constantin Kaplinsky2006-05-171-1/+1
| * Fixed a bug with setting window size which has been introduced while merging....Constantin Kaplinsky2006-05-171-6/+6
| * SendSysKeys setting removed as it almost duplicates new DisableWinKeys settin...Constantin Kaplinsky2006-05-173-11/+1
| * Win32 vncviewer merged with VNC 4.1.1 code. The merge is incomplete - the cod...Constantin Kaplinsky2006-05-1630-2700/+3050
* | Added the file transfer feature to the server side.Dennis Syrovatsky2006-04-171-0/+2
* | Deleted the FTMsgReader(.cxx, .h) and the FTMsgWriter(.cxx, .h) files from th...Dennis Syrovatsky2006-04-174-523/+0
* | The CFTMsgReader and the CFTMsgWriter classes was moved to rfb workspace.Dennis Syrovatsky2006-04-1710-73/+210
|/
* Removed .cvsignore files useless for Subversion.Constantin Kaplinsky2006-04-131-6/+0
* Generating browse information in the Debug configuration.Constantin Kaplinsky2006-01-261-1/+1
* Added FileTransfer::procFileUploadCancelMsg() andDennis Syrovatsky2005-12-183-25/+54
* Added confirmation dialog for file transfer operation.Dennis Syrovatsky2005-12-183-6/+74
* Added browse folders possibility on both sides (local and remote).Dennis Syrovatsky2005-12-154-6/+125
* Added FTBrowseDlg::addItems methods.Dennis Syrovatsky2005-12-154-1/+35
* Added FTBrowseDlg::create() and FTBrowseDlg::destroy() methods.Dennis Syrovatsky2005-12-152-1/+29
* Added FTBrowseDlg::FTBrowseDlgProc method.Dennis Syrovatsky2005-12-152-0/+47
* Added new class FTBrowseDlg.Dennis Syrovatsky2005-12-153-0/+90
* Deleted the FTDialog::BrowseDlg class.Dennis Syrovatsky2005-12-154-99/+53