aboutsummaryrefslogtreecommitdiffstats
path: root/win/rfb_win32/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of TCHAR magicPierre Ossman2023-02-041-1/+0
| | | | | We never use Windows' "UNICODE" mode anyway, so let's get rid of this complexity.
* Avoid temporary cmake variablesPierre Ossman2022-06-071-4/+2
| | | | | Modern cmake has better support for adding source files and libraries incrementally, so let's use that to clean things up.
* Replace Windows specific thread handlingPierre Ossman2016-07-071-1/+0
| | | | Use the platform independent primitives instead.
* Remove legacy Windows codePierre Ossman2016-01-121-3/+1
| | | | | We have lots of code that deals with Windows versions that we no longer support anyway. Clean out all of this old cruft.
* Remove remnants of Windows only clientPierre Ossman2014-07-071-5/+0
|
* Remove the scaled pixel buffer classes as they are not used.Pierre Ossman2014-07-071-1/+0
| | | | | There were also reports of them being broken last time we still made use of them.
* [Development] Add new rfb_win32::SecurityPage classAdam Tkac2011-02-011-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4246 3789f03b-4d11-0410-bbf8-ca57d06f2519
* CMake build system for WindowsDRC2010-10-271-0/+48
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4171 3789f03b-4d11-0410-bbf8-ca57d06f2519