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

2009-03-06 Thread ossman_
Revision: 3636 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3636&view=rev Author: ossman_ Date: 2009-03-06 10:12:55 + (Fri, 06 Mar 2009) Log Message: --- Consolidate pixel conversion into the PixelFormat class and optimise the common cases. Modified P

[Tigervnc-commits] SF.net SVN: tigervnc:[3637] trunk/common/jpeg/configure.ac

2009-03-06 Thread ossman_
Revision: 3637 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3637&view=rev Author: ossman_ Date: 2009-03-06 15:00:56 + (Fri, 06 Mar 2009) Log Message: --- Don't test for GNU malloc as we don't need it (or even check the result of the test).

[Tigervnc-commits] SF.net SVN: tigervnc:[3638] trunk/common/jpeg/configure.ac

2009-03-06 Thread ossman_
Revision: 3638 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3638&view=rev Author: ossman_ Date: 2009-03-06 15:30:42 + (Fri, 06 Mar 2009) Log Message: --- Explain the config header voodoo. Modified Paths: -- trunk/common/jpeg/configure.ac Modi

[Tigervnc-commits] SF.net SVN: tigervnc:[3639] trunk/unix/xserver/hw/vnc

2009-03-06 Thread ossman_
Revision: 3639 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3639&view=rev Author: ossman_ Date: 2009-03-06 15:39:44 + (Fri, 06 Mar 2009) Log Message: --- Use a 24-bit framebuffer by default. This is what's commonly used today and it's a format th

[Tigervnc-commits] SF.net SVN: tigervnc:[3640] trunk/unix/xserver/hw/vnc/xvnc.cc

2009-03-09 Thread ossman_
Revision: 3640 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3640&view=rev Author: ossman_ Date: 2009-03-09 08:34:10 + (Mon, 09 Mar 2009) Log Message: --- Update default white pixel value now that we use 24-bit fb. Modified Paths: -- trunk/

[Tigervnc-commits] SF.net SVN: tigervnc:[3641] trunk/common/rfb/PixelFormat.inl

2009-03-09 Thread ossman_
Revision: 3641 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3641&view=rev Author: ossman_ Date: 2009-03-09 09:52:54 + (Mon, 09 Mar 2009) Log Message: --- Don't forget the highest byte when reading out pixels. Modified Paths: -- trunk/c

[Tigervnc-commits] SF.net SVN: tigervnc:[3642] trunk/common/jpeg/

2009-03-09 Thread ossman_
Revision: 3642 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3642&view=rev Author: ossman_ Date: 2009-03-09 10:33:17 + (Mon, 09 Mar 2009) Log Message: --- Ignore generated configuration header. Property Changed: trunk/common/jpeg/ Prop

[Tigervnc-commits] SF.net SVN: tigervnc:[3643] trunk/common/jpeg/jmemmgr.c

2009-03-09 Thread ossman_
Revision: 3643 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3643&view=rev Author: ossman_ Date: 2009-03-09 10:34:53 + (Mon, 09 Mar 2009) Log Message: --- Improve memory allocater alignment handling Fix some broken assumptions and allow any alignment, not

[Tigervnc-commits] SF.net SVN: tigervnc:[3644] trunk/common/jpeg

2009-03-09 Thread ossman_
Revision: 3644 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3644&view=rev Author: ossman_ Date: 2009-03-09 10:37:20 + (Mon, 09 Mar 2009) Log Message: --- Split up the forward DCT routine into three stages Divide it into sample conversion, DCT and quantizatio

[Tigervnc-commits] SF.net SVN: tigervnc:[3645] trunk/common/jpeg

2009-03-09 Thread ossman_
Revision: 3645 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3645&view=rev Author: ossman_ Date: 2009-03-09 13:15:56 + (Mon, 09 Mar 2009) Log Message: --- Framework for supporting SIMD acceleration Designed to impose minimal changes on the "normal" c

[Tigervnc-commits] SF.net SVN: tigervnc:[3646] trunk/common/jpeg

2009-03-09 Thread ossman_
Revision: 3646 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3646&view=rev Author: ossman_ Date: 2009-03-09 13:21:27 + (Mon, 09 Mar 2009) Log Message: --- Implement x86 SIMD framework Add NASM support and stub routine for detecting SIMD extensions. Modified P

[Tigervnc-commits] SF.net SVN: tigervnc:[3647] trunk/common/jpeg

2009-03-09 Thread ossman_
Revision: 3647 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3647&view=rev Author: ossman_ Date: 2009-03-09 13:23:04 + (Mon, 09 Mar 2009) Log Message: --- "Optimise" quantization step by replacing the division by a multiplication. This has no measura

[Tigervnc-commits] SF.net SVN: tigervnc:[3649] trunk/common/jpeg

