]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2014-07-09 Pierre OssmanAdd more 8 bpp conversion tests
2014-07-07 Pierre OssmanOnly grab the regions we actually need
2014-07-07 Pierre OssmanProvide a better R/W base PixelBuffer class
2014-07-07 Pierre OssmanGet rid of getStride() 9/head
2014-07-07 Pierre OssmanGet rid of the direct access abuse of FullFramePixelBuf...
2014-07-07 Pierre OssmanWe don't need a fillRect() that is this optimised
2014-07-07 Pierre OssmanAvoid having virtual methods where not needed
2014-07-07 Pierre OssmangetImage() doesn't need to be overloadable, keep it...
2014-07-07 Pierre OssmanCreate a proper interface base class for the viewport...
2014-07-07 Pierre OssmanEncoders/decoders should track the connection object
2014-07-07 Pierre OssmanPush encoder and decoder handling down into the connect...
2014-07-07 Pierre OssmanRemove full support for colour maps
2014-07-07 Pierre OssmanGet rid of unnecessary macros as they are only ever...
2014-07-07 Pierre OssmanPush encoding specific formats into the encoders and...
2014-07-07 Pierre OssmanConsolidate the different palette handler implementations
2014-07-07 Pierre OssmanHandle CopyRect like any other encoding
2014-07-07 Pierre OssmanAvoid reader/writer duplication in every encoder/decoder
2014-07-07 Pierre OssmanRemove partial update functionality
2014-07-07 Pierre OssmanMove serialisation of pseudorects into separate functions
2014-07-07 Pierre OssmanMerge the "V3" message classes into the normal ones
2014-07-07 Pierre OssmanMerge branch 'pixeltest' of https://github.com/CendioOs...
2014-07-07 Pierre OssmanMerge branch 'cleanup' of https://github.com/CendioOssm...
2014-07-07 Pierre OssmanRemove a lot of platform compatibilty stuff 3/head
2014-07-07 Pierre OssmanRemove remnants of Windows only client
2014-07-07 Pierre OssmanFix some offenders that poke around in the PixelFormat...
2014-07-07 Pierre OssmanAvoid code duplication for the linear pixel format...
2014-07-07 Pierre OssmanConsistent use of stride vs pitch
2014-07-07 Pierre OssmanFix possible information leakage
2014-07-07 Pierre OssmanUse the same algorithm for conversions
2014-07-07 Pierre OssmanOptimise the RGB to pixel conversion to simple shifts
2014-07-07 Pierre OssmanRemove magic JPEG variables from ConnParams
2014-07-07 Pierre OssmanClean up the encoding parser in ConnParams
2014-07-07 Pierre OssmanMake the subsampling setting follow the common style
2014-07-07 Pierre OssmanRemove some premature optimisation
2014-07-07 Pierre OssmanAdd some missing whitespace
2014-07-07 Pierre OssmanStop storing a copy of the encodings as we don't use...
2014-07-07 Pierre OssmanGet rid of the register mechanism for encoders and...
2014-07-07 Pierre OssmanBe more consistent in referring to pixel byte streams...
2014-07-07 Pierre OssmanDocument the different pixel representations that we...
2014-07-07 Pierre OssmanGet rid of unused things in the ZRLE encoder
2014-07-07 Pierre OssmanRemove unused method prototype
2014-07-07 Pierre OssmanRemove all unused TX widgets
2014-07-07 Pierre OssmanRemove the scaled pixel buffer classes as they are...
2014-07-07 Pierre OssmanRemove unused (and commented out) PixelBuffer::getPixel()
2014-07-07 Pierre OssmanRemove unused alternative code path from the ZRLE and...
2014-07-07 Pierre OssmanRemove unused pixel conversion method
2014-07-07 Pierre OssmanRemove unsused, commented out code
2014-07-07 Pierre OssmanClean up header dependencies in the vncviewer directory
2014-07-07 Pierre OssmanReduce dependencies on TransImageGetter.h
2014-07-07 Pierre OssmanSupport keeping libjpeg's default compression setting
2014-07-07 Pierre OssmanCheck that we have a cursor to restore
2014-07-07 Pierre OssmanConverting to RGB might involve a precision increase
2014-07-04 Pierre OssmanAdd pixel conversion speed test 4/head
2014-07-04 Pierre Ossmanlibrfb needs librdr so make sure it always gets pulled in
2014-07-03 Pierre OssmanMake sure we check that PixelFormats we get are actuall...
2014-06-27 Brian P. HinzEmbedded applet should not show server dialog
2014-06-25 Pierre OssmanAccidentally removed some code in the previous commit.
2014-06-25 Pierre OssmanAdd XDAMAGE support to x0vncserver. Makes it more efficient
2014-06-25 Pierre OssmanAdd a global event handler so that we can intercept...
2014-05-21 Brian HinzFixed dependency problems with ubuntu precise build...
2014-05-18 Brian HinzFix typos in r5181
2014-05-18 Brian HinzAdd missing dependencies to ubuntu builds that cause...
2014-04-13 Peter ÅstrandRemove comment about service mode not working; bug...
2014-04-05 Brian HinzUbuntu's upstream fltk package contains patches that...
2014-03-24 Brian HinzRemoved shell dependency from el6 vncserver init script...
2014-03-19 Pierre OssmanThis list isn't properly maintained so let's add a...
2014-03-19 Pierre OssmanWe don't want to lose the checks performed by assert...
2014-03-19 Pierre OssmanThe ZRLE decoder relied on an assert() for boundary...
2014-02-24 Peter ÅstrandApplied patch from Alois Mahdal <amahdal@redhat.com>:
2014-02-20 Peter ÅstrandApplied patch from:
2014-02-19 Brian HinzFixes problems with cmake detection of GnuTLS. The...
2014-02-12 Samuel MannehedRemoves VeNCrypt-checkbox from the security page in...
2014-02-07 Samuel MannehedMake WinVNC service mode work on Windows Vista and...
2014-01-12 Brian HinzRemoves the additional padding reserved for the menubar...
2014-01-11 Brian Hinzr5142 and r5149 borrowed code from the TurboVNC viewer...
2014-01-11 Brian Hinzr5138 did not completely resolve the problem with clipb...
2014-01-10 Brian HinzFixes for modality issues & dialog behavior in embedded...
2014-01-10 Brian HinzMoved OS X setDockIconImage call into VncViewer.setLook...
2014-01-07 Pierre OssmanMake sure the fill function pointer gets updated if the
2014-01-04 Brian HinzSet the dock icon on OS X. Not perfect as it still...
2014-01-02 Brian HinzRelease all downKeys when the focus is lost, otherwise...
2014-01-02 Brian HinzRe-introduces embedded applet mode for the java viewer...
2013-12-29 Brian HinzUpdated copyright notices
2013-12-29 Brian HinzAnother overhaul of the key event handlers. There was...
2013-12-08 Brian HinzAdded rpm spec file & sources for building Suse linux...
2013-12-02 Brian HinzAdded attributes to the Java viewer MANIFEST file in...
2013-12-02 Brian HinzFix regression in java install path introduced in r5143
2013-12-01 Brian HinzFixed incorrect ConnParam initial value in CConn constr...
2013-12-01 Brian HinzCopied Lion fullScreen code from TurboVNC viewer. ...
2013-11-28 Brian HinzCorrect location of scripts from last commit
2013-11-28 Brian HinzAdded script to fetch rpm sources (requires curl)
2013-11-28 Brian HinzAdded 'contrib' folder to store patches necessary to...
2013-11-23 Brian HinzFixes a condition where too much data on the local...
2013-11-06 Pierre OssmanSome applications probe for clipboard formats using the
2013-10-03 Brian HinzApplied DRC's patch to fix broken RRE decoder in java...
2013-09-19 Pierre OssmanDo a better type cast that mirrors how we generate
2013-09-05 Pierre OssmanAn updated patch of the X11 clipboard notification...
2013-09-05 Pierre OssmanPrinting the clipboard data is very annoying as it...
2013-08-19 Pierre OssmanThe screen index was removed in 1.13, not 1.12.
2013-07-01 Pierre OssmanFix copy-paste error that referred to the wrong variable.
next