]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2009-04-01 Pierre OssmanMake sure we flush the X11 connection once we've sent...
2009-04-01 DRCStore Xorg build directory under the TigerVNC build...
2009-03-31 Pierre OssmanOptimise the common pixel format conversion RGB24 to...
2009-03-26 DRCAdd -fp argument to allow user to override font path...
2009-03-26 DRCGenerally wordsmithed man page + changed descriptions...
2009-03-26 DRCDon't complain if $depth not set
2009-03-26 DRCComment out $depth line so that the server will use...
2009-03-26 DRCAttempt to build a reasonable font path for the system...
2009-03-26 DRCBetter default xstartup file which attempts to launch...
2009-03-26 DRCAllow Xvnc, vncpasswd, etc. to be run from an arbitrary...
2009-03-26 Adam TkacX.Org 1.6 compatibility change in RandR related code...
2009-03-26 Pierre Ossmanfix build on POSIX strict platforms
2009-03-25 Pierre OssmanNeeds to be true colour to be 888.
2009-03-25 Pierre OssmanA quick optimisation of the common 32-bit to 24-bit...
2009-03-25 Pierre OssmanTry to render entire update in one go to avoid tearing.
2009-03-25 Pierre OssmanTry to update an entire FramebufferUpdate in one go...
2009-03-24 Pierre OssmanSupport for ExtendedDesktopSize and -DesktopSize in...
2009-03-24 Pierre OssmanDocument the new DesktopSize parameter in the man file.
2009-03-23 Pierre OssmanImplement basic support for SetDesktopSize.
2009-03-23 Pierre OssmanImplement server side support for SetDesktopSize.
2009-03-23 Pierre OssmanAdd parameter to make client attempt to resize server...
2009-03-23 Pierre OssmanAdd client method to send SetDesktopSize.
2009-03-23 Pierre OssmanReenable display even on failure.
2009-03-23 Pierre OssmanRRRegisterRate() can in theory fail. Make sure we catch...
2009-03-21 Pierre OssmanProperly parse the SetDesktopSize message.
2009-03-20 Pierre OssmanMove screen layout bootstraping around so that it can...
2009-03-20 Pierre OssmanBasic book keeping of screen layout on server.
2009-03-20 Pierre OssmanRemove unused, and improperly reserved message types.
2009-03-20 Pierre OssmanAdd official allocations for extended desktop size...
2009-03-20 Pierre OssmanRemove file transfer callback that was left behind.
2009-03-20 Pierre OssmanProperly parse the ExtendedDesktopSize rects in the...
2009-03-20 Pierre OssmanMake the server a little less DoS:able by validating...
2009-03-20 Pierre OssmanAdd new file to file lists.
2009-03-20 Pierre OssmanMinimal client side support for the extended desktop...
2009-03-20 Pierre OssmanMinimal server side implementation of the extended...
2009-03-20 Pierre OssmanRemove stray file left over from the file transfer...
2009-03-20 Pierre OssmanMove the SetDesktopName parser into CMsgReaderV3 to...
2009-03-20 DRCVNC needs to be autoreconf'ed as well, otherwise unix...
2009-03-19 DRCRemove Xorg 1.1 support since it doesn't work and we...
2009-03-19 DRCAllow PREFIX to be overridden
2009-03-19 DRCDon't download tarballs if they already exist in the...
2009-03-19 Pierre OssmanRestore Composite callback when we close the screen.
2009-03-19 Peter ÅstrandBuild the macros package before everything else; must...
2009-03-18 DRCAllow additional configure flags to be passed on the...
2009-03-18 Pierre OssmanSupport for RandR on the server.
2009-03-18 Pierre OssmanMove framebuffer information into its own structure...
2009-03-18 Pierre OssmanRemove more crud from the mmap support.
2009-03-18 Peter ÅstrandAdded scripts for building Xvnc with Xorg 1.5.
2009-03-18 Adam TkacRemove undocumented and useless option which allowed...
2009-03-18 Peter ÅstrandIgnore a few more generated files.
2009-03-18 Adam TkacChange Windows viewer version to 0.0.90.
2009-03-18 DRCSupport building Xvnc using Xorg 1.1 code base (for...
2009-03-16 DRCiEliminate backward incompatibility which required...
2009-03-16 Pierre OssmanWork around subdirectory bug in older automake.
2009-03-14 DRCFix broken buffered I/O (to make cjpeg work)
2009-03-13 Pierre OssmanRemove file transfer support.
2009-03-13 Adam TkacMake source compilable via GNU autotools which are...
2009-03-13 Adam TkacRevert r3657 (import of autogenerated) files.
2009-03-13 Adam TkacMake java viewer compilable via OpenJDK 1.6.0 series...
2009-03-13 Adam TkacRename all java modules to tigervnc from tightvnc
2009-03-13 Adam TkacRename java/src/com/tightvnc to java/src/com/tigervnc.
2009-03-13 Pierre OssmanAdd new simd files to Visual Studio project file.
2009-03-13 Pierre OssmanMove variable init around a bit to please crappy compilers.
2009-03-13 Pierre OssmanDon't mix LOCAL() and qualifiers.
2009-03-13 Peter ÅstrandDo not explicitly enable backing store support, but...
2009-03-13 Pierre OssmanRemove old, compiled version of the Java client.
2009-03-12 DRCChange JPEG quality/subsampling map to produce meaningf...
2009-03-12 Adam TkacRemove obsolete checking for IRIX compression and digit...
2009-03-12 DRCInclude Huffman codec optimizations borrowed from TurboJPEG
2009-03-12 Pierre OssmanChange encoding and quality defaults to what auto mode...
2009-03-12 Pierre OssmanImprove auto mode for new JPEG code.
2009-03-12 Pierre OssmanMake sure we list fallback encodings in a preferable...
2009-03-11 Pierre OssmanTweak the quality to JPEG settings mapping a bit.
2009-03-11 Pierre OssmanThe quality setting goes from 0 to 9, not 1 to 9.
2009-03-11 Adam TkacFix README. jpeg/zlib parameters are --with-included...
2009-03-11 Adam TkacImport autogenerated files for unix/ and common/ subdir...
2009-03-10 Pierre OssmanFix some overloading ambiguity.
2009-03-09 Pierre OssmanAdd SSE2 SIMD implementation of computationally intensi...
2009-03-09 Pierre OssmanAdd SSE SIMD implementation of computationally intensiv...
2009-03-09 Pierre OssmanMost SIMD implementations need 16 byte alignment
2009-03-09 Pierre OssmanMake sure the work space memory is properly aligned
2009-03-09 Pierre OssmanAdd 3DNow SIMD implementation of computationally intens...
2009-03-09 Pierre OssmanAdd MMX SIMD implementation of computationally intensiv...
2009-03-09 Pierre Ossman"Optimise" quantization step by replacing the division...
2009-03-09 Pierre OssmanImplement x86 SIMD framework
2009-03-09 Pierre OssmanFramework for supporting SIMD acceleration
2009-03-09 Pierre OssmanSplit up the forward DCT routine into three stages
2009-03-09 Pierre OssmanImprove memory allocater alignment handling
2009-03-09 Pierre OssmanIgnore generated configuration header.
2009-03-09 Pierre OssmanDon't forget the highest byte when reading out pixels.
2009-03-09 Pierre OssmanUpdate default white pixel value now that we use 24...
2009-03-06 Pierre OssmanUse a 24-bit framebuffer by default. This is what's...
2009-03-06 Pierre OssmanExplain the config header voodoo.
2009-03-06 Pierre OssmanDon't test for GNU malloc as we don't need it (or even...
2009-03-06 Pierre OssmanConsolidate pixel conversion into the PixelFormat class...
2009-03-05 Pierre OssmanRemove the "video" feature and its associated custom...
2009-03-04 Pierre OssmanIgnore generated icons.
2009-03-04 Pierre OssmanReplace TightVNC graphics with the TigerVNC logo.
2009-03-04 Pierre OssmanAdd some basic icon files.
2009-03-03 Adam TkacUpdate xserver16.patch.
next