2009-03-09 Thread ossman_
Revision: 3649 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3649&view=rev Author: ossman_ Date: 2009-03-09 13:28:10 + (Mon, 09 Mar 2009) Log Message: --- Add 3DNow SIMD implementation of computationally intensive routines. Modified Paths: -- t

[Tigervnc-commits] SF.net SVN: tigervnc:[3650] trunk/common/jpeg

2009-03-09 Thread ossman_
Revision: 3650 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3650&view=rev Author: ossman_ Date: 2009-03-09 13:29:37 + (Mon, 09 Mar 2009) Log Message: --- Make sure the work space memory is properly aligned We use the heap allocators to avoid having more than

[Tigervnc-commits] SF.net SVN: tigervnc:[3651] trunk/common/jpeg/jmemmgr.c

2009-03-09 Thread ossman_
Revision: 3651 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3651&view=rev Author: ossman_ Date: 2009-03-09 13:30:47 + (Mon, 09 Mar 2009) Log Message: --- Most SIMD implementations need 16 byte alignment Modified Paths: -- trunk/common/

[Tigervnc-commits] SF.net SVN: tigervnc:[3652] trunk/common/jpeg

2009-03-09 Thread ossman_
Revision: 3652 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3652&view=rev Author: ossman_ Date: 2009-03-09 13:31:56 + (Mon, 09 Mar 2009) Log Message: --- Add SSE SIMD implementation of computationally intensive routines. Modified Paths: -- t

[Tigervnc-commits] SF.net SVN: tigervnc:[3654] trunk/win/rfb_win32/DeviceFrameBuffer.cxx

2009-03-10 Thread ossman_
Revision: 3654 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3654&view=rev Author: ossman_ Date: 2009-03-10 10:21:11 + (Tue, 10 Mar 2009) Log Message: --- Fix some overloading ambiguity. Modified Paths: -- trunk/win/rfb_win32/DeviceFrameBuffer

[Tigervnc-commits] SF.net SVN: tigervnc:[3655] web/index.html

2009-03-10 Thread ossman_
Revision: 3655 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3655&view=rev Author: ossman_ Date: 2009-03-10 12:19:25 + (Tue, 10 Mar 2009) Log Message: --- Change slogan to avoid negative connotations. Modified Paths: -- web/index.html Modi

[Tigervnc-commits] SF.net SVN: tigervnc:[3656] web/index.html

2009-03-10 Thread ossman_
Revision: 3656 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3656&view=rev Author: ossman_ Date: 2009-03-10 13:10:57 + (Tue, 10 Mar 2009) Log Message: --- Add mailing list archives. Modified Paths: -- web/index.html Modified: web/index.

[Tigervnc-commits] SF.net SVN: tigervnc:[3659] trunk/common/rfb/CMsgWriter.cxx

2009-03-11 Thread ossman_
Revision: 3659 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3659&view=rev Author: ossman_ Date: 2009-03-11 14:33:49 + (Wed, 11 Mar 2009) Log Message: --- The quality setting goes from 0 to 9, not 1 to 9. Modified Paths: -- trunk/common

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

2009-03-11 Thread ossman_
Revision: 3660 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3660&view=rev Author: ossman_ Date: 2009-03-11 16:15:29 + (Wed, 11 Mar 2009) Log Message: --- Tweak the quality to JPEG settings mapping a bit. The percieved quality isn't really linear compar

[Tigervnc-commits] SF.net SVN: tigervnc:[3661] trunk/common/rfb/CMsgWriter.cxx

2009-03-12 Thread ossman_
Revision: 3661 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3661&view=rev Author: ossman_ Date: 2009-03-12 10:16:07 + (Thu, 12 Mar 2009) Log Message: --- Make sure we list fallback encodings in a preferable order. Modified Paths: -- trunk/co

[Tigervnc-commits] SF.net SVN: tigervnc:[3662] trunk

2009-03-12 Thread ossman_
Revision: 3662 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3662&view=rev Author: ossman_ Date: 2009-03-12 12:25:11 + (Thu, 12 Mar 2009) Log Message: --- Improve auto mode for new JPEG code. Change auto mode to always select Tight encoding and tweak the qua

[Tigervnc-commits] SF.net SVN: tigervnc:[3663] trunk

2009-03-12 Thread ossman_
Revision: 3663 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3663&view=rev Author: ossman_ Date: 2009-03-12 13:03:22 + (Thu, 12 Mar 2009) Log Message: --- Change encoding and quality defaults to what auto mode would choose. Modified Paths: -- t

[Tigervnc-commits] SF.net SVN: tigervnc:[3667] trunk/common/javabin

