index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
translation.cpp
Age
Commit message (
Expand
)
Author
2018-12-17
WIN32: Move all ARRAYSIZE undefs to util.h
SupSuper
2018-05-10
COMMON: Use nullptr instead of NULL or 0 where appropriate
Bastien Bouclet
2017-07-10
Revert "COMMON: Change way the Singleton instances are instantiated"
Eugene Sandulenko
2017-07-10
COMMON: Change way the Singleton instances are instantiated
Thierry Crozat
2014-02-18
COMMON: Make GPL headers consistent in themselves.
Johannes Schickel
2012-03-13
JANITORIAL: Simply use *x instead of *x.get() on smart pointers.
Christoph Mallon
2012-01-29
GRAPHICS/GUI: Implement charset mapping for TTF fonts.
Johannes Schickel
2011-11-13
COMMON: Some minor formatting fixes in translation code.
Johannes Schickel
2011-11-02
COMMON: Fix warning
Eugene Sandulenko
2011-08-21
BADA: Remove BADA defined check. Was a temp fix for simulator build
Chris Warren-Smith
2011-08-21
BADA: Initial BADA port implementation
Chris Warren-Smith
2011-06-30
ALL: Require DECLARE_SINGLETON to be used in the Common namepsace
Ori Avtalion
2011-06-24
COMMON: Look for translations.dat in Theme path before using SearchMan
Thierry Crozat
2011-06-22
COMMON: Improve loading of translations data file
Thierry Crozat
2011-06-14
COMMON: Fix crash in TranslationManager when reading long strings
Thierry Crozat
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2010-12-01
I18N: Improve the fallback language auto-detection.
Jordi Vilalta Prat
2010-11-30
I18N: Don't build TranslationManager when translation is disabled.
Jordi Vilalta Prat
2010-11-28
BACKEND: Switch OSystem::getSystemLanguage return type to Common::String.
Johannes Schickel
2010-11-25
COMMON: Adapt translation manager to use the OSystem for language detection.
Johannes Schickel
2010-11-19
COMMON: Push include file.h and fs.h from translation.h to translation.cpp
Max Horn
2010-11-16
COMMON: Simplify DECLARE_SINGLETON macro
Max Horn
2010-11-13
COMMON: Fix TranslationManager
Thierry Crozat
2010-11-11
COMMON: Fix compilation when translation support is disabled (regression from...
Johannes Schickel
2010-11-11
COMMON: Cleanup translation manager code; add FIXME
Max Horn
2010-10-12
JANITORAL: Clean trailing whitespaces.
Jordi Vilalta Prat
2010-10-01
GUI: Fix bug #3075649 (Fonts not found with built-in theme)
Thierry Crozat
2010-08-28
I18N: Look for translations data file in Themes path
Thierry Crozat
2010-08-23
i18n: Add support for context in translations.
Thierry Crozat
2010-08-21
i18n: Changed wording of messages about translations.dat file.
Johannes Schickel
2010-08-21
i18n: Formatting fixes.
Johannes Schickel
2010-08-21
i18n: Style fixes.
Johannes Schickel
2010-08-20
i18n: Fix previous commit when translation support is disabled
Thierry Crozat
2010-08-20
i18n: Sort the list of available languages alphabetically
Thierry Crozat
2010-08-19
i18n: Move translations to standalone file. Patch #3044975
Eugene Sandulenko
2010-08-12
i18n: Fix link error when localization is disabled
Thierry Crozat
2010-07-31
i18n: use user friendly language names in GUI
Thierry Crozat
2010-07-21
Strip trailing whitespaces in our common code base.
Johannes Schickel
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
[next]