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
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pull version and build number from CMake build system; Change About dialog wo...
DRC
2011-10-06
4
-7
/
+22
*
More changes to scaling code. Tested on Ubuntu 11.04/OpenJDK and Win7/Sun Ja...
Brian Hinz
2011-10-06
3
-31
/
+39
*
Update documentation for Java viewer and add build instructions
DRC
2011-10-06
3
-425
/
+108
*
The previous fix to the NullPointer issue did not work, because it was simply...
DRC
2011-10-05
2
-8
/
+8
*
Launch vncconfig directly from vncserver, not from xstartup. Justification: ...
DRC
2011-10-05
1
-1
/
+2
*
Remove old Makefile in favor of new CMake-based Java build system
DRC
2011-10-05
1
-65
/
+0
*
Fix null pointer issue. Thanks DRC, that was driving me nuts.
Brian Hinz
2011-10-05
1
-1
/
+1
*
Only include Java viewer resources if BUILD_JAVA is defined
DRC
2011-10-05
1
-0
/
+4
*
It is our convention to install Windows executables in the top-level install ...
DRC
2011-10-05
1
-1
/
+5
*
Fix WinVNC so that it embeds and serves up the Java viewer whenever BUILD_JAVA=1
DRC
2011-10-05
5
-17
/
+42
*
Only sign JAR when it is built
DRC
2011-10-05
2
-7
/
+8
*
Undocument the PARAMS variable
DRC
2011-10-05
1
-5
/
+1
*
Oops
DRC
2011-10-05
1
-1
/
+1
*
Make sure that keytool and jarsigner don't die silently
DRC
2011-10-05
1
-2
/
+10
*
Sign the JAR file so clipboard transfer will work
DRC
2011-10-05
2
-0
/
+27
*
Remove unneeded $PARAMS variable (not sure why it was there in the first plac...
DRC
2011-10-05
1
-1
/
+0
*
Ignore serial and cast warnings
DRC
2011-10-05
1
-1
/
+1
*
Revert accidental change to index.vnc file
Brian Hinz
2011-10-05
1
-0
/
+1
*
More fixes for bug #3418256. Copied jarsigning routine from TurboVNC in order...
Brian Hinz
2011-10-05
8
-76
/
+114
*
Fixes for bug #3418258. Cleans up all of the 'unchecked' and 'deprecated' li...
Brian Hinz
2011-10-04
5
-13
/
+13
*
Fixes for bug #3418256. Need to verify that applets deployed via JWS can stil...
Brian Hinz
2011-10-04
6
-13
/
+41
*
OpenJDK needs '-source 1.5'
DRC
2011-10-04
1
-1
/
+1
*
Always look for the Java classes in ../vnc/classes first before looking in th...
DRC
2011-10-04
1
-3
/
+4
*
Integrate Java TigerVNC Viewer build into CMake build system
DRC
2011-10-04
6
-9
/
+121
*
Re-commit MSVC build fixes, which were forcibly removed by 4675. Please (a) ...
DRC
2011-10-04
2
-3
/
+8
*
cleanup of rdr code, uniquify variable names, etc.
Brian Hinz
2011-10-02
4
-50
/
+64
*
fix for invalid hotspot error when scalingFactor becomes small. Override rep...
Brian Hinz
2011-10-02
2
-17
/
+11
*
Disable Composite extension by default in the legacy-friendly TigerVNC build....
DRC
2011-10-01
1
-1
/
+1
*
lots of fixes to scaling code. Adds support for FixedRatio and AutoScaling (c...
Brian Hinz
2011-10-01
3
-27
/
+102
*
Fix BUILD_STATIC on MinGW and document the feature
DRC
2011-10-01
2
-14
/
+19
*
Put the TigerVNC marker at the end instead of the beginning of the window
Pierre Ossman
2011-09-30
1
-1
/
+1
*
Remove VeNCrypt settings from the GUI as lower layers will always be forcing
Pierre Ossman
2011-09-30
2
-56
/
+19
*
Avoid resetting the options whenever you click on the window.
Pierre Ossman
2011-09-30
1
-1
/
+3
*
Forgot to save the security settings when closing the options dialog.
Pierre Ossman
2011-09-30
1
-0
/
+2
*
initial support for client side scaling. Options dialog offers "Auto" and "Fi...
Brian Hinz
2011-09-30
4
-35
/
+145
*
Fixed the formatting of a few Cendio copyright lines, so that it is
Peter Åstrand
2011-09-28
7
-7
/
+7
*
Proper GNOME shell integration requires that WM_CLASS
Henrik Andersson
2011-09-19
1
-0
/
+4
*
Updated bundled fltk with latest set of patches for
Henrik Andersson
2011-09-16
8
-77
/
+270
*
Oops. Apple version doesn't need to link with libdl, and we don't want to cl...
DRC
2011-09-14
1
-2
/
+1
*
Included FLTK depends on libdl
DRC
2011-09-14
1
-0
/
+3
*
Adding missing initialization of new member variables
Henrik Andersson
2011-09-14
1
-1
/
+1
*
- Changes behaviour of context menu to be reinitialize
Henrik Andersson
2011-09-14
2
-8
/
+14
*
Internalise the libjpeg stuff into the JpegCompressor class as the libjpeg
Pierre Ossman
2011-09-07
2
-64
/
+77
*
The old Unix viewer put the RFB clipboard data both in CLIPBOARD and PRIMARY.
Pierre Ossman
2011-09-07
1
-0
/
+3
*
fixed protocol version < 3.7 secType bug
Brian Hinz
2011-09-04
1
-2
/
+3
*
Update menu key list in man page
Martin Koegler
2011-09-04
1
-1
/
+4
*
Support other keys than F8 as menu key
Martin Koegler
2011-09-04
5
-23
/
+111
*
The LINGUAS file is no longer used - the languages are defined in
Peter Åstrand
2011-09-01
1
-1
/
+0
*
Updated Swedish translation
Peter Åstrand
2011-08-29
1
-68
/
+42
*
Executed translations_update
Peter Åstrand
2011-08-29
7
-672
/
+1471
[next]