2009-03-13 Thread ossman_
Revision: 3667 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3667&view=rev Author: ossman_ Date: 2009-03-13 09:06:24 + (Fri, 13 Mar 2009) Log Message: --- Remove old, compiled version of the Java client. Removed Paths: - trunk/common/jav

[Tigervnc-commits] SF.net SVN: tigervnc:[3669] trunk/common/jpeg/jcphuff.c

2009-03-13 Thread ossman_
Revision: 3669 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3669&view=rev Author: ossman_ Date: 2009-03-13 12:16:51 + (Fri, 13 Mar 2009) Log Message: --- Don't mix LOCAL() and qualifiers. Modified Paths: -- trunk/common/jpeg/jcphuff.c

[Tigervnc-commits] SF.net SVN: tigervnc:[3671] trunk/common/jpeg/jpeg.dsp

2009-03-13 Thread ossman_
Revision: 3671 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3671&view=rev Author: ossman_ Date: 2009-03-13 12:24:28 + (Fri, 13 Mar 2009) Log Message: --- Add new simd files to Visual Studio project file. Modified Paths: -- trunk/common/

[Tigervnc-commits] SF.net SVN: tigervnc:[3670] trunk/common/jpeg/jcdctmgr.c

2009-03-13 Thread ossman_
Revision: 3670 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3670&view=rev Author: ossman_ Date: 2009-03-13 12:17:26 + (Fri, 13 Mar 2009) Log Message: --- Move variable init around a bit to please crappy compilers. Modified Paths: -- trunk/co

[Tigervnc-commits] SF.net SVN: tigervnc:[3679] trunk/common/jpeg

2009-03-16 Thread ossman_
Revision: 3679 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3679&view=rev Author: ossman_ Date: 2009-03-16 13:34:18 + (Mon, 16 Mar 2009) Log Message: --- Work around subdirectory bug in older automake. Older versions of automake doesn't properly s

[Tigervnc-commits] SF.net SVN: tigervnc:[3686] trunk/unix/xserver/hw/vnc/xvnc.cc

2009-03-18 Thread ossman_
Revision: 3686 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3686&view=rev Author: ossman_ Date: 2009-03-18 15:39:48 + (Wed, 18 Mar 2009) Log Message: --- Remove more crud from the mmap support. Modified Paths: -- trunk/unix/xserver/hw/vnc/xvn

[Tigervnc-commits] SF.net SVN: tigervnc:[3687] trunk/unix/xserver/hw/vnc/xvnc.cc

2009-03-18 Thread ossman_
Revision: 3687 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3687&view=rev Author: ossman_ Date: 2009-03-18 16:07:42 + (Wed, 18 Mar 2009) Log Message: --- Move framebuffer information into its own structure (needed for RandR). Modified P

[Tigervnc-commits] SF.net SVN: tigervnc:[3688] trunk/unix

2009-03-18 Thread ossman_
Revision: 3688 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3688&view=rev Author: ossman_ Date: 2009-03-18 17:22:30 + (Wed, 18 Mar 2009) Log Message: --- Support for RandR on the server. Based on patch by George Wright but heavily rewritten in orde

[Tigervnc-commits] SF.net SVN: tigervnc:[3691] trunk/unix/xserver/hw/vnc/vncHooks.cc

2009-03-19 Thread ossman_
Revision: 3691 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3691&view=rev Author: ossman_ Date: 2009-03-19 13:38:02 + (Thu, 19 Mar 2009) Log Message: --- Restore Composite callback when we close the screen. Modified Paths: -- trunk/unix/xserve

[Tigervnc-commits] SF.net SVN: tigervnc:[3697] trunk/common/rfb/fttypes.h

2009-03-20 Thread ossman_
Revision: 3697 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3697&view=rev Author: ossman_ Date: 2009-03-20 10:06:47 + (Fri, 20 Mar 2009) Log Message: --- Remove stray file left over from the file transfer support. Removed Paths: - trunk/common

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

2009-03-20 Thread ossman_
Revision: 3696 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3696&view=rev Author: ossman_ Date: 2009-03-20 10:02:31 + (Fri, 20 Mar 2009) Log Message: --- Move the SetDesktopName parser into CMsgReaderV3 to keep with the separation of old and new feat

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

2009-03-20 Thread ossman_
Revision: 3698 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3698&view=rev Author: ossman_ Date: 2009-03-20 12:59:05 + (Fri, 20 Mar 2009) Log Message: --- Minimal server side implementation of the extended desktop size protocol. Modified P

[Tigervnc-commits] SF.net SVN: tigervnc:[3699] trunk

2009-03-20 Thread ossman_
Revision: 3699 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3699&view=rev Author: ossman_ Date: 2009-03-20 13:02:50 + (Fri, 20 Mar 2009) Log Message: --- Minimal client side support for the extended desktop size protocol. Modified Paths: -- t

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

