aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Rename ConnParams to ClientParamsPierre Ossman2018-11-011-1/+1
* Split out ServerParams from ConnParamsPierre Ossman2018-11-011-0/+1
* Remove Java web serverPierre Ossman2018-10-091-1/+0
* Move congestion control to its own classPierre Ossman2017-11-171-0/+1
* Delegate decoder object management to a separate classPierre Ossman2015-11-271-0/+1
* Only include syslog logger on Unix systemsPierre Ossman2015-05-041-1/+4
* Add syslog logger.Michal Srb2015-04-101-0/+1
* rfb::Region uses the Xregion libraryPierre Ossman2015-02-131-1/+1
* Move image encoding logic into a central EncodeManager classPierre Ossman2014-07-141-0/+2
* Remove PixelTransformer and TransImageGetterPierre Ossman2014-07-141-2/+0
* Consolidate the different palette handler implementationsPierre Ossman2014-07-071-1/+0
* Handle CopyRect like any other encodingPierre Ossman2014-07-071-0/+1
* Merge the "V3" message classes into the normal onesPierre Ossman2014-07-071-4/+0
* Merge branch 'pixeltest' of https://github.com/CendioOssman/tigervncPierre Ossman2014-07-071-1/+1
|\
| * librfb needs librdr so make sure it always gets pulled inPierre Ossman2014-07-041-1/+1
* | Remove the scaled pixel buffer classes as they are not used.Pierre Ossman2014-07-071-1/+0
|/
* If the client and server are using identical pixel formats, then perform Tigh...DRC2011-11-031-0/+1
* Move setting of PIC code to a central locationDRC2011-08-231-8/+0
* CMake doesn't handle convenience libraries as nicely as autotools does. WePierre Ossman2011-08-221-0/+8
* Ported encoding optimizations from TurboVNC. The changes to the Tight parame...DRC2011-08-111-0/+1
* Do not run libtool_create_control_file() on Windows. Windows does not like it.DRC2011-06-241-1/+3
* Detect and enable PAM authentication supportDRC2011-06-221-0/+6
* Building the Xvnc server requires libtool control files of rdr, rfb,Henrik Andersson2011-06-091-0/+2
* Split out the pixel format conversion magic to its own class and makePierre Ossman2011-03-081-0/+1
* The Windows specific include path should only be used on Windows.Pierre Ossman2011-03-081-1/+2
* Make sure Windows specific code is only included in Windows builds.Pierre Ossman2011-03-081-1/+4
* Look for libjpeg in a more proper manner and don't just assume it's in aPierre Ossman2011-03-031-2/+2
* Remove the included libjpeg-turbo from the tree and rely completely on onePierre Ossman2011-03-021-2/+1
* [Development] Add possibility to build Windows programs with GNUTLS via cmake.Adam Tkac2011-01-191-2/+18
* [Development] Remove support for the "Tight" security type from C++ code.Adam Tkac2010-11-181-2/+0
* [Development] Implement PasswordValidator class on Windows (Martin Koegler)Adam Tkac2010-11-021-0/+1
* CMake build system for WindowsDRC2010-10-271-0/+70