Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-14 | COMMON: Cleanup MacResManager::convertCrsrCursor a bit | Matthew Hoops | |
It's now a static function since it doesn't require any local variables and is really separate from the resource fork code. Also, actually assigning the keycolor (which was just being ignored). svn-id: r52075 | |||
2010-08-13 | i18n: Update Russian translation | Eugene Sandulenko | |
svn-id: r52062 | |||
2010-08-12 | i18n: Fix link error when localization is disabled | Thierry Crozat | |
This fix a regression introduced in revision 50448 ("Add support for locale-dependant font'). When disabling localization a function was declared, called but not implemented. svn-id: r52048 | |||
2010-08-12 | Fix for AmigaOS build. | Alejandro Marzini | |
KEYCODE_LESS and KEYCODE_GREATER are defined in AmigaOS SDK, but they are defined also in common/keyboard.h svn-id: r52030 | |||
2010-08-11 | i18n: Update German translation | Thierry Crozat | |
svn-id: r52014 | |||
2010-08-11 | i18n: Update all translations. | Thierry Crozat | |
Template and all translations were updated from source code. The German and French translations contain additional changes. svn-id: r52008 | |||
2010-08-11 | Use tabs instead of spaces for indentation. | Eugene Sandulenko | |
svn-id: r51997 | |||
2010-08-11 | GUI: add music devices for c64, amiga and apple II gs | Florian Kagerer | |
These devices are not able to create appropriate drivers. The only purpose for now is having proper gui options and flags and music types for the device detector. The corresponding GUIO flags for the new devices have been added, too. svn-id: r51995 | |||
2010-08-06 | Merged from trunk, from r51495 to r51775 | Alejandro Marzini | |
svn-id: r51776 | |||
2010-08-01 | i18n: Adding Spanish and Ukrainian translations | Thierry Crozat | |
svn-id: r51596 | |||
2010-08-01 | i18n: Update Russian translation | Eugene Sandulenko | |
svn-id: r51574 | |||
2010-07-31 | i18n: use user friendly language names in GUI | Thierry Crozat | |
The GUI now uses the content of the Language field from the po file header if it is present and not empty for the language selection PopupWidget. If not present it uses the file name as before (e.g. ru_RU). Also update all the translation template and all the translation files. svn-id: r51542 | |||
2010-07-30 | JANITORIAL: Some small explanation about stability of sorting algorithms. | Johannes Schickel | |
Special thanks to lskovlun for his suggestion to add this. svn-id: r51524 | |||
2010-07-30 | JANITORIAL: Add comment about the stability of Common::sort. | Johannes Schickel | |
svn-id: r51522 | |||
2010-07-30 | Merged from trunk, from Rev 50841 to HEAD | Alejandro Marzini | |
svn-id: r51495 | |||
2010-07-30 | OSYSTEM: Add resetGraphicsScale() method. | Alejandro Marzini | |
This fixes a hack for resetting the graphics scale to x1 when starting games that have a large screen size. The SDL graphics manager should now scale back to x1 without changing the current scaler in use, as well as the OpenGL graphics manager. svn-id: r51492 | |||
2010-07-21 | Strip trailing whitespaces in our common code base. | Johannes Schickel | |
svn-id: r51094 | |||
2010-07-17 | Remove PalmOS port | Max Horn | |
svn-id: r50964 | |||
2010-07-15 | Fixed compile error. | Alejandro Marzini | |
svn-id: r50901 | |||
2010-07-13 | Merged from trunk, from Rev 49499 to HEAD | Alejandro Marzini | |
svn-id: r50840 | |||
2010-07-12 | Some documentation fixes. | Johannes Schickel | |
svn-id: r50830 | |||
2010-07-12 | Consistently use "MT-32" as short name of the Roland MT-32 in our GUI and ↵ | Johannes Schickel | |
credits files. svn-id: r50821 | |||
2010-07-11 | Update German translation. | Thierry Crozat | |
svn-id: r50808 | |||
2010-07-09 | Update template and all translation files following the addition of a new ↵ | Thierry Crozat | |
translatable string. French and German translations also have additional updates. svn-id: r50764 | |||
2010-07-05 | Note Common::String's behaviour may be undefined with \0 characters. | Willem Jan Palenstijn | |
Also make operator=(char) and String(char) behave the same. svn-id: r50712 | |||
2010-07-05 | Fix update of GUI options, which only differ in the language setting. | Johannes Schickel | |
svn-id: r50706 | |||
2010-07-05 | Formatting fixes. | Johannes Schickel | |
svn-id: r50705 | |||
2010-06-30 | Commit improved italian translation. | Thierry Crozat | |
Also update the template file and all the other translation files (there is quite a lot of line numbers that have changed). svn-id: r50540 | |||
2010-06-29 | unzip.cpp can read uncompressed ZIP archives even when zlib is not linked in | Robert Špalek | |
svn-id: r50482 | |||
2010-06-28 | Update German translation. | Thierry Crozat | |
svn-id: r50461 | |||
2010-06-28 | i18n: Add support for locale-dependent fonts | Eugene Sandulenko | |
Currently it ws not decided where to put fonts, but if you put BDF files into themepath, they will get picked up. The font name has to contain same codepage specification as in the .po file, i.e. fixed5x8-iso-8859-5.bdf for Cyrillic codepage. In case the font does not exist, default will be used. All built in fonts get proper names. TODO: Currently there is a bug with our font cacher. Font clR6x12-iso-8859-5 is empty after loading from FCC file. Reason is unknown. svn-id: r50448 | |||
2010-06-27 | i18n: Sync all translation with sources | Eugene Sandulenko | |
svn-id: r50394 | |||
2010-06-27 | i18n: Update Russian translation | Eugene Sandulenko | |
svn-id: r50393 | |||
2010-06-27 | Add italian translation from the patch tracker (#3022046) and update credits. | Thierry Crozat | |
svn-id: r50386 | |||
2010-06-27 | Update the french translation. | Thierry Crozat | |
svn-id: r50381 | |||
2010-06-26 | Add some explanation why we can not just use setlocale on Win32. | Johannes Schickel | |
svn-id: r50354 | |||
2010-06-26 | Use "C" on Win32 as syslang in case the locale could not be determined. | Johannes Schickel | |
svn-id: r50353 | |||
2010-06-26 | Fix compilation with our default build system when USE_DETECTLANG is specified. | Johannes Schickel | |
svn-id: r50349 | |||
2010-06-26 | Implement support for auto detection of the users preferred locale on Windows. | Johannes Schickel | |
Note that this might break support for Windows versions older than Win2k, at least according to the MSVC docs GetLocaleInfo is only supported by Win2k+. I added a comment about that though. svn-id: r50348 | |||
2010-06-26 | Remove support for translation of console messages. | Johannes Schickel | |
In recent discussions on -devel it turned out, that this feature is rather superfluous and instead we should rather implement a proper error reporting in our GUI. I also removed the dependency on iconv along with this. svn-id: r50335 | |||
2010-06-26 | GUI: Update translations after the last message changes | Jordi Vilalta Prat | |
svn-id: r50328 | |||
2010-06-26 | GUI: Add and improve some messages to translate | Jordi Vilalta Prat | |
svn-id: r50324 | |||
2010-06-25 | AUDIO: some fixes in the audio device code (no sound option, new GUIO flags) | Florian Kagerer | |
svn-id: r50281 | |||
2010-06-24 | Add German translation from patch tracker (patch #3020282). | Thierry Crozat | |
svn-id: r50247 | |||
2010-06-24 | Yet another slight variable renaming to match our conventions. | Johannes Schickel | |
svn-id: r50242 | |||
2010-06-24 | Do not include any headers from common/messages.cpp, since that file might ↵ | Johannes Schickel | |
be included into an namespace. svn-id: r50241 | |||
2010-06-24 | Some more cleanup of po2c's output. | Johannes Schickel | |
svn-id: r50240 | |||
2010-06-24 | Adapt po2c's output to better mach our code formatting conventions. | Johannes Schickel | |
Along with it I added a suffix "-scummvm" to the version variable, since we also feature some custom extensions like the charset specification. svn-id: r50239 | |||
2010-06-24 | Added some consts to the output of tools/po2c. | Johannes Schickel | |
svn-id: r50238 | |||
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn | |
svn-id: r50128 |