aboutsummaryrefslogtreecommitdiffstats
path: root/win/rfb_win32/WMHooks.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-19/+19
| | | | | It's more readable than 0, and a bit safer than NULL, so let's try to follow modern norms.
* Get rid of TCHAR magicPierre Ossman2023-02-041-1/+1
| | | | | We never use Windows' "UNICODE" mode anyway, so let's get rid of this complexity.
* Work around -Wcast-function-typePierre Ossman2023-01-051-9/+9
| | | | | That warning doesn't play well with Windows' GetProcAddress(), so add some extra casting to work around it.
* 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.
* Replace Windows specific thread handlingPierre Ossman2016-07-071-24/+32
| | | | Use the platform independent primitives instead.
* Remove legacy Windows codePierre Ossman2016-01-121-113/+94
| | | | | We have lots of code that deals with Windows versions that we no longer support anyway. Clean out all of this old cruft.
* Use correct type for format stringPierre Ossman2015-09-291-1/+3
|
* Avoid GCC warning: initializer lists ordered as declarationsPeter Åstrand2008-12-101-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3367 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-0/+394
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@591 3789f03b-4d11-0410-bbf8-ca57d06f2519