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
*
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
*
Sync up java Tight decoder with recent changes to C client as much as possibl...
Brian Hinz
2011-11-27
8
-128
/
+282
*
Updated patch from upstream.
Pierre Ossman
2011-11-25
1
-7
/
+3
*
add PasswordFile parameter as requested in tracker #3441859
Brian Hinz
2011-11-25
3
-1
/
+31
*
Consistent and simple comment header: No need to specify email, since
Peter Åstrand
2011-11-24
6
-32
/
+1
*
Fix syntax error
DRC
2011-11-22
1
-1
/
+1
*
Fix bad FLTK window resize handling on OS X.
Pierre Ossman
2011-11-21
1
-0
/
+6
*
Reindent some code that had grown a bit unstructured.
Pierre Ossman
2011-11-21
1
-18
/
+19
*
Increase the default compression level to cater to a broader range of users
Pierre Ossman
2011-11-20
3
-3
/
+4
*
The block size for the comparing update tracker was inefficently low. Raising
Pierre Ossman
2011-11-20
1
-1
/
+1
*
Make the comparing update tracker a bit more flexible. It can now be in an
Pierre Ossman
2011-11-20
8
-21
/
+91
*
Also grab the mouse pointer in full screen as some window managers like to
Pierre Ossman
2011-11-17
1
-0
/
+11
*
Client side support for continuous updates.
Pierre Ossman
2011-11-15
2
-7
/
+20
*
Cork the connection around updates to better use the congestion window
Pierre Ossman
2011-11-15
1
-3
/
+11
*
Server implementation of continuous updates, including advanced flow control.
Pierre Ossman
2011-11-15
2
-10
/
+292
*
Add method to query how long since we last wrote something to a fd.
Pierre Ossman
2011-11-15
2
-0
/
+17
*
Basic infrastructure for continuous updates.
Pierre Ossman
2011-11-14
21
-1
/
+102
*
Support and use fences in the client. This allows more aggressive use of
Pierre Ossman
2011-11-14
2
-12
/
+73
*
Implement proper support for fences in the server.
Pierre Ossman
2011-11-14
2
-1
/
+63
*
Basic infrastructure to support fences.
Pierre Ossman
2011-11-14
24
-12
/
+223
*
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
*
Send a fake pointer event on initial connection so that we get rid of that
Pierre Ossman
2011-11-10
1
-0
/
+6
*
Send a move event when the pointer leaves the viewport as it makes it much
Pierre Ossman
2011-11-10
1
-2
/
+1
*
The CopyRect encoding is very efficient so it is wasteful to check those
Pierre Ossman
2011-11-10
1
-3
/
+1
*
Fix issue uncovered with valgrind
DRC
2011-11-09
1
-1
/
+1
[next]