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
path:
root
/
java
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update documentation for Java viewer and add build instructions
DRC
2011-10-06
2
-425
/
+68
*
The previous fix to the NullPointer issue did not work, because it was simply...
DRC
2011-10-05
2
-8
/
+8
*
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
*
Fix WinVNC so that it embeds and serves up the Java viewer whenever BUILD_JAVA=1
DRC
2011-10-05
1
-5
/
+8
*
Only sign JAR when it is built
DRC
2011-10-05
1
-7
/
+6
*
Undocument the PARAMS variable
DRC
2011-10-05
1
-5
/
+1
*
Sign the JAR file so clipboard transfer will work
DRC
2011-10-05
1
-0
/
+7
*
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
*
Integrate Java TigerVNC Viewer build into CMake build system
DRC
2011-10-04
2
-0
/
+103
*
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
*
lots of fixes to scaling code. Adds support for FixedRatio and AutoScaling (c...
Brian Hinz
2011-10-01
3
-27
/
+102
*
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
1
-1
/
+1
*
fixed protocol version < 3.7 secType bug
Brian Hinz
2011-09-04
1
-2
/
+3
*
remove unused variables
Brian Hinz
2011-08-24
2
-4
/
+0
*
prevent window artifact during clientRedirect
Brian Hinz
2011-08-23
1
-1
/
+2
*
added sanity checks for setting jpeg quality level from command line
Brian Hinz
2011-08-23
1
-1
/
+5
*
expose jpeg quality level 0 in gui
Brian Hinz
2011-08-23
1
-2
/
+2
*
added option to disable system bell. added missing callback for setting optio...
Brian Hinz
2011-08-18
3
-3
/
+16
*
add support for "hidden" compression levels 0,7,8,9 in the gui (JComboBox is ...
Brian Hinz
2011-08-18
2
-2
/
+22
*
Implement recommendations from low-level performance study into java client. ...
Brian Hinz
2011-08-17
2
-4
/
+4
*
make sure support for clientRedirect is enabled in java viewer
Brian Hinz
2011-07-14
1
-0
/
+1
*
corrected all inconsistent eol-styles and set eol-style:native on *.java. Al...
Brian Hinz
2011-06-30
7
-2540
/
+2540
*
fix for java arraystore exception when bpp=8 with Tight encoding
Brian Hinz
2011-06-29
1
-1
/
+2
*
cleaned up readVersion/writeVersion routines in java client. readVersion wasn...
Brian Hinz
2011-06-29
2
-24
/
+19
*
Remove version number from Java README file (so we don't have to keep updatin...
DRC
2011-06-28
1
-4
/
+3
*
Update copyright messages to reflect actual source code
DRC
2011-06-28
1
-4
/
+3
*
Re-order from least to most recent
DRC
2011-06-24
1
-3
/
+3
*
Update copyrights to reflect the new Java code we're using
DRC
2011-06-24
1
-3
/
+5
*
Change version number to 1.1.80 (1.2 alpha) to distinguish from the 1.1 branch
DRC
2011-06-24
2
-2
/
+2
*
corrected missing index ptr in new ZlibInStream implementation
Brian Hinz
2011-06-17
1
-0
/
+2
*
Imported JZlib source tree and re-implemented ZlibInStream using JZlib, simil...
Brian Hinz
2011-06-17
23
-178
/
+5436
*
initial support for ClientRedirect and VeNCrypt sub-type Ident in java viewer
Brian Hinz
2011-06-10
11
-36
/
+172
*
Make the install target install the same files as the xserver-install target
DRC
2011-06-02
1
-2
/
+3
*
[java client] improve gui set/get methods for compression & quality levels.
Brian Hinz
2011-05-28
2
-6
/
+6
*
[java viewer] fixed typo in makefile
Brian Hinz
2011-05-25
1
-1
/
+1
*
[java viewer] fixed incorrect offset value in custom compression setting from...
Brian Hinz
2011-05-25
1
-2
/
+2
*
fixed bug in java viewer when disabling security types
Brian Hinz
2011-05-17
1
-1
/
+1
*
add support for SetDesktopSize to java viewer
Brian Hinz
2011-05-17
4
-9
/
+35
*
add support for SetDesktopSize
Brian Hinz
2011-05-17
3
-29
/
+51
*
Ensure that a modified source file under rdr/ or rfb/ will trigger a rebuild
DRC
2011-05-17
1
-1
/
+1
*
changed string reads/writes to use utf-8. Also fixed location of icon resource.
Brian Hinz
2011-05-17
10
-34
/
+58
[next]