summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Push encoder and decoder handling down into the connection objectsPierre Ossman2014-07-0711-152/+87
* Remove full support for colour mapsPierre Ossman2014-07-0748-1247/+309
* Get rid of unnecessary macros as they are only ever set to a single thingPierre Ossman2014-07-0715-85/+30
* Push encoding specific formats into the encoders and decodersPierre Ossman2014-07-0712-63/+91
* Consolidate the different palette handler implementationsPierre Ossman2014-07-078-493/+272
* Handle CopyRect like any other encodingPierre Ossman2014-07-077-21/+86
* Avoid reader/writer duplication in every encoder/decoderPierre Ossman2014-07-0724-26/+27
* Remove partial update functionalityPierre Ossman2014-07-0715-80/+46
* Move serialisation of pseudorects into separate functionsPierre Ossman2014-07-072-69/+72
* Merge the "V3" message classes into the normal onesPierre Ossman2014-07-0720-1140/+818
* Merge branch 'pixeltest' of https://github.com/CendioOssman/tigervncPierre Ossman2014-07-077-2/+314
|\
| * Add pixel conversion speed testPierre Ossman2014-07-045-0/+312
| * librfb needs librdr so make sure it always gets pulled inPierre Ossman2014-07-042-2/+2
* | Merge branch 'cleanup' of https://github.com/CendioOssman/tigervncPierre Ossman2014-07-07112-4856/+763
|\ \ | |/ |/|
| * Remove a lot of platform compatibilty stuffPierre Ossman2014-07-0727-450/+10
| * Remove remnants of Windows only clientPierre Ossman2014-07-0712-1346/+0
| * Fix some offenders that poke around in the PixelFormat internalsPierre Ossman2014-07-076-113/+116
| * Avoid code duplication for the linear pixel format conversion methodsPierre Ossman2014-07-071-79/+2
| * Consistent use of stride vs pitchPierre Ossman2014-07-076-23/+24
| * Fix possible information leakagePierre Ossman2014-07-071-2/+11
| * Use the same algorithm for conversionsPierre Ossman2014-07-071-73/+53
| * Optimise the RGB to pixel conversion to simple shiftsPierre Ossman2014-07-073-51/+65
| * Remove magic JPEG variables from ConnParamsPierre Ossman2014-07-074-23/+19
| * Clean up the encoding parser in ConnParamsPierre Ossman2014-07-071-48/+55
| * Make the subsampling setting follow the common stylePierre Ossman2014-07-078-45/+64
| * Remove some premature optimisationPierre Ossman2014-07-076-74/+104
| * Add some missing whitespacePierre Ossman2014-07-071-0/+3
| * Stop storing a copy of the encodings as we don't use it for anythingPierre Ossman2014-07-072-14/+3
| * Get rid of the register mechanism for encoders and decodersPierre Ossman2014-07-0725-183/+77
| * Be more consistent in referring to pixel byte streams as buffersPierre Ossman2014-07-0712-38/+38
| * Document the different pixel representations that we deal withPierre Ossman2014-07-071-1/+10
| * Get rid of unused things in the ZRLE encoderPierre Ossman2014-07-073-35/+13
| * Remove unused method prototypePierre Ossman2014-07-071-1/+0
| * Remove all unused TX widgetsPierre Ossman2014-07-0711-1487/+1
| * Remove the scaled pixel buffer classes as they are not used.Pierre Ossman2014-07-076-635/+0
| * Remove unused (and commented out) PixelBuffer::getPixel()Pierre Ossman2014-07-072-17/+0
| * Remove unused alternative code path from the ZRLE and Hextile decodersPierre Ossman2014-07-072-81/+0
| * Remove unused pixel conversion methodPierre Ossman2014-07-072-18/+0
| * Remove unsused, commented out codePierre Ossman2014-07-072-24/+0
| * Clean up header dependencies in the vncviewer directoryPierre Ossman2014-07-076-12/+23
| * Reduce dependencies on TransImageGetter.hPierre Ossman2014-07-077-7/+8
| * Support keeping libjpeg's default compression settingPierre Ossman2014-07-071-3/+8
| * Check that we have a cursor to restorePierre Ossman2014-07-071-1/+1
| * Converting to RGB might involve a precision increasePierre Ossman2014-07-073-15/+59
| * Make sure we check that PixelFormats we get are actually valid.Pierre Ossman2014-07-032-6/+45
|/
* Embedded applet should not show server dialogBrian P. Hinz2014-06-261-1/+1
* Accidentally removed some code in the previous commit.Pierre Ossman2014-06-251-0/+14
* Add XDAMAGE support to x0vncserver. Makes it more efficientPierre Ossman2014-06-252-15/+65
* Add a global event handler so that we can intercept custom eventsPierre Ossman2014-06-252-0/+28
* Fixed dependency problems with ubuntu precise build. Added ubuntu trusty pack...Brian Hinz2014-05-2125-1/+1021