2009-03-20 Thread ossman_
Revision: 3700 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3700&view=rev Author: ossman_ Date: 2009-03-20 13:15:05 + (Fri, 20 Mar 2009) Log Message: --- Add new file to file lists. Modified Paths: -- trunk/common/rfb/Makefile.am trunk/co

[Tigervnc-commits] SF.net SVN: tigervnc:[3701] trunk/common/rfb/VNCSConnectionST.cxx

2009-03-20 Thread ossman_
Revision: 3701 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3701&view=rev Author: ossman_ Date: 2009-03-20 15:55:37 + (Fri, 20 Mar 2009) Log Message: --- Make the server a little less DoS:able by validating update regions. Modified Paths: -- t

[Tigervnc-commits] SF.net SVN: tigervnc:[3702] trunk

2009-03-20 Thread ossman_
Revision: 3702 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3702&view=rev Author: ossman_ Date: 2009-03-20 16:05:04 + (Fri, 20 Mar 2009) Log Message: --- Properly parse the ExtendedDesktopSize rects in the client. Modified Paths: -- trunk/co

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

2009-03-20 Thread ossman_
Revision: 3703 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3703&view=rev Author: ossman_ Date: 2009-03-20 16:06:46 + (Fri, 20 Mar 2009) Log Message: --- Remove file transfer callback that was left behind. Modified Paths: -- trunk/common

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

2009-03-20 Thread ossman_
Revision: 3704 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3704&view=rev Author: ossman_ Date: 2009-03-20 20:31:00 + (Fri, 20 Mar 2009) Log Message: --- Add official allocations for extended desktop size extension. Modified Paths: -- trunk/co

[Tigervnc-commits] SF.net SVN: tigervnc:[3705] trunk/common/rfb/msgTypes.h

2009-03-20 Thread ossman_
Revision: 3705 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3705&view=rev Author: ossman_ Date: 2009-03-20 20:39:16 + (Fri, 20 Mar 2009) Log Message: --- Remove unused, and improperly reserved message types. Modified Paths: -- trunk/common

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

2009-03-20 Thread ossman_
Revision: 3706 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3706&view=rev Author: ossman_ Date: 2009-03-20 21:46:12 + (Fri, 20 Mar 2009) Log Message: --- Basic book keeping of screen layout on server. Modified Paths: -- trunk/common

[Tigervnc-commits] SF.net SVN: tigervnc:[3707] trunk/common/rfb/VNCServerST.cxx

2009-03-20 Thread ossman_
Revision: 3707 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3707&view=rev Author: ossman_ Date: 2009-03-20 22:05:08 + (Fri, 20 Mar 2009) Log Message: --- Move screen layout bootstraping around so that it can handle if all screens are purged on framebuffer re

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

2009-03-21 Thread ossman_
Revision: 3708 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3708&view=rev Author: ossman_ Date: 2009-03-21 21:16:14 + (Sat, 21 Mar 2009) Log Message: --- Properly parse the SetDesktopSize message. Modified Paths: -- trunk/common

[Tigervnc-commits] SF.net SVN: tigervnc:[3709] trunk/unix/xserver/hw/vnc/xvnc.cc

2009-03-23 Thread ossman_
Revision: 3709 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3709&view=rev Author: ossman_ Date: 2009-03-23 16:28:53 + (Mon, 23 Mar 2009) Log Message: --- RRRegisterRate() can in theory fail. Make sure we catch this. Modified Paths: -- trunk/

[Tigervnc-commits] SF.net SVN: tigervnc:[3710] trunk/unix/xserver/hw/vnc/xvnc.cc

2009-03-23 Thread ossman_
Revision: 3710 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3710&view=rev Author: ossman_ Date: 2009-03-23 16:30:32 + (Mon, 23 Mar 2009) Log Message: --- Reenable display even on failure. Modified Paths: -- trunk/unix/xserver/hw/vnc/xvn

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

2009-03-23 Thread ossman_
Revision: 3711 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3711&view=rev Author: ossman_ Date: 2009-03-23 16:48:35 + (Mon, 23 Mar 2009) Log Message: --- Add client method to send SetDesktopSize. Modified Paths: -- trunk/common/rfb/CMsgWrit

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

2009-03-23 Thread ossman_
Revision: 3712 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3712&view=rev Author: ossman_ Date: 2009-03-23 16:49:47 + (Mon, 23 Mar 2009) Log Message: --- Add parameter to make client attempt to resize server desktop on connect. Modified P

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

