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
...
*
[java] Add support for java 9+ (removes support for java 7). Fixes #708,#771
Brian P. Hinz
2019-10-22
2
-5
/
+17
*
[java] Trim any leading/trailing whitespace from servername
Brian P. Hinz
2019-10-22
1
-0
/
+1
*
Change development version to 1.10.80
Pierre Ossman
2019-10-18
1
-1
/
+1
*
Remove unused force protocol 3.3 code
Pierre Ossman
2019-04-01
1
-8
/
+2
*
Update visible copyright years to 2019
Samuel Mannehed
2019-02-27
2
-2
/
+2
*
Use cmake TIMESTAMP function
Bernhard M. Wiedemann
2018-11-18
1
-7
/
+4
*
Merge branch 'nojava' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2018-10-26
5
-122
/
+9
|
\
|
*
Remove Java web server
Pierre Ossman
2018-10-09
5
-122
/
+9
*
|
Change to https for tigervnc URL
Pierre Ossman
2018-10-19
3
-3
/
+3
|
/
*
[Java] Fix error in VeNCrypt protocol implemtation
Brian P. Hinz
2018-08-20
1
-6
/
+6
*
Release queueMutex using finally blocks
Pepijn Van Eeckhoudt
2018-08-20
1
-38
/
+56
*
Increase maximum vnc server name length
Alexander Duryagin
2018-08-15
1
-1
/
+1
*
Change development version to 1.9.80
Pierre Ossman
2018-06-13
1
-1
/
+1
*
Accept a cfg as an argument as an alt way to start the viewer
Mathias Jonsson
2018-05-22
1
-0
/
+24
*
Set focus to password field in UserDialog
Brian P. Hinz
2018-03-21
1
-3
/
+7
*
Update visible copyright year to 2018
Samuel Mannehed
2018-02-08
2
-2
/
+2
*
Rename README.txt to README.rst and convert to reStructuredText
Peter Åstrand (astrand)
2018-01-31
1
-1
/
+1
*
Restore menukey function to java viewer
Brian P. Hinz
2018-01-16
3
-4
/
+8
*
Fixes for erros in java hextile/zrle decoders
Brian P. Hinz
2018-01-16
16
-386
/
+274
*
Display security state when asking for password (java)
Brian P. Hinz
2017-11-30
13
-17
/
+62
*
Move UserPasswordGetter out of CConn
Brian P. Hinz
2017-11-30
11
-107
/
+243
*
Override default window manager key bindings better
Brian P. Hinz
2017-11-15
1
-8
/
+7
*
Fix build Java errors caused by UTF-8 characters in source comments
Brian P. Hinz
2017-11-13
1
-1
/
+1
*
Raise minimum supported Java version to 7
Brian P. Hinz
2017-11-13
1
-1
/
+1
*
Override implicit focus transfer when "F10" key is pressed
Brian P. Hinz
2017-11-13
1
-0
/
+10
*
Refactoring and implementation changes to keyboard and mouse handling
Brian P. Hinz
2017-11-13
11
-978
/
+2467
*
Add formatted string function to LogWriter.
Brian P. Hinz
2017-11-13
1
-4
/
+12
*
Rename CMsgWriter functions to match C++ code
Brian P. Hinz
2017-11-13
3
-8
/
+8
*
Send cursor pseudo-encodings in order of preference
Pierre Ossman
2017-08-16
1
-2
/
+2
*
Fully implement support for alpha cursor pseudo encoding.
Brian P. Hinz
2017-08-12
4
-2
/
+14
*
Fixed issue where CLI paramters specified as "-param value" caused
Brian P. Hinz
2017-08-06
1
-4
/
+5
*
Fixed issue where -dotWhenNoCUrsor cli arg was not being honored
Brian P. Hinz
2017-08-06
1
-0
/
+1
*
Fix for NPE when zero width or height alpha cursor is sent
Brian P. Hinz
2017-08-03
2
-19
/
+26
*
Handle certificate verification for saved certs correctly
Brian P. Hinz
2017-07-22
1
-42
/
+34
*
Allow multiple certs with same DN in saved certs file.
Brian P. Hinz
2017-07-22
1
-13
/
+21
*
Various fixes for Region handling in java viewer
Brian P. Hinz
2017-05-24
1
-20
/
+12
*
Extend JavaPixelBuffer to make further use of Graphics2D ops
Brian P. Hinz
2017-05-24
1
-1
/
+33
*
Minimize thread blocking and improve thread safety in java viewer
Brian P. Hinz
2017-05-24
5
-56
/
+78
*
Name threads for easier profiling
Brian P. Hinz
2017-05-24
2
-4
/
+2
*
Better checks for object equality, remove redundant initializer
Brian P. Hinz
2017-05-24
1
-6
/
+7
*
CopyRectDecoder missing getAffectedRegion method in java viewer
Brian P. Hinz
2017-05-24
1
-0
/
+14
*
Make sure install path for java classes is properly defined (re:#295)
Brian P. Hinz
2017-05-07
1
-0
/
+2
*
Fix for issue #455
Brian P. Hinz
2017-05-06
2
-7
/
+8
*
Set gateway host correctly when -via is used
Brian P. Hinz
2017-05-06
1
-1
/
+1
*
Multithreaded decoder improvements (java viewer)
Brian P. Hinz
2017-05-06
3
-11
/
+12
*
Change development version to 1.8.80
Pierre Ossman
2017-04-19
1
-1
/
+1
*
More fixes for java viewer performance regression
Brian P. Hinz
2017-04-17
5
-10
/
+26
*
Partial fix for java viewer performance regression
Brian P. Hinz
2017-04-04
1
-8
/
+8
*
Update visible copyright year to 2017
Samuel Mannehed
2017-03-20
2
-2
/
+2
*
Java client support for X Cursor
Brian P. Hinz
2017-02-27
2
-0
/
+60
[prev]
[next]