Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-12 | DEVTOOLS: A few formatting fixes. | Johannes Schickel | |
2014-11-29 | I18N: Fix missing translation entries | Ben Castricum | |
The last translation entry of a .po file was not properly handled. | |||
2014-02-18 | DEVTOOLS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-09-27 | DEVTOOLS: Make Coverity happy. | Eugene Sandulenko | |
This is mainly due to unhandled clang __has_featrure() buit-in. I do not like this hack, but Coverity proved to be a very good tool for us. | |||
2012-03-17 | DEVTOOLS: Print error message to stderr, not stdout. | Christoph Mallon | |
2012-03-17 | JANITORIAL: Simplify stripLine(). | Christoph Mallon | |
Simply use pointers to the source and destination chars instead of multiple indices. | |||
2012-03-11 | DEVTOOLS: Fix parsing of codepage file path | Thierry Crozat | |
When the path does not contains a path separator (/ or \) the first character of charset was skipped. | |||
2012-01-29 | GRAPHICS/GUI: Implement charset mapping for TTF fonts. | Johannes Schickel | |
The charsets used by the translations now need to have a "$(name).cp" file, which contains an charset index => unicode mapping. Otherwise create_translations will fail. | |||
2011-04-09 | DEVTOOLS: Renamed 'tools' directory to 'devtools' | Max Horn | |