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
*
GnuTLS 3.x has removed gnutls_transport_set_global_errno() in favour of
Pierre Ossman
2012-07-03
5
-13
/
+55
*
Refactor the TLS code so that the push/pull functions are aware of their
Pierre Ossman
2012-07-03
6
-29
/
+43
*
In-tree version of FLTK needs Fl_PNG_Image in order to use the new icon code ...
DRC
2012-06-02
2
-0
/
+234
*
Fixed issue where viewer was not honoring cmd line arg SendLocalUsername
Brian Hinz
2012-05-31
1
-6
/
+1
*
removed ANSI character escapes, not supported on Windows cmd line
Brian Hinz
2012-05-23
1
-13
/
+11
*
Significantly improves the peak frame rate on platforms that support using BI...
Brian Hinz
2012-05-23
1
-21
/
+62
*
Shortened SSH tunneling System property names, fixed problem with parsing of ...
Brian Hinz
2012-05-23
2
-8
/
+9
*
Fixes what appears to be a Java bug on Linux. Graphics2D.copyArea corrupts th...
Brian Hinz
2012-05-19
1
-1
/
+1
*
Adds support for setting the menu key via cmd line arg. Adds all menu keys s...
Brian Hinz
2012-05-16
6
-17
/
+102
*
Implemented rfb/Configuration similar to the native client methods. Added equ...
Brian Hinz
2012-05-14
10
-118
/
+447
*
Reverted change introduced in r4910, r4911 didn't fix the problem that was cr...
Brian Hinz
2012-05-07
1
-2
/
+3
*
Fixed a null pointer exception introduced by r4909
Brian Hinz
2012-05-07
1
-2
/
+2
*
Re-implemented SSH tunneling features in Java viewer based on TurboVNC native...
Brian Hinz
2012-05-06
2
-102
/
+406
*
improve readability of usage message displayed by Java viewer.
Brian Hinz
2012-05-06
2
-40
/
+77
*
Fixed an issue with -listen mode where java client wasn't listening on the wi...
Brian Hinz
2012-04-27
1
-3
/
+1
*
The old Windows viewer was capable of logging to file. This is essential
Pierre Ossman
2012-04-26
1
-0
/
+5
*
Windows has a bit of a peculiarity in that winsock2.h must be included
Pierre Ossman
2012-04-26
1
-1
/
+2
*
Fix unsafe usage of the logging functions.
Pierre Ossman
2012-04-26
15
-34
/
+34
*
Allow gcc to check for correct usage of the formatting string for the
Pierre Ossman
2012-04-26
1
-2
/
+8
*
Fixed cut & paste error
Brian Hinz
2012-04-26
1
-1
/
+1
*
Fix Socket methods for querying the socket endpoints. Fix the address display...
Brian Hinz
2012-04-26
3
-5
/
+13
*
Remove hard-coded font names from UI settings.
Brian Hinz
2012-04-25
2
-11
/
+13
*
Make sure we're paranoid about accidentally feeding a format string.
Pierre Ossman
2012-04-25
4
-25
/
+17
*
The reformatting of all the Xserver sources in the 1.12.1 release changed
Pierre Ossman
2012-04-25
1
-2
/
+2
*
Proper support for icons in FLTK (upstream STR 2816).
Pierre Ossman
2012-04-25
8
-71
/
+388
*
Use the gcc way of creating shared segments in DLLs. The previous way
Pierre Ossman
2012-04-25
3
-26
/
+18
*
Build wm_hooks in its own directory. Makes the build structure more clear.
Pierre Ossman
2012-04-25
3
-12
/
+14
*
Spawn a new viewer on ClientRedirects, otherwise ConnParams may not be initia...
Brian Hinz
2012-04-25
2
-5
/
+9
*
Set Nimbus as the default look and feel if it's available, otherwise fallback...
Brian Hinz
2012-04-25
1
-8
/
+16
*
UI tweaks to improve look & feel consistency.
Brian Hinz
2012-04-25
3
-45
/
+65
*
dispose of graphics object to prevent memory leaks
Brian Hinz
2012-04-21
1
-0
/
+1
*
Allows java client in listen mode to continue listening and spawning new view...
Brian Hinz
2012-04-14
1
-6
/
+9
*
Make the Swing LookAndFeel consistent between applet mode and standalone mode.
Brian Hinz
2012-04-13
1
-2
/
+9
*
Fixes issue with java viewer exiting altogether when the New Connection Serve...
Brian Hinz
2012-04-13
3
-6
/
+42
*
Update address of FSF and copyright notices to assign proper credit.
Brian Hinz
2012-04-11
91
-130
/
+174
*
Try to eliminate spurious repaints, improve rendering speed, and simplify vie...
Brian Hinz
2012-04-11
2
-69
/
+26
*
Fix potential null pointer exception if cursor hotspot isn't available
Brian Hinz
2012-04-11
1
-0
/
+3
*
remove some bits of dead/unused code
Brian Hinz
2012-04-11
4
-19
/
+5
*
Enable setDesktopSize feature.
Brian Hinz
2012-04-08
1
-0
/
+1
*
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
*
Move the last remnants of autotools into config.h.
Pierre Ossman
2012-03-27
3
-6
/
+5
*
Set a proper icon for the vncviewer windows on Unix and Windows.
Pierre Ossman
2012-03-27
3
-2
/
+73
*
Convert media Makefile to CMake.
Pierre Ossman
2012-03-27
3
-30
/
+57
*
Add a resource file to vncviewer.exe so we can get an icon.
Pierre Ossman
2012-03-27
3
-2
/
+99
*
Using libXft means using libfontconfig, so make sure we add that to
Pierre Ossman
2012-03-27
1
-1
/
+4
*
Missed vncviewer in previous commit.
Pierre Ossman
2012-03-27
1
-6
/
+2
*
Consolidate the installation paths and make sure we have decent defaults.
Pierre Ossman
2012-03-27
9
-16
/
+27
[next]