aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2010-06-30Commit improved italian translation.Thierry Crozat
2010-06-29unzip.cpp can read uncompressed ZIP archives even when zlib is not linked inRobert Špalek
2010-06-28Update German translation.Thierry Crozat
2010-06-28i18n: Add support for locale-dependent fontsEugene Sandulenko
2010-06-27i18n: Sync all translation with sourcesEugene Sandulenko
2010-06-27i18n: Update Russian translationEugene Sandulenko
2010-06-27Add italian translation from the patch tracker (#3022046) and update credits.Thierry Crozat
2010-06-27Update the french translation.Thierry Crozat
2010-06-26Add some explanation why we can not just use setlocale on Win32.Johannes Schickel
2010-06-26Use "C" on Win32 as syslang in case the locale could not be determined.Johannes Schickel
2010-06-26Fix compilation with our default build system when USE_DETECTLANG is specified.Johannes Schickel
2010-06-26Implement support for auto detection of the users preferred locale on Windows.Johannes Schickel
2010-06-26Remove support for translation of console messages.Johannes Schickel
2010-06-26GUI: Update translations after the last message changesJordi Vilalta Prat
2010-06-26GUI: Add and improve some messages to translateJordi Vilalta Prat
2010-06-25AUDIO: some fixes in the audio device code (no sound option, new GUIO flags)Florian Kagerer
2010-06-24Add German translation from patch tracker (patch #3020282).Thierry Crozat
2010-06-24Yet another slight variable renaming to match our conventions.Johannes Schickel
2010-06-24Do not include any headers from common/messages.cpp, since that file might be...Johannes Schickel
2010-06-24Some more cleanup of po2c's output.Johannes Schickel
2010-06-24Adapt po2c's output to better mach our code formatting conventions.Johannes Schickel
2010-06-24Added some consts to the output of tools/po2c.Johannes Schickel
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-06-21Fixed some Cppcheck warnings. (There are plenty left, if anyone's wondering.)Torbjörn Andersson
2010-06-21PSP: errors from both ScummVM and the PSP port now print to file by default. ...Yotam Barnoy
2010-06-19Add nearly complete french translation. I tried to make it work also in 320x2...Thierry Crozat
2010-06-19Fix an issue in String::ensureCapacity() when the string is shared. It could ...Thierry Crozat
2010-06-18Properly provide stub implementations for all TranslationManager methods when...Johannes Schickel
2010-06-18Do not rebuild common/messages.cpp automatically when a translation changes, ...Johannes Schickel
2010-06-17Commit updated common/messages.cpp too.Johannes Schickel
2010-06-17Fix common/messages.cpp rule for out of source directory builds. (Maybe this ...Johannes Schickel
2010-06-17Correction for Invalid reads in Translation iconv calls reported by Valgrind.David Turner
2010-06-15Use USE_TRANSLATION, USE_DETECTLANG and USE_TERMCONV instead of (ENABLE_)TRAN...Johannes Schickel
2010-06-15Simplify code for the "ICONV_USES_CONST" case even more. (i.e. remove the "ms...Johannes Schickel
2010-06-15Fix compilation when using ICONV_USES_CONST.Andre Heider
2010-06-15Strip out charset information from the system locale again (like it was done ...Johannes Schickel
2010-06-15Fix a typo.Johannes Schickel
2010-06-15Output some warning in case an invalid ID was passed to TranslationManager::g...Johannes Schickel
2010-06-15Extend (and along with it add) some doxygen comments.Johannes Schickel
2010-06-15Use a Common::String instead of a fixed size array for _syslang in Translatio...Johannes Schickel
2010-06-15Remove unnecessary svn:executable propertiesWillem Jan Palenstijn
2010-06-15Some style fixes.Johannes Schickel
2010-06-15Fix iconv signature on BSD systems. (Based on what we do in tools/)Johannes Schickel
2010-06-15Add TranslationManager::getTranslation variant taking/returning a Common::Str...Max Horn
2010-06-15Code formattingMax Horn
2010-06-15Fix spelling, cleanupMax Horn
2010-06-15SYSTEM: Unify OSystem::getSupportedFormats() signatureMax Horn
2010-06-15i18n: Update Russian translation.Eugene Sandulenko
2010-06-15I18n: Add backend files to POTFILES. Update .pot.Eugene Sandulenko
2010-06-15GUI: Implemented Languages as GUI options.Eugene Sandulenko