Age | Commit message (Expand) | Author |
2010-06-28 | i18n: Add support for locale-dependent fonts | Eugene Sandulenko |
2010-06-26 | Add some explanation why we can not just use setlocale on Win32. | Johannes Schickel |
2010-06-26 | Use "C" on Win32 as syslang in case the locale could not be determined. | Johannes Schickel |
2010-06-26 | Fix compilation with our default build system when USE_DETECTLANG is specified. | Johannes Schickel |
2010-06-26 | Implement support for auto detection of the users preferred locale on Windows. | Johannes Schickel |
2010-06-26 | Remove support for translation of console messages. | Johannes Schickel |
2010-06-21 | Fixed some Cppcheck warnings. (There are plenty left, if anyone's wondering.) | Torbjörn Andersson |
2010-06-18 | Properly provide stub implementations for all TranslationManager methods when... | Johannes Schickel |
2010-06-17 | Correction for Invalid reads in Translation iconv calls reported by Valgrind. | David Turner |
2010-06-15 | Use USE_TRANSLATION, USE_DETECTLANG and USE_TERMCONV instead of (ENABLE_)TRAN... | Johannes Schickel |
2010-06-15 | Simplify code for the "ICONV_USES_CONST" case even more. (i.e. remove the "ms... | Johannes Schickel |
2010-06-15 | Fix compilation when using ICONV_USES_CONST. | Andre Heider |
2010-06-15 | Strip out charset information from the system locale again (like it was done ... | Johannes Schickel |
2010-06-15 | Output some warning in case an invalid ID was passed to TranslationManager::g... | Johannes Schickel |
2010-06-15 | Use a Common::String instead of a fixed size array for _syslang in Translatio... | Johannes Schickel |
2010-06-15 | Remove unnecessary svn:executable properties | Willem Jan Palenstijn |
2010-06-15 | Some style fixes. | Johannes Schickel |
2010-06-15 | Fix iconv signature on BSD systems. (Based on what we do in tools/) | Johannes Schickel |
2010-06-15 | Add TranslationManager::getTranslation variant taking/returning a Common::Str... | Max Horn |
2010-06-15 | Code formatting | Max Horn |
2010-06-15 | Implement translation support for ScummVM GUI. | Eugene Sandulenko |