2009-03-23 Thread ossman_
Revision: 3713 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3713&view=rev Author: ossman_ Date: 2009-03-23 16:57:07 + (Mon, 23 Mar 2009) Log Message: --- Implement server side support for SetDesktopSize. It has some warts, but should be feature complete. Mos

[Tigervnc-commits] SF.net SVN: tigervnc:[3714] trunk/unix/xserver/hw/vnc

2009-03-23 Thread ossman_
Revision: 3714 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3714&view=rev Author: ossman_ Date: 2009-03-23 16:58:53 + (Mon, 23 Mar 2009) Log Message: --- Implement basic support for SetDesktopSize. No real support for RandR 1.2 yet. Modified P

[Tigervnc-commits] SF.net SVN: tigervnc:[3715] trunk/unix/vncviewer/vncviewer.man

2009-03-24 Thread ossman_
Revision: 3715 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3715&view=rev Author: ossman_ Date: 2009-03-24 10:31:37 + (Tue, 24 Mar 2009) Log Message: --- Document the new DesktopSize parameter in the man file. Modified Paths: -- trunk/

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

2009-03-24 Thread ossman_
Revision: 3716 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3716&view=rev Author: ossman_ Date: 2009-03-24 12:29:50 + (Tue, 24 Mar 2009) Log Message: --- Support for ExtendedDesktopSize and -DesktopSize in the Windows client. Modified P

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

2009-03-25 Thread ossman_
Revision: 3717 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3717&view=rev Author: ossman_ Date: 2009-03-25 10:32:07 + (Wed, 25 Mar 2009) Log Message: --- Try to update an entire FramebufferUpdate in one go, avoiding tears. Modified Paths: -- t

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

2009-03-25 Thread ossman_
Revision: 3718 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3718&view=rev Author: ossman_ Date: 2009-03-25 12:13:28 + (Wed, 25 Mar 2009) Log Message: --- Try to render entire update in one go to avoid tearing. Modified Paths: -- trunk

[Tigervnc-commits] SF.net SVN: tigervnc:[3719] trunk/common/rfb/PixelFormat.cxx

2009-03-25 Thread ossman_
Revision: 3719 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3719&view=rev Author: ossman_ Date: 2009-03-25 12:26:41 + (Wed, 25 Mar 2009) Log Message: --- A quick optimisation of the common 32-bit to 24-bit pixel conversion. Modified P

[Tigervnc-commits] SF.net SVN: tigervnc:[3720] trunk/common/rfb/PixelFormat.cxx

2009-03-25 Thread ossman_
Revision: 3720 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3720&view=rev Author: ossman_ Date: 2009-03-25 12:27:38 + (Wed, 25 Mar 2009) Log Message: --- Needs to be true colour to be 888. Modified Paths: -- trunk/common/rfb/PixelFormat

[Tigervnc-commits] SF.net SVN: tigervnc:[3721] trunk/common/configure.ac

2009-03-26 Thread ossman_
Revision: 3721 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3721&view=rev Author: ossman_ Date: 2009-03-26 10:30:37 + (Thu, 26 Mar 2009) Log Message: --- fix build on POSIX strict platforms socklen_t is defined in sys/socket.h, which isn't among a

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

2009-03-31 Thread ossman_
Revision: 3730 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3730&view=rev Author: ossman_ Date: 2009-03-31 14:06:53 + (Tue, 31 Mar 2009) Log Message: --- Optimise the common pixel format conversion RGB24 to RGB32. Modified Paths: -- trunk/co

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

2009-04-01 Thread ossman_
Revision: 3733 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3733&view=rev Author: ossman_ Date: 2009-04-01 14:42:34 + (Wed, 01 Apr 2009) Log Message: --- Try to increase the update rate by requesting a new update in parallel with decoding the current

[Tigervnc-commits] SF.net SVN: tigervnc:[3732] trunk/unix/vncviewer/DesktopWindow.cxx

2009-04-01 Thread ossman_
Revision: 3732 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3732&view=rev Author: ossman_ Date: 2009-04-01 13:47:30 + (Wed, 01 Apr 2009) Log Message: --- Make sure we flush the X11 connection once we've sent a bunch of screen updates. Modif

[Tigervnc-commits] SF.net SVN: tigervnc:[3736] web/index.html

2009-04-01 Thread ossman_
Revision: 3736 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3736&view=rev Author: ossman_ Date: 2009-04-02 06:25:35 + (Thu, 02 Apr 2009) Log Message: --- Add links to The Mail Archive. Modified Paths: -- web/index.html Modified: web/index.

[Tigervnc-commits] SF.net SVN: tigervnc:[3738] trunk/common/rfb/VNCServerST.cxx

2009-04-02 Thread ossman_
Revision: 3738 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3738&view=rev Author: ossman_ Date: 2009-04-02 14:26:45 + (Thu, 02 Apr 2009) Log Message: --- Brown paper bag time... Forgot to actually store the new screen layout. Modified P

