Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use nullptr in all C++ code | Pierre Ossman | 2024-06-24 | 1 | -2/+2 |
| | | | | | It's more readable than 0, and a bit safer than NULL, so let's try to follow modern norms. | ||||
* | Use fixed size character buffer | Pierre Ossman | 2023-02-04 | 1 | -4/+3 |
| | | | | | We know the needed space here, so let's keep it simple with a constant size string buffer. | ||||
* | Get rid of TCHAR magic | Pierre Ossman | 2023-02-04 | 1 | -3/+4 |
| | | | | | We never use Windows' "UNICODE" mode anyway, so let's get rid of this complexity. | ||||
* | Migrating to new directory structure adopted from the RealVNC's source tree. ↵ | Constantin Kaplinsky | 2006-05-25 | 1 | -0/+40 |
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@591 3789f03b-4d11-0410-bbf8-ca57d06f2519 |