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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
make sure FullScreen checkbox is initialized correctly.
Brian Hinz
2012-04-08
1
-0
/
+1
*
adds experimental support for SSH tunneling to the Java client. Has not been...
Brian Hinz
2012-04-05
116
-27
/
+19970
*
Prevent viewer from reconfiguring viewport on pixel format changes.
Brian Hinz
2012-04-05
2
-11
/
+17
*
BufferedImage performance is poor on Microsoft Windows platforms, so fallback...
Brian Hinz
2012-04-05
9
-190
/
+306
*
Consolidate the installation paths and make sure we have decent defaults.
Pierre Ossman
2012-03-27
1
-1
/
+1
*
Fixes handshake failure caused by premature loop break when data is not ready.
Brian Hinz
2012-03-19
2
-8
/
+8
*
Changes aimed at making the behavior of the java client more consistent with ...
Brian Hinz
2012-03-18
8
-112
/
+177
*
Workaround for potential failure to read the version string if the data isn't...
Brian Hinz
2012-03-16
1
-1
/
+1
*
Fixes TimedOut exception during clientRedirect caused by missing callback
Brian Hinz
2012-03-16
1
-0
/
+1
*
Fix an issue where java viewer appears to hang on Mac OS X. As far as I can ...
Brian Hinz
2012-03-15
1
-1
/
+9
*
pass correct timeout value to selector. limit pixel depth to 24 (OS X default...
Brian Hinz
2012-03-14
4
-11
/
+16
*
Fix problem noted in feature request 3482254 where selecting Raw encoding cau...
Brian Hinz
2012-03-06
1
-3
/
+4
*
Improve performance of Java viewer by using buffered image as drawing surface...
Brian Hinz
2012-03-05
5
-93
/
+71
*
revert 4857, could potentially cause protocol problems
Brian Hinz
2012-03-05
2
-33
/
+1
*
adds keepAlive feature requested in #3482254 to java viewer
Brian Hinz
2012-02-16
2
-1
/
+33
*
make sure we actually throw caught execptions in java viewer
Brian Hinz
2012-02-16
3
-4
/
+3
*
Applied fix for issue with Win7 and German metakeys. Patch submitted by Alber...
Brian Hinz
2012-02-14
1
-7
/
+24
*
Bump version number to prepare for post-1.2 development
DRC
2012-02-12
1
-1
/
+1
*
Adds support for fence & continuous updates extensions to java viewer. Adds ...
Brian Hinz
2012-02-12
18
-107
/
+467
*
corrected return value for read function to match unix socket read. updated e...
Brian Hinz
2012-02-08
7
-36
/
+94
*
cleanup unused/unnecessary Graphics objects/ops
Brian Hinz
2012-02-05
1
-2
/
+0
*
Improved Tight JPEG decode time by ~25% using PixelGrabber rather than gettin...
Brian Hinz
2012-02-05
1
-19
/
+13
*
Graphics clip rect setting was not being honored, causing full frame repaints!
Brian Hinz
2012-02-05
2
-6
/
+3
*
Replace all stream-based IO with non-blocking NIO-based implementation. Stil...
Brian Hinz
2012-02-03
21
-307
/
+1814
*
Bump version to 1.1.91 (1.2 beta2)
DRC
2012-01-17
1
-1
/
+1
*
1.1.90 (1.2 beta1)
DRC
2011-12-23
1
-1
/
+1
*
make sure that color map is set for all pixel formats or throw an exception
Brian Hinz
2011-12-08
1
-0
/
+6
*
oops, bad commit! I only meant to commit the changes to the TightDecoder.
Brian Hinz
2011-12-04
9
-121
/
+51
*
Grabbing the RGB components from the BufferedImage one at a time and converti...
Brian Hinz
2011-12-04
10
-54
/
+129
*
Tight decoder fixes to address issues described in bug #3444605
Brian Hinz
2011-12-01
2
-9
/
+26
*
Sync up java Tight decoder with recent changes to C client as much as possibl...
Brian Hinz
2011-11-27
8
-128
/
+282
*
add PasswordFile parameter as requested in tracker #3441859
Brian Hinz
2011-11-25
3
-1
/
+31
*
improved Tight decoder performance.
Brian Hinz
2011-11-14
1
-11
/
+15
*
java client should accept server port specified as either rfb port or display...
Brian Hinz
2011-11-11
1
-1
/
+4
*
null out BufferedImage object to make sure it doesn't lead to a memory leak
Brian Hinz
2011-11-11
1
-0
/
+1
*
remove unsupported sectype
Brian Hinz
2011-11-11
1
-76
/
+0
*
Remove Visual C++ support
DRC
2011-11-08
1
-19
/
+6
*
re: bug #3429667. adds support for reverse connection mode
Brian Hinz
2011-10-30
1
-3
/
+36
*
corrected endianess bug introduced in r4742
Brian Hinz
2011-10-30
1
-3
/
+3
*
massive performance improvements. zrle measured at 2.5x faster (no measuremen...
Brian Hinz
2011-10-30
6
-90
/
+60
*
Use the same window naming convention as the other viewers
Brian Hinz
2011-10-24
1
-2
/
+2
*
performance improvements
Brian Hinz
2011-10-24
4
-16
/
+19
*
set dialog locations relative to parent window, otherwise dialogs appear on w...
Brian Hinz
2011-10-24
3
-9
/
+17
*
Added a favicon for embedded http server. Even less useful than a 50 cent co...
Brian Hinz
2011-10-14
2
-0
/
+1
*
Improved TightJPEG decoder by using a BufferedImage. It simplifies the code, ...
Brian Hinz
2011-10-14
2
-56
/
+14
*
removed unnecessary hint for window sizing.
Brian Hinz
2011-10-13
1
-3
/
+0
*
Revert a change from yesterday that broke the viewer (setAccelerationPriority...
Brian Hinz
2011-10-12
3
-22
/
+24
*
Some tweaks to improve performance.
Brian Hinz
2011-10-12
3
-25
/
+40
*
Remove some redundant variables related to scaling, fix loop when fixedRatioS...
Brian Hinz
2011-10-11
3
-54
/
+53
*
Fix more unused local variables and static (class) variables and methods bein...
Brian Hinz
2011-10-09
6
-11
/
+9
[prev]
[next]