aboutsummaryrefslogtreecommitdiffstats
path: root/win/winvnc/ControlPanel.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Use string literal instead of dynamic bufferPierre Ossman2023-02-041-1/+1
| | | | | These don't need to be changed, so let's just keep it simple with a constant string literal.
* Get rid of TCHAR magicPierre Ossman2023-02-041-5/+5
| | | | | We never use Windows' "UNICODE" mode anyway, so let's get rid of this complexity.
* Explicitly mark unused parametersPierre Ossman2023-01-041-1/+1
| | | | | 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.
* Stop trying to send ListConnInfo via WM_COPYDATAPierre Ossman2018-11-091-2/+2
| | | | | | Windows tries to do a copy of it, and it is too complex to survive that. Just reference the object directly as we know the source of the message here.
* Move ListConnInfo to WinVNC directoryPierre Ossman2018-11-091-5/+4
| | | | | It is functionality specific to WinVNC, so move the code there to make things more clear.
* Don't shove a pointer into a 32-bit variablePierre Ossman2015-03-031-3/+2
|
* Newer versions of GCC (specifically, the one in MinGW64) don't like casting ↵DRC2011-10-121-2/+2
| | | | | | directly from a 64-bit pointer to a 32-bit integer, so we need to first cast to a 64-bit integer (remember that Windows is LLP64) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4722 3789f03b-4d11-0410-bbf8-ca57d06f2519
* [Bugfix] Fix MS Visual Studio 2008 compilation issues.Adam Tkac2009-10-081-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3912 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-0/+161
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@591 3789f03b-4d11-0410-bbf8-ca57d06f2519