[Tigervnc-commits] SF.net SVN: tigervnc:[3739] trunk/unix/xserver/hw/vnc/XserverDesktop.cc

2009-04-02 Thread ossman_
Revision: 3739 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3739&view=rev Author: ossman_ Date: 2009-04-02 14:46:54 + (Thu, 02 Apr 2009) Log Message: --- Improve logging in setScreenLayout(). Modified Paths: -- trunk/unix/xserver/hw

[Tigervnc-commits] SF.net SVN: tigervnc:[3740] trunk/unix/xserver/hw/vnc/XserverDesktop.cc

2009-04-02 Thread ossman_
Revision: 3740 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3740&view=rev Author: ossman_ Date: 2009-04-02 14:47:31 + (Thu, 02 Apr 2009) Log Message: --- We need to call RRGetInfo() again for our new mode to be added. Modified Paths: -- trunk/

[Tigervnc-commits] SF.net SVN: tigervnc:[3746] trunk/unix/xserver/hw/vnc

2009-04-03 Thread ossman_
Revision: 3746 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3746&view=rev Author: ossman_ Date: 2009-04-03 12:40:01 + (Fri, 03 Apr 2009) Log Message: --- Avoid touching PixelFormat internals. We forgot to update the internal variables with the previous ver

[Tigervnc-commits] SF.net SVN: tigervnc:[3747] trunk/common/rfb/TransImageGetter.cxx

2009-04-03 Thread ossman_
Revision: 3747 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3747&view=rev Author: ossman_ Date: 2009-04-03 12:44:59 + (Fri, 03 Apr 2009) Log Message: --- Remove unused pixel format constant. Modified Paths: -- trunk/common/rfb/TransImageGetter

[Tigervnc-commits] SF.net SVN: tigervnc:[3748] trunk/common/rfb/PixelFormat.cxx

2009-04-03 Thread ossman_
Revision: 3748 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3748&view=rev Author: ossman_ Date: 2009-04-03 12:49:38 + (Fri, 03 Apr 2009) Log Message: --- Update shift values in pixel format parse routine. Modified Paths: -- trunk/common

[Tigervnc-commits] SF.net SVN: tigervnc:[3764] trunk/win/vncviewer/vncviewer.rc

2009-04-09 Thread ossman_
Revision: 3764 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3764&view=rev Author: ossman_ Date: 2009-04-09 11:39:36 + (Thu, 09 Apr 2009) Log Message: --- Update copyright notice and version in executable metadata. Modified Paths: -- trunk

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

2009-04-09 Thread ossman_
Revision: 3765 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3765&view=rev Author: ossman_ Date: 2009-04-09 12:00:08 + (Thu, 09 Apr 2009) Log Message: --- Create the system menu entries earlier to play nice with any system-wide additions. Modified P

[Tigervnc-commits] SF.net SVN: tigervnc:[3763] trunk/win/vncviewer/resource.h

2009-04-09 Thread ossman_
Revision: 3763 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3763&view=rev Author: ossman_ Date: 2009-04-09 11:39:03 + (Thu, 09 Apr 2009) Log Message: --- Use lower IDs for system menu entries. Such high IDs are apparently unsafe to use in the system menu on

[Tigervnc-commits] SF.net SVN: tigervnc:[3783] trunk/unix/tx/TXImage.cxx

2009-04-20 Thread ossman_
Revision: 3783 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3783&view=rev Author: ossman_ Date: 2009-04-20 09:44:17 + (Mon, 20 Apr 2009) Log Message: --- Fix generation of native pixel format so the that internal state is correct. Modified P

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

2009-04-21 Thread ossman_
Revision: 3784 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3784&view=rev Author: ossman_ Date: 2009-04-21 17:30:45 + (Tue, 21 Apr 2009) Log Message: --- Make sure we handle endian problems in the conversion code. Modified Paths: -- trunk/co

[Tigervnc-commits] SF.net SVN: tigervnc:[3786] trunk/common/rfb/VNCSConnectionST.cxx

2009-04-22 Thread ossman_
Revision: 3786 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3786&view=rev Author: ossman_ Date: 2009-04-22 15:37:51 + (Wed, 22 Apr 2009) Log Message: --- UltraVNC sends a new non-incr. FUR when it gets a DesktopSize rect, and TightVNC drops the framebuffer, s

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

2009-04-23 Thread ossman_
Revision: 3787 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3787&view=rev Author: ossman_ Date: 2009-04-23 12:31:42 + (Thu, 23 Apr 2009) Log Message: --- Send desktop layout changes separately Make sure we send any modifications to the desktop layout in a mes

