aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2010-06-15GUI: Implement MIDI drivers as GUI options.Eugene Sandulenko
2010-06-15i18n: Update Russian translation with new tooltipsEugene Sandulenko
2010-06-15i18n: update Russian translation with tooltips.Eugene Sandulenko
2010-06-15GUI: Implement radiobuttons.Eugene Sandulenko
2010-06-15GUI: Added in-place hotkeys for widgets.Eugene Sandulenko
2010-06-15Implement translation support for ScummVM GUI.Eugene Sandulenko
2010-06-15Added seek() method to MemoryWriteStreamDynamic.Eugene Sandulenko
2010-06-15Hid hashed fileopening to debuglevel 8.Eugene Sandulenko
2010-06-06Add Android backend from patch #2603856Max Horn
2010-06-02OSYSTEM: Get rid of kFeatureAutoComputeDirtyRectsMax Horn
2010-05-30Typo fixes.Johannes Schickel
2010-05-30Fix non-const version of Common::String::begin.Johannes Schickel
2010-05-30Fix file length of zip file members inside ZipArchive (thanks to fuzzie for r...Johannes Schickel
2010-05-27correct typoMax Horn
2010-05-24Have the MacResManager ignore resources with length 0.Matthew Hoops
2010-05-21Implement FR #2988017: exit status with --list-saves always 0Eugene Sandulenko
2010-05-20Make the MacResManager opening more robust to failed tries and plug its memor...Jordi Vilalta Prat
2010-05-18Added getBaseFileName() method and enhanced open() with trying macbinary form...Eugene Sandulenko
2010-05-17Minor formatting.Johannes Schickel
2010-05-17Get rid of Common::Rational::normalize and other redundant codeMax Horn
2010-05-17Some tweaks and fixes for Common::RationalMax Horn
2010-05-17Add the Common::Rational class from patch #2963496 (VideoDecoder Rewrite)Matthew Hoops
2010-05-17Restrict MIPSpro workaround to non-gcc compilers -- fixes compilation with gc...Joost Peters
2010-05-12Fix mismatched new[]/delete[]Matthew Hoops
2010-05-11Pass by reference instead of value to getResource(String)Matthew Hoops
2010-05-11Add support for getting a resource from the resource fork by name.Matthew Hoops
2010-05-10Add support to the MacResManager and AdvancedDetector to take the md5 of a re...Matthew Hoops