aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2010-10-03SCI: Allow multiple word groups in parserWillem Jan Palenstijn
2010-10-01GUI: Fix bug #3075649 (Fonts not found with built-in theme)Thierry Crozat
2010-09-20PSP: switch from wrapping memcpy to defining our own memcpyYotam Barnoy
2010-09-17COMMON: Extend getting a Mac resource fork resource with a nameMatthew Hoops
2010-09-14COMMON: remove virtual functions from BufferedStreamsYotam Barnoy
2010-09-14COMMON: Remove dangerous virtual keywords.Willem Jan Palenstijn
2010-09-11COMMON: Fix int-Rational operatorsSven Hesse
2010-09-07COMMON: Fix edge case for wildcard in matchStringWillem Jan Palenstijn
2010-09-07COMMON: Remove Rational::operator int/doubleWillem Jan Palenstijn
2010-09-06COMMON: Add a debugPrint function to RationalMatthew Hoops
2010-09-04COMMON: Fix Rational::operator!=(int)Matthew Hoops
2010-09-01COMMON: changed read/write endian function to use __may_alias__ attributeYotam Barnoy
2010-08-30I18N: Add "lowres" context for several GUI strings when in 1x mode.Thierry Crozat
2010-08-30I18N: Add a macro to define a context for a translatable string.Thierry Crozat
2010-08-28I18N: Look for translations data file in Themes pathThierry Crozat
2010-08-25COMMON: Fix eos handling in BufferedReadStreamWillem Jan Palenstijn
2010-08-25COMMON: fixed EOS handling in BufferedReadStream and BufferedSeekableReadStreamYotam Barnoy
2010-08-24COMMON: implemented BufferedWriteStream and fixed bug in BufferedReadStreamYotam Barnoy
2010-08-23i18n: Add support for context in translations.Thierry Crozat
2010-08-23CONFIG: Always sort 'scummvm' and keymapper domains firstMax Horn
2010-08-21i18n: Changed wording of messages about translations.dat file.Johannes Schickel
2010-08-21i18n: Formatting fixes.Johannes Schickel
2010-08-21i18n: Style fixes.Johannes Schickel
2010-08-21COMMON: Added equality operators to Common::RectPaul Gilbert
2010-08-20i18n: Fix previous commit when translation support is disabledThierry Crozat
2010-08-20i18n: Sort the list of available languages alphabeticallyThierry Crozat
2010-08-19DINGOO: new port. Patch #3039277Eugene Sandulenko
2010-08-19i18n: Move translations to standalone file. Patch #3044975Eugene Sandulenko
2010-08-19COMMON: Add caching to ZipArchive. Patch #3048388Eugene Sandulenko
2010-08-17COMMON: fix MSVC assert when using umlauts (or other characters > 127) in the...Florian Kagerer
2010-08-17COMMON: Remove redundant include from str.cppEugene Sandulenko
2010-08-16COMMON: Try to clarify and update some Common::Archive docsMax Horn
2010-08-16OSYSTEM: revert r52120 and r52121. Introduced regressionsEugene Sandulenko
2010-08-16Common: Fix bug in lastPathComponent.Johannes Schickel
2010-08-16OSYSTEM: Add directories to archive list just as in other variantsEugene Sandulenko
2010-08-16OSYSTEM: Fix file archive for non-flat directoriesEugene Sandulenko
2010-08-14COMMON: Cleanup MacResManager::convertCrsrCursor a bitMatthew Hoops
2010-08-13i18n: Update Russian translationEugene Sandulenko
2010-08-12i18n: Fix link error when localization is disabledThierry Crozat
2010-08-11i18n: Update German translationThierry Crozat
2010-08-11i18n: Update all translations.Thierry Crozat
2010-08-11Use tabs instead of spaces for indentation.Eugene Sandulenko
2010-08-11GUI: add music devices for c64, amiga and apple II gsFlorian Kagerer
2010-08-01i18n: Adding Spanish and Ukrainian translationsThierry Crozat
2010-08-01i18n: Update Russian translationEugene Sandulenko
2010-07-31i18n: use user friendly language names in GUIThierry Crozat
2010-07-30JANITORIAL: Some small explanation about stability of sorting algorithms.Johannes Schickel
2010-07-30JANITORIAL: Add comment about the stability of Common::sort.Johannes Schickel
2010-07-21Strip trailing whitespaces in our common code base.Johannes Schickel
2010-07-17Remove PalmOS portMax Horn