[Tigervnc-commits] SF.net SVN: tigervnc:[3788] trunk/common/rfb/VNCSConnectionST.cxx

2009-04-24 Thread ossman_
Revision: 3788 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3788&view=rev Author: ossman_ Date: 2009-04-24 11:34:46 + (Fri, 24 Apr 2009) Log Message: --- Remove debugging output that wasn't supposed to be committed. Modified Paths: -- tru

[Tigervnc-commits] SF.net SVN: tigervnc:[3790] rfbproto/

2009-04-28 Thread ossman_
Revision: 3790 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3790&view=rev Author: ossman_ Date: 2009-04-28 08:20:41 + (Tue, 28 Apr 2009) Log Message: --- Create directory for RFB protocol specification. Added Paths: --- rfbproto/ This was sen

[Tigervnc-commits] SF.net SVN: tigervnc:[3792] rfbproto/rfbproto.rst

2009-04-28 Thread ossman_
Revision: 3792 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3792&view=rev Author: ossman_ Date: 2009-04-28 08:28:07 + (Tue, 28 Apr 2009) Log Message: --- Fix line that exceeded 72 characters. Modified Paths: -- rfbproto/rfbproto.rst Modi

[Tigervnc-commits] SF.net SVN: tigervnc:[3793] web/index.html

2009-04-28 Thread ossman_
Revision: 3793 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3793&view=rev Author: ossman_ Date: 2009-04-28 08:52:34 + (Tue, 28 Apr 2009) Log Message: --- Add a section about the RFB protocol specification. Modified Paths: -- web/index.

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

2009-04-30 Thread ossman_
Revision: 3795 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3795&view=rev Author: ossman_ Date: 2009-04-30 11:41:03 + (Thu, 30 Apr 2009) Log Message: --- The code to utilize our libjpeg's ability to input/output out native formats failed to consider every

[Tigervnc-commits] SF.net SVN: tigervnc:[3796] rfbproto/rfbproto.rst

2009-04-30 Thread ossman_
Revision: 3796 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3796&view=rev Author: ossman_ Date: 2009-04-30 12:10:18 + (Thu, 30 Apr 2009) Log Message: --- Prepare document for extensions The original document is closely tied to RealVNC's implementatio

[Tigervnc-commits] SF.net SVN: tigervnc:[3798] web/index.html

2009-05-04 Thread ossman_
Revision: 3798 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3798&view=rev Author: ossman_ Date: 2009-05-04 08:58:43 + (Mon, 04 May 2009) Log Message: --- Add link to the beta release. Modified Paths: -- web/index.html Modified: web/index.

[Tigervnc-commits] SF.net SVN: tigervnc:[3799] rfbproto/rfbproto.rst

2009-05-05 Thread ossman_
Revision: 3799 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3799&view=rev Author: ossman_ Date: 2009-05-05 07:05:48 + (Tue, 05 May 2009) Log Message: --- Add gii extension (messages and pseudo-encoding) Document the General Input Interface (gii) exten

[Tigervnc-commits] SF.net SVN: tigervnc:[3800] rfbproto/README

2009-05-07 Thread ossman_
Revision: 3800 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3800&view=rev Author: ossman_ Date: 2009-05-07 07:55:33 + (Thu, 07 May 2009) Log Message: --- Add README with guidelines Document the guidelines for submitting patches and the style used in the docu

[Tigervnc-commits] SF.net SVN: tigervnc:[3801] rfbproto/rfbproto.rst

2009-05-07 Thread ossman_
Revision: 3801 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3801&view=rev Author: ossman_ Date: 2009-05-07 07:57:37 + (Thu, 07 May 2009) Log Message: --- Add links from message and encoding lists Make it easier to navigate in hypertext versions of the docu

[Tigervnc-commits] SF.net SVN: tigervnc:[3802] rfbproto/rfbproto.rst

2009-05-07 Thread ossman_
Revision: 3802 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3802&view=rev Author: ossman_ Date: 2009-05-07 08:02:03 + (Thu, 07 May 2009) Log Message: --- Add SASL security type It is official according to: http://realvnc.com/pipermail/vnc-list/2008-Dece

[Tigervnc-commits] SF.net SVN: tigervnc:[3804] web/bin/update

2009-05-11 Thread ossman_
Revision: 3804 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3804&view=rev Author: ossman_ Date: 2009-05-11 09:23:16 + (Mon, 11 May 2009) Log Message: --- Fix sanity check in update script. Modified Paths: -- web/bin/update Modified: web

[Tigervnc-commits] SF.net SVN: tigervnc:[3806] rfbproto/rfbproto.rst

