aboutsummaryrefslogtreecommitdiffstats
path: root/win/winvnc/VNCServerService.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of TCHAR magicPierre Ossman2023-02-041-3/+3
| | | | | We never use Windows' "UNICODE" mode anyway, so let's get rid of this complexity.
* Work around -Wcast-function-typePierre Ossman2023-01-051-1/+1
| | | | | That warning doesn't play well with Windows' GetProcAddress(), so add some extra casting to work around it.
* Explicitly mark unused parametersPierre Ossman2023-01-041-2/+2
| | | | | This allows us to separate accidentally unused, from explicitly unused parameters, which allows us to turn on such checks in the compiler.
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
| | | | | | The generally recommended way is to include it from source files, not headers. We had a mix of both. Let's try to be consistent and follow the recommended way.
* Encapsulate client handling in VNCServerSTPierre Ossman2018-10-261-0/+1
| | | | | | Removed the last parts of VNCSConnectionST's back door in to VNCServerST and let the parent class fully handle coordination of clients, and access to the desktop.
* Remove legacy Windows codePierre Ossman2016-01-121-8/+14
| | | | | We have lots of code that deals with Windows versions that we no longer support anyway. Clean out all of this old cruft.
* Shorten service identifierPierre Ossman2016-01-121-1/+1
| | | | | The identifier is used to compute the registry path, and should ideally be kept short and without spaces.
* Improve TigerVNC branding in WinVNCPierre Ossman2015-05-041-1/+1
| | | | | Avoids conflicts with the original RealVNC implementation, or any other forks of that code.
* Give CharArray a printf style method to ease automatic allocationPierre Ossman2015-03-031-3/+2
|
* Make WinVNC service mode work on Windows Vista and beyond.Samuel Mannehed2014-02-071-9/+135
| | | | | | | | Patch by Jochen Tucht, fixes bug 135. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5158 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-0/+52
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@591 3789f03b-4d11-0410-bbf8-ca57d06f2519