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.15-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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Applied patch from Alois Mahdal <amahdal@redhat.com>:
Peter Åstrand
2014-02-24
1
-1
/
+1
*
Applied patch from:
Peter Åstrand
2014-02-20
1
-2
/
+5
*
Fixes problems with cmake detection of GnuTLS. The current CMakeLists.txt us...
Brian Hinz
2014-02-19
3
-0
/
+84
*
Removes VeNCrypt-checkbox from the security page in the WinVNC options. Fixes...
Samuel Mannehed
2014-02-12
3
-99
/
+73
*
Make WinVNC service mode work on Windows Vista and beyond.
Samuel Mannehed
2014-02-07
9
-38
/
+289
*
Removes the additional padding reserved for the menubar and enables drag undo...
Brian Hinz
2014-01-12
2
-1
/
+3
*
r5142 and r5149 borrowed code from the TurboVNC viewer, which has different C...
Brian Hinz
2014-01-11
1
-5
/
+6
*
r5138 did not completely resolve the problem with clipboard data consuming to...
Brian Hinz
2014-01-11
3
-21
/
+28
*
Fixes for modality issues & dialog behavior in embedded mode.
Brian Hinz
2014-01-10
2
-4
/
+5
*
Moved OS X setDockIconImage call into VncViewer.setLookAndFeel so that the do...
Brian Hinz
2014-01-10
2
-16
/
+13
*
Make sure the fill function pointer gets updated if the
Pierre Ossman
2014-01-07
2
-5
/
+24
*
Set the dock icon on OS X. Not perfect as it still shows the standard Java l...
Brian Hinz
2014-01-04
1
-2
/
+18
*
Release all downKeys when the focus is lost, otherwise the state of the keybo...
Brian Hinz
2014-01-02
3
-24
/
+7
*
Re-introduces embedded applet mode for the java viewer. On Windows and Linux,...
Brian Hinz
2014-01-02
9
-67
/
+243
*
Updated copyright notices
Brian Hinz
2013-12-29
3
-3
/
+5
*
Another overhaul of the key event handlers. There was a fundamental flaw in t...
Brian Hinz
2013-12-29
4
-1092
/
+1184
*
Added rpm spec file & sources for building Suse linux packages to contrib folder
Brian Hinz
2013-12-08
90
-0
/
+10823
*
Added attributes to the Java viewer MANIFEST file in order to conform to upco...
Brian Hinz
2013-12-02
4
-13
/
+91
*
Fix regression in java install path introduced in r5143
Brian Hinz
2013-12-02
1
-4
/
+4
*
Fixed incorrect ConnParam initial value in CConn constructor. Thanks to Pier...
Brian Hinz
2013-12-01
1
-1
/
+1
*
Copied Lion fullScreen code from TurboVNC viewer. This is a more robust impl...
Brian Hinz
2013-12-01
4
-69
/
+114
*
Correct location of scripts from last commit
Brian Hinz
2013-11-28
2
-0
/
+0
*
Added script to fetch rpm sources (requires curl)
Brian Hinz
2013-11-28
2
-0
/
+18
*
Added 'contrib' folder to store patches necessary to build external dependeci...
Brian Hinz
2013-11-28
188
-0
/
+26452
*
Fixes a condition where too much data on the local clipboard causes the clien...
Brian Hinz
2013-11-23
3
-29
/
+30
*
Some applications probe for clipboard formats using the
Pierre Ossman
2013-11-06
1
-0
/
+2
*
Applied DRC's patch to fix broken RRE decoder in java client
Brian Hinz
2013-10-03
1
-1
/
+2
*
Do a better type cast that mirrors how we generate
Pierre Ossman
2013-09-19
1
-1
/
+1
*
An updated patch of the X11 clipboard notification is now available.
Pierre Ossman
2013-09-05
1
-1
/
+1
*
Printing the clipboard data is very annoying as it could
Pierre Ossman
2013-09-05
2
-2
/
+2
*
The screen index was removed in 1.13, not 1.12.
Pierre Ossman
2013-08-19
1
-7
/
+7
*
Fix copy-paste error that referred to the wrong variable.
Pierre Ossman
2013-07-01
1
-2
/
+2
*
Fix bad size calculation in GetQueryConnect handler as well
Pierre Ossman
2013-07-01
1
-3
/
+5
*
Update more copyrights to 2013.
Peter Åstrand
2013-06-11
6
-6
/
+6
*
Update copyright year to 2013.
Peter Åstrand
2013-06-11
2
-2
/
+2
*
Some applications (e.g. wine and rdesktop) tend to misbehave
Pierre Ossman
2013-05-30
4
-0
/
+148
*
Simplify the lookup of alternative keysyms.
Pierre Ossman
2013-05-30
1
-12
/
+12
*
Even if we ignore the modifiers, we still have to respect
Pierre Ossman
2013-05-30
1
-4
/
+9
*
The numpad decimal hack is needed on OS X as well.
Pierre Ossman
2013-05-29
1
-5
/
+12
*
Forgot to respect the AcceptClipboard option in the
Pierre Ossman
2013-05-24
1
-0
/
+3
*
Fix bad reference counting of the initial randr mode set.
Pierre Ossman
2013-05-24
1
-2
/
+6
*
Adding normal alphabetic keysyms as ONE_LEVEL did not behave
Pierre Ossman
2013-05-23
1
-3
/
+19
*
xkbcomp ignores keycodes without names, so make sure any keycode
Pierre Ossman
2013-05-23
1
-0
/
+16
*
The cause of the keyboard mapping change is not a X11 request,
Pierre Ossman
2013-05-23
1
-1
/
+1
*
XkbTranslateKeyCode() is not implemented according to
Pierre Ossman
2013-05-23
1
-1
/
+8
*
Not sure what I was smoking when I wrote this. You need
Pierre Ossman
2013-05-23
1
-1
/
+2
*
Relax the requirements on addKeysym() so that it can add new
Pierre Ossman
2013-05-23
1
-1
/
+10
*
Redo r5090 using functions that are available in older
Pierre Ossman
2013-05-22
1
-21
/
+18
*
Apparently it is more kosher to completely disassociate an
Pierre Ossman
2013-05-22
2
-4
/
+2
*
Automatically update the connection state for RandR
Pierre Ossman
2013-05-22
1
-21
/
+28
[prev]
[next]