2009-05-11 Thread ossman_
Revision: 3806 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3806&view=rev Author: ossman_ Date: 2009-05-11 09:40:30 + (Mon, 11 May 2009) Log Message: --- Describe the CoRRE encoding Describe the CoRRE encoding in terms of the RRE encoding. Signed-off-by: P

[Tigervnc-commits] SF.net SVN: tigervnc:[3807] rfbproto/rfbproto.rst

2009-05-11 Thread ossman_
Revision: 3807 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3807&view=rev Author: ossman_ Date: 2009-05-11 09:47:53 + (Mon, 11 May 2009) Log Message: --- Describe the zlib encoding Describe the zlib encoding in terms of the Raw encoding. Signed-off-by: P

[Tigervnc-commits] SF.net SVN: tigervnc:[3808] rfbproto/rfbproto.rst

2009-05-11 Thread ossman_
Revision: 3808 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3808&view=rev Author: ossman_ Date: 2009-05-11 09:52:14 + (Mon, 11 May 2009) Log Message: --- Add quirk about the CPIXEL type I once did a survey of this involving several of the major implementat

[Tigervnc-commits] SF.net SVN: tigervnc:[3809] rfbproto/rfbproto.rst

2009-05-11 Thread ossman_
Revision: 3809 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3809&view=rev Author: ossman_ Date: 2009-05-11 09:56:12 + (Mon, 11 May 2009) Log Message: --- Describe the zlibhex encoding Describe the zlibhex encoding in terms of the hextile encoding. Signed-of

[Tigervnc-commits] SF.net SVN: tigervnc:[3816] branches/1_0/common/rfb/VNCSConnectionST.cxx

2009-05-28 Thread ossman_
Revision: 3816 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3816&view=rev Author: ossman_ Date: 2009-05-28 12:47:51 + (Thu, 28 May 2009) Log Message: --- We should only send ExtendedDesktopSize to a client supporting both it and the old DesktopSize. Modi

[Tigervnc-commits] SF.net SVN: tigervnc:[3817] trunk/common/rfb/VNCSConnectionST.cxx

2009-05-28 Thread ossman_
Revision: 3817 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3817&view=rev Author: ossman_ Date: 2009-05-28 12:54:24 + (Thu, 28 May 2009) Log Message: --- We should only send ExtendedDesktopSize to a client supporting both it and the old DesktopSize. Modi

[Tigervnc-commits] SF.net SVN: tigervnc:[3815] rfbproto/rfbproto.rst

2009-05-28 Thread ossman_
Revision: 3815 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3815&view=rev Author: ossman_ Date: 2009-05-28 12:19:20 + (Thu, 28 May 2009) Log Message: --- Clarify DesktopSize behaviour The implementation of the DesktopSize (also called NewFBSize) pseudo-enco

[Tigervnc-commits] SF.net SVN: tigervnc:[3819] rfbproto/rfbproto.rst

2009-05-28 Thread ossman_
Revision: 3819 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3819&view=rev Author: ossman_ Date: 2009-05-28 13:51:51 + (Thu, 28 May 2009) Log Message: --- Don't spell out General Input Interface in every heading. Also add some introductory text to eac

[Tigervnc-commits] SF.net SVN: tigervnc:[3818] rfbproto/rfbproto.rst

2009-05-28 Thread ossman_
Revision: 3818 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3818&view=rev Author: ossman_ Date: 2009-05-28 13:38:53 + (Thu, 28 May 2009) Log Message: --- Clarify FramebufferUpdateRequest/FramebufferUpdate behaviour There are some corner cases in the framebu

[Tigervnc-commits] SF.net SVN: tigervnc:[3820] rfbproto/rfbproto.rst

2009-05-28 Thread ossman_
Revision: 3820 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3820&view=rev Author: ossman_ Date: 2009-05-28 14:30:22 + (Thu, 28 May 2009) Log Message: --- ExtendedDesktopSize extension This extension adds multi-head support to RFB, and allows the client to req

[Tigervnc-commits] SF.net SVN: tigervnc:[3822] rfbproto/rfbproto.rst

2009-05-29 Thread ossman_
Revision: 3822 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3822&view=rev Author: ossman_ Date: 2009-05-29 12:42:07 + (Fri, 29 May 2009) Log Message: --- Fix grammar in gii Server Message description Signed-off-by: Peter Rosin Signed-off-by: Pierre Os

[Tigervnc-commits] SF.net SVN: tigervnc:[3821] rfbproto/rfbproto.rst

2009-05-29 Thread ossman_
Revision: 3821 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=3821&view=rev Author: ossman_ Date: 2009-05-29 12:40:55 + (Fri, 29 May 2009) Log Message: --- Describe the Tight security type Information collected from the rfbproto.h header and the regist

  1   2   3   4   5   6   >