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
*
Add resize on connect menu controls to Java viewer
Brian P. Hinz
2015-07-12
2
-2
/
+65
*
Update OptionsDialog UI layout for better consistency with Fltk viewer
Brian P. Hinz
2015-07-12
1
-25
/
+30
*
Allow java viewer to load without manifest properly
Toni Spets
2015-07-01
2
-2
/
+2
*
Change development version to 1.5.80
Pierre Ossman
2015-06-18
1
-1
/
+1
*
Decode serverCutText to ISO-8859-1
Brian P. Hinz
2015-03-02
1
-7
/
+6
*
Don't violate RFB spec by sending UTF-8
Brian P. Hinz
2015-03-01
1
-6
/
+5
*
Merge pull request #75 from bphinz/java
Brian Hinz
2014-11-19
1
-4
/
+9
|
\
|
*
More Java viewer clipboard handler fixes
Brian P. Hinz
2014-11-19
1
-4
/
+9
*
|
Change development version to 1.4.80
Pierre Ossman
2014-11-19
1
-1
/
+1
|
/
*
Major rework of Java viewer clipboard handling
Brian P. Hinz
2014-11-19
2
-71
/
+83
*
Fixed issue where java viewer in listen mode did not exit properly.
Brian P. Hinz
2014-11-13
1
-1
/
+1
*
Fix getSockPort methods in java TcpSocket
Brian P. Hinz
2014-11-13
2
-6
/
+5
*
Make sure sockets are shutdown in java viewer listen mode
Brian P. Hinz
2014-11-13
2
-6
/
+15
*
Java code cleanup
Brian P. Hinz
2014-11-13
3
-50
/
+0
*
More enhancements to java SSLEngineManager
Brian P. Hinz
2014-11-04
1
-44
/
+44
*
Major overhaul of SSLEngineManager
Brian P. Hinz
2014-11-02
4
-184
/
+151
*
Embedded applet should not show server dialog
Brian P. Hinz
2014-06-26
1
-1
/
+1
*
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
*
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
8
-66
/
+241
*
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 attributes to the Java viewer MANIFEST file in order to conform to upco...
Brian Hinz
2013-12-02
3
-13
/
+69
*
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
*
Fixes a condition where too much data on the local clipboard causes the clien...
Brian Hinz
2013-11-23
3
-29
/
+30
*
Applied DRC's patch to fix broken RRE decoder in java client
Brian Hinz
2013-10-03
1
-1
/
+2
*
Update more copyrights to 2013.
Peter Åstrand
2013-06-11
2
-2
/
+2
*
Whitespace cleanup only
Brian Hinz
2013-05-12
93
-639
/
+639
*
Bump development version now that 1.3 has been branched off.
Pierre Ossman
2013-04-25
1
-1
/
+1
*
More fixes for key event issues. It seems that on WindowsXP sending the actu...
Brian Hinz
2013-03-25
3
-42
/
+174
*
Need to escape formatting character.
Brian Hinz
2013-03-06
1
-2
/
+2
*
Correct typo in r5058 that set an initial value on key location. Add a some v...
Brian Hinz
2013-03-06
1
-4
/
+3
*
Fixes some regressions introduced in r5056. Losing window focus caused key mo...
Brian Hinz
2013-03-06
3
-35
/
+20
*
Use JDialog for connection info dialog so that frame icon is set correctly.
Brian Hinz
2013-03-06
1
-14
/
+27
*
Backported a number of fixes/enhancements (mostly related to keymapping) from...
Brian Hinz
2013-03-03
3
-189
/
+396
*
Update copyright dates
Brian Hinz
2013-03-01
4
-4
/
+4
*
Replace multiple instantiations of code to retrieve resources (icons, timesta...
Brian Hinz
2013-03-01
5
-34
/
+18
*
Make viewport the parent of "Save As" dialog so that the window frame icon is...
Brian Hinz
2013-03-01
1
-1
/
+1
*
Using DirectColorModel constructor with an alpha mask other than 0 creates a ...
Brian Hinz
2013-03-01
1
-3
/
+3
*
comboBoxEdited events are fired if the content of the JComboBox is edited and...
Brian Hinz
2013-02-22
1
-13
/
+13
*
Fixes yet another case where the viewport background wasn't painted black whe...
Brian Hinz
2013-02-21
1
-8
/
+8
*
Notify the server of mouse release events even if they're outside the desktop...
Brian Hinz
2013-02-18
1
-4
/
+6
*
r5037 was not quite right. Both the viewport and scrollbar background colors ...
Brian Hinz
2013-02-18
2
-5
/
+4
*
Sending menu key from F8 menu was sending the keycode instead of the keysym.
Brian Hinz
2013-02-09
2
-24
/
+40
[next]