aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/gettext.h
Commit message (Collapse)AuthorAgeFilesLines
* Update gettext.h to latest versionPierre Ossman2024-11-181-16/+23
|
* Use (void) to mark unused arguments in gettext.hPierre Ossman2024-11-181-3/+3
| | | | | Some compilers don't consider (const char*) enough of a marker and will complain.
* Use nullptr in all C++ codePierre Ossman2024-06-241-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 arraysPierre Ossman2018-11-071-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 versionPierre Ossman2018-11-071-11/+18
|
* Update gettext.h to a more current versionPierre Ossman2015-09-231-30/+46
|
* Initial commit of new FLTK based vncviewer. Most of the code comes from thePierre Ossman2011-03-091-0/+271
current Unix vncviewer. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4345 3789f03b-4d11-0410-bbf8-ca57d06f2519