index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vncviewer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added install target for new vncviewer.
Peter Åstrand
2011-04-19
1
-0
/
+2
*
Workaround for when initial window size isn't what we requested.
Pierre Ossman
2011-04-15
1
-0
/
+6
*
Limit window size to framebuffer size, which is the behaviour we have in the
Pierre Ossman
2011-04-15
1
-1
/
+1
*
Add a scroll widget so that we can allow resizing of the main window.
Pierre Ossman
2011-04-15
2
-0
/
+48
*
Need to adjust mouse coordinates now that we can move the widget around.
Pierre Ossman
2011-04-15
1
-2
/
+2
*
Make sure the viewport widget can be moved around (i.e. don't assume we're
Pierre Ossman
2011-04-15
1
-4
/
+4
*
Split out the graphics and input handling to a separate widget in preparation
Pierre Ossman
2011-04-15
5
-476
/
+624
*
Release all pressed keys when we lose focus. This is how we've always done it
Pierre Ossman
2011-04-14
1
-0
/
+9
*
Use a STL map to track keys so we don't have to care what range FLTK key codes
Pierre Ossman
2011-04-14
2
-7
/
+16
*
Make sure AltGr gets sent over on X11.
Pierre Ossman
2011-04-14
1
-0
/
+4
*
Since Ctrl and Cmd tends to mess with the symbol generation, we need to do some
Pierre Ossman
2011-04-14
3
-2
/
+110
*
Handle dead keys more properly (through some fixing in FLTK).
Pierre Ossman
2011-04-11
2
-2
/
+24
*
Off-by-one error. FL_F points to "F0", not F1.
Pierre Ossman
2011-03-10
1
-2
/
+2
*
Fix up numpad keys.
Pierre Ossman
2011-03-10
1
-0
/
+20
*
Reorganise the translation to keysyms to make the code simpler. At the same
Pierre Ossman
2011-03-10
2
-115
/
+94
*
Remove extra (incorrect) entry for the euro symbol.
Pierre Ossman
2011-03-10
1
-1
/
+0
*
Initial stab at keyboard support. Lots of corner case to work out though...
Pierre Ossman
2011-03-09
5
-0
/
+1052
*
Unregister timeouts on object destruction so we don't get any crashes.
Pierre Ossman
2011-03-09
1
-0
/
+6
*
Forgot to fully implement the handler for the delayed pointer events.
Pierre Ossman
2011-03-09
1
-0
/
+1
*
Handle pointer events.
Pierre Ossman
2011-03-09
2
-1
/
+72
*
Initial commit of new FLTK based vncviewer. Most of the code comes from the
Pierre Ossman
2011-03-09
12
-0
/
+1674
*
Migrating to new directory structure adopted from the RealVNC's source tree. ...
Constantin Kaplinsky
2006-05-25
47
-9113
/
+0
*
Added the scale controls to the vncviewer options dialog
george82
2006-05-24
1
-6
/
+6
*
Added the scale controls to the vncviewer options dialog.
george82
2006-05-24
3
-2
/
+18
*
Small code improvements. Convert the coordinates from
george82
2006-05-24
1
-2
/
+4
*
Added the desktop image scaling support to vncviewer.
george82
2006-05-23
2
-16
/
+25
*
Small code improvements.
Dennis Syrovatsky
2006-05-22
2
-8
/
+11
*
Fixed a problem with toolbar that could show up in the full-screen mode.
Constantin Kaplinsky
2006-05-20
1
-1
/
+1
*
Adapt CConn::getUserPasswd, so that it can read from a file again.
Peter Åstrand
2006-05-19
1
-11
/
+13
*
Merged the changes from branch/merge-with-vnc-4.1.1, revisions 520:558.
Constantin Kaplinsky
2006-05-18
31
-3007
/
+3332
|
\
|
*
Merged resources of the vncviewer. The viewer is almost complete now, only th...
Constantin Kaplinsky
2006-05-18
2
-296
/
+263
|
*
Fixed a problem with not updating the system menu when it's opened by right-c...
Constantin Kaplinsky
2006-05-17
1
-7
/
+12
|
*
Toolbar handling restored.
Constantin Kaplinsky
2006-05-17
3
-10
/
+23
|
*
Minor fix to "invalidate" desktop child window instead of the parent window.
Constantin Kaplinsky
2006-05-17
1
-1
/
+1
|
*
Fixed a bug with setting window size which has been introduced while merging....
Constantin Kaplinsky
2006-05-17
1
-6
/
+6
|
*
SendSysKeys setting removed as it almost duplicates new DisableWinKeys settin...
Constantin Kaplinsky
2006-05-17
3
-11
/
+1
|
*
Win32 vncviewer merged with VNC 4.1.1 code. The merge is incomplete - the cod...
Constantin Kaplinsky
2006-05-16
30
-2700
/
+3050
*
|
Added the file transfer feature to the server side.
Dennis Syrovatsky
2006-04-17
1
-0
/
+2
*
|
Deleted the FTMsgReader(.cxx, .h) and the FTMsgWriter(.cxx, .h) files from th...
Dennis Syrovatsky
2006-04-17
4
-523
/
+0
*
|
The CFTMsgReader and the CFTMsgWriter classes was moved to rfb workspace.
Dennis Syrovatsky
2006-04-17
10
-73
/
+210
|
/
*
Removed .cvsignore files useless for Subversion.
Constantin Kaplinsky
2006-04-13
1
-6
/
+0
*
Generating browse information in the Debug configuration.
Constantin Kaplinsky
2006-01-26
1
-1
/
+1
*
Added FileTransfer::procFileUploadCancelMsg() and
Dennis Syrovatsky
2005-12-18
3
-25
/
+54
*
Added confirmation dialog for file transfer operation.
Dennis Syrovatsky
2005-12-18
3
-6
/
+74
*
Added browse folders possibility on both sides (local and remote).
Dennis Syrovatsky
2005-12-15
4
-6
/
+125
*
Added FTBrowseDlg::addItems methods.
Dennis Syrovatsky
2005-12-15
4
-1
/
+35
*
Added FTBrowseDlg::create() and FTBrowseDlg::destroy() methods.
Dennis Syrovatsky
2005-12-15
2
-1
/
+29
*
Added FTBrowseDlg::FTBrowseDlgProc method.
Dennis Syrovatsky
2005-12-15
2
-0
/
+47
*
Added new class FTBrowseDlg.
Dennis Syrovatsky
2005-12-15
3
-0
/
+90
*
Deleted the FTDialog::BrowseDlg class.
Dennis Syrovatsky
2005-12-15
4
-99
/
+53
[next]