Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update gettext.h to latest version | Pierre Ossman | 2024-11-18 | 1 | -16/+23 |
| | |||||
* | Use (void) to mark unused arguments in gettext.h | Pierre Ossman | 2024-11-18 | 1 | -3/+3 |
| | | | | | Some compilers don't consider (const char*) enough of a marker and will complain. | ||||
* | Use nullptr in all C++ code | Pierre Ossman | 2024-06-24 | 1 | -6/+6 |
| | | | | | It's more readable than 0, and a bit safer than NULL, so let's try to follow modern norms. | ||||
* | Remove variable length arrays | Pierre Ossman | 2018-11-07 | 1 | -1/+1 |
| | | | | | These are not allowed in C++, and have been made optional in C11. So let's just get rid of them and any issues they may cause. | ||||
* | Update gettext.h to latest version | Pierre Ossman | 2018-11-07 | 1 | -11/+18 |
| | |||||
* | Update gettext.h to a more current version | Pierre Ossman | 2015-09-23 | 1 | -30/+46 |
| | |||||
* | Initial commit of new FLTK based vncviewer. Most of the code comes from the | Pierre Ossman | 2011-03-09 | 1 | -0/+271 |
current Unix vncviewer. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4345 3789f03b-4d11-0410-bbf8-ca57d06f2519 |