[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=4597&view=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: ---

[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=4596&view=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 firstUp

[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=4595&view=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 b

[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=4594&view=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: -- trunk/vncvi

[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=4593&view=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 o

[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=4592&view=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:[4591] trunk/common/rfb

2011-07-15 Thread ossman_
Revision: 4591 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4591&view=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:[4590] trunk/vncviewer/CConn.cxx

2011-07-15 Thread ossman_
Revision: 4590 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4590&view=rev Author: ossman_ Date: 2011-07-15 08:14:23 + (Fri, 15 Jul 2011) Log Message: --- We don't need to force a full refresh on format changes with the new viewer as we do not throw away the framebu

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

2011-07-15 Thread ossman_
Revision: 4589 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4589&view=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