[Tigervnc-commits] SF.net SVN: tigervnc:[4589] trunk/vncviewer

2011-07-15 Thread ossman_
Revision: 4589 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4589view=rev Author: ossman_ Date: 2011-07-15 08:11:55 + (Fri, 15 Jul 2011) Log Message: --- The new viewer stores the framebuffer in a native format, instead of converting it on each render like the old

[Tigervnc-commits] SF.net SVN: tigervnc:[4591] trunk/common/rfb

2011-07-15 Thread ossman_
Revision: 4591 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4591view=rev Author: ossman_ Date: 2011-07-15 08:26:18 + (Fri, 15 Jul 2011) Log Message: --- Make it possible to query a PixelTransformer for the formats it is converting between. Modified Paths:

[Tigervnc-commits] SF.net SVN: tigervnc:[4592] trunk/vncviewer/Viewport.cxx

2011-07-15 Thread ossman_
Revision: 4592 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4592view=rev Author: ossman_ Date: 2011-07-15 08:26:51 + (Fri, 15 Jul 2011) Log Message: --- Make sure we use the correct pixel format for cursors when in non-native mode. Modified Paths: --

[Tigervnc-commits] SF.net SVN: tigervnc:[4593] trunk/vncviewer/Viewport.cxx

2011-07-15 Thread ossman_
Revision: 4593 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4593view=rev Author: ossman_ Date: 2011-07-15 12:34:33 + (Fri, 15 Jul 2011) Log Message: --- Add hack to make the client start properly even in the face of endian issues. There was a similar hack in the

[Tigervnc-commits] SF.net SVN: tigervnc:[4594] trunk/vncviewer/Viewport.cxx

2011-07-15 Thread ossman_
Revision: 4594 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4594view=rev Author: ossman_ Date: 2011-07-15 13:41:02 + (Fri, 15 Jul 2011) Log Message: --- Add some extra debug output when the frame buffer changes size. Modified Paths: --

[Tigervnc-commits] SF.net SVN: tigervnc:[4595] trunk/vncviewer/CConn.cxx

2011-07-15 Thread ossman_
Revision: 4595 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4595view=rev Author: ossman_ Date: 2011-07-15 13:42:11 + (Fri, 15 Jul 2011) Log Message: --- When we stopped doing full updates on format changes, we also lost the side effect of having the first update

[Tigervnc-commits] SF.net SVN: tigervnc:[4596] trunk/vncviewer/CConn.cxx

2011-07-15 Thread ossman_
Revision: 4596 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4596view=rev Author: ossman_ Date: 2011-07-15 13:45:19 + (Fri, 15 Jul 2011) Log Message: --- This was not a good method to get an initial full update as we would get two update requests before the

[Tigervnc-commits] SF.net SVN: tigervnc:[4597] trunk/vncviewer/Win32PixelBuffer.cxx

2011-07-15 Thread ossman_
Revision: 4597 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4597view=rev Author: ossman_ Date: 2011-07-15 14:20:30 + (Fri, 15 Jul 2011) Log Message: --- Implement hacky workaround for rendering errors on XP and newer when the screen is locked. Modified Paths: