aboutsummaryrefslogtreecommitdiffstats
path: root/win/winvnc/STrayIcon.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Mark overridden virtual functionsPierre Ossman2024-06-241-1/+1
| | | | | Use the new "override" keyword to properly differentiate between new virtual methods, and existing virtual methods being overridden.
* Use nullptr in all C++ codePierre Ossman2024-06-241-8/+8
| | | | | It's more readable than 0, and a bit safer than NULL, so let's try to follow modern norms.
* Use std::string instead of CharArrayPierre Ossman2023-02-041-8/+5
| | | | | Let's use a more common type instead of something homegrown. Should be more familiar to new developers.
* Get rid of TCHAR magicPierre Ossman2023-02-041-7/+7
| | | | | We never use Windows' "UNICODE" mode anyway, so let's get rid of this complexity.
* Explicitly mark switch case fall throughPierre Ossman2023-01-051-0/+1
| | | | | This allows us to separate accidental fall through from explicit ones, 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-1/+1
| | | | | | 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-2/+2
| | | | | It is functionality specific to WinVNC, so move the code there to make things more clear.
* Replace Windows specific thread handlingPierre Ossman2016-07-071-4/+18
| | | | Use the platform independent primitives instead.
* Don't shove a pointer into a 32-bit variablePierre Ossman2015-03-031-1/+1
|
* Reorder class initialiser list to match what actually happensPierre Ossman2015-03-031-5/+6
|
* Make WinVNC service mode work on Windows Vista and beyond.Samuel Mannehed2014-02-071-15/+2
| | | | | | | | 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
* Make winvnc4 and Windows vncconfig compilable via MinGW.Adam Tkac2009-10-121-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3913 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-0/+280
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@591 3789f03b-4d11-0410-bbf8-ca57d06f2519