]> source.dussan.org Git - tigervnc.git/shortlog
tigervnc.git
2014-07-21 Pierre OssmanUse printf constructor safely
2014-07-14 Pierre OssmanMerge branch 'encodemanager' of https://github.com...
2014-07-14 Pierre OssmanMerge branch 'nopixeltrans' of https://github.com/Cendi...
2014-07-14 Pierre OssmanMerge branch 'nocolourmap' of https://github.com/Cendio...
2014-07-14 Pierre OssmanString literals are constant 11/head
2014-07-14 Pierre OssmanRemove PixelTransformer and TransImageGetter 10/head
2014-07-14 Pierre OssmanMove image encoding logic into a central EncodeManager...
2014-07-14 Pierre OssmanUse PixelBuffer objects as the interface for encoders...
2014-07-14 Pierre OssmanStore the mouse cursor in the ConnParams object
2014-07-14 Pierre OssmanAllow PixelBuffers to be const
2014-07-14 Pierre OssmanAdd helper class for a rendered cursor
2014-07-14 Pierre OssmanAdd convenience variant of getImage()
2014-07-14 Pierre OssmanMerge branch 'inputreset' of https://github.com/CendioO...
2014-07-14 Pierre OssmanHandle closing of input devices 6/head
2014-07-14 Pierre OssmanRemove private storage from InputDevice
2014-07-14 Pierre OssmanMake InputDevice into a singleton
2014-07-14 Pierre OssmanMove all functions that InputDevice uses into the class
2014-07-14 Pierre OssmanLet XserverDesktop handle syncing cursor position
2014-07-14 Pierre OssmanRe-init VNC extension on server reset
2014-07-11 Pierre OssmanWe need to set a label on all pointer buttons
2014-07-09 Pierre OssmanAdd convenience functions to ModifiablePixelBuffer
2014-07-09 Pierre OssmanTest results comparing PixelTransformer and bufferFromB...
2014-07-09 Pierre OssmanAdd optimised buffer conversion
2014-07-09 Pierre OssmanAdd ability to directly convert between two pixel formats
2014-07-09 Pierre OssmanUse lookup tables for pixel upconversion
2014-07-09 Pierre OssmanPut some space between the groups of tests
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...
next