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
*
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
*
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
*
Comment where the mysterious 0xFFFF number of rectangles comes from.
Pierre Ossman
2012-02-28
1
-0
/
+4
*
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
*
Fix regression caused by r4841. That patch assumed that JPEG encoding always...
DRC
2012-02-13
3
-45
/
+47
*
Bump version number to prepare for post-1.2 development
DRC
2012-02-12
3
-4
/
+4
*
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
*
The Tight encoder uses the pixel buffer as a scratch pad, which doesn't
Pierre Ossman
2012-01-30
5
-56
/
+64
*
Be more liberal with const in places where write access isn't needed.
Pierre Ossman
2012-01-30
5
-11
/
+11
*
Fix a race condition where we might get updates thrown at us right after a
Pierre Ossman
2012-01-23
6
-1
/
+55
*
Failure to find FLTK dependencies is only fatal for our version of FLTK.
Pierre Ossman
2012-01-23
1
-8
/
+16
*
Typo
DRC
2012-01-18
1
-1
/
+1
*
Don't perform checks for extra X11 libs on Windows
DRC
2012-01-17
1
-1
/
+1
*
Bump version to 1.1.91 (1.2 beta2)
DRC
2012-01-17
3
-4
/
+4
*
Our FLTK patches modified FLTK's autotools-based build system so that HAVE_XF...
DRC
2012-01-17
4
-1
/
+51
*
Add note about service mode incompatibility with > XP
DRC
2012-01-17
1
-1
/
+2
*
Forgot some comments for the mouse cursor workaround.
Pierre Ossman
2012-01-05
1
-0
/
+3
*
Make sure the mouse pointer is always the standard arrow for the popup menu.
Pierre Ossman
2012-01-05
1
-0
/
+11
*
Make sure that all FLTK features are enabled when using the in-tree FLTK library
v1.1.90
DRC
2011-12-31
1
-0
/
+5
*
1.1.90 (1.2 beta1)
DRC
2011-12-23
3
-4
/
+4
*
Changing the deferred update timer to 10 ms caused a large performance regres...
DRC
2011-12-22
1
-1
/
+1
*
We need to explicitly trigger a framebuffer update for server side rendered
Pierre Ossman
2011-12-21
1
-1
/
+3
